UserSettingsCookieSpecificationArgs

data class UserSettingsCookieSpecificationArgs(val domain: Output<String>, val name: Output<String>? = null, val path: Output<String>? = null) : ConvertibleToJava<UserSettingsCookieSpecificationArgs>

Constructors

Link copied to clipboard
constructor(domain: Output<String>, name: Output<String>? = null, path: Output<String>? = null)

Properties

Link copied to clipboard
val domain: Output<String>

The domain of the cookie.

Link copied to clipboard
val name: Output<String>? = null

The name of the cookie.

Link copied to clipboard
val path: Output<String>? = null

The path of the cookie.

Functions

Link copied to clipboard
open override fun toJava(): UserSettingsCookieSpecificationArgs