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 :
- # Role ARN through which role chaining is enabled.
- String! :
- # Status of the Role Chaining feature.
- CloudAccountStatus! :
- }