Expand description
This crate provides type-safe representations for AWS CloudFormation templates, resources and properties.
Modules§
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.
- Value
List - Like
Value
, except it is used in place of lists ofValue
s in templates.
Enums§
- Error
Kind - 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.
- Value
Map - Like
Value
, except it is used in place of maps ofValue
s in templates.
Traits§
- Resource
- Trait for stack resources, such as an Amazon Elastic Compute Cloud instance or an Amazon Simple Storage Service bucket.