class Aws::SecurityHub::Types::AwsElbLbCookieStickinessPolicy

Contains information about a stickiness policy that was created using `CreateLBCookieStickinessPolicy`.

@note When making an API call, you may pass AwsElbLbCookieStickinessPolicy

data as a hash:

    {
      cookie_expiration_period: 1,
      policy_name: "NonEmptyString",
    }

@!attribute [rw] cookie_expiration_period

The amount of time, in seconds, after which the cookie is considered
stale. If an expiration period is not specified, the stickiness
session lasts for the duration of the browser session.
@return [Integer]

@!attribute [rw] policy_name

The name of the policy. The name must be unique within the set of
policies for the load balancer.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsElbLbCookieStickinessPolicy AWS API Documentation

Constants

SENSITIVE