INPUT_OBJECT

PrepareAwsCloudAccountDeletionInput

Description

Input to initiate deletion of AWS cloud account.

link GraphQL Schema definition

  • input PrepareAwsCloudAccountDeletionInput {
  • # Rubrik ID of account to be deleted.
  • cloudAccountId: UUID!
  • # Protection feature to be deleted for the cloud account.
  • feature: CloudAccountFeature!
  • # Role customization options.
  • awsRoleCustomization: AwsRoleCustomization
  • # The internal ID of the IAM pair. This field is required only when the feature to
  • # be deleted is DATA_CENTER_ROLE_BASED_ARCHIVAL.
  • awsIamPairId: String
  • }

link Require by