@Stability(value=Stable)
public static interface CfnDeploymentGroup.EC2TagSetListObjectProperty
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.*;
EC2TagSetListObjectProperty eC2TagSetListObjectProperty = EC2TagSetListObjectProperty.builder()
.ec2TagGroup(List.of(EC2TagFilterProperty.builder()
.key("key")
.type("type")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder
A builder for
CfnDeploymentGroup.EC2TagSetListObjectProperty |
static class |
CfnDeploymentGroup.EC2TagSetListObjectProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.EC2TagSetListObjectProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder |
builder() |
default Object |
getEc2TagGroup()
`CfnDeploymentGroup.EC2TagSetListObjectProperty.Ec2TagGroup`.
|
@Stability(value=Stable) @Nullable default Object getEc2TagGroup()
@Stability(value=Stable) static CfnDeploymentGroup.EC2TagSetListObjectProperty.Builder builder()
Copyright © 2021. All rights reserved.