edgeSslCertificates

@JvmName(name = "thtdytgcsfsuxqpt")
suspend fun edgeSslCertificates(value: Output<List<String>>)
@JvmName(name = "rkmpxvuftinxanut")
suspend fun edgeSslCertificates(value: List<String>?)

Parameters

value

URLs to sslCertificate resources that are used to authenticate connections between users and the EdgeCacheService. Note that only "global" certificates with a "scope" of "EDGE_CACHE" can be attached to an EdgeCacheService.


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


@JvmName(name = "jwvbekrwlkmkcgam")
suspend fun edgeSslCertificates(values: List<Output<String>>)
@JvmName(name = "nsyuqqoggjndchnu")
suspend fun edgeSslCertificates(vararg values: String)

Parameters

values

URLs to sslCertificate resources that are used to authenticate connections between users and the EdgeCacheService. Note that only "global" certificates with a "scope" of "EDGE_CACHE" can be attached to an EdgeCacheService.