Field Level Encryption Config Content Type Profile Config Args
data class FieldLevelEncryptionConfigContentTypeProfileConfigArgs(val contentTypeProfiles: Output<FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesArgs>, val forwardWhenContentTypeIsUnknown: Output<Boolean>) : ConvertibleToJava<FieldLevelEncryptionConfigContentTypeProfileConfigArgs>
Constructors
Link copied to clipboard
constructor(contentTypeProfiles: Output<FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesArgs>, forwardWhenContentTypeIsUnknown: Output<Boolean>)
Properties
Link copied to clipboard
val contentTypeProfiles: Output<FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesArgs>
Object that contains an attribute items
that contains the list of configurations for a field-level encryption content type-profile. See Content Type Profile.
Link copied to clipboard
specifies what to do when an unknown content type is provided for the profile. If true, content is forwarded without being encrypted when the content type is unknown. If false (the default), an error is returned when the content type is unknown.