Struct cfn::Outputs [] [src]

pub struct 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.

For example, you can output the S3 bucket name for a stack to make the bucket easier to find.

Methods

impl Outputs
[src]

[src]

Get the output identified by the logical id.

If the output does not exist, or has a different type, an error is returned.

[src]

Checks if the output identified by the logical id exists.

[src]

Insert an output with the provided logical id.

Trait Implementations

impl Debug for Outputs
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Outputs
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Outputs

impl Sync for Outputs