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