<!-- short description of the feature you are proposing: --> ### Use Case <!-- why do you need this feature? --> Need to pass Secrets to a Batch Job with CDK Batch Construct. Not available yet : https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-batch.JobDefinitionContainer.html ### Proposed Solution <!-- Please include prototype/workaround/sketch/reference implementation: --> Like with CloudFormation, it'll be interesting to add "Secrets" propertie to the CDK Batch Construct : https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-batch.CfnJobDefinition.ContainerPropertiesProperty.html#secrets ### Other <!-- e.g. detailed explanation, stacktraces, related issues, suggestions on how to fix, links for us to have context, eg. associated pull-request, stackoverflow, slack, etc --> https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-batch.CfnJobDefinition.SecretProperty.html * [ ] :wave: I may be able to implement this feature request * [ ] :warning: This feature might incur a breaking change --- This is a :rocket: Feature Request
Use Case
Need to pass Secrets to a Batch Job with CDK Batch Construct.
Not available yet :
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-batch.JobDefinitionContainer.html
Proposed Solution
Like with CloudFormation, it'll be interesting to add "Secrets" propertie to the CDK Batch Construct :
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-batch.CfnJobDefinition.ContainerPropertiesProperty.html#secrets
Other
https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-batch.CfnJobDefinition.SecretProperty.html
This is a 🚀 Feature Request