Struct cfn::aws::lambda::Function [] [src]

pub struct Function { /* fields omitted */ }

The AWS::Lambda::Function resource type.

Trait Implementations

impl Debug for Function
[src]

[src]

Formats the value using the given formatter. Read more

impl Resource for Function
[src]

Type that represents the set of properties the resource can be configured with.

TYPE: &'static str = "AWS::Lambda::Function"

Uniquely identifies the resource type.

[src]

Get a reference to the properties on the resource.

[src]

Get a mutable reference to the properties on the resource.

impl From<FunctionProperties> for Function
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Function

impl Sync for Function