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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchTemplateTagSpecifications.BuilderA builder forLaunchTemplateTagSpecificationsstatic classLaunchTemplateTagSpecifications.Jsii$ProxyAn implementation forLaunchTemplateTagSpecifications
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LaunchTemplateTagSpecifications.Builderbuilder()default StringgetResourceType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#resource_type LaunchTemplate#resource_type}.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}.
-
-
-
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}.
-
builder
@Stability(Stable) static LaunchTemplateTagSpecifications.Builder builder()
-
-