Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-stepfunctions/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Wong <[email protected]>
  • Loading branch information
VaidSaraswat and wong-a authored Sep 2, 2024
1 parent fedf070 commit 4c062d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-stepfunctions/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@ new sfn.StateMachine(this, 'MyStateMachine', {
```

## Encryption
You can encrypt your data using a customer-managed key for AWS Step Functions state machines and activities. You can configure a symmetric AWS KMS key and data key reuse period when creating or updating a State Machine or when creating an Activity. The execution history and state machine definition will be encrypted with the key applied to the State Machine. Activity inputs will be encrypted with the key applied to the Activity.
You can encrypt your data using a customer managed key for AWS Step Functions state machines and activities. You can configure a symmetric AWS KMS key and data key reuse period when creating or updating a State Machine or when creating an Activity. The execution history and state machine definition will be encrypted with the key applied to the State Machine. Activity inputs will be encrypted with the key applied to the Activity.

### Encrypting state machines
You can provide a symmetric KMS key to encrypt the state machine definition and execution history:
Expand Down

0 comments on commit 4c062d8

Please sign in to comment.