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