MQBrokerAccessCredentials

The Secrets Manager secret that stores your broker credentials.

Amazon Web ServicesEvent-DrivenIntegrationMessagingServerless

Properties

Name Type Description
BasicAuth object
View JSON Schema on GitHub

JSON Schema

amazon-eventbridge-pipes-mq-broker-access-credentials-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-eventbridge-pipes/refs/heads/main/json-schema/amazon-eventbridge-pipes-mq-broker-access-credentials-schema.json",
  "title": "MQBrokerAccessCredentials",
  "description": "The Secrets Manager secret that stores your broker credentials.",
  "type": "object",
  "properties": {
    "BasicAuth": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SecretManagerArn"
        },
        {
          "description": "The ARN of the Secrets Manager secret."
        }
      ]
    }
  }
}