Interface CfnIncludeProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIncludeProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:54.855Z") @Stability(Deprecated) @Deprecated public interface CfnIncludeProps extends software.amazon.jsii.JsiiSerializable
Deprecated.
use the CfnInclude class from the cloudformation-include module instead
(deprecated) Construction properties for CfnInclude.

Example:

 CfnInclude.Builder.create(this, "ID")
         .template(Map.of(
                 "Resources", Map.of(
                         "Bucket", Map.of(
                                 "Type", "AWS::S3::Bucket",
                                 "Properties", Map.of(
                                         "BucketName", "my-shiny-bucket")))))
         .build();
 

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Deprecated.
    static final class 
    Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    com.fasterxml.jackson.databind.node.ObjectNode
    Deprecated.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson