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