OBJECT
S3BucketDetails
Description
Details of S3 Bucket containing name, region and ARN.
link GraphQL Schema definition
- type S3BucketDetails {
- # Name of the S3 bucket.
- String! :
- # Region the bucket resides in.
- String! :
- # ARN of the S3 bucket.
- String! :
- # Enum representation of bucket region.
- AwsCloudAccountRegion! :
- }