-
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
(aws-events): event bus doesn't respect physical names #14337
Labels
@aws-cdk/aws-events
Related to CloudWatch Events
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
good first issue
Related to contributions. See CONTRIBUTING.md
p1
Comments
liveFreeOrCode
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Apr 23, 2021
rix0rrr
changed the title
(aws-events): Unable to create cross-account EventBus target
(aws-events): event bus doesn't respect physical names
Apr 23, 2021
rix0rrr
added
effort/small
Small work item – less than a day of effort
good first issue
Related to contributions. See CONTRIBUTING.md
p1
labels
Apr 23, 2021
event buses probably don't respect physical names |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
@aws-cdk/aws-events
Related to CloudWatch Events
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
good first issue
Related to contributions. See CONTRIBUTING.md
p1
When trying to create an eventbus in account
111111111
and make it a target for an eventbus in account222222222
. It results in the following error, even with a PhysicalName.GENERATE_IF_NEEDED specified. I have also tried just hardcoding the eventbus name as well:Reproduction Steps
What did you expect to happen?
I expected to be able to make an event bus from one account the target for a rule on an event bus in a different account as per the documentation found here: https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/CloudWatchEvents-CrossAccountEventDelivery.html
What actually happened?
An error occurred, telling me I needed to specify a
PhysicalName.GENERATE_IF_NEEDED
, although it was specified as such.Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: