Uses of Class
com.hashicorp.cdktf.providers.aws.launch_template.LaunchTemplateTagSpecifications.Builder
-
Packages that use LaunchTemplateTagSpecifications.Builder Package Description com.hashicorp.cdktf.providers.aws.launch_template aws_launch_template -
-
Uses of LaunchTemplateTagSpecifications.Builder in com.hashicorp.cdktf.providers.aws.launch_template
Methods in com.hashicorp.cdktf.providers.aws.launch_template that return LaunchTemplateTagSpecifications.Builder Modifier and Type Method Description static LaunchTemplateTagSpecifications.BuilderLaunchTemplateTagSpecifications. builder()LaunchTemplateTagSpecifications.BuilderLaunchTemplateTagSpecifications.Builder. resourceType(String resourceType)Sets the value ofLaunchTemplateTagSpecifications.getResourceType()LaunchTemplateTagSpecifications.BuilderLaunchTemplateTagSpecifications.Builder. tags(Map<String,String> tags)Sets the value ofLaunchTemplateTagSpecifications.getTags()Constructors in com.hashicorp.cdktf.providers.aws.launch_template with parameters of type LaunchTemplateTagSpecifications.Builder Constructor Description Jsii$Proxy(LaunchTemplateTagSpecifications.Builder builder)Constructor that initializes the object based on literal property values passed by theLaunchTemplateTagSpecifications.Builder.
-