Amazon Config · JSON Structure

Config Delete Organization Conformance Pack Request Structure

DeleteOrganizationConformancePackRequest schema

Type: object Properties: 1 Required: 1
AuditingComplianceConfiguration ManagementGovernanceSecurity

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

Properties

OrganizationConformancePackName

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-config/refs/heads/main/json-structure/config-delete-organization-conformance-pack-request-structure.json",
  "name": "DeleteOrganizationConformancePackRequest",
  "description": "DeleteOrganizationConformancePackRequest schema",
  "type": "object",
  "properties": {
    "OrganizationConformancePackName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationConformancePackName"
        },
        {
          "description": "The name of organization conformance pack that you want to delete."
        }
      ]
    }
  },
  "required": [
    "OrganizationConformancePackName"
  ]
}