Closed
Description
Describe the feature
Ec2Environment
from @aws-cdk/aws-cloud9-alpha
is missing the automaticStopTimeMinutes
property, but CloudFormation has it: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-automaticstoptimeminutes
Use Case
I want to be able to directly set the time until auto hibernation on the construct without escape hatch.
Proposed Solution
The parameter can be passed through to CfnEnvironmentEC2 in the constructor.
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.79.1
Environment details (OS name and version, etc.)
macOS 13.2.1
Activity