INPUT_OBJECT

PrepareFeatureUpdateForAwsCloudAccountInput

Description

Input to prepare feature update for AWS cloud account.

link GraphQL Schema definition

  • input PrepareFeatureUpdateForAwsCloudAccountInput {
  • # AWS account ID.
  • cloudAccountId: UUID!
  • # List of cloud account features.
  • 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.
  • featuresWithPermissionsGroups: [FeatureWithPermissionsGroups!]
  • # Role customization options.
  • awsRoleCustomization: AwsRoleCustomization
  • }

link Require by