INPUT_OBJECT

ValidateAndCreateAwsCloudAccountInput

Description

Input to validate and set up an AWS account.

link GraphQL Schema definition

  • input ValidateAndCreateAwsCloudAccountInput {
  • # Action to be performed with the cloud account.
  • action: CloudAccountAction!
  • # List of features to be enabled for cloud native protection.
  • features: [CloudAccountFeature!]
  • # Admin account, required for bulk upload.
  • awsAdminAccount: AwsCloudAccountInput
  • # Details for cloud accounts to be initiated.
  • awsChildAccounts: [AwsCloudAccountInput!]!
  • # Role customization options.
  • awsRoleCustomization: AwsRoleCustomization
  • # List of cloud account features with specific permissions groups to onboard. This
  • # list is a valid input only for customer-managed cluster users.
  • featuresWithPermissionsGroups: [FeatureWithPermissionsGroups!]
  • }

link Require by