class Aws::Kendra::Types::ConfluencePageConfiguration

Specifies the page settings for the Confluence data source.

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

data as a hash:

    {
      page_field_mappings: [
        {
          data_source_field_name: "AUTHOR", # accepts AUTHOR, CONTENT_STATUS, CREATED_DATE, DISPLAY_URL, ITEM_TYPE, LABELS, MODIFIED_DATE, PARENT_ID, SPACE_KEY, SPACE_NAME, URL, VERSION
          date_field_format: "DataSourceDateFieldFormat",
          index_field_name: "IndexFieldName",
        },
      ],
    }

@!attribute [rw] page_field_mappings

Defines how page 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 `PageFieldMappings` parameter, you must specify
at least one field mapping.
@return [Array<Types::ConfluencePageToIndexFieldMapping>]

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

Constants

SENSITIVE