| Package | Description |
|---|---|
| software.amazon.awscdk.services.servicecatalog |
AWS Service Catalog Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CloudFormationTemplate |
CloudFormationTemplate.fromAsset(String path)
Loads the provisioning artifacts template from a local disk path.
|
static CloudFormationTemplate |
CloudFormationTemplate.fromAsset(String path,
AssetOptions options)
Loads the provisioning artifacts template from a local disk path.
|
static CloudFormationTemplate |
CloudFormationTemplate.fromProductStack(ProductStack productStack)
Creates a product with the resources defined in the given product stack.
|
static CloudFormationTemplate |
CloudFormationTemplate.fromUrl(String url)
Template from URL.
|
CloudFormationTemplate |
CloudFormationProductVersion.getCloudFormationTemplate()
The S3 template that points to the provisioning version template.
|
CloudFormationTemplate |
CloudFormationProductVersion.Jsii$Proxy.getCloudFormationTemplate() |
| Modifier and Type | Method and Description |
|---|---|
CloudFormationProductVersion.Builder |
CloudFormationProductVersion.Builder.cloudFormationTemplate(CloudFormationTemplate cloudFormationTemplate)
Sets the value of
CloudFormationProductVersion.getCloudFormationTemplate() |
Copyright © 2022. All rights reserved.