You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::ConfluenceBlogConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ConfluenceBlogConfiguration
- Defined in:
- (unknown)
Overview
When passing ConfluenceBlogConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
blog_field_mappings: [
{
data_source_field_name: "AUTHOR", # accepts AUTHOR, DISPLAY_URL, ITEM_TYPE, LABELS, PUBLISH_DATE, SPACE_KEY, SPACE_NAME, URL, VERSION
date_field_format: "DataSourceDateFieldFormat",
index_field_name: "IndexFieldName",
},
],
}
Specifies the blog settings for the Confluence data source. Blogs are always indexed unless filtered from the index by the ExclusionPatterns
or InclusionPatterns
fields in the data type.
Returned by:
Instance Attribute Summary collapse
-
#blog_field_mappings ⇒ Array<Types::ConfluenceBlogToIndexFieldMapping>
Defines how blog metadata fields should be mapped to index fields.
Instance Attribute Details
#blog_field_mappings ⇒ Array<Types::ConfluenceBlogToIndexFieldMapping>
Defines how blog metadata fields should be mapped to index fields.
Before you can map a field, you must first create an index field with a
matching type using the console or the UpdateIndex
operation.
If you specify the BlogFieldMappings
parameter, you must specify at
least one field mapping.