CodePipeline: allow alias to be assigned to autogenerated KMS key #2569
Labels
@aws-cdk/aws-codepipeline
Related to AWS CodePipeline
feature-request
A feature should be added or improved.
CodePipeline pipelines created by the
codepipeline.Pipeline
class will automatically generate an S3 bucket to store artifacts in and a KMS key (CMK) to encrypt the objects in that bucket, if the bucket isn't specified via theartifactBucket
property.It would be helpful if one could specify an alias to assign to the autogenerated CMK so that other account users have an indication that the CMK is used for the pipeline. This could also help dissuade administrators from accidentally marking the CMK for expiration, which would render the pipeline unusable.
The text was updated successfully, but these errors were encountered: