secretSize

@JvmName(name = "bbsipxfupnqllsth")
suspend fun secretSize(value: Output<Int>)
@JvmName(name = "iggtlrrtwghpvtxl")
suspend fun secretSize(value: Int?)

Parameters

value

Size in bytes for the generated AES Key. Size 16 is for AES-128, Size 24 for AES-192 and Size 32 for AES-256. WARN: Bigger keys then 128 bits are not allowed on some JDK implementations. Defaults to 16.