/dhall-aws-cloudformation/cloudformation/AWS::Kendra::DataSource/SalesforceStandardObjectAttachmentConfiguration.dhall
Copy path to clipboardSource
{ Type =
{ DocumentTitleFieldName : Optional (./../../Fn.dhall).CfnText
, FieldMappings :
Optional (List (./DataSourceToIndexFieldMapping.dhall).Type)
}
, default =
{ DocumentTitleFieldName = None (./../../Fn.dhall).CfnText
, FieldMappings = None (List (./DataSourceToIndexFieldMapping.dhall).Type)
}
}