endpoints

@JvmName(name = "pflwmleqckgyhcwc")
suspend fun endpoints(value: Output<List<LiveEventEndpointArgs>>)
@JvmName(name = "striuusemkbysugv")
suspend fun endpoints(value: List<LiveEventEndpointArgs>?)

Parameters

value

The endpoints for preview. Do not share the preview URL with the live event audience.


@JvmName(name = "ciuqrbhtmwrshmex")
suspend fun endpoints(vararg values: Output<LiveEventEndpointArgs>)


@JvmName(name = "cppfvvyedcnsytoo")
suspend fun endpoints(values: List<Output<LiveEventEndpointArgs>>)
@JvmName(name = "qhjwwyngghnwyknr")
suspend fun endpoints(vararg values: LiveEventEndpointArgs)

Parameters

values

The endpoints for preview. Do not share the preview URL with the live event audience.


@JvmName(name = "maqjrdgkkryybjnp")
suspend fun endpoints(argument: List<suspend LiveEventEndpointArgsBuilder.() -> Unit>)
@JvmName(name = "lrlnnnkndfxmddtw")
suspend fun endpoints(vararg argument: suspend LiveEventEndpointArgsBuilder.() -> Unit)
@JvmName(name = "kpjoeaybuglhruay")
suspend fun endpoints(argument: suspend LiveEventEndpointArgsBuilder.() -> Unit)

Parameters

argument

The endpoints for preview. Do not share the preview URL with the live event audience.