@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:22.408Z") @Stability(value=Deprecated) @Deprecated public interface CfnIncludeProps extends software.amazon.jsii.JsiiSerializable
CfnInclude.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.core.*;
Object template;
CfnIncludeProps cfnIncludeProps = CfnIncludeProps.builder()
.template(template)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnIncludeProps.Builder
Deprecated.
|
static class |
CfnIncludeProps.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnIncludeProps.Builder |
builder()
Deprecated.
|
com.fasterxml.jackson.databind.node.ObjectNode |
getTemplate()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull com.fasterxml.jackson.databind.node.ObjectNode getTemplate()
@Stability(value=Deprecated) @Deprecated static CfnIncludeProps.Builder builder()
CfnIncludeProps.Builder of CfnIncludePropsCopyright © 2022. All rights reserved.