SalesforceStandardObjectAttachmentConfiguration
public struct SalesforceStandardObjectAttachmentConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the field used for the document title.
Declaration
Swift
public let documentTitleFieldName: String?
-
One or more objects that map fields in attachments to Amazon Kendra index fields.
Declaration
Swift
public let fieldMappings: [DataSourceToIndexFieldMapping]?
-
Undocumented
Declaration
Swift
public init(documentTitleFieldName: String? = nil, fieldMappings: [DataSourceToIndexFieldMapping]? = nil)
-
Declaration
Swift
public func validate(name: String) throws