origins

@JvmName(name = "rgriuddlhjrlimyi")
suspend fun origins(value: Output<List<String>>)
@JvmName(name = "jahqmornujjrhloh")
suspend fun origins(value: List<String>?)

Parameters

value

Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The domain origin refers to the base URL for accessing a website including the protocol ( http/https ), the domain name, and the port number (if specified).

You must only submit a base URL and not a full path. For example, https://docs.aws.amazon.com .


@JvmName(name = "uwrudffunkgdctpi")
suspend fun origins(vararg values: Output<String>)


@JvmName(name = "blnweqinrqmlduro")
suspend fun origins(values: List<Output<String>>)
@JvmName(name = "wgdufqwibvnjuqfi")
suspend fun origins(vararg values: String)

Parameters

values

Sets the website domain origins that are allowed to embed the Amazon Q Business web experience. The domain origin refers to the base URL for accessing a website including the protocol ( http/https ), the domain name, and the port number (if specified).

You must only submit a base URL and not a full path. For example, https://docs.aws.amazon.com .