@Generated(value="jsii-pacmak/0.11.3 (build 464b8c6)", date="2019-06-19T15:19:43.963Z") @Stability(value=Experimental) public interface ServerDeploymentGroupProps extends software.amazon.jsii.JsiiSerializable
ServerDeploymentGroup.
EXPERIMENTAL| Modifier and Type | Interface and Description |
|---|---|
static class |
ServerDeploymentGroupProps.Builder
A builder for
ServerDeploymentGroupProps |
static class |
ServerDeploymentGroupProps.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| 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=Experimental) List<software.amazon.awscdk.services.cloudwatch.IAlarm> getAlarms()
#addAlarm method.
Default: []
EXPERIMENTALhttps://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.html@Stability(value=Experimental) IServerApplication getApplication()
@Stability(value=Experimental) AutoRollbackConfig getAutoRollback()
@Stability(value=Experimental) 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: []
EXPERIMENTAL@Stability(value=Experimental) IServerDeploymentConfig getDeploymentConfig()
@Stability(value=Experimental) String getDeploymentGroupName()
@Stability(value=Experimental) InstanceTagSet getEc2InstanceTags()
@Stability(value=Experimental) Boolean getIgnorePollAlarmsFailure()
@Stability(value=Experimental) Boolean getInstallAgent()
#autoScalingGroups property, you can set this property to add User Data that installs the CodeDeploy agent on the instances.
Default: true
EXPERIMENTALhttps://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.html@Stability(value=Experimental) LoadBalancer getLoadBalancer()
@Stability(value=Experimental) InstanceTagSet getOnPremiseInstanceTags()
@Stability(value=Experimental) software.amazon.awscdk.services.iam.IRole getRole()
@Stability(value=Experimental) static ServerDeploymentGroupProps.Builder builder()
ServerDeploymentGroupProps.Builder of ServerDeploymentGroupPropsCopyright © 2019. All rights reserved.