cluster Endpoint Encryption Type
suspend fun clusterEndpointEncryptionType(value: Output<ClusterEndpointEncryptionTypeEnumValueArgs>)
Parameters
value
The type of encryption supported by the cluster's endpoint. Values are:
-
NONE
for no encryptionTLS
for Transport Layer Security
suspend fun clusterEndpointEncryptionType(argument: suspend ClusterEndpointEncryptionTypeEnumValueArgsBuilder.() -> Unit)
Parameters
argument
The type of encryption supported by the cluster's endpoint. Values are:
-
NONE
for no encryptionTLS
for Transport Layer Security