OBJECT

S3BucketDetails

Description

Details of S3 Bucket containing name, region and ARN.

link GraphQL Schema definition

  • type S3BucketDetails {
  • # Name of the S3 bucket.
  • name: String!
  • # Region the bucket resides in.
  • region: String!
  • # ARN of the S3 bucket.
  • arn: String!
  • }

link Require by