@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.865Z") @Stability(value=Stable) public interface Tag extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cloudassembly.schema.*;
Tag tag = Tag.builder()
.key("key")
.value("value")
.build();
| 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()
Tag key.
|
String |
getValue()
Tag value.
|
@Stability(value=Stable) @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=Stable) @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=Stable) static Tag.Builder builder()
Tag.Builder of TagCopyright © 2022. All rights reserved.