@aws-cdk/aws-cloud9-alpha: support automaticStopTimeMinutes in Cloud9 Ec2Environment #25592
Closed
1 of 2 tasks
Labels
@aws-cdk/aws-cloud9
Related to AWS Cloud9
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Ec2Environment
from@aws-cdk/aws-cloud9-alpha
is missing theautomaticStopTimeMinutes
property, but CloudFormation has it: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-cloud9-environmentec2.html#cfn-cloud9-environmentec2-automaticstoptimeminutesUse 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
CDK version used
2.79.1
Environment details (OS name and version, etc.)
macOS 13.2.1
The text was updated successfully, but these errors were encountered: