Struct cfn::aws::opsworks::ElasticLoadBalancerAttachmentProperties [] [src]

pub struct ElasticLoadBalancerAttachmentProperties {
    pub elastic_load_balancer_name: Value<String>,
    pub layer_id: Value<String>,
}

Properties for the ElasticLoadBalancerAttachment resource.

Fields

Property ElasticLoadBalancerName.

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

Property LayerId.

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

Trait Implementations

impl Debug for ElasticLoadBalancerAttachmentProperties
[src]

[src]

Formats the value using the given formatter. Read more

impl Serialize for ElasticLoadBalancerAttachmentProperties
[src]

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl From<ElasticLoadBalancerAttachmentProperties> for ElasticLoadBalancerAttachment
[src]

[src]

Performs the conversion.

Auto Trait Implementations