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

pub struct Policies {
    pub attributes: ValueList<Value>,
    pub instance_ports: Option<ValueList<String>>,
    pub load_balancer_ports: Option<ValueList<String>>,
    pub policy_name: Value<String>,
    pub policy_type: Value<String>,
}

Fields

Property Attributes.

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

Property InstancePorts.

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

Property LoadBalancerPorts.

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

Property PolicyName.

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

Property PolicyType.

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

Trait Implementations

impl Debug for Policies
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for Policies
[src]

[src]

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

Auto Trait Implementations

impl Send for Policies

impl Sync for Policies