Class OpsworksInstanceRootBlockDevice.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.opsworks_instance.OpsworksInstanceRootBlockDevice.Jsii$Proxy
-
- All Implemented Interfaces:
OpsworksInstanceRootBlockDevice,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- OpsworksInstanceRootBlockDevice
@Stability(Stable) @Internal public static final class OpsworksInstanceRootBlockDevice.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements OpsworksInstanceRootBlockDevice
An implementation forOpsworksInstanceRootBlockDevice
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.opsworks_instance.OpsworksInstanceRootBlockDevice
OpsworksInstanceRootBlockDevice.Builder, OpsworksInstanceRootBlockDevice.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(OpsworksInstanceRootBlockDevice.Builder builder)Constructor that initializes the object based on literal property values passed by theOpsworksInstanceRootBlockDevice.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)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}.NumbergetIops()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#iops OpsworksInstance#iops}.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}.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}.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(OpsworksInstanceRootBlockDevice.Builder builder)
Constructor that initializes the object based on literal property values passed by theOpsworksInstanceRootBlockDevice.Builder.
-
-
Method Detail
-
getDeleteOnTermination
public final Object getDeleteOnTermination()
Description copied from interface:OpsworksInstanceRootBlockDeviceDocs 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}.- Specified by:
getDeleteOnTerminationin interfaceOpsworksInstanceRootBlockDevice
-
getIops
public final Number getIops()
Description copied from interface:OpsworksInstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#iops OpsworksInstance#iops}.- Specified by:
getIopsin interfaceOpsworksInstanceRootBlockDevice
-
getVolumeSize
public final Number getVolumeSize()
Description copied from interface:OpsworksInstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#volume_size OpsworksInstance#volume_size}.- Specified by:
getVolumeSizein interfaceOpsworksInstanceRootBlockDevice
-
getVolumeType
public final String getVolumeType()
Description copied from interface:OpsworksInstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_instance#volume_type OpsworksInstance#volume_type}.- Specified by:
getVolumeTypein interfaceOpsworksInstanceRootBlockDevice
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-