Represents the properties of a logging configuration metadata.
Type: objectProperties: 5Required: 5
ContainersMonitoringObservabilityPrometheus
LoggingConfigurationMetadata is a JSON Structure definition published by Amazon Managed Service for Prometheus, describing 5 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-prometheus/refs/heads/main/json-structure/amazon-managed-prometheus-logging-configuration-metadata-structure.json",
"name": "LoggingConfigurationMetadata",
"description": "Represents the properties of a logging configuration metadata.",
"type": "object",
"properties": {
"status": {
"allOf": [
{
"$ref": "#/components/schemas/LoggingConfigurationStatus"
},
{
"description": "The status of the logging configuration."
}
]
},
"workspace": {
"allOf": [
{
"$ref": "#/components/schemas/WorkspaceId"
},
{
"description": "The workspace where the logging configuration exists."
}
]
},
"logGroupArn": {
"allOf": [
{
"$ref": "#/components/schemas/LogGroupArn"
},
{
"description": "The ARN of the CW log group to which the vended log data will be published."
}
]
},
"createdAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the logging configuration was created."
}
]
},
"modifiedAt": {
"allOf": [
{
"$ref": "#/components/schemas/Timestamp"
},
{
"description": "The time when the logging configuration was modified."
}
]
}
},
"required": [
"status",
"workspace",
"logGroupArn",
"createdAt",
"modifiedAt"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.