Values.AwsKinesisStreamStreamEncryptionDetailsSourceProvides information about stream encryption.
type nonrec t = {encryptionType : NonEmptyString.t option;The encryption type to use.
*)keyId : NonEmptyString.t option;The globally unique identifier for the customer-managed KMS key to use for encryption.
*)}