excludedDnsNames

@JvmName(name = "eefiwbhpfcvublco")
suspend fun excludedDnsNames(value: Output<List<String>>)
@JvmName(name = "ytnhvwpqdtheffqt")
suspend fun excludedDnsNames(value: List<String>?)

Parameters

value

Contains excluded DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com, www.example.com, www.sub.example.com would satisfy example.com while example1.com does not.


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


@JvmName(name = "knwkxqolagkahuqr")
suspend fun excludedDnsNames(values: List<Output<String>>)
@JvmName(name = "qyjbtgtyfwfcsrkl")
suspend fun excludedDnsNames(vararg values: String)

Parameters

values

Contains excluded DNS names. Any DNS name that can be constructed by simply adding zero or more labels to the left-hand side of the name satisfies the name constraint. For example, example.com, www.example.com, www.sub.example.com would satisfy example.com while example1.com does not.