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.Alarm> |
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. |
software.amazon.awscdk.services.codedeploy.api.ILoadBalancer |
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.Role |
getRole()
The service Role of this Deployment Group.
|
void |
setAlarms(List<software.amazon.awscdk.services.cloudwatch.Alarm> value)
The CloudWatch alarms associated with this Deployment Group.
|
void |
setApplication(IServerApplication value)
The CodeDeploy EC2/on-premise Application this Deployment Group belongs to.
|
void |
setAutoRollback(AutoRollbackConfig value)
The auto-rollback configuration for this Deployment Group.
|
void |
setAutoScalingGroups(List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> value)
The auto-scaling groups belonging to this Deployment Group.
|
void |
setDeploymentConfig(IServerDeploymentConfig value)
The EC2/on-premise Deployment Configuration to use for this Deployment Group.
|
void |
setDeploymentGroupName(String value)
The physical, human-readable name of the CodeDeploy Deployment Group.
|
void |
setEc2InstanceTags(InstanceTagSet value)
All EC2 instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.
|
void |
setIgnorePollAlarmsFailure(Boolean value)
Whether to continue a deployment even if fetching the alarm status from CloudWatch failed.
|
void |
setInstallAgent(Boolean value)
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. |
void |
setLoadBalancer(software.amazon.awscdk.services.codedeploy.api.ILoadBalancer value)
The load balancer to place in front of this Deployment Group.
|
void |
setOnPremiseInstanceTags(InstanceTagSet value)
All on-premise instances matching the given set of tags when a deployment occurs will be added to this 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 List<software.amazon.awscdk.services.cloudwatch.Alarm> getAlarms()
#addAlarm method.getAlarms in interface ServerDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.htmlpublic void setAlarms(@Nullable List<software.amazon.awscdk.services.cloudwatch.Alarm> value)
#addAlarm method.setAlarms in interface ServerDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.html@Nullable public IServerApplication getApplication()
getApplication in interface ServerDeploymentGroupPropspublic void setApplication(@Nullable IServerApplication value)
setApplication in interface ServerDeploymentGroupProps@Nullable public AutoRollbackConfig getAutoRollback()
getAutoRollback in interface ServerDeploymentGroupPropspublic void setAutoRollback(@Nullable AutoRollbackConfig value)
setAutoRollback in interface ServerDeploymentGroupProps@Nullable public List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> getAutoScalingGroups()
#addAutoScalingGroup method.getAutoScalingGroups in interface ServerDeploymentGroupPropspublic void setAutoScalingGroups(@Nullable List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> value)
#addAutoScalingGroup method.setAutoScalingGroups in interface ServerDeploymentGroupProps@Nullable public IServerDeploymentConfig getDeploymentConfig()
getDeploymentConfig in interface ServerDeploymentGroupPropspublic void setDeploymentConfig(@Nullable IServerDeploymentConfig value)
setDeploymentConfig in interface ServerDeploymentGroupProps@Nullable public String getDeploymentGroupName()
getDeploymentGroupName in interface ServerDeploymentGroupPropspublic void setDeploymentGroupName(@Nullable String value)
setDeploymentGroupName in interface ServerDeploymentGroupProps@Nullable public InstanceTagSet getEc2InstanceTags()
getEc2InstanceTags in interface ServerDeploymentGroupPropspublic void setEc2InstanceTags(@Nullable InstanceTagSet value)
setEc2InstanceTags in interface ServerDeploymentGroupProps@Nullable public Boolean getIgnorePollAlarmsFailure()
getIgnorePollAlarmsFailure in interface ServerDeploymentGroupPropspublic void setIgnorePollAlarmsFailure(@Nullable Boolean value)
setIgnorePollAlarmsFailure in interface ServerDeploymentGroupProps@Nullable public Boolean getInstallAgent()
#autoScalingGroups property,
you can set this property to add User Data that installs the CodeDeploy agent on the instances.getInstallAgent in interface ServerDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.htmlpublic void setInstallAgent(@Nullable Boolean value)
#autoScalingGroups property,
you can set this property to add User Data that installs the CodeDeploy agent on the instances.setInstallAgent in interface ServerDeploymentGroupPropshttps://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.html@Nullable public software.amazon.awscdk.services.codedeploy.api.ILoadBalancer getLoadBalancer()
getLoadBalancer in interface ServerDeploymentGroupPropspublic void setLoadBalancer(@Nullable software.amazon.awscdk.services.codedeploy.api.ILoadBalancer value)
setLoadBalancer in interface ServerDeploymentGroupProps@Nullable public InstanceTagSet getOnPremiseInstanceTags()
getOnPremiseInstanceTags in interface ServerDeploymentGroupPropspublic void setOnPremiseInstanceTags(@Nullable InstanceTagSet value)
setOnPremiseInstanceTags 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 © 2019. All rights reserved.