@Stability(value=Stable) public static final class ServerDeploymentGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ServerDeploymentGroupProps
ServerDeploymentGroupPropssoftware.amazon.jsii.JsiiObject.InitializationModeServerDeploymentGroupProps.Builder, ServerDeploymentGroupProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSet, setObjRefclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public List<software.amazon.awscdk.services.cloudwatch.IAlarm> getAlarms()
ServerDeploymentGroupProps#addAlarm method.
Default: []getAlarms in interface ServerDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.htmlpublic IServerApplication getApplication()
ServerDeploymentGroupPropsgetApplication in interface ServerDeploymentGroupPropspublic AutoRollbackConfig getAutoRollback()
ServerDeploymentGroupPropsgetAutoRollback in interface ServerDeploymentGroupPropspublic List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> getAutoScalingGroups()
ServerDeploymentGroupProps#addAutoScalingGroup method.
[disable-awslint:ref-via-interface] is needed because we update userdata
for ASGs to install the codedeploy agent.
Default: []getAutoScalingGroups in interface ServerDeploymentGroupPropspublic IServerDeploymentConfig getDeploymentConfig()
ServerDeploymentGroupPropsgetDeploymentConfig in interface ServerDeploymentGroupPropspublic String getDeploymentGroupName()
ServerDeploymentGroupPropsgetDeploymentGroupName in interface ServerDeploymentGroupPropspublic InstanceTagSet getEc2InstanceTags()
ServerDeploymentGroupPropsgetEc2InstanceTags in interface ServerDeploymentGroupPropspublic Boolean getIgnorePollAlarmsFailure()
ServerDeploymentGroupPropsgetIgnorePollAlarmsFailure in interface ServerDeploymentGroupPropspublic Boolean getInstallAgent()
ServerDeploymentGroupProps#autoScalingGroups property, you can set this property to add User Data that installs the CodeDeploy agent on the instances.
Default: truegetInstallAgent in interface ServerDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.htmlpublic LoadBalancer getLoadBalancer()
ServerDeploymentGroupPropsgetLoadBalancer in interface ServerDeploymentGroupPropspublic InstanceTagSet getOnPremiseInstanceTags()
ServerDeploymentGroupPropsgetOnPremiseInstanceTags in interface ServerDeploymentGroupPropspublic software.amazon.awscdk.services.iam.IRole getRole()
ServerDeploymentGroupPropsgetRole in interface ServerDeploymentGroupPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.