allowedEncryptionStatuses

@JvmName(name = "wdqaqxclhnhuwlfe")
suspend fun allowedEncryptionStatuses(value: Output<List<String>>)
@JvmName(name = "sekntatmdcnlrsxa")
suspend fun allowedEncryptionStatuses(value: List<String>?)

Parameters

value

A list of allowed encryptions statuses. An empty list allows all statuses. Each value may be one of ENCRYPTION_UNSPECIFIED, ENCRYPTION_UNSUPPORTED, UNENCRYPTED, and ENCRYPTED.


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


@JvmName(name = "virqqnndcmyjnise")
suspend fun allowedEncryptionStatuses(values: List<Output<String>>)
@JvmName(name = "cixaogasgvgfshcj")
suspend fun allowedEncryptionStatuses(vararg values: String)

Parameters

values

A list of allowed encryptions statuses. An empty list allows all statuses. Each value may be one of ENCRYPTION_UNSPECIFIED, ENCRYPTION_UNSUPPORTED, UNENCRYPTED, and ENCRYPTED.