Interface OpsworksInstanceEbsBlockDevice
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OpsworksInstanceEbsBlockDevice.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.301Z") @Stability(Stable) public interface OpsworksInstanceEbsBlockDevice extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOpsworksInstanceEbsBlockDevice.BuilderA builder forOpsworksInstanceEbsBlockDevicestatic classOpsworksInstanceEbsBlockDevice.Jsii$ProxyAn implementation forOpsworksInstanceEbsBlockDevice
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OpsworksInstanceEbsBlockDevice.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}.StringgetDeviceName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#device_name OpsworksInstance#device_name}.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 StringgetSnapshotId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#snapshot_id OpsworksInstance#snapshot_id}.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
-
getDeviceName
@Stability(Stable) @NotNull String getDeviceName()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#device_name OpsworksInstance#device_name}.
-
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}.
-
getSnapshotId
@Stability(Stable) @Nullable default String getSnapshotId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#snapshot_id OpsworksInstance#snapshot_id}.
-
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 OpsworksInstanceEbsBlockDevice.Builder builder()
-
-