You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Screenshot of AWS console at above URL: (omitted due to paranoia)
There's also a sort of equivalent resource (old version of the same thing, I think) that lives under the codestar-connections resource type. The ARN/URL formula is the same as the above, with codeconnections replaced with codestar-connections:
Thanks! That would be a great contribution. Feel free to open a PR, if you like! It looks like it should be a fairly straightforward change (1 line per resource type, + tests), as it seems all the necessary variables are already available.
Otherwise I can do the code change as well, but then it may take me a days to find time.
Info:
arn:aws:codeconnections:us-west-2:123456789012:connection/12345678-90ab-cdef-1234-567890abcdef
There's also a sort of equivalent resource (old version of the same thing, I think) that lives under the codestar-connections resource type. The ARN/URL formula is the same as the above, with
codeconnections
replaced withcodestar-connections
:arn:aws:codestar-connections:us-west-2:123456789012:connection/12345678-90ab-cdef-1234-567890abcdef
Notes:
Cloudformation Entities:
Some code:
The text was updated successfully, but these errors were encountered: