interface CloudFormationProductReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Servicecatalog.CloudFormationProductReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsservicecatalog#CloudFormationProductReference |
![]() | software.amazon.awscdk.services.servicecatalog.CloudFormationProductReference |
![]() | aws_cdk.aws_servicecatalog.CloudFormationProductReference |
![]() | 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.