{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/SourceAccessConfiguration", "title": "SourceAccessConfiguration", "type": "object", "properties": { "Type": { "allOf": [ { "$ref": "#/components/schemas/SourceAccessType" }, { "description": "

The type of authentication protocol, VPC components, or virtual host for your event source. For example: \"Type\":\"SASL_SCRAM_512_AUTH\".

" } ] }, "URI": { "allOf": [ { "$ref": "#/components/schemas/URI" }, { "description": "The value for your chosen configuration in Type. For example: \"URI\": \"arn:aws:secretsmanager:us-east-1:01234567890:secret:MyBrokerSecretName\"." } ] } }, "description": "To secure and define access to your event source, you can specify the authentication protocol, VPC components, or virtual host." }