Interface OpsworksStaticWebLayerEbsVolume
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OpsworksStaticWebLayerEbsVolume.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.379Z") @Stability(Stable) public interface OpsworksStaticWebLayerEbsVolume extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOpsworksStaticWebLayerEbsVolume.BuilderA builder forOpsworksStaticWebLayerEbsVolumestatic classOpsworksStaticWebLayerEbsVolume.Jsii$ProxyAn implementation forOpsworksStaticWebLayerEbsVolume
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static OpsworksStaticWebLayerEbsVolume.Builderbuilder()default ObjectgetEncrypted()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#encrypted OpsworksStaticWebLayer#encrypted}.default NumbergetIops()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#iops OpsworksStaticWebLayer#iops}.StringgetMountPoint()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#mount_point OpsworksStaticWebLayer#mount_point}.NumbergetNumberOfDisks()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#number_of_disks OpsworksStaticWebLayer#number_of_disks}.default StringgetRaidLevel()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#raid_level OpsworksStaticWebLayer#raid_level}.NumbergetSize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#size OpsworksStaticWebLayer#size}.default StringgetType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#type OpsworksStaticWebLayer#type}.
-
-
-
Method Detail
-
getMountPoint
@Stability(Stable) @NotNull String getMountPoint()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#mount_point OpsworksStaticWebLayer#mount_point}.
-
getNumberOfDisks
@Stability(Stable) @NotNull Number getNumberOfDisks()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#number_of_disks OpsworksStaticWebLayer#number_of_disks}.
-
getSize
@Stability(Stable) @NotNull Number getSize()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#size OpsworksStaticWebLayer#size}.
-
getEncrypted
@Stability(Stable) @Nullable default Object getEncrypted()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#encrypted OpsworksStaticWebLayer#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/opsworks_static_web_layer#iops OpsworksStaticWebLayer#iops}.
-
getRaidLevel
@Stability(Stable) @Nullable default String getRaidLevel()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#raid_level OpsworksStaticWebLayer#raid_level}.
-
getType
@Stability(Stable) @Nullable default String getType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_static_web_layer#type OpsworksStaticWebLayer#type}.
-
builder
@Stability(Stable) static OpsworksStaticWebLayerEbsVolume.Builder builder()
-
-