Amazon Config · Schema

PutOrganizationConformancePackResponse

PutOrganizationConformancePackResponse schema

AuditingComplianceConfiguration ManagementGovernanceSecurity

Properties

Name Type Description
OrganizationConformancePackArn object
View JSON Schema on GitHub

JSON Schema

config-put-organization-conformance-pack-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-config/refs/heads/main/json-schema/config-put-organization-conformance-pack-response-schema.json",
  "title": "PutOrganizationConformancePackResponse",
  "description": "PutOrganizationConformancePackResponse schema",
  "type": "object",
  "properties": {
    "OrganizationConformancePackArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/StringWithCharLimit256"
        },
        {
          "description": "ARN of the organization conformance pack."
        }
      ]
    }
  }
}