INPUT_OBJECT

PatchAwsIamUserBasedCloudAccountInput

Description

Input to update IAM user-based AWS cloud account.

link GraphQL Schema definition

  • input PatchAwsIamUserBasedCloudAccountInput {
  • # Rubrik ID for the AWS cloud account.
  • awsCloudAccountId: String!
  • # Native protection feature to be updated.
  • feature: CloudAccountFeature!
  • # List of AWS Regions.
  • awsRegions: AwsRegionsInput
  • # AWS IAM user access/secret keys.
  • awsUserKeys: AwsUserKeysInput
  • # AWS role ARN for native protection.
  • awsRoleArn: AwsRoleArnInput
  • # Key value pair for external artifacts associated with an AWS account.
  • externalArtifactMap: [ExternalArtifacts!]
  • }

link Require by