OBJECT

AwsRoleChainingAccount

Description

Details of AWS account which facilitates role chaining.

link GraphQL Schema definition

  • type AwsRoleChainingAccount {
  • # Details of the AWS cloud account used for role chaining.
  • awsCloudAccount: AwsCloudAccount
  • # Role ARN through which role chaining is enabled.
  • roleArn: String!
  • # Status of the Role Chaining feature.
  • status: CloudAccountStatus!
  • }