How to CDK for Service Catalog Products #15350
-
Hello, I'm learning how to use the CDK with Java and have come up with a project to help me learn. My plan is to use the CDK to create CI/CD for updating products within a portfolio using the AWS Service Catalog. My first step in this project is to create a portfolio and add products via the CDK/CloudFormation. I was able to create the portfolio so I started working on adding a product, but this is where I ran into trouble... cdk --version -> 1.110.0 (build 32f00eb) I have started creating a product, but am running into a problem with creating the provisioningArtifactParameters
I found documentation for the provisioningArtifactParameters but I don't see any examples for how to do it Java. Hopefully that is enough information for what I'm trying to accomplish... Now I'll show you what I tried and failed at. Trying to create a product:
Implementing the interface
I appreciate any help or comments to help me resolve this issue! Thank you Additional information: https://stackoverflow.com/questions/68169398/aws-cdk-java-cfncloudformationproduct-provisioningartifactparameters |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @TannerIsBender. We actually will have an L2 version of the cloudformation product coming out with the next release that should be easier to use, see commit here. We have simplified the provisioning artifacts somewhat into product versions which will make things clearer. I will dig into this in meantime though. |
Beta Was this translation helpful? Give feedback.
Hi @TannerIsBender. We actually will have an L2 version of the cloudformation product coming out with the next release that should be easier to use, see commit here. We have simplified the provisioning artifacts somewhat into product versions which will make things clearer. I will dig into this in meantime though.