AwsS3Data constructor

AwsS3Data({
  1. AwsAccessKey? awsAccessKey,
  2. String? bucketName,
  3. String? cloudfrontDomain,
  4. String? credentialsSecret,
  5. bool? managedPrivateNetwork,
  6. String? path,
  7. String? roleArn,
})

Implementation

AwsS3Data({
  this.awsAccessKey,
  this.bucketName,
  this.cloudfrontDomain,
  this.credentialsSecret,
  this.managedPrivateNetwork,
  this.path,
  this.roleArn,
});