| Modifier and Type | Method and Description |
|---|---|
static CloudFormationTemplate |
CloudFormationTemplate.fromAsset(String path)
(experimental) Loads the provisioning artifacts template from a local disk path.
|
static CloudFormationTemplate |
CloudFormationTemplate.fromAsset(String path,
AssetOptions options)
(experimental) Loads the provisioning artifacts template from a local disk path.
|
static CloudFormationTemplate |
CloudFormationTemplate.fromProductStack(ProductStack productStack)
(experimental) Creates a product with the resources defined in the given product stack.
|
static CloudFormationTemplate |
CloudFormationTemplate.fromUrl(String url)
(experimental) Template from URL.
|
CloudFormationTemplate |
CloudFormationProductVersion.getCloudFormationTemplate()
(experimental) 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 © 2021. All rights reserved.