INPUT_OBJECT

AwsAccountFeatureArtifact

Description

AWS Native ID to features/artifacts map.

link GraphQL Schema definition

  • input AwsAccountFeatureArtifact {
  • # AWS native ID of the account being onboarded.
  • awsNativeId: String!
  • # Details of the artifacts to be registered.
  • externalArtifacts: [ExternalArtifactMap!]!
  • # List of RSC features being enabled.
  • features: [CloudAccountFeature!]!
  • }