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

pub struct AppCookieStickinessPolicy {
    pub cookie_name: Value<String>,
    pub policy_name: Value<String>,
}

Fields

Property CookieName.

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.

Trait Implementations

impl Debug for AppCookieStickinessPolicy
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for AppCookieStickinessPolicy
[src]

[src]

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

Auto Trait Implementations