INPUT_OBJECT
AwsCloudAccountFeatureVersionInput
Description
Input to protect a feature for the AWS cloud account.
link GraphQL Schema definition
- input AwsCloudAccountFeatureVersionInput {
- # Name of feature to be protected for cloud account.
- CloudAccountFeature! :
- # Version of feature. This should be same as the response given in the first step
- # (validateAndCreateAwsCloudAccount).
- Int :
- # List of permissions groups with corresponding versions valid only for
- # customer-managed cluster users.
- PermissionsGroupWithVersionInput!] : [
- }