INPUT_OBJECT

UpdateAwsCloudAccountFeatureInput

Description

Input to update an AWS account.

link GraphQL Schema definition

  • input UpdateAwsCloudAccountFeatureInput {
  • # Rubrik ID of the AWS account.
  • cloudAccountId: UUID!
  • # Action to be taken for cloud account update.
  • action: CloudAccountAction!
  • # Native protection feature to be updated.
  • feature: CloudAccountFeature!
  • # List of regions to be added.
  • awsRegions: [AwsCloudAccountRegion!]
  • # Role ARN for the cloud account.
  • roleArn: String
  • # Stack ARN for the cloud account.
  • stackArn: String
  • # AWS account name.
  • awsAccountName: String
  • }

link Require by