INPUT_OBJECT

AwsGetPermissionPoliciesInput

Description

Input to retrieve the AWS permission policies.

link GraphQL Schema definition

  • input AwsGetPermissionPoliciesInput {
  • # Cloud type (Standard/China) for the cloud account.
  • cloudType: AwsCloudType
  • # List of cloud account features.
  • features: [CloudAccountFeature!]
  • # Feature specific details needed to retrieve the permission policies.
  • featureSpecificDetails: FeatureSpecificDetailsInput
  • # List of cloud account features with specific permissions group. This is a valid
  • # input only for customer-managed cluster users.
  • featuresWithPermissionsGroups: [FeatureWithPermissionsGroups!]
  • }

link Require by