Flow Encryption
data class FlowEncryption(val algorithm: FlowEncryptionAlgorithm? = null, val constantInitializationVector: String? = null, val deviceId: String? = null, val keyType: FlowEncryptionKeyType? = 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 FlowEncryption(algorithm: FlowEncryptionAlgorithm? = null, constantInitializationVector: String? = null, deviceId: String? = null, keyType: FlowEncryptionKeyType? = null, region: String? = null, resourceId: String? = null, roleArn: String, secretArn: String? = null, url: String? = null)