GetInstanceRootBlockDevice constructor
const
GetInstanceRootBlockDevice({
- required Input<
bool> deleteOnTermination, - required Input<
String> deviceName, - required Input<
bool> encrypted, - required Input<
int> iops, - required Input<
String> kmsKeyId, - required Input<
Map< tags,String, String> > - required Input<
int> throughput, - required Input<
String> volumeId, - required Input<
int> volumeSize, - required Input<
String> volumeType,
Creates a new GetInstanceRootBlockDevice.
deleteOnTermination If the root block device will be deleted on termination.
deviceName Physical name of the device.
encrypted If the EBS volume is encrypted.
iops 0 If the volume is not a provisioned IOPS image, otherwise the supported IOPS count.
kmsKeyId Required.
tags Map of tags assigned to the Instance.
throughput Throughput of the volume, in MiB/s.
volumeId Required.
volumeSize Size of the volume, in GiB.
volumeType Type of the volume.
Implementation
const GetInstanceRootBlockDevice({
required this.deleteOnTermination,
required this.deviceName,
required this.encrypted,
required this.iops,
required this.kmsKeyId,
required this.tags,
required this.throughput,
required this.volumeId,
required this.volumeSize,
required this.volumeType,
});