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.
- : CloudAccountAction!
- # Admin account, required for bulk upload.
- : AwsCloudAccountInput
- # Details for cloud accounts to be initiated.
- : [AwsCloudAccountInput!]!
- # List of the AWS Organization units.
- : [AwsOuInput!]
- # Details of IAM role to be used for data center role-based archival.
- : AwsIamPairInput
- # Role customization options.
- : AwsRoleCustomization
- # List of features to be enabled for cloud native protection.
- : [CloudAccountFeature!]
- # List of cloud account features with specific permissions groups to onboard. This
- # list is a valid input only for customer-managed cluster users.
- : [FeatureWithPermissionsGroups!]
- # The ID of the organization to which the AWS accounts belong.
- : String
- # AWS Outpost account native ID.
- : String
- # The UUID of the AWS account to be used for role chaining.
- : UUID
- }