Interface LaunchTemplateHibernationOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LaunchTemplateHibernationOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.634Z") @Stability(Stable) public interface LaunchTemplateHibernationOptions extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchTemplateHibernationOptions.BuilderA builder forLaunchTemplateHibernationOptionsstatic classLaunchTemplateHibernationOptions.Jsii$ProxyAn implementation forLaunchTemplateHibernationOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static LaunchTemplateHibernationOptions.Builderbuilder()ObjectgetConfigured()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#configured LaunchTemplate#configured}.
-
-
-
Method Detail
-
getConfigured
@Stability(Stable) @NotNull Object getConfigured()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#configured LaunchTemplate#configured}.
-
builder
@Stability(Stable) static LaunchTemplateHibernationOptions.Builder builder()
-
-