@aws-cdk/aws-servicecatalogappregistry-alpha: Using Fn::Join with Name
attribute in AWS::ServiceCatalogAppRegistry::Application
generates Outputs
that is not deployable
#23641
Labels
@aws-cdk/aws-servicecatalogappregistry
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
Describe the bug
Using
Fn.join
inapplicationName
attribute when creatingApplication
using https://docs.aws.amazon.com/cdk/api/v2/docs/@aws-cdk_aws-servicecatalogappregistry-alpha.Application.html to generateAWS::ServiceCatalogAppRegistry::Application
also generates generates aDescription
inOutputs
that is not deployable.Expected Behavior
Because the
applicationName
is dynamic, do not use it forDescription
forOutputs
Current Behavior
The above code also generates
Outputs
Because the
Description is not a string
, the stack becomes undeployableReproduction Steps
Refer method
createAppForAppRegistry
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.59.0
Framework Version
2.59.0
Node.js Version
16.16.0
OS
Ventura (Mac OSX)
Language
Typescript
Language Version
4.7.4
Other information
No response
The text was updated successfully, but these errors were encountered: