Uses of Interface
com.hashicorp.cdktf.providers.aws.launch_template.LaunchTemplateHibernationOptions
-
Packages that use LaunchTemplateHibernationOptions Package Description com.hashicorp.cdktf.providers.aws.launch_template aws_launch_template -
-
Uses of LaunchTemplateHibernationOptions in com.hashicorp.cdktf.providers.aws.launch_template
Classes in com.hashicorp.cdktf.providers.aws.launch_template that implement LaunchTemplateHibernationOptions Modifier and Type Class Description static classLaunchTemplateHibernationOptions.Jsii$ProxyAn implementation forLaunchTemplateHibernationOptionsMethods in com.hashicorp.cdktf.providers.aws.launch_template that return LaunchTemplateHibernationOptions Modifier and Type Method Description LaunchTemplateHibernationOptionsLaunchTemplateHibernationOptions.Builder. build()Builds the configured instance.default LaunchTemplateHibernationOptionsLaunchTemplateConfig. getHibernationOptions()hibernation_options block.LaunchTemplateHibernationOptionsLaunchTemplateConfig.Jsii$Proxy. getHibernationOptions()LaunchTemplateHibernationOptionsLaunchTemplate. getHibernationOptionsInput()LaunchTemplateHibernationOptionsLaunchTemplateHibernationOptionsOutputReference. getInternalValue()Methods in com.hashicorp.cdktf.providers.aws.launch_template with parameters of type LaunchTemplateHibernationOptions Modifier and Type Method Description LaunchTemplate.BuilderLaunchTemplate.Builder. hibernationOptions(LaunchTemplateHibernationOptions hibernationOptions)hibernation_options block.LaunchTemplateConfig.BuilderLaunchTemplateConfig.Builder. hibernationOptions(LaunchTemplateHibernationOptions hibernationOptions)Sets the value ofLaunchTemplateConfig.getHibernationOptions()voidLaunchTemplate. putHibernationOptions(LaunchTemplateHibernationOptions value)voidLaunchTemplateHibernationOptionsOutputReference. setInternalValue(LaunchTemplateHibernationOptions value)
-