Class CfnVolumeProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspacesinstances.CfnVolumeProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVolumeProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVolumeProps
@Stability(Stable)
@Internal
public static final class CfnVolumeProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVolumeProps
An implementation for
CfnVolumeProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.workspacesinstances.CfnVolumeProps
CfnVolumeProps.Builder, CfnVolumeProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnVolumeProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVolumeProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Availability Zone in which to create the volume.final Object
Indicates whether the volume should be encrypted.final Number
getIops()
The number of I/O operations per second (IOPS).final String
The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption.final Number
The size of the volume, in GiBs.final String
The snapshot from which to create the volume.final Object
The tags passed to EBS volume.final Number
The throughput to provision for a volume, with a maximum of 1,000 MiB/s.final String
The volume type.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theCfnVolumeProps.Builder
.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnVolumeProps
The Availability Zone in which to create the volume.- Specified by:
getAvailabilityZone
in interfaceCfnVolumeProps
- See Also:
-
getEncrypted
Description copied from interface:CfnVolumeProps
Indicates whether the volume should be encrypted.- Specified by:
getEncrypted
in interfaceCfnVolumeProps
- See Also:
-
getIops
Description copied from interface:CfnVolumeProps
The number of I/O operations per second (IOPS).- Specified by:
getIops
in interfaceCfnVolumeProps
- See Also:
-
getKmsKeyId
Description copied from interface:CfnVolumeProps
The identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption.- Specified by:
getKmsKeyId
in interfaceCfnVolumeProps
- See Also:
-
getSizeInGb
Description copied from interface:CfnVolumeProps
The size of the volume, in GiBs.- Specified by:
getSizeInGb
in interfaceCfnVolumeProps
- See Also:
-
getSnapshotId
Description copied from interface:CfnVolumeProps
The snapshot from which to create the volume.- Specified by:
getSnapshotId
in interfaceCfnVolumeProps
- See Also:
-
getTagSpecifications
Description copied from interface:CfnVolumeProps
The tags passed to EBS volume.- Specified by:
getTagSpecifications
in interfaceCfnVolumeProps
- See Also:
-
getThroughput
Description copied from interface:CfnVolumeProps
The throughput to provision for a volume, with a maximum of 1,000 MiB/s.- Specified by:
getThroughput
in interfaceCfnVolumeProps
- See Also:
-
getVolumeType
Description copied from interface:CfnVolumeProps
The volume type.- Specified by:
getVolumeType
in interfaceCfnVolumeProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-