| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.elasticsearch |
Amazon Elasticsearch Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
EbsDeviceVolumeType |
EbsDeviceOptions.Jsii$Proxy.getVolumeType() |
default EbsDeviceVolumeType |
VolumeProps.getVolumeType()
(experimental) The type of the volume;
|
EbsDeviceVolumeType |
VolumeProps.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() |
VolumeProps.Builder |
VolumeProps.Builder.volumeType(EbsDeviceVolumeType volumeType)
Sets the value of
VolumeProps.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() |
Volume.Builder |
Volume.Builder.volumeType(EbsDeviceVolumeType volumeType)
(experimental) The type of the volume;
|
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 availabilityZone,
Boolean autoEnableIo,
Boolean enableMultiAttach,
Boolean encrypted,
IKey encryptionKey,
Number iops,
RemovalPolicy removalPolicy,
Size size,
String snapshotId,
String volumeName,
EbsDeviceVolumeType volumeType)
Constructor that initializes the object based on literal property values passed by the
VolumeProps.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. |
| Modifier and Type | Method and Description |
|---|---|
default EbsDeviceVolumeType |
EbsOptions.getVolumeType()
(experimental) The EBS volume type to use with the Amazon ES domain, such as standard, gp2, io1.
|
EbsDeviceVolumeType |
EbsOptions.Jsii$Proxy.getVolumeType() |
| Modifier and Type | Method and Description |
|---|---|
EbsOptions.Builder |
EbsOptions.Builder.volumeType(EbsDeviceVolumeType volumeType)
Sets the value of
EbsOptions.getVolumeType() |
| Constructor and Description |
|---|
Jsii$Proxy(Boolean enabled,
Number iops,
Number volumeSize,
EbsDeviceVolumeType volumeType)
Constructor that initializes the object based on literal property values passed by the
EbsOptions.Builder. |
Copyright © 2021. All rights reserved.