Uses of Interface
com.hashicorp.cdktf.providers.aws.launch_template.LaunchTemplateCreditSpecification
-
Packages that use LaunchTemplateCreditSpecification Package Description com.hashicorp.cdktf.providers.aws.launch_template aws_launch_template -
-
Uses of LaunchTemplateCreditSpecification in com.hashicorp.cdktf.providers.aws.launch_template
Classes in com.hashicorp.cdktf.providers.aws.launch_template that implement LaunchTemplateCreditSpecification Modifier and Type Class Description static classLaunchTemplateCreditSpecification.Jsii$ProxyAn implementation forLaunchTemplateCreditSpecificationMethods in com.hashicorp.cdktf.providers.aws.launch_template that return LaunchTemplateCreditSpecification Modifier and Type Method Description LaunchTemplateCreditSpecificationLaunchTemplateCreditSpecification.Builder. build()Builds the configured instance.default LaunchTemplateCreditSpecificationLaunchTemplateConfig. getCreditSpecification()credit_specification block.LaunchTemplateCreditSpecificationLaunchTemplateConfig.Jsii$Proxy. getCreditSpecification()LaunchTemplateCreditSpecificationLaunchTemplate. getCreditSpecificationInput()LaunchTemplateCreditSpecificationLaunchTemplateCreditSpecificationOutputReference. getInternalValue()Methods in com.hashicorp.cdktf.providers.aws.launch_template with parameters of type LaunchTemplateCreditSpecification Modifier and Type Method Description LaunchTemplate.BuilderLaunchTemplate.Builder. creditSpecification(LaunchTemplateCreditSpecification creditSpecification)credit_specification block.LaunchTemplateConfig.BuilderLaunchTemplateConfig.Builder. creditSpecification(LaunchTemplateCreditSpecification creditSpecification)Sets the value ofLaunchTemplateConfig.getCreditSpecification()voidLaunchTemplate. putCreditSpecification(LaunchTemplateCreditSpecification value)voidLaunchTemplateCreditSpecificationOutputReference. setInternalValue(LaunchTemplateCreditSpecification value)
-