@Stability(value=Stable)
public static interface CfnDeploymentGroup.EC2TagSetProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.codedeploy.*;
EC2TagSetProperty eC2TagSetProperty = EC2TagSetProperty.builder()
.ec2TagSetList(List.of(EC2TagSetListObjectProperty.builder()
.ec2TagGroup(List.of(EC2TagFilterProperty.builder()
.key("key")
.type("type")
.value("value")
.build()))
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.EC2TagSetProperty.Builder
A builder for
CfnDeploymentGroup.EC2TagSetProperty |
static class |
CfnDeploymentGroup.EC2TagSetProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.EC2TagSetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.EC2TagSetProperty.Builder |
builder() |
default Object |
getEc2TagSetList()
`CfnDeploymentGroup.EC2TagSetProperty.Ec2TagSetList`.
|
@Stability(value=Stable) @Nullable default Object getEc2TagSetList()
@Stability(value=Stable) static CfnDeploymentGroup.EC2TagSetProperty.Builder builder()
Copyright © 2021. All rights reserved.