AutoMLSecurityConfig constructor

AutoMLSecurityConfig({
  1. bool? enableInterContainerTrafficEncryption,
  2. String? volumeKmsKeyId,
  3. VpcConfig? vpcConfig,
})

Implementation

AutoMLSecurityConfig({
  this.enableInterContainerTrafficEncryption,
  this.volumeKmsKeyId,
  this.vpcConfig,
});