Uses of Interface
com.hashicorp.cdktf.providers.aws.launch_template.LaunchTemplateTagSpecifications
-
Packages that use LaunchTemplateTagSpecifications Package Description com.hashicorp.cdktf.providers.aws.launch_template aws_launch_template -
-
Uses of LaunchTemplateTagSpecifications in com.hashicorp.cdktf.providers.aws.launch_template
Classes in com.hashicorp.cdktf.providers.aws.launch_template that implement LaunchTemplateTagSpecifications Modifier and Type Class Description static classLaunchTemplateTagSpecifications.Jsii$ProxyAn implementation forLaunchTemplateTagSpecificationsMethods in com.hashicorp.cdktf.providers.aws.launch_template that return LaunchTemplateTagSpecifications Modifier and Type Method Description LaunchTemplateTagSpecificationsLaunchTemplateTagSpecifications.Builder. build()Builds the configured instance.Methods in com.hashicorp.cdktf.providers.aws.launch_template with parameters of type LaunchTemplateTagSpecifications Modifier and Type Method Description voidLaunchTemplateTagSpecificationsOutputReference. setInternalValue(LaunchTemplateTagSpecifications value)Method parameters in com.hashicorp.cdktf.providers.aws.launch_template with type arguments of type LaunchTemplateTagSpecifications Modifier and Type Method Description voidLaunchTemplateTagSpecificationsList. setInternalValue(List<LaunchTemplateTagSpecifications> value)LaunchTemplate.BuilderLaunchTemplate.Builder. tagSpecifications(List<? extends LaunchTemplateTagSpecifications> tagSpecifications)tag_specifications block.LaunchTemplateConfig.BuilderLaunchTemplateConfig.Builder. tagSpecifications(List<? extends LaunchTemplateTagSpecifications> tagSpecifications)Sets the value ofLaunchTemplateConfig.getTagSpecifications()
-