{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-private-ca/refs/heads/main/json-structure/amazon-private-ca-describe-certificate-authority-audit-report-response-structure.json", "name": "DescribeCertificateAuthorityAuditReportResponse", "description": "DescribeCertificateAuthorityAuditReportResponse schema from Amazon Private CA API", "type": "object", "properties": { "AuditReportStatus": { "allOf": [ { "$ref": "#/components/schemas/AuditReportStatus" }, { "description": "Specifies whether report creation is in progress, has succeeded, or has failed." } ] }, "S3BucketName": { "allOf": [ { "$ref": "#/components/schemas/S3BucketName" }, { "description": "Name of the S3 bucket that contains the report." } ] }, "S3Key": { "allOf": [ { "$ref": "#/components/schemas/S3Key" }, { "description": "S3 key that uniquely identifies the report file in your S3 bucket." } ] }, "CreatedAt": { "allOf": [ { "$ref": "#/components/schemas/TStamp" }, { "description": "The date and time at which the report was created." } ] } } }