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! :
- # List of features for native protection of cloud account.
- CloudAccountFeature!] : [
- # Admin account, required for bulk upload.
- AwsCloudAccountInput :
- # List of AWS accounts.
- AwsCloudAccountInput!]! : [
- # List of AWS regions for the cloud account.
- AwsCloudAccountRegion!] : [
- # Name of the CloudFormation stack to be created.
- String :
- # Stackset name of the CloudFormation stack to be created.
- String :
- # 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 to onboard for the cloud account along with specific
- # permissions groups. 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.
- String :
- # The ID of the organization to which the AWS accounts belong.
- String :
- # List of the AWS Organization units.
- AwsOuInput!] : [
- }