INPUT_OBJECT
PrepareFeatureUpdateForAwsCloudAccountInput
Description
Input to prepare feature update for AWS cloud account.
link GraphQL Schema definition
- input PrepareFeatureUpdateForAwsCloudAccountInput {
- # AWS account ID.
- UUID! :
- # List of cloud account features.
- CloudAccountFeature!] : [
- # List of features to be updated for the AWS account with specific permissions
- # groups. This list is a valid input only for customer-managed cluster users.
- FeatureWithPermissionsGroups!] : [
- # Role customization options.
- AwsRoleCustomization :
- # Internal ID of the IAM pair. This field is required only when the feature to be
- # updated is DATA_CENTER_ROLE_BASED_ARCHIVAL.
- String :
- }