Argo CD · JSON Structure

Argo Cd V1Alpha1 Scm Provider Generator Aws Code Commit Structure

SCMProviderGeneratorAWSCodeCommit defines connection info specific to AWS CodeCommit.

Type: object Properties: 4
Continuous DeliveryContainersDeploymentGitOpsKubernetesCNCFOpen Source

v1alpha1SCMProviderGeneratorAWSCodeCommit is a JSON Structure definition published by Argo CD, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

allBranches region role tagFilters

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/argo-cd/refs/heads/main/json-structure/argo-cd-v1alpha1-scm-provider-generator-aws-code-commit-structure.json",
  "name": "v1alpha1SCMProviderGeneratorAWSCodeCommit",
  "description": "SCMProviderGeneratorAWSCodeCommit defines connection info specific to AWS CodeCommit.",
  "type": "object",
  "properties": {
    "allBranches": {
      "description": "Scan all branches instead of just the default branch.",
      "type": "boolean"
    },
    "region": {
      "description": "Region provides the AWS region to discover repos.\nif not provided, AppSet controller will infer the current region from environment.",
      "type": "string"
    },
    "role": {
      "description": "Role provides the AWS IAM role to assume, for cross-account repo discovery\nif not provided, AppSet controller will use its pod/node identity to discover.",
      "type": "string"
    },
    "tagFilters": {
      "type": "array",
      "name": "TagFilters provides the tag filter(s) for repo discovery",
      "items": {
        "$ref": "#/definitions/v1alpha1TagFilter"
      }
    }
  }
}