@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:53.635Z") @Stability(value=Experimental) public interface Tag extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Tag.Builder
A builder for
Tag |
static class |
Tag.Jsii$Proxy
An implementation for
Tag |
| Modifier and Type | Method and Description |
|---|---|
static Tag.Builder |
builder() |
String |
getKey()
(experimental) Tag key.
|
String |
getValue()
(experimental) Tag value.
|
@Stability(value=Experimental) @NotNull String getKey()
(In the actual file on disk this will be cased as "Key", and the structure is patched to match this structure upon loading: https://github.com/aws/aws-cdk/blob/4aadaa779b48f35838cccd4e25107b2338f05547/packages/%40aws-cdk/cloud-assembly-schema/lib/manifest.ts#L137)
@Stability(value=Experimental) @NotNull String getValue()
(In the actual file on disk this will be cased as "Value", and the structure is patched to match this structure upon loading: https://github.com/aws/aws-cdk/blob/4aadaa779b48f35838cccd4e25107b2338f05547/packages/%40aws-cdk/cloud-assembly-schema/lib/manifest.ts#L137)
@Stability(value=Experimental) static Tag.Builder builder()
Tag.Builder of TagCopyright © 2021. All rights reserved.