CfnIncludeProps¶
-
class
aws_cdk.core.
CfnIncludeProps
(*, template)¶ Bases:
object
(deprecated) Construction properties for {@link CfnInclude}.
- Parameters
template (
Mapping
[Any
,Any
]) – (deprecated) The CloudFormation template to include in the stack (as is).- Deprecated
use the CfnInclude class from the cloudformation-include module instead
- Stability
deprecated
Attributes
-
template
¶ (deprecated) The CloudFormation template to include in the stack (as is).
- Stability
deprecated
- Return type
Mapping
[Any
,Any
]