Class CfnVolumeMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.workspacesinstances.CfnVolumeMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnVolumeMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnVolumeMixinProps
@Stability(Stable)
@Internal
public static final class CfnVolumeMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnVolumeMixinProps
An implementation for
CfnVolumeMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.workspacesinstances.CfnVolumeMixinProps
CfnVolumeMixinProps.Builder, CfnVolumeMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnVolumeMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnVolumeMixinProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe Availability Zone in which to create the volume.final ObjectIndicates whether the volume should be encrypted.final NumbergetIops()The number of I/O operations per second (IOPS).final StringThe identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption.final NumberThe size of the volume, in GiBs.final StringThe snapshot from which to create the volume.final ObjectThe tags passed to EBS volume.final NumberThe throughput to provision for a volume, with a maximum of 1,000 MiB/s.final StringThe volume type.final inthashCode()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 theCfnVolumeMixinProps.Builder.
-
-
Method Details
-
getAvailabilityZone
Description copied from interface:CfnVolumeMixinPropsThe Availability Zone in which to create the volume.- Specified by:
getAvailabilityZonein interfaceCfnVolumeMixinProps- See Also:
-
getEncrypted
Description copied from interface:CfnVolumeMixinPropsIndicates whether the volume should be encrypted.Returns union: either
BooleanorIResolvable- Specified by:
getEncryptedin interfaceCfnVolumeMixinProps- See Also:
-
getIops
Description copied from interface:CfnVolumeMixinPropsThe number of I/O operations per second (IOPS).- Specified by:
getIopsin interfaceCfnVolumeMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnVolumeMixinPropsThe identifier of the AWS Key Management Service (AWS KMS) customer master key (CMK) to use for Amazon EBS encryption.- Specified by:
getKmsKeyIdin interfaceCfnVolumeMixinProps- See Also:
-
getSizeInGb
Description copied from interface:CfnVolumeMixinPropsThe size of the volume, in GiBs.- Specified by:
getSizeInGbin interfaceCfnVolumeMixinProps- See Also:
-
getSnapshotId
Description copied from interface:CfnVolumeMixinPropsThe snapshot from which to create the volume.- Specified by:
getSnapshotIdin interfaceCfnVolumeMixinProps- See Also:
-
getTagSpecifications
Description copied from interface:CfnVolumeMixinPropsThe tags passed to EBS volume.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnVolumePropsMixin.TagSpecificationProperty>- Specified by:
getTagSpecificationsin interfaceCfnVolumeMixinProps- See Also:
-
getThroughput
Description copied from interface:CfnVolumeMixinPropsThe throughput to provision for a volume, with a maximum of 1,000 MiB/s.- Specified by:
getThroughputin interfaceCfnVolumeMixinProps- See Also:
-
getVolumeType
Description copied from interface:CfnVolumeMixinPropsThe volume type.- Specified by:
getVolumeTypein interfaceCfnVolumeMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-