@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)", date="2019-02-07T11:17:38.853Z") 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
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.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.
|
List<software.amazon.awscdk.services.cloudwatch.Alarm> getAlarms()
#addAlarm method.https://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.htmlvoid setAlarms(List<software.amazon.awscdk.services.cloudwatch.Alarm> value)
#addAlarm method.https://docs.aws.amazon.com/codedeploy/latest/userguide/monitoring-create-alarms.htmlIServerApplication getApplication()
void setApplication(IServerApplication value)
AutoRollbackConfig getAutoRollback()
void setAutoRollback(AutoRollbackConfig value)
List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> getAutoScalingGroups()
#addAutoScalingGroup method.void setAutoScalingGroups(List<software.amazon.awscdk.services.autoscaling.AutoScalingGroup> value)
#addAutoScalingGroup method.IServerDeploymentConfig getDeploymentConfig()
void setDeploymentConfig(IServerDeploymentConfig value)
String getDeploymentGroupName()
void setDeploymentGroupName(String value)
InstanceTagSet getEc2InstanceTags()
void setEc2InstanceTags(InstanceTagSet value)
Boolean getIgnorePollAlarmsFailure()
void setIgnorePollAlarmsFailure(Boolean value)
Boolean getInstallAgent()
#autoScalingGroups property,
you can set this property to add User Data that installs the CodeDeploy agent on the instances.https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.htmlvoid setInstallAgent(Boolean value)
#autoScalingGroups property,
you can set this property to add User Data that installs the CodeDeploy agent on the instances.https://docs.aws.amazon.com/codedeploy/latest/userguide/codedeploy-agent-operations-install.htmlsoftware.amazon.awscdk.services.codedeploy.api.ILoadBalancer getLoadBalancer()
void setLoadBalancer(software.amazon.awscdk.services.codedeploy.api.ILoadBalancer value)
InstanceTagSet getOnPremiseInstanceTags()
void setOnPremiseInstanceTags(InstanceTagSet value)
software.amazon.awscdk.services.iam.Role getRole()
void setRole(software.amazon.awscdk.services.iam.Role value)
static ServerDeploymentGroupProps.Builder builder()
ServerDeploymentGroupProps.Builder of ServerDeploymentGroupPropsCopyright © 2019. All rights reserved.