FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItemArgs

data class FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItemArgs(val contentType: Output<String>, val format: Output<String>, val profileId: Output<String>? = null) : ConvertibleToJava<FieldLevelEncryptionConfigContentTypeProfileConfigContentTypeProfilesItemArgs>

Constructors

constructor(contentType: Output<String>, format: Output<String>, profileId: Output<String>? = null)

Properties

Link copied to clipboard
val contentType: Output<String>

he content type for a field-level encryption content type-profile mapping. Valid value is application/x-www-form-urlencoded.

Link copied to clipboard
val format: Output<String>

The format for a field-level encryption content type-profile mapping. Valid value is URLEncoded.

Link copied to clipboard
val profileId: Output<String>? = null

Functions

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