-
Notifications
You must be signed in to change notification settings - Fork 4.5k
kms: support for key rotation period #29927
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-kmsRelated to AWS Key ManagementRelated to AWS Key Managementeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2
Description
Describe the feature
Configuring automatic key rotation period.
new kms.Key(this, 'MyKey', {
enableKeyRotation: true,
rotationPeriod: Duration.days(180), // Add
});Use Case
Cloudformation supports for configuring period of automatic key rotation but CDK does not.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
CDK version used
2.127.0
Environment details (OS name and version, etc.)
irrelevant
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-kmsRelated to AWS Key ManagementRelated to AWS Key Managementeffort/smallSmall work item – less than a day of effortSmall work item – less than a day of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p2