OBJECT

AwsRoleChainingDetails

Description

Details of AWS account which facilitates role chaining.

link GraphQL Schema definition

  • type AwsRoleChainingDetails {
  • # Number of accounts using this role for role chaining.
  • mappedAccountsCount: Int!
  • # ARN of the role used for the purpose of role chaining.
  • roleArn: String!
  • # URL to access the role details in the AWS Management Console.
  • roleUrl: String!
  • }