channelEncryptionTypes

@JvmName(name = "lgbypumcrbpjcipb")
suspend fun channelEncryptionTypes(value: Output<List<String>>)
@JvmName(name = "fnufksftforipyha")
suspend fun channelEncryptionTypes(value: List<String>?)

Parameters

value

A set of SMB channel encryption. Possible values are AES-128-CCM, AES-128-GCM, and AES-256-GCM.


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


@JvmName(name = "gedlooqfdnswwxpv")
suspend fun channelEncryptionTypes(values: List<Output<String>>)
@JvmName(name = "wroijsewshgtdyqj")
suspend fun channelEncryptionTypes(vararg values: String)

Parameters

values

A set of SMB channel encryption. Possible values are AES-128-CCM, AES-128-GCM, and AES-256-GCM.