EncryptionOption¶
-
class
aws_cdk.aws_stepfunctions_tasks.
EncryptionOption
(value)¶ Bases:
enum.Enum
(experimental) Encryption Options of the S3 bucket.
- See
- Stability
experimental
Attributes
-
CLIENT_SIDE_KMS
¶ (experimental) Client-side encryption (CSE) with an AWS KMS key managed by the account owner.
- See
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingClientSideEncryption.html
- Stability
experimental
-
KMS
¶ (experimental) Server-side encryption (SSE) with an AWS KMS key managed by the account owner.
- See
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html
- Stability
experimental
-
S3_MANAGED
¶ (experimental) Server side encryption (SSE) with an Amazon S3-managed key.
- See
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingServerSideEncryption.html
- Stability
experimental