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
    • 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}.