Class InstanceRootBlockDevice.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.instance.InstanceRootBlockDevice.Jsii$Proxy
-
- All Implemented Interfaces:
InstanceRootBlockDevice,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- InstanceRootBlockDevice
@Stability(Stable) @Internal public static final class InstanceRootBlockDevice.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InstanceRootBlockDevice
An implementation forInstanceRootBlockDevice
-
-
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.instance.InstanceRootBlockDevice
InstanceRootBlockDevice.Builder, InstanceRootBlockDevice.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(InstanceRootBlockDevice.Builder builder)Constructor that initializes the object based on literal property values passed by theInstanceRootBlockDevice.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/instance#delete_on_termination Instance#delete_on_termination}.ObjectgetEncrypted()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#encrypted Instance#encrypted}.NumbergetIops()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#iops Instance#iops}.StringgetKmsKeyId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#kms_key_id Instance#kms_key_id}.Map<String,String>getTags()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#tags Instance#tags}.NumbergetThroughput()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#throughput Instance#throughput}.NumbergetVolumeSize()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#volume_size Instance#volume_size}.StringgetVolumeType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#volume_type Instance#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(InstanceRootBlockDevice.Builder builder)
Constructor that initializes the object based on literal property values passed by theInstanceRootBlockDevice.Builder.
-
-
Method Detail
-
getDeleteOnTermination
public final Object getDeleteOnTermination()
Description copied from interface:InstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#delete_on_termination Instance#delete_on_termination}.- Specified by:
getDeleteOnTerminationin interfaceInstanceRootBlockDevice
-
getEncrypted
public final Object getEncrypted()
Description copied from interface:InstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#encrypted Instance#encrypted}.- Specified by:
getEncryptedin interfaceInstanceRootBlockDevice
-
getIops
public final Number getIops()
Description copied from interface:InstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#iops Instance#iops}.- Specified by:
getIopsin interfaceInstanceRootBlockDevice
-
getKmsKeyId
public final String getKmsKeyId()
Description copied from interface:InstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#kms_key_id Instance#kms_key_id}.- Specified by:
getKmsKeyIdin interfaceInstanceRootBlockDevice
-
getTags
public final Map<String,String> getTags()
Description copied from interface:InstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#tags Instance#tags}.- Specified by:
getTagsin interfaceInstanceRootBlockDevice
-
getThroughput
public final Number getThroughput()
Description copied from interface:InstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#throughput Instance#throughput}.- Specified by:
getThroughputin interfaceInstanceRootBlockDevice
-
getVolumeSize
public final Number getVolumeSize()
Description copied from interface:InstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#volume_size Instance#volume_size}.- Specified by:
getVolumeSizein interfaceInstanceRootBlockDevice
-
getVolumeType
public final String getVolumeType()
Description copied from interface:InstanceRootBlockDeviceDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/instance#volume_type Instance#volume_type}.- Specified by:
getVolumeTypein interfaceInstanceRootBlockDevice
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-