Closed dleavitt closed 3 months ago
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.
Will do
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: