INPUT_OBJECT

AwsTrustPolicyInput

Description

Input to retrieve the AWS trust policy.

link GraphQL Schema definition

  • input AwsTrustPolicyInput {
  • # IDs for the native AWS accounts.
  • awsNativeAccounts: [AwsNativeAccountInput!]!
  • # Type of the AWS cloud (Standard, Gov, etc.).
  • cloudType: AwsCloudType
  • # List of cloud account features.
  • features: [CloudAccountFeature!]!
  • # UUID of the account used for role chaining.
  • roleChainingAccountId: UUID
  • }

link Require by