Interface Tag

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    Tag.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
               date="2025-11-06T20:25:05.799Z")
    @Stability(Stable)
    public interface Tag
    extends software.amazon.jsii.JsiiSerializable
    Metadata Entry spec for stack tag.
    • Method Detail

      • getKey

        @Stability(Stable)
        @NotNull
        String getKey()
        Tag key.

        (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)

      • getValue

        @Stability(Stable)
        @NotNull
        String getValue()
        Tag value.

        (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)