subjectAlternativeNames

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

Parameters

value

Set of domains that should be SANs in the issued certificate. domain_name attribute is automatically added as a Subject Alternative Name.


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


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

Parameters

values

Set of domains that should be SANs in the issued certificate. domain_name attribute is automatically added as a Subject Alternative Name.