Service Catalog: Grant access to Wildcard #25956
-
Hi, we want to crate a Service Catalog Portfolio and use a wildcard in the role ARN. It seems like right now We followed this documentation page: https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_servicecatalog-readme.html#granting-access-to-a-portfolio |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
It doesn't appear to me that we directly support this. The CloudFormation documentation seems to indicate that this isn't possible, given that the only accepted value for Our L2 library seems to be designed around the CloudFormation documentation being accurate for CloudFormation, but I suspect that the CloudFormation documentation is inaccurate. Would need to test this. All that we do under the hood when running
Instead of using these methods we provide, we could instead try creating one of these If it turns out that we can in fact use |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
Unfortunate, if you'd like this in CloudFormation officially you should see if there's an issue on the CloudFormation Coverage Roadmap and submit an issue if one doesn't already exist.
Running a script after
cdk deploy
sounds like a fine solution! You could also make use ofAwsCustomResource
, or write your own custom resource to make the API call during CDK deployment