subjectAlternativeNames

@JvmName(name = "kmbbqjaclkppvbdi")
suspend fun subjectAlternativeNames(value: Output<List<String>>)
@JvmName(name = "enrewyhpnkgwnhoc")
suspend fun subjectAlternativeNames(value: List<String>?)

Parameters

value

Set of domains that should be SANs in the issued certificate. To remove all elements of a previously configured list, set this value equal to an empty list ([])


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


@JvmName(name = "xfvtpluhvnbctbom")
suspend fun subjectAlternativeNames(values: List<Output<String>>)
@JvmName(name = "mlbqirskknxhabco")
suspend fun subjectAlternativeNames(vararg values: String)

Parameters

values

Set of domains that should be SANs in the issued certificate. To remove all elements of a previously configured list, set this value equal to an empty list ([])