permittedUris

@JvmName(name = "hkpwpxuqemuohxdv")
suspend fun permittedUris(value: Output<List<String>>)
@JvmName(name = "vxhtkggeqoclongy")
suspend fun permittedUris(value: List<String>?)

Parameters

value

Contains the permitted URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)


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


@JvmName(name = "ouilbfcgkdabvtsv")
suspend fun permittedUris(values: List<Output<String>>)
@JvmName(name = "wnhjoijlwaknhcoc")
suspend fun permittedUris(vararg values: String)

Parameters

values

Contains the permitted URIs that apply to the host part of the name. The value can be a hostname or a domain with a leading period (like .example.com)