ContainerAwsClusterControlPlaneRootVolume constructor

const ContainerAwsClusterControlPlaneRootVolume({
  1. TfArg<num>? iops,
  2. TfArg<String>? kmsKeyArn,
  3. TfArg<num>? sizeGib,
  4. TfArg<num>? throughput,
  5. TfArg<ContainerAwsClusterControlPlaneRootVolumeVolumeType>? volumeType,
})

Implementation

const ContainerAwsClusterControlPlaneRootVolume({
  this.iops,
  this.kmsKeyArn,
  this.sizeGib,
  this.throughput,
  this.volumeType,
});