Interface LaunchTemplateBlockDeviceMappings
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LaunchTemplateBlockDeviceMappings.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.630Z") @Stability(Stable) public interface LaunchTemplateBlockDeviceMappings extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchTemplateBlockDeviceMappings.BuilderA builder forLaunchTemplateBlockDeviceMappingsstatic classLaunchTemplateBlockDeviceMappings.Jsii$ProxyAn implementation forLaunchTemplateBlockDeviceMappings
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LaunchTemplateBlockDeviceMappings.Builderbuilder()default StringgetDeviceName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#device_name LaunchTemplate#device_name}.default LaunchTemplateBlockDeviceMappingsEbsgetEbs()ebs block.default StringgetNoDevice()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#no_device LaunchTemplate#no_device}.default StringgetVirtualName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#virtual_name LaunchTemplate#virtual_name}.
-
-
-
Method Detail
-
getDeviceName
@Stability(Stable) @Nullable default String getDeviceName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#device_name LaunchTemplate#device_name}.
-
getEbs
@Stability(Stable) @Nullable default LaunchTemplateBlockDeviceMappingsEbs getEbs()
ebs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#ebs LaunchTemplate#ebs}
-
getNoDevice
@Stability(Stable) @Nullable default String getNoDevice()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#no_device LaunchTemplate#no_device}.
-
getVirtualName
@Stability(Stable) @Nullable default String getVirtualName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_template#virtual_name LaunchTemplate#virtual_name}.
-
builder
@Stability(Stable) static LaunchTemplateBlockDeviceMappings.Builder builder()
-
-