Struct cfn::aws::apigateway::VpcLinkProperties [] [src]

pub struct VpcLinkProperties {
    pub description: Option<Value<String>>,
    pub name: Value<String>,
    pub target_arns: ValueList<String>,
}

Properties for the VpcLink resource.

Fields

Property Description.

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

Property Name.

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

Property TargetArns.

Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.

Trait Implementations

impl Debug for VpcLinkProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for VpcLinkProperties
[src]

[src]

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

impl Serialize for VpcLinkProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for VpcLinkProperties
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<VpcLinkProperties> for VpcLink
[src]

[src]

Performs the conversion.

Auto Trait Implementations