public static final class ServerDeploymentGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServerDeploymentGroupProps
software.amazon.jsii.JsiiObject.InitializationModeServerDeploymentGroupProps.Builder, ServerDeploymentGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
ServerApplicationRef |
getApplication()
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy Deployment Group.
|
software.amazon.awscdk.services.iam.Role |
getRole()
The service Role of this Deployment Group.
|
void |
setApplication(ServerApplicationRef value)
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
void |
setDeploymentGroupName(String value)
The physical, human-readable name of the CodeDeploy Deployment Group.
|
void |
setRole(software.amazon.awscdk.services.iam.Role value)
The service Role of this Deployment Group.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public ServerApplicationRef getApplication()
getApplication in interface ServerDeploymentGroupPropspublic void setApplication(@Nullable ServerApplicationRef value)
setApplication in interface ServerDeploymentGroupProps@Nullable public String getDeploymentGroupName()
getDeploymentGroupName in interface ServerDeploymentGroupPropspublic void setDeploymentGroupName(@Nullable String value)
setDeploymentGroupName in interface ServerDeploymentGroupProps@Nullable public software.amazon.awscdk.services.iam.Role getRole()
getRole in interface ServerDeploymentGroupPropspublic void setRole(@Nullable software.amazon.awscdk.services.iam.Role value)
setRole in interface ServerDeploymentGroupPropsCopyright © 2018. All rights reserved.