ContentTypeProfileConfig
public struct ContentTypeProfileConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The configuration for a field-level encryption content type-profile.
Declaration
Swift
public let contentTypeProfiles: ContentTypeProfiles?
-
The setting in a field-level encryption content type-profile mapping that 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.
Declaration
Swift
public let forwardWhenContentTypeIsUnknown: Bool
-
Undocumented
Declaration
Swift
public init(contentTypeProfiles: ContentTypeProfiles? = nil, forwardWhenContentTypeIsUnknown: Bool)