cookie Synchronization Configuration
suspend fun cookieSynchronizationConfiguration(value: Output<UserSettingsCookieSynchronizationConfigurationArgs>)
suspend fun cookieSynchronizationConfiguration(value: UserSettingsCookieSynchronizationConfigurationArgs?)
Parameters
value
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.
suspend fun cookieSynchronizationConfiguration(argument: suspend UserSettingsCookieSynchronizationConfigurationArgsBuilder.() -> Unit)
Parameters
argument
The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.