Flow Source Encryption
data class FlowSourceEncryption(val algorithm: FlowSourceEncryptionAlgorithm? = null, val constantInitializationVector: String? = null, val deviceId: String? = null, val keyType: FlowSourceEncryptionKeyType? = null, val region: String? = null, val resourceId: String? = null, val roleArn: String, val secretArn: String? = null, val url: String? = null)
Information about the encryption of the flow.
Constructors
Link copied to clipboard
fun FlowSourceEncryption(algorithm: FlowSourceEncryptionAlgorithm? = null, constantInitializationVector: String? = null, deviceId: String? = null, keyType: FlowSourceEncryptionKeyType? = null, region: String? = null, resourceId: String? = null, roleArn: String, secretArn: String? = null, url: String? = null)