HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/awscli/examples/kinesis/stop-stream-encryption.rst
**To disable data stream encryption**

The following ``stop-stream-encryption`` example disables server-side encryption for the specified stream, using the specified AWS KMS key. ::

    aws kinesis start-stream-encryption \
        --encryption-type KMS \
        --key-id arn:aws:kms:us-west-2:012345678912:key/a3c4a7cd-728b-45dd-b334-4d3eb496e452 \
        --stream-name samplestream

This command produces no output.

For more information, see `Data Protection in Amazon Kinesis Data Streams <https://docs.aws.amazon.com/streams/latest/dev/server-side-encryption.html>`__ in the *Amazon Kinesis Data Streams Developer Guide*.