FieldLevelEncryptionConfigContentTypeProfileConfigArgs

data class FieldLevelEncryptionConfigContentTypeProfileConfigArgs(val contentTypeProfiles: Output<FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesArgs>, val forwardWhenContentTypeIsUnknown: Output<Boolean>) : ConvertibleToJava<FieldLevelEncryptionConfigContentTypeProfileConfigArgs>

Constructors

constructor(contentTypeProfiles: Output<FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesArgs>, forwardWhenContentTypeIsUnknown: Output<Boolean>)

Properties

Link copied to clipboard

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.

Functions

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