Uses of Class
software.amazon.awscdk.services.codedeploy.InstanceTagSet
Packages that use InstanceTagSet
-
Uses of InstanceTagSet in software.amazon.awscdk.services.codedeploy
Methods in software.amazon.awscdk.services.codedeploy that return InstanceTagSetModifier and TypeMethodDescriptiondefault InstanceTagSet
ServerDeploymentGroupProps.getEc2InstanceTags()
All EC2 instances matching the given set of tags when a deployment occurs will be added to this Deployment Group.final 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.final InstanceTagSet
ServerDeploymentGroupProps.Jsii$Proxy.getOnPremiseInstanceTags()
Methods in software.amazon.awscdk.services.codedeploy with parameters of type InstanceTagSetModifier and TypeMethodDescriptionServerDeploymentGroup.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.ec2InstanceTags
(InstanceTagSet ec2InstanceTags) Sets the value ofServerDeploymentGroupProps.getEc2InstanceTags()
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.ServerDeploymentGroupProps.Builder.onPremiseInstanceTags
(InstanceTagSet onPremiseInstanceTags) Sets the value ofServerDeploymentGroupProps.getOnPremiseInstanceTags()