INPUT_OBJECT
FinalizeAwsCloudAccountProtectionInput
Description
Input to finalize set up of an AWS cloud account.
link GraphQL Schema definition
- input FinalizeAwsCloudAccountProtectionInput {
- # Action to be performed with cloud account.
- : CloudAccountAction!
- # Admin account, required for bulk upload.
- : AwsCloudAccountInput
- # List of AWS accounts.
- : [AwsCloudAccountInput!]!
- # List of the AWS Organization units.
- : [AwsOuInput!]
- # Details of IAM role to be used for data center role-based archival.
- : String
- # List of AWS regions for the cloud account.
- : [AwsCloudAccountRegion!]
- # External ID of the IAM role trust policy for the cloud account.
- : String
- # List of feature types to be protected for the cloud account.
- : [AwsCloudAccountFeatureVersionInput!]
- # List of features for native protection of cloud account.
- : [CloudAccountFeature!]
- # List of features to onboard for the cloud account along with specific
- # permissions groups. 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
- # Name of the CloudFormation stack to be created.
- : String
- # Stackset name of the CloudFormation stack to be created.
- : String
- }