{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventGatewayAWSKeySource", "title": "EventGatewayAWSKeySource", "description": "A key source that uses an AWS KMS to find a symmetric key. Load KMS credentials from the environment.\n\nSee [aws docs](https://docs.aws.amazon.com/sdk-for-rust/latest/dg/credproviders.html#credproviders-default-credentials-provider-chain)\nfor more information about how credential retrieval.\n", "type": "object", "properties": { "type": { "type": "string", "const": "aws" } }, "additionalProperties": false, "required": [ "type" ] }