Interface LaunchConfigurationRootBlockDevice
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LaunchConfigurationRootBlockDevice.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:53.626Z") @Stability(Stable) public interface LaunchConfigurationRootBlockDevice extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLaunchConfigurationRootBlockDevice.BuilderA builder forLaunchConfigurationRootBlockDevicestatic classLaunchConfigurationRootBlockDevice.Jsii$ProxyAn implementation forLaunchConfigurationRootBlockDevice
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LaunchConfigurationRootBlockDevice.Builderbuilder()default ObjectgetDeleteOnTermination()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#delete_on_termination LaunchConfiguration#delete_on_termination}.default ObjectgetEncrypted()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#encrypted LaunchConfiguration#encrypted}.default NumbergetIops()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#iops LaunchConfiguration#iops}.default NumbergetThroughput()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#throughput LaunchConfiguration#throughput}.default NumbergetVolumeSize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#volume_size LaunchConfiguration#volume_size}.default StringgetVolumeType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#volume_type LaunchConfiguration#volume_type}.
-
-
-
Method Detail
-
getDeleteOnTermination
@Stability(Stable) @Nullable default Object getDeleteOnTermination()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#delete_on_termination LaunchConfiguration#delete_on_termination}.
-
getEncrypted
@Stability(Stable) @Nullable default Object getEncrypted()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#encrypted LaunchConfiguration#encrypted}.
-
getIops
@Stability(Stable) @Nullable default Number getIops()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#iops LaunchConfiguration#iops}.
-
getThroughput
@Stability(Stable) @Nullable default Number getThroughput()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#throughput LaunchConfiguration#throughput}.
-
getVolumeSize
@Stability(Stable) @Nullable default Number getVolumeSize()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#volume_size LaunchConfiguration#volume_size}.
-
getVolumeType
@Stability(Stable) @Nullable default String getVolumeType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/launch_configuration#volume_type LaunchConfiguration#volume_type}.
-
builder
@Stability(Stable) static LaunchConfigurationRootBlockDevice.Builder builder()
-
-