-
Notifications
You must be signed in to change notification settings - Fork 4.5k
aws_ecs_patterns: add customname parameter to ScheduledFargateTaskImageOptions #27515
Copy link
Copy link
Closed
Closed
Copy link
Labels
@aws-cdk/aws-ecs-patternsRelated to ecs-patterns libraryRelated to ecs-patterns libraryeffort/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
At the moment for a ScheduledFargateTaskImageOptions a new task definition is created with an automatically generated name.
This names are quite difficult to read in the AWS web console.
Please add a parameter to assign a custom name to the newly created task definition.
Same thing is possible in aws_ecs.FargateTaskDefinition with parameter family.
Use Case
I have to create a long list of tasks with similar task definitions. The name created by ScheduledFargateTaskImageOptions are not readable and makes it difficult to distinguish them from each other
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.84.0
Environment details (OS name and version, etc.)
Amazon Linux 2
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-ecs-patternsRelated to ecs-patterns libraryRelated to ecs-patterns libraryeffort/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