-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ecs-patterns): add ruleName optional parameter for ScheduledTask constructs #11007
Conversation
552e396
to
a4826b1
Compare
a4826b1
to
c46bd4c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @martavoi! Could you update the test expectation? You can see the failing tests in the CodeBuild logs.
Thanks!
* A name for the rule. | ||
* | ||
* @default - AWS CloudFormation generates a unique physical ID and uses that ID | ||
* for the rule name. For more information, see Name Type. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It might be nice to include the link to the docs: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-name.html
Pull request has been modified.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Closing in favor of #12190. |
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license