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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the CfnVolumeProps.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 Type
    Method
    Description
    com.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
    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
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait