CloudFormationProductReference

class aws_cdk.aws_servicecatalog.CloudFormationProductReference(*, cloud_formation_product_id)

Bases: object

A reference to a CloudFormationProduct resource.

Parameters:

cloud_formation_product_id (str) – The Id of the CloudFormationProduct resource.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_servicecatalog as servicecatalog

cloud_formation_product_reference = servicecatalog.CloudFormationProductReference(
    cloud_formation_product_id="cloudFormationProductId"
)

Attributes

cloud_formation_product_id

The Id of the CloudFormationProduct resource.