CloudFormationTemplateConfig

class aws_cdk.aws_servicecatalog.CloudFormationTemplateConfig(*, http_url)

Bases: object

Result of binding Template into a Product.

Parameters:

http_url (str) – The http url of the template in S3.

ExampleMetadata:

fixture=_generated

Example:

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

cloud_formation_template_config = servicecatalog.CloudFormationTemplateConfig(
    http_url="httpUrl"
)

Attributes

http_url

The http url of the template in S3.