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