AwsS3Bucket constructor

AwsS3Bucket({
  1. String? name,
  2. AwsS3UserIdentity? ownerIdentity,
  3. String? arn,
})

Implementation

AwsS3Bucket({this.name, this.ownerIdentity, this.arn});