AWS Kinesis · Schema

KMSEncryptionConfig

Describes an encryption key for a destination in Amazon S3.

AnalyticsApache FlinkBig DataData ProcessingReal-TimeStreamingVideo

Properties

Name Type Description
AWSKMSKeyARN object
View JSON Schema on GitHub

JSON Schema

kinesis-kmsencryptionconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/KMSEncryptionConfig",
  "title": "KMSEncryptionConfig",
  "type": "object",
  "required": [
    "AWSKMSKeyARN"
  ],
  "properties": {
    "AWSKMSKeyARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AWSKMSKeyARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the encryption key. Must belong to the same Amazon Web Services Region as the destination Amazon S3 bucket. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html\">Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces</a>."
        }
      ]
    }
  },
  "description": "Describes an encryption key for a destination in Amazon S3."
}