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