| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
EbsDeviceVolumeType |
EbsDeviceOptions.Jsii$Proxy.getVolumeType() |
EbsDeviceVolumeType |
EbsDeviceProps.Jsii$Proxy.getVolumeType() |
default EbsDeviceVolumeType |
EbsDeviceOptionsBase.getVolumeType()
(experimental) The EBS volume type.
|
EbsDeviceVolumeType |
EbsDeviceOptionsBase.Jsii$Proxy.getVolumeType() |
EbsDeviceVolumeType |
EbsDeviceSnapshotOptions.Jsii$Proxy.getVolumeType() |
static EbsDeviceVolumeType |
EbsDeviceVolumeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EbsDeviceVolumeType[] |
EbsDeviceVolumeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EbsDeviceOptions.Builder |
EbsDeviceOptions.Builder.volumeType(EbsDeviceVolumeType volumeType)
Sets the value of
EbsDeviceOptionsBase.getVolumeType() |
EbsDeviceProps.Builder |
EbsDeviceProps.Builder.volumeType(EbsDeviceVolumeType volumeType)
Sets the value of
EbsDeviceOptionsBase.getVolumeType() |
EbsDeviceOptionsBase.Builder |
EbsDeviceOptionsBase.Builder.volumeType(EbsDeviceVolumeType volumeType)
Sets the value of
EbsDeviceOptionsBase.getVolumeType() |
EbsDeviceSnapshotOptions.Builder |
EbsDeviceSnapshotOptions.Builder.volumeType(EbsDeviceVolumeType volumeType)
Sets the value of
EbsDeviceOptionsBase.getVolumeType() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean encrypted,
Boolean deleteOnTermination,
Number iops,
EbsDeviceVolumeType volumeType)
Constructor that initializes the object based on literal property values passed by the
EbsDeviceOptions.Builder. |
Jsii$Proxy(Boolean deleteOnTermination,
Number iops,
EbsDeviceVolumeType volumeType)
Constructor that initializes the object based on literal property values passed by the
EbsDeviceOptionsBase.Builder. |
Jsii$Proxy(Number volumeSize,
Boolean deleteOnTermination,
Number iops,
EbsDeviceVolumeType volumeType)
Constructor that initializes the object based on literal property values passed by the
EbsDeviceSnapshotOptions.Builder. |
Jsii$Proxy(String snapshotId,
Number volumeSize,
Boolean deleteOnTermination,
Number iops,
EbsDeviceVolumeType volumeType)
Constructor that initializes the object based on literal property values passed by the
EbsDeviceProps.Builder. |
Copyright © 2021. All rights reserved.