Interface CfnTag

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

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:01.542Z") @Stability(Stable) public interface CfnTag 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.*;
 CfnTag cfnTag = CfnTag.builder()
         .key("key")
         .value("value")
         .build();
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for CfnTag
    static final class 
    An implementation for CfnTag
  • Method Summary

    Modifier and Type
    Method
    Description
     
     
     

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson