Interface LaunchTemplateTagSpecifications

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

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:53.647Z")
    @Stability(Stable)
    public interface LaunchTemplateTagSpecifications
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getResourceType

        @Stability(Stable)
        @Nullable
        default String getResourceType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#resource_type LaunchTemplate#resource_type}.
      • getTags

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getTags()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#tags LaunchTemplate#tags}.