subjectAlternativeNameSummaries

@JvmName(name = "cvldmjbjgyhiabqh")
suspend fun subjectAlternativeNameSummaries(value: Output<List<String>>)
@JvmName(name = "esnruulenhuexeub")
suspend fun subjectAlternativeNameSummaries(value: List<String>?)

Parameters

value

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.


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


@JvmName(name = "bhnkcwdrpynlhtvl")
suspend fun subjectAlternativeNameSummaries(values: List<Output<String>>)
@JvmName(name = "mwwdvjrqrkoeouhg")
suspend fun subjectAlternativeNameSummaries(vararg values: String)

Parameters

values

One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.

When called by ListCertificates, this parameter will only return the first 100 subject alternative names included in the certificate. To display the full list of subject alternative names, use DescribeCertificate.