Interface OpsworksInstanceRootBlockDevice
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OpsworksInstanceRootBlockDevice.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.314Z") @Stability(Stable) public interface OpsworksInstanceRootBlockDevice extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOpsworksInstanceRootBlockDevice.BuilderA builder forOpsworksInstanceRootBlockDevicestatic classOpsworksInstanceRootBlockDevice.Jsii$ProxyAn implementation forOpsworksInstanceRootBlockDevice
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OpsworksInstanceRootBlockDevice.Builderbuilder()default ObjectgetDeleteOnTermination()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#delete_on_termination OpsworksInstance#delete_on_termination}.default NumbergetIops()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#iops OpsworksInstance#iops}.default NumbergetVolumeSize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#volume_size OpsworksInstance#volume_size}.default StringgetVolumeType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#volume_type OpsworksInstance#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/opsworks_instance#delete_on_termination OpsworksInstance#delete_on_termination}.
-
getIops
@Stability(Stable) @Nullable default Number getIops()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#iops OpsworksInstance#iops}.
-
getVolumeSize
@Stability(Stable) @Nullable default Number getVolumeSize()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#volume_size OpsworksInstance#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/opsworks_instance#volume_type OpsworksInstance#volume_type}.
-
builder
@Stability(Stable) static OpsworksInstanceRootBlockDevice.Builder builder()
-
-