OBJECT

GetS3BucketStateForRecoveryReply

Description

Specifies the versioning and object ACL state of the AWS S3 bucket.

link GraphQL Schema definition

  • type GetS3BucketStateForRecoveryReply {
  • # Specifies whether the versioning is enabled on the AWS S3 bucket.
  • isVersioningEnabled: Boolean!
  • # Specifies whether object ACL is enabled on the AWS S3 bucket.
  • isObjectAclEnabled: Boolean!
  • }

link Require by