Class CfnIncludeProps
(deprecated) Construction properties for {@link CfnInclude}.
public class CfnIncludeProps : ICfnIncludeProps
- Inheritance
-
CfnIncludeProps
- Implements
- Inherited Members
Examples
new CfnInclude(this, "ID", new CfnIncludeProps {
Template = new Dictionary<string, IDictionary<string, IDictionary<string, object>>> {
{ "Resources", new Struct {
Bucket = new Struct {
Type = "AWS::S3::Bucket",
Properties = new Struct {
BucketName = "my-shiny-bucket"
}
}
} }
}
});
Remarks
Stability: Deprecated
ExampleMetadata: infused
Constructors
CfnIncludeProps()
public CfnIncludeProps()
Properties
Template
(deprecated) The CloudFormation template to include in the stack (as is).
[Obsolete]
public JObject Template { get; set; }
Property Value
- JObject
Remarks
Stability: Deprecated