Flow Output Encryption Args
data class FlowOutputEncryptionArgs(val algorithm: Output<FlowOutputEncryptionAlgorithm>? = null, val keyType: Output<FlowOutputEncryptionKeyType>? = null, val roleArn: Output<String>, val secretArn: Output<String>) : ConvertibleToJava<FlowOutputEncryptionArgs>
Information about the encryption of the flow.
Constructors
Link copied to clipboard
constructor(algorithm: Output<FlowOutputEncryptionAlgorithm>? = null, keyType: Output<FlowOutputEncryptionKeyType>? = null, roleArn: Output<String>, secretArn: Output<String>)