Crate cfn[][src]

Expand description

This crate provides type-safe representations for AWS CloudFormation templates, resources and properties.

Modules

Types for CloudFormation resources and their properties.

Types for raw JSON values.

Structs

The error type for CloudFormation operations.

Output value of a CloudFormation template.

Declares output values that you can import into other stacks (to create cross-stack references), return in response (to describe stack calls), or view on the AWS CloudFormation console.

Specifies the stack resources and their properties, such as an Amazon Elastic Compute Cloud instance or an Amazon Simple Storage Service bucket.

Key-value pair that can be used to identify and organise resources.

Represents an AWS CloudFormation template.

Value that a property can assume.

Like Value, except it is used in place of lists of Values in templates.

Enums

A list specifying general categories of CloudFormation errors.

AWS CloudFormation provides several built-in functions that help you manage your stacks. Use intrinsic functions in your templates to assign values to properties that are not available until runtime.

Like Value, except it is used in place of maps of Values in templates.

Traits

Trait for stack resources, such as an Amazon Elastic Compute Cloud instance or an Amazon Simple Storage Service bucket.