SSMOutput constructor

SSMOutput({
  1. S3Location? s3Location,
})

Implementation

SSMOutput({
  this.s3Location,
});