TransformResources constructor

TransformResources({
  1. required int instanceCount,
  2. required TransformInstanceType instanceType,
  3. String? volumeKmsKeyId,
})

Implementation

TransformResources({
  required this.instanceCount,
  required this.instanceType,
  this.volumeKmsKeyId,
});