Skip to main content

Type Alias: CloudFormationTemplate

CloudFormationTemplate = object

Defined in: cloudformation/src/CloudFormationTemplate.ts:148

Properties

AWSTemplateFormatVersion

AWSTemplateFormatVersion: "2010-09-09"

Defined in: cloudformation/src/CloudFormationTemplate.ts:149


Conditions?

optional Conditions?: Conditions

Defined in: cloudformation/src/CloudFormationTemplate.ts:154


Description?

optional Description?: string

Defined in: cloudformation/src/CloudFormationTemplate.ts:151


Mappings?

optional Mappings?: Record<string, Record<string, Record<string, string | number>>>

Defined in: cloudformation/src/CloudFormationTemplate.ts:153


Metadata?

optional Metadata?: Record<string, any>

Defined in: cloudformation/src/CloudFormationTemplate.ts:150


Outputs?

optional Outputs?: Outputs

Defined in: cloudformation/src/CloudFormationTemplate.ts:157


Parameters?

optional Parameters?: Parameters

Defined in: cloudformation/src/CloudFormationTemplate.ts:155


Resources

Resources: Resources

Defined in: cloudformation/src/CloudFormationTemplate.ts:156


Transform?

optional Transform?: "AWS::Serverless-2016-10-31" | string[]

Defined in: cloudformation/src/CloudFormationTemplate.ts:152