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 |
|---|---|
List<software.amazon.awscdk.services.cloudwatch.IAlarm> |
getAlarms()
The CloudWatch alarms associated with this Deployment Group.
|
IServerApplication |
getApplication()
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
AutoRollbackConfig |
getAutoRollback()
The auto-rollback configuration for this Deployment Group.
|
List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> |
getAutoScalingGroups()
The auto-scaling groups belonging to this Deployment Group.
|
IServerDeploymentConfig |
getDeploymentConfig()
The EC2/on-premise Deployment Configuration to use for this Deployment Group.
|
String |
getDeploymentGroupName()
The physical, human-readable name of the CodeDeploy Deployment Group.
|
InstanceTagSet |
getEc2InstanceTags()
All EC2 instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.
|
Boolean |
getIgnorePollAlarmsFailure()
Whether to continue a deployment even if fetching the alarm status from CloudWatch failed.
|
Boolean |
getInstallAgent()
If you've provided any auto-scaling groups with the
#autoScalingGroups property, you can set this property to add User Data that installs the CodeDeploy agent on the instances. |
LoadBalancer |
getLoadBalancer()
The load balancer to place in front of this Deployment Group.
|
InstanceTagSet |
getOnPremiseInstanceTags()
All on-premise instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.
|
software.amazon.awscdk.services.iam.IRole |
getRole()
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)
@Stability(value=Experimental) @Nullable public List<software.amazon.awscdk.services.cloudwatch.IAlarm> getAlarms()
#addAlarm method.
Default: []
EXPERIMENTALgetAlarms in interface ServerDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.html@Stability(value=Experimental) @Nullable public IServerApplication getApplication()
getApplication in interface ServerDeploymentGroupProps@Stability(value=Experimental) @Nullable public AutoRollbackConfig getAutoRollback()
getAutoRollback in interface ServerDeploymentGroupProps@Stability(value=Experimental) @Nullable public List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> getAutoScalingGroups()
#addAutoScalingGroup method.
[disable-awslint:ref-via-interface] is needed because we update userdata
for ASGs to install the codedeploy agent.
Default: []
EXPERIMENTALgetAutoScalingGroups in interface ServerDeploymentGroupProps@Stability(value=Experimental) @Nullable public IServerDeploymentConfig getDeploymentConfig()
getDeploymentConfig in interface ServerDeploymentGroupProps@Stability(value=Experimental) @Nullable public String getDeploymentGroupName()
getDeploymentGroupName in interface ServerDeploymentGroupProps@Stability(value=Experimental) @Nullable public InstanceTagSet getEc2InstanceTags()
getEc2InstanceTags in interface ServerDeploymentGroupProps@Stability(value=Experimental) @Nullable public Boolean getIgnorePollAlarmsFailure()
getIgnorePollAlarmsFailure in interface ServerDeploymentGroupProps@Stability(value=Experimental) @Nullable public Boolean getInstallAgent()
#autoScalingGroups property, you can set this property to add User Data that installs the CodeDeploy agent on the instances.
Default: true
EXPERIMENTALgetInstallAgent in interface ServerDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.html@Stability(value=Experimental) @Nullable public LoadBalancer getLoadBalancer()
getLoadBalancer in interface ServerDeploymentGroupProps@Stability(value=Experimental) @Nullable public InstanceTagSet getOnPremiseInstanceTags()
getOnPremiseInstanceTags in interface ServerDeploymentGroupProps@Stability(value=Experimental) @Nullable public software.amazon.awscdk.services.iam.IRole getRole()
getRole in interface ServerDeploymentGroupPropsCopyright © 2019. All rights reserved.