interface CloudFormationProductReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Servicecatalog.CloudFormationProductReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CloudFormationProductReference |
Java | software.amazon.awscdk.services.servicecatalog.CloudFormationProductReference |
Python | aws_cdk.aws_servicecatalog.CloudFormationProductReference |
TypeScript | aws-cdk-lib » aws_servicecatalog » CloudFormationProductReference |
A reference to a CloudFormationProduct resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_servicecatalog as servicecatalog } from 'aws-cdk-lib';
const cloudFormationProductReference: servicecatalog.CloudFormationProductReference = {
cloudFormationProductId: 'cloudFormationProductId',
};
Properties
| Name | Type | Description |
|---|---|---|
| cloud | string | The Id of the CloudFormationProduct resource. |
cloudFormationProductId
Type:
string
The Id of the CloudFormationProduct resource.

.NET
Go
Java
Python
TypeScript