| Modifier and Type | Method and Description |
|---|---|
default InstanceTagSet |
ServerDeploymentGroupProps.getEc2InstanceTags()
All EC2 instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.
|
InstanceTagSet |
ServerDeploymentGroupProps.Jsii$Proxy.getEc2InstanceTags() |
default InstanceTagSet |
ServerDeploymentGroupProps.getOnPremiseInstanceTags()
All on-premise instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.
|
InstanceTagSet |
ServerDeploymentGroupProps.Jsii$Proxy.getOnPremiseInstanceTags() |
| Modifier and Type | Method and Description |
|---|---|
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.ec2InstanceTags(InstanceTagSet ec2InstanceTags)
Sets the value of
ServerDeploymentGroupProps.getEc2InstanceTags() |
ServerDeploymentGroup.Builder |
ServerDeploymentGroup.Builder.ec2InstanceTags(InstanceTagSet ec2InstanceTags)
All EC2 instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.
|
ServerDeploymentGroupProps.Builder |
ServerDeploymentGroupProps.Builder.onPremiseInstanceTags(InstanceTagSet onPremiseInstanceTags)
Sets the value of
ServerDeploymentGroupProps.getOnPremiseInstanceTags() |
ServerDeploymentGroup.Builder |
ServerDeploymentGroup.Builder.onPremiseInstanceTags(InstanceTagSet onPremiseInstanceTags)
All on-premise instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.
|
Copyright © 2022. All rights reserved.