View source: R/firehose_operations.R
firehose_start_delivery_stream_encryption | R Documentation |
Enables server-side encryption (SSE) for the Firehose stream.
See https://www.paws-r-sdk.com/docs/firehose_start_delivery_stream_encryption/ for full documentation.
firehose_start_delivery_stream_encryption(
DeliveryStreamName,
DeliveryStreamEncryptionConfigurationInput = NULL
)
DeliveryStreamName |
[required] The name of the Firehose stream for which you want to enable server-side encryption (SSE). |
DeliveryStreamEncryptionConfigurationInput |
Used to specify the type and Amazon Resource Name (ARN) of the KMS key needed for Server-Side Encryption (SSE). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.