GetLaunchConfigurationRootBlockDevice class
Constructors
-
GetLaunchConfigurationRootBlockDevice({required Input<
bool> deleteOnTermination, required Input<bool> encrypted, required Input<int> iops, required Input<int> throughput, required Input<int> volumeSize, required Input<String> volumeType}) -
Creates a new GetLaunchConfigurationRootBlockDevice.
deleteOnTerminationWhether the EBS Volume will be deleted on instance termination.encryptedWhether the volume is Encrypted.iopsProvisioned IOPs of the volume.throughputThroughput of the volume.volumeSizeSize of the volume.volumeTypeType of the volume.const -
GetLaunchConfigurationRootBlockDevice.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
deleteOnTermination
→ Input<
bool> -
Whether the EBS Volume will be deleted on instance termination.
final
-
encrypted
→ Input<
bool> -
Whether the volume is Encrypted.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
iops
→ Input<
int> -
Provisioned IOPs of the volume.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
throughput
→ Input<
int> -
Throughput of the volume.
final
-
volumeSize
→ Input<
int> -
Size of the volume.
final
-
volumeType
→ Input<
String> -
Type of the volume.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited