/dhall-aws-cloudformation/cloudformation/AWS::Kendra::DataSource/ConfluenceAttachmentConfiguration.dhall
Copy path to clipboardSource
{ Type =
{ AttachmentFieldMappings :
Optional (List (./ConfluenceAttachmentToIndexFieldMapping.dhall).Type)
, CrawlAttachments : Optional Bool
}
, default =
{ AttachmentFieldMappings =
None (List (./ConfluenceAttachmentToIndexFieldMapping.dhall).Type)
, CrawlAttachments = None Bool
}
}