@Generated(value="jsii-pacmak/0.19.0 (build 7c562bc)", date="2019-10-15T12:37:28.462Z") @Stability(value=Stable) public interface ServerDeploymentGroupProps extends software.amazon.jsii.JsiiSerializable
ServerDeploymentGroup.| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerDeploymentGroupProps.Builder
A builder for
ServerDeploymentGroupProps |
static class |
ServerDeploymentGroupProps.Jsii$Proxy
An implementation for
ServerDeploymentGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static ServerDeploymentGroupProps.Builder |
builder() |
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.
|
@Stability(value=Stable) List<software.amazon.awscdk.services.cloudwatch.IAlarm> getAlarms()
#addAlarm method.
Default: []https://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.html@Stability(value=Stable) IServerApplication getApplication()
@Stability(value=Stable) AutoRollbackConfig getAutoRollback()
@Stability(value=Stable) 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: []@Stability(value=Stable) IServerDeploymentConfig getDeploymentConfig()
@Stability(value=Stable) String getDeploymentGroupName()
@Stability(value=Stable) InstanceTagSet getEc2InstanceTags()
@Stability(value=Stable) Boolean getIgnorePollAlarmsFailure()
@Stability(value=Stable) Boolean getInstallAgent()
#autoScalingGroups property, you can set this property to add User Data that installs the CodeDeploy agent on the instances.
Default: truehttps://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.html@Stability(value=Stable) LoadBalancer getLoadBalancer()
@Stability(value=Stable) InstanceTagSet getOnPremiseInstanceTags()
@Stability(value=Stable) software.amazon.awscdk.services.iam.IRole getRole()
@Stability(value=Stable) static ServerDeploymentGroupProps.Builder builder()
ServerDeploymentGroupProps.Builder of ServerDeploymentGroupPropsCopyright © 2019. All rights reserved.