Type Alias: CloudFormationTemplate
CloudFormationTemplate =
object
Defined in: cloudformation/src/CloudFormationTemplate.ts:126
Properties
AWSTemplateFormatVersion
AWSTemplateFormatVersion:
"2010-09-09"
Defined in: cloudformation/src/CloudFormationTemplate.ts:127
Conditions?
optional
Conditions:Conditions
Defined in: cloudformation/src/CloudFormationTemplate.ts:132
Description?
optional
Description:string
Defined in: cloudformation/src/CloudFormationTemplate.ts:129
Mappings?
optional
Mappings:Record
<string
,Record
<string
,Record
<string
,string
|number
>>>
Defined in: cloudformation/src/CloudFormationTemplate.ts:131
Metadata?
optional
Metadata:Record
<string
,any
>
Defined in: cloudformation/src/CloudFormationTemplate.ts:128
Outputs?
optional
Outputs:Outputs
Defined in: cloudformation/src/CloudFormationTemplate.ts:135
Parameters?
optional
Parameters:Parameters
Defined in: cloudformation/src/CloudFormationTemplate.ts:133
Resources
Resources:
Resources
Defined in: cloudformation/src/CloudFormationTemplate.ts:134
Transform?
optional
Transform:"AWS::Serverless-2016-10-31"
|string
[]
Defined in: cloudformation/src/CloudFormationTemplate.ts:130