ClusterTls

data class ClusterTls(val certificateAuthorityArnList: List<String>? = null, val enabled: Boolean? = null)

Constructors

Link copied to clipboard
constructor(certificateAuthorityArnList: List<String>? = null, enabled: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of AWS Private CA ARNs.

Link copied to clipboard
val enabled: Boolean? = null

TLS authentication is enabled or not.