Amazon CodeDeploy · Schema

DeleteGitHubAccountTokenInput

Represents the input of a DeleteGitHubAccount operation.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
tokenName object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-delete-git-hub-account-token-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-delete-git-hub-account-token-input-schema.json",
  "title": "DeleteGitHubAccountTokenInput",
  "description": "Represents the input of a <code>DeleteGitHubAccount</code> operation.",
  "type": "object",
  "properties": {
    "tokenName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GitHubAccountTokenName"
        },
        {
          "description": "The name of the GitHub account connection to delete."
        }
      ]
    }
  }
}