@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-07-09T19:17:58.079Z") @Stability(value=Experimental) public abstract class CloudFormationTemplate extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
CloudFormationTemplate() |
protected |
CloudFormationTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CloudFormationTemplate(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
abstract CloudFormationTemplateConfig |
bind(Construct scope)
(experimental) Called when the product is initialized to allow this object to bind to the stack, add resources and have fun.
|
static CloudFormationTemplate |
fromAsset(String path)
(experimental) Loads the provisioning artifacts template from a local disk path.
|
static CloudFormationTemplate |
fromAsset(String path,
AssetOptions options)
(experimental) Loads the provisioning artifacts template from a local disk path.
|
static CloudFormationTemplate |
fromUrl(String url)
(experimental) Template from URL.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CloudFormationTemplate(software.amazon.jsii.JsiiObjectRef objRef)
protected CloudFormationTemplate(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) protected CloudFormationTemplate()
@Stability(value=Experimental) @NotNull public static CloudFormationTemplate fromAsset(@NotNull String path, @Nullable AssetOptions options)
path - A file containing the provisioning artifacts. This parameter is required.options - @Stability(value=Experimental) @NotNull public static CloudFormationTemplate fromAsset(@NotNull String path)
path - A file containing the provisioning artifacts. This parameter is required.@Stability(value=Experimental) @NotNull public static CloudFormationTemplate fromUrl(@NotNull String url)
url - The url that points to the provisioning artifacts template. This parameter is required.@Stability(value=Experimental) @NotNull public abstract CloudFormationTemplateConfig bind(@NotNull Construct scope)
scope - The binding scope. This parameter is required.Copyright © 2021. All rights reserved.