INPUT_OBJECT

RegisterAwsFeatureArtifactsInput

Description

Input to register external artifacts for AWS account.

link GraphQL Schema definition

  • input RegisterAwsFeatureArtifactsInput {
  • # List of external Artifacts and features to be registered for AWS native account.
  • awsArtifacts: [AwsAccountFeatureArtifact!]!
  • # Cloud type (Standard/China) for the cloud account.
  • cloudType: AwsCloudType
  • }

link Require by