subjectAlternativeNames

@JvmName(name = "yiiaxrvnsemjmiiy")
suspend fun subjectAlternativeNames(value: Output<List<String>>)
@JvmName(name = "hmrkgbatokjbsetj")
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 = "iqhvcbobkunfvwif")
suspend fun subjectAlternativeNames(vararg values: Output<String>)


@JvmName(name = "cavbjgexifpnluob")
suspend fun subjectAlternativeNames(values: List<Output<String>>)
@JvmName(name = "urpqwxyffmthruco")
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 ([])