Class VolumeAttachmentConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.volume_attachment.VolumeAttachmentConfig.Jsii$Proxy
-
- All Implemented Interfaces:
VolumeAttachmentConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- VolumeAttachmentConfig
@Stability(Stable) @Internal public static final class VolumeAttachmentConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VolumeAttachmentConfig
An implementation forVolumeAttachmentConfig
-
-
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.volume_attachment.VolumeAttachmentConfig
VolumeAttachmentConfig.Builder, VolumeAttachmentConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(VolumeAttachmentConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theVolumeAttachmentConfig.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)ObjectgetConnection()ObjectgetCount()List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()StringgetDeviceName()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#device_name VolumeAttachment#device_name}.ObjectgetForceDetach()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#force_detach VolumeAttachment#force_detach}.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#id VolumeAttachment#id}.StringgetInstanceId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#instance_id VolumeAttachment#instance_id}.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ObjectgetSkipDestroy()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#skip_destroy VolumeAttachment#skip_destroy}.ObjectgetStopInstanceBeforeDetaching()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#stop_instance_before_detaching VolumeAttachment#stop_instance_before_detaching}.VolumeAttachmentTimeoutsgetTimeouts()timeouts block.StringgetVolumeId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#volume_id VolumeAttachment#volume_id}.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(VolumeAttachmentConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theVolumeAttachmentConfig.Builder.
-
-
Method Detail
-
getDeviceName
public final String getDeviceName()
Description copied from interface:VolumeAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#device_name VolumeAttachment#device_name}.- Specified by:
getDeviceNamein interfaceVolumeAttachmentConfig
-
getInstanceId
public final String getInstanceId()
Description copied from interface:VolumeAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#instance_id VolumeAttachment#instance_id}.- Specified by:
getInstanceIdin interfaceVolumeAttachmentConfig
-
getVolumeId
public final String getVolumeId()
Description copied from interface:VolumeAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#volume_id VolumeAttachment#volume_id}.- Specified by:
getVolumeIdin interfaceVolumeAttachmentConfig
-
getForceDetach
public final Object getForceDetach()
Description copied from interface:VolumeAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#force_detach VolumeAttachment#force_detach}.- Specified by:
getForceDetachin interfaceVolumeAttachmentConfig
-
getId
public final String getId()
Description copied from interface:VolumeAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#id VolumeAttachment#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceVolumeAttachmentConfig
-
getSkipDestroy
public final Object getSkipDestroy()
Description copied from interface:VolumeAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#skip_destroy VolumeAttachment#skip_destroy}.- Specified by:
getSkipDestroyin interfaceVolumeAttachmentConfig
-
getStopInstanceBeforeDetaching
public final Object getStopInstanceBeforeDetaching()
Description copied from interface:VolumeAttachmentConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#stop_instance_before_detaching VolumeAttachment#stop_instance_before_detaching}.- Specified by:
getStopInstanceBeforeDetachingin interfaceVolumeAttachmentConfig
-
getTimeouts
public final VolumeAttachmentTimeouts getTimeouts()
Description copied from interface:VolumeAttachmentConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/volume_attachment#timeouts VolumeAttachment#timeouts}
- Specified by:
getTimeoutsin interfaceVolumeAttachmentConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-