Struct cfn::aws::lambda::function::VpcConfig [] [src]

pub struct VpcConfig {
    pub security_group_ids: ValueList<String>,
    pub subnet_ids: ValueList<String>,
}

Fields

Property SecurityGroupIds.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Property SubnetIds.

Update type: Mutable. AWS CloudFormation doesn't replace the resource when you change this property.

Trait Implementations

impl Debug for VpcConfig
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for VpcConfig
[src]

[src]

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

Auto Trait Implementations

impl Send for VpcConfig

impl Sync for VpcConfig