@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:35.860Z") @Stability(value=Stable) public interface CfnTag 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.*;
CfnTag cfnTag = CfnTag.builder()
.key("key")
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTag.Builder
A builder for
CfnTag |
static class |
CfnTag.Jsii$Proxy
An implementation for
CfnTag |
| Modifier and Type | Method and Description |
|---|---|
static CfnTag.Builder |
builder() |
String |
getKey() |
String |
getValue() |
@Stability(value=Stable) @NotNull String getKey()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CfnTag.Builder builder()
CfnTag.Builder of CfnTagCopyright © 2022. All rights reserved.