class Aws::Kendra::Types::ConfluenceBlogConfiguration

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 `ConfluenceConfiguration` type.

@note When making an API call, you may pass ConfluenceBlogConfiguration

data as a 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",
        },
      ],
    }

@!attribute [rw] blog_field_mappings

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.
@return [Array<Types::ConfluenceBlogToIndexFieldMapping>]

@see docs.aws.amazon.com/goto/WebAPI/kendra-2019-02-03/ConfluenceBlogConfiguration AWS API Documentation

Constants

SENSITIVE