Module: AWSCDK::StepFunctionsTasks::EncryptionOption

Defined in:
step_functions_tasks/encryption_option.rb

Overview

Encryption Options of the S3 bucket.

Constant Summary collapse

S3_MANAGED =
Deprecated.
Note:

Default:

Server side encryption (SSE) with an Amazon S3-managed key.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.EncryptionOption", "S3_MANAGED")
CLIENT_SIDE_KMS =
Deprecated.
Note:

Default:

Client-side encryption (CSE) with an AWS KMS key managed by the account owner.

Jsii::Enum.new("aws-cdk-lib.aws_stepfunctions_tasks.EncryptionOption", "CLIENT_SIDE_KMS")