userSettings

@JvmName(name = "hhpmecwynajircog")
suspend fun userSettings(value: Output<List<StackUserSettingArgs>>)
@JvmName(name = "kxfibankmhoqjtaa")
suspend fun userSettings(value: List<StackUserSettingArgs>?)

Parameters

value

Configuration block for the actions that are enabled or disabled for users during their streaming sessions. If not provided, these settings are configured automatically by AWS. If provided, the configuration should include a block for each configurable action. See user_settings below.


@JvmName(name = "glletqubuoxrvqqq")
suspend fun userSettings(vararg values: Output<StackUserSettingArgs>)


@JvmName(name = "linampwksajxjfwh")
suspend fun userSettings(values: List<Output<StackUserSettingArgs>>)
@JvmName(name = "cdbynvttpkwuhtes")
suspend fun userSettings(vararg values: StackUserSettingArgs)

Parameters

values

Configuration block for the actions that are enabled or disabled for users during their streaming sessions. If not provided, these settings are configured automatically by AWS. If provided, the configuration should include a block for each configurable action. See user_settings below.


@JvmName(name = "bpcafmahhwxsdcfc")
suspend fun userSettings(argument: List<suspend StackUserSettingArgsBuilder.() -> Unit>)
@JvmName(name = "kwhvwfemxrofallj")
suspend fun userSettings(vararg argument: suspend StackUserSettingArgsBuilder.() -> Unit)
@JvmName(name = "ywwojdfdefjqpwvb")
suspend fun userSettings(argument: suspend StackUserSettingArgsBuilder.() -> Unit)

Parameters

argument

Configuration block for the actions that are enabled or disabled for users during their streaming sessions. If not provided, these settings are configured automatically by AWS. If provided, the configuration should include a block for each configurable action. See user_settings below.