Flow Entitlement Encryption Args
data class FlowEntitlementEncryptionArgs(val algorithm: Output<FlowEntitlementEncryptionAlgorithm>, val constantInitializationVector: Output<String>? = null, val deviceId: Output<String>? = null, val keyType: Output<FlowEntitlementEncryptionKeyType>? = null, val region: Output<String>? = null, val resourceId: Output<String>? = null, val roleArn: Output<String>, val secretArn: Output<String>? = null, val url: Output<String>? = null) : ConvertibleToJava<FlowEntitlementEncryptionArgs>
Information about the encryption of the flow.
Constructors
Link copied to clipboard
fun FlowEntitlementEncryptionArgs(algorithm: Output<FlowEntitlementEncryptionAlgorithm>, constantInitializationVector: Output<String>? = null, deviceId: Output<String>? = null, keyType: Output<FlowEntitlementEncryptionKeyType>? = null, region: Output<String>? = null, resourceId: Output<String>? = null, roleArn: Output<String>, secretArn: Output<String>? = null, url: Output<String>? = null)