enum StreamEncryptionType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.KinesisFirehose.StreamEncryptionType |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awskinesisfirehose#StreamEncryptionType |
Java | software.amazon.awscdk.services.kinesisfirehose.StreamEncryptionType |
Python | aws_cdk.aws_kinesisfirehose.StreamEncryptionType |
TypeScript (source) | aws-cdk-lib » aws_kinesisfirehose » StreamEncryptionType |
Options for server-side encryption of a delivery stream.
Members
| Name | Description |
|---|---|
| UNENCRYPTED | Data in the stream is stored unencrypted. |
| CUSTOMER_MANAGED | Data in the stream is stored encrypted by a KMS key managed by the customer. |
| AWS_OWNED | Data in the stream is stored encrypted by a KMS key owned by AWS and managed for use in multiple AWS accounts. |
UNENCRYPTED
Data in the stream is stored unencrypted.
CUSTOMER_MANAGED
Data in the stream is stored encrypted by a KMS key managed by the customer.
AWS_OWNED
Data in the stream is stored encrypted by a KMS key owned by AWS and managed for use in multiple AWS accounts.

.NET
Go
Java
Python
TypeScript (