Crate cfn [] [src]

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

Modules

aws

Types for CloudFormation resources and their properties.

json

Types for raw JSON values.

Structs

Error

The error type for CloudFormation operations.

Output

Output value of a CloudFormation template.

Outputs

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.

Resources

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

Tag

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

Template

Represents an AWS CloudFormation template.

Value

Value that a property can assume.

ValueList

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

Enums

ErrorKind

A list specifying general categories of CloudFormation errors.

Expr

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.

ValueMap

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

Traits

Resource

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