AwsS3Bucket constructor
AwsS3Bucket({
- String? name,
- AwsS3UserIdentity? ownerIdentity,
- String? arn,
Implementation
AwsS3Bucket({this.name, this.ownerIdentity, this.arn});