Amazon CodeDeploy · JSON Structure

Amazon Codedeploy Delete Deployment Config Input Structure

Represents the input of a DeleteDeploymentConfig operation.

Type: object Properties: 1 Required: 1
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

DeleteDeploymentConfigInput is a JSON Structure definition published by Amazon CodeDeploy, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

deploymentConfigName

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/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-delete-deployment-config-input-structure.json",
  "name": "DeleteDeploymentConfigInput",
  "description": "Represents the input of a <code>DeleteDeploymentConfig</code> operation.",
  "type": "object",
  "properties": {
    "deploymentConfigName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DeploymentConfigName"
        },
        {
          "description": "The name of a deployment configuration associated with the IAM user or Amazon Web Services account."
        }
      ]
    }
  },
  "required": [
    "deploymentConfigName"
  ]
}