FieldLevelEncryptionProfileEncryptionEntitiesItemArgs

data class FieldLevelEncryptionProfileEncryptionEntitiesItemArgs(val fieldPatterns: Output<FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatternsArgs>, val providerId: Output<String>, val publicKeyId: Output<String>) : ConvertibleToJava<FieldLevelEncryptionProfileEncryptionEntitiesItemArgs>

Constructors

constructor(fieldPatterns: Output<FieldLevelEncryptionProfileEncryptionEntitiesItemFieldPatternsArgs>, providerId: Output<String>, publicKeyId: Output<String>)

Properties

Link copied to clipboard

Object that contains an attribute items that contains the list of field patterns in a field-level encryption content type profile specify the fields that you want to be encrypted.

Link copied to clipboard
val providerId: Output<String>

The provider associated with the public key being used for encryption.

Link copied to clipboard
val publicKeyId: Output<String>

The public key associated with a set of field-level encryption patterns, to be used when encrypting the fields that match the patterns.

Functions

Link copied to clipboard
open override fun toJava(): FieldLevelEncryptionProfileEncryptionEntitiesItemArgs