ContainerAwsClusterControlPlaneRootVolume constructor
const
ContainerAwsClusterControlPlaneRootVolume({
- TfArg<
num> ? iops, - TfArg<
String> ? kmsKeyArn, - TfArg<
num> ? sizeGib, - TfArg<
num> ? throughput, - TfArg<
ContainerAwsClusterControlPlaneRootVolumeVolumeType> ? volumeType,
Implementation
const ContainerAwsClusterControlPlaneRootVolume({
this.iops,
this.kmsKeyArn,
this.sizeGib,
this.throughput,
this.volumeType,
});