Struct cfn::Resources [] [src]

pub struct Resources(_);

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

Methods

impl Resources
[src]

[src]

Get the resource identified by the logical id.

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

[src]

Checks if a resource with the provided logical id exists.

[src]

Insert a resource with the provided logical id.

Trait Implementations

impl Debug for Resources
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Resources
[src]

[src]

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

Auto Trait Implementations

impl Send for Resources

impl Sync for Resources