Struct rusoto_elb::CreateLBCookieStickinessPolicyInput [] [src]

pub struct CreateLBCookieStickinessPolicyInput {
    pub cookie_expiration_period: Option<CookieExpirationPeriod>,
    pub load_balancer_name: AccessPointName,
    pub policy_name: PolicyName,
}

Contains the parameters for CreateLBCookieStickinessPolicy.

Fields

The time period, in seconds, after which the cookie should be considered stale. If you do not specify this parameter, the default value is 0, which indicates that the sticky session should last for the duration of the browser session.

The name of the load balancer.

The name of the policy being created. Policy names must consist of alphanumeric characters and dashes (-). This name must be unique within the set of policies for this load balancer.

Trait Implementations

impl Default for CreateLBCookieStickinessPolicyInput
[src]

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

impl Debug for CreateLBCookieStickinessPolicyInput
[src]

Formats the value using the given formatter.

impl Clone for CreateLBCookieStickinessPolicyInput
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more