@Stability(value=Stable)
public static interface CfnDeploymentGroup.TagFilterProperty
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.*;
TagFilterProperty tagFilterProperty = TagFilterProperty.builder()
.key("key")
.type("type")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeploymentGroup.TagFilterProperty.Builder
A builder for
CfnDeploymentGroup.TagFilterProperty |
static class |
CfnDeploymentGroup.TagFilterProperty.Jsii$Proxy
An implementation for
CfnDeploymentGroup.TagFilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeploymentGroup.TagFilterProperty.Builder |
builder() |
default String |
getKey()
`CfnDeploymentGroup.TagFilterProperty.Key`.
|
default String |
getType()
`CfnDeploymentGroup.TagFilterProperty.Type`.
|
default String |
getValue()
`CfnDeploymentGroup.TagFilterProperty.Value`.
|
@Stability(value=Stable) @Nullable default String getKey()
@Stability(value=Stable) @Nullable default String getType()
@Stability(value=Stable) @Nullable default String getValue()
@Stability(value=Stable) static CfnDeploymentGroup.TagFilterProperty.Builder builder()
Copyright © 2021. All rights reserved.