toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.workspacesweb.kotlin.outputs
/
UserSettingsCookieSpecification
User
Settings
Cookie
Specification
data
class
UserSettingsCookieSpecification
(
val
domain
:
String
,
val
name
:
String
?
=
null
,
val
path
:
String
?
=
null
)
Members
Constructors
User
Settings
Cookie
Specification
Link copied to clipboard
constructor
(
domain
:
String
,
name
:
String
?
=
null
,
path
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
domain
Link copied to clipboard
val
domain
:
String
The domain of the cookie.
name
Link copied to clipboard
val
name
:
String
?
=
null
The name of the cookie.
path
Link copied to clipboard
val
path
:
String
?
=
null
The path of the cookie.