Struct cfn::aws::elasticloadbalancing::load_balancer::Listeners [] [src]

pub struct Listeners {
    pub instance_port: Value<String>,
    pub instance_protocol: Option<Value<String>>,
    pub load_balancer_port: Value<String>,
    pub policy_names: Option<ValueList<String>>,
    pub protocol: Value<String>,
    pub ssl_certificate_id: Option<Value<String>>,
}

Fields

Property InstancePort.

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

Property InstanceProtocol.

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

Property LoadBalancerPort.

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

Property PolicyNames.

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

Property Protocol.

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

Property SSLCertificateId.

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

Trait Implementations

impl Debug for Listeners
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Listeners
[src]

[src]

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

Auto Trait Implementations

impl Send for Listeners

impl Sync for Listeners