API Stability Short-Term

The s3ArchivingRequiresRole() GraphQL query returns whether AWS Role is required when configuring S3 Archiving.

Syntax

Below is the syntax for the s3ArchivingRequiresRole() query field:

graphql
s3ArchivingRequiresRole: boolean!

Below is an example of this query field with a few values requested:

Show:
graphql
query {
	s3ArchivingRequiresRole
}
Example Responses
Show:
json
{
  "data": {
    "s3ArchivingRequiresRole": true
    }
  }
}

There are no special datatypes for this query field.