INPUT_OBJECT

AwsArtifactsToDeleteInput

Description

Input to retrieve the AWS artifacts that need to be deleted when an account is being deleted.

link GraphQL Schema definition

  • input AwsArtifactsToDeleteInput {
  • # Native ID of the AWS account.
  • awsNativeId: String!
  • # List of cloud account features.
  • features: [CloudAccountFeature!]!
  • }

link Require by