Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.kendra

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.kendra package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.kendra package. 
raw docstring

build-cfn-data-source-access-control-list-configuration-property-builderclj

(build-cfn-data-source-access-control-list-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-access-control-list-configuration-property-builder function updates a CfnDataSource$AccessControlListConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$AccessControlListConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyPathjava.lang.Stringcdk.support/lookup-entry:key-path
The build-cfn-data-source-access-control-list-configuration-property-builder function updates a CfnDataSource$AccessControlListConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$AccessControlListConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `keyPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-path` |
sourceraw docstring

build-cfn-data-source-acl-configuration-property-builderclj

(build-cfn-data-source-acl-configuration-property-builder builder id config)

The build-cfn-data-source-acl-configuration-property-builder function updates a CfnDataSource$AclConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$AclConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
allowedGroupsColumnNamejava.lang.Stringcdk.support/lookup-entry:allowed-groups-column-name
The build-cfn-data-source-acl-configuration-property-builder function updates a CfnDataSource$AclConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$AclConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedGroupsColumnName` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-groups-column-name` |
sourceraw docstring

build-cfn-data-source-builderclj

(build-cfn-data-source-builder builder id config)

The build-cfn-data-source-builder function updates a CfnDataSource$Builder instance using the provided configuration. The function takes the CfnDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customDocumentEnrichmentConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-document-enrichment-configuration
dataSourceConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$DataSourceConfigurationPropertycdk.support/lookup-entry:data-source-configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
indexIdjava.lang.Stringcdk.support/lookup-entry:index-id
languageCodejava.lang.Stringcdk.support/lookup-entry:language-code
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
schedulejava.lang.Stringcdk.support/lookup-entry:schedule
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-data-source-builder function updates a CfnDataSource$Builder instance using the provided configuration.
  The function takes the CfnDataSource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customDocumentEnrichmentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-document-enrichment-configuration` |
| `dataSourceConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$DataSourceConfigurationProperty | [[cdk.support/lookup-entry]] | `:data-source-configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `indexId` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-id` |
| `languageCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:language-code` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-data-source-column-configuration-property-builderclj

(build-cfn-data-source-column-configuration-property-builder builder id config)

The build-cfn-data-source-column-configuration-property-builder function updates a CfnDataSource$ColumnConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ColumnConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
changeDetectingColumnsjava.util.Listcdk.support/lookup-entry:change-detecting-columns
documentDataColumnNamejava.lang.Stringcdk.support/lookup-entry:document-data-column-name
documentIdColumnNamejava.lang.Stringcdk.support/lookup-entry:document-id-column-name
documentTitleColumnNamejava.lang.Stringcdk.support/lookup-entry:document-title-column-name
fieldMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:field-mappings
The build-cfn-data-source-column-configuration-property-builder function updates a CfnDataSource$ColumnConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ColumnConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `changeDetectingColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:change-detecting-columns` |
| `documentDataColumnName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-data-column-name` |
| `documentIdColumnName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-id-column-name` |
| `documentTitleColumnName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-title-column-name` |
| `fieldMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:field-mappings` |
sourceraw docstring

build-cfn-data-source-confluence-attachment-configuration-property-builderclj

(build-cfn-data-source-confluence-attachment-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-confluence-attachment-configuration-property-builder function updates a CfnDataSource$ConfluenceAttachmentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConfluenceAttachmentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
attachmentFieldMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attachment-field-mappings
crawlAttachmentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:crawl-attachments
The build-cfn-data-source-confluence-attachment-configuration-property-builder function updates a CfnDataSource$ConfluenceAttachmentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConfluenceAttachmentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attachmentFieldMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attachment-field-mappings` |
| `crawlAttachments` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:crawl-attachments` |
sourceraw docstring

build-cfn-data-source-confluence-attachment-to-index-field-mapping-property-builderclj

(build-cfn-data-source-confluence-attachment-to-index-field-mapping-property-builder
  builder
  id
  config)

The build-cfn-data-source-confluence-attachment-to-index-field-mapping-property-builder function updates a CfnDataSource$ConfluenceAttachmentToIndexFieldMappingProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConfluenceAttachmentToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataSourceFieldNamejava.lang.Stringcdk.support/lookup-entry:data-source-field-name
dateFieldFormatjava.lang.Stringcdk.support/lookup-entry:date-field-format
indexFieldNamejava.lang.Stringcdk.support/lookup-entry:index-field-name
The build-cfn-data-source-confluence-attachment-to-index-field-mapping-property-builder function updates a CfnDataSource$ConfluenceAttachmentToIndexFieldMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConfluenceAttachmentToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataSourceFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-field-name` |
| `dateFieldFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-field-format` |
| `indexFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-field-name` |
sourceraw docstring

build-cfn-data-source-confluence-blog-configuration-property-builderclj

(build-cfn-data-source-confluence-blog-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-data-source-confluence-blog-configuration-property-builder function updates a CfnDataSource$ConfluenceBlogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConfluenceBlogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
blogFieldMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:blog-field-mappings
The build-cfn-data-source-confluence-blog-configuration-property-builder function updates a CfnDataSource$ConfluenceBlogConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConfluenceBlogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `blogFieldMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:blog-field-mappings` |
sourceraw docstring

build-cfn-data-source-confluence-blog-to-index-field-mapping-property-builderclj

(build-cfn-data-source-confluence-blog-to-index-field-mapping-property-builder
  builder
  id
  config)

The build-cfn-data-source-confluence-blog-to-index-field-mapping-property-builder function updates a CfnDataSource$ConfluenceBlogToIndexFieldMappingProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConfluenceBlogToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataSourceFieldNamejava.lang.Stringcdk.support/lookup-entry:data-source-field-name
dateFieldFormatjava.lang.Stringcdk.support/lookup-entry:date-field-format
indexFieldNamejava.lang.Stringcdk.support/lookup-entry:index-field-name
The build-cfn-data-source-confluence-blog-to-index-field-mapping-property-builder function updates a CfnDataSource$ConfluenceBlogToIndexFieldMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConfluenceBlogToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataSourceFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-field-name` |
| `dateFieldFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-field-format` |
| `indexFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-field-name` |
sourceraw docstring

build-cfn-data-source-confluence-configuration-property-builderclj

(build-cfn-data-source-confluence-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-data-source-confluence-configuration-property-builder function updates a CfnDataSource$ConfluenceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConfluenceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
attachmentConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attachment-configuration
blogConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:blog-configuration
exclusionPatternsjava.util.Listcdk.support/lookup-entry:exclusion-patterns
inclusionPatternsjava.util.Listcdk.support/lookup-entry:inclusion-patterns
pageConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:page-configuration
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
serverUrljava.lang.Stringcdk.support/lookup-entry:server-url
spaceConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:space-configuration
versionjava.lang.Stringcdk.support/lookup-entry:version
vpcConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-configuration
The build-cfn-data-source-confluence-configuration-property-builder function updates a CfnDataSource$ConfluenceConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConfluenceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attachmentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attachment-configuration` |
| `blogConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:blog-configuration` |
| `exclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusion-patterns` |
| `inclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:inclusion-patterns` |
| `pageConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:page-configuration` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
| `serverUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-url` |
| `spaceConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:space-configuration` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
| `vpcConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-configuration` |
sourceraw docstring

build-cfn-data-source-confluence-page-configuration-property-builderclj

(build-cfn-data-source-confluence-page-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-data-source-confluence-page-configuration-property-builder function updates a CfnDataSource$ConfluencePageConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConfluencePageConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
pageFieldMappingsjava.util.Listcdk.support/lookup-entry:page-field-mappings
The build-cfn-data-source-confluence-page-configuration-property-builder function updates a CfnDataSource$ConfluencePageConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConfluencePageConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pageFieldMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:page-field-mappings` |
sourceraw docstring

build-cfn-data-source-confluence-page-to-index-field-mapping-property-builderclj

(build-cfn-data-source-confluence-page-to-index-field-mapping-property-builder
  builder
  id
  config)

The build-cfn-data-source-confluence-page-to-index-field-mapping-property-builder function updates a CfnDataSource$ConfluencePageToIndexFieldMappingProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConfluencePageToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataSourceFieldNamejava.lang.Stringcdk.support/lookup-entry:data-source-field-name
dateFieldFormatjava.lang.Stringcdk.support/lookup-entry:date-field-format
indexFieldNamejava.lang.Stringcdk.support/lookup-entry:index-field-name
The build-cfn-data-source-confluence-page-to-index-field-mapping-property-builder function updates a CfnDataSource$ConfluencePageToIndexFieldMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConfluencePageToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataSourceFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-field-name` |
| `dateFieldFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-field-format` |
| `indexFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-field-name` |
sourceraw docstring

build-cfn-data-source-confluence-space-configuration-property-builderclj

(build-cfn-data-source-confluence-space-configuration-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-data-source-confluence-space-configuration-property-builder function updates a CfnDataSource$ConfluenceSpaceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConfluenceSpaceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
crawlArchivedSpacessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:crawl-archived-spaces
crawlPersonalSpacesjava.lang.Booleancdk.support/lookup-entry:crawl-personal-spaces
excludeSpacesjava.util.Listcdk.support/lookup-entry:exclude-spaces
includeSpacesjava.util.Listcdk.support/lookup-entry:include-spaces
spaceFieldMappingsjava.util.Listcdk.support/lookup-entry:space-field-mappings
The build-cfn-data-source-confluence-space-configuration-property-builder function updates a CfnDataSource$ConfluenceSpaceConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConfluenceSpaceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `crawlArchivedSpaces` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:crawl-archived-spaces` |
| `crawlPersonalSpaces` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:crawl-personal-spaces` |
| `excludeSpaces` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-spaces` |
| `includeSpaces` | java.util.List | [[cdk.support/lookup-entry]] | `:include-spaces` |
| `spaceFieldMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:space-field-mappings` |
sourceraw docstring

build-cfn-data-source-confluence-space-to-index-field-mapping-property-builderclj

(build-cfn-data-source-confluence-space-to-index-field-mapping-property-builder
  builder
  id
  config)

The build-cfn-data-source-confluence-space-to-index-field-mapping-property-builder function updates a CfnDataSource$ConfluenceSpaceToIndexFieldMappingProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConfluenceSpaceToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataSourceFieldNamejava.lang.Stringcdk.support/lookup-entry:data-source-field-name
dateFieldFormatjava.lang.Stringcdk.support/lookup-entry:date-field-format
indexFieldNamejava.lang.Stringcdk.support/lookup-entry:index-field-name
The build-cfn-data-source-confluence-space-to-index-field-mapping-property-builder function updates a CfnDataSource$ConfluenceSpaceToIndexFieldMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConfluenceSpaceToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataSourceFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-field-name` |
| `dateFieldFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-field-format` |
| `indexFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-field-name` |
sourceraw docstring

build-cfn-data-source-connection-configuration-property-builderclj

(build-cfn-data-source-connection-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-data-source-connection-configuration-property-builder function updates a CfnDataSource$ConnectionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ConnectionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
databaseHostjava.lang.Stringcdk.support/lookup-entry:database-host
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
databasePortjava.lang.Numbercdk.support/lookup-entry:database-port
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-data-source-connection-configuration-property-builder function updates a CfnDataSource$ConnectionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ConnectionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `databaseHost` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-host` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `databasePort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:database-port` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-data-source-custom-document-enrichment-configuration-property-builderclj

(build-cfn-data-source-custom-document-enrichment-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-custom-document-enrichment-configuration-property-builder function updates a CfnDataSource$CustomDocumentEnrichmentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$CustomDocumentEnrichmentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
inlineConfigurationsjava.util.Listcdk.support/lookup-entry:inline-configurations
postExtractionHookConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$HookConfigurationPropertycdk.support/lookup-entry:post-extraction-hook-configuration
preExtractionHookConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pre-extraction-hook-configuration
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-data-source-custom-document-enrichment-configuration-property-builder function updates a CfnDataSource$CustomDocumentEnrichmentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$CustomDocumentEnrichmentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `inlineConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:inline-configurations` |
| `postExtractionHookConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$HookConfigurationProperty | [[cdk.support/lookup-entry]] | `:post-extraction-hook-configuration` |
| `preExtractionHookConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pre-extraction-hook-configuration` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-data-source-data-source-configuration-property-builderclj

(build-cfn-data-source-data-source-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-data-source-data-source-configuration-property-builder function updates a CfnDataSource$DataSourceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DataSourceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
confluenceConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$ConfluenceConfigurationPropertycdk.support/lookup-entry:confluence-configuration
databaseConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:database-configuration
googleDriveConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$GoogleDriveConfigurationPropertycdk.support/lookup-entry:google-drive-configuration
oneDriveConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$OneDriveConfigurationPropertycdk.support/lookup-entry:one-drive-configuration
s3Configurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$S3DataSourceConfigurationPropertycdk.support/lookup-entry:s3-configuration
salesforceConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:salesforce-configuration
serviceNowConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-now-configuration
sharePointConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:share-point-configuration
templateConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$TemplateConfigurationPropertycdk.support/lookup-entry:template-configuration
webCrawlerConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$WebCrawlerConfigurationPropertycdk.support/lookup-entry:web-crawler-configuration
workDocsConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:work-docs-configuration
The build-cfn-data-source-data-source-configuration-property-builder function updates a CfnDataSource$DataSourceConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DataSourceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `confluenceConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$ConfluenceConfigurationProperty | [[cdk.support/lookup-entry]] | `:confluence-configuration` |
| `databaseConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:database-configuration` |
| `googleDriveConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$GoogleDriveConfigurationProperty | [[cdk.support/lookup-entry]] | `:google-drive-configuration` |
| `oneDriveConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$OneDriveConfigurationProperty | [[cdk.support/lookup-entry]] | `:one-drive-configuration` |
| `s3Configuration` | software.amazon.awscdk.services.kendra.CfnDataSource$S3DataSourceConfigurationProperty | [[cdk.support/lookup-entry]] | `:s3-configuration` |
| `salesforceConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:salesforce-configuration` |
| `serviceNowConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-now-configuration` |
| `sharePointConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:share-point-configuration` |
| `templateConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$TemplateConfigurationProperty | [[cdk.support/lookup-entry]] | `:template-configuration` |
| `webCrawlerConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$WebCrawlerConfigurationProperty | [[cdk.support/lookup-entry]] | `:web-crawler-configuration` |
| `workDocsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:work-docs-configuration` |
sourceraw docstring

build-cfn-data-source-data-source-to-index-field-mapping-property-builderclj

(build-cfn-data-source-data-source-to-index-field-mapping-property-builder
  builder
  id
  config)

The build-cfn-data-source-data-source-to-index-field-mapping-property-builder function updates a CfnDataSource$DataSourceToIndexFieldMappingProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DataSourceToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dataSourceFieldNamejava.lang.Stringcdk.support/lookup-entry:data-source-field-name
dateFieldFormatjava.lang.Stringcdk.support/lookup-entry:date-field-format
indexFieldNamejava.lang.Stringcdk.support/lookup-entry:index-field-name
The build-cfn-data-source-data-source-to-index-field-mapping-property-builder function updates a CfnDataSource$DataSourceToIndexFieldMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DataSourceToIndexFieldMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataSourceFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-source-field-name` |
| `dateFieldFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-field-format` |
| `indexFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-field-name` |
sourceraw docstring

build-cfn-data-source-data-source-vpc-configuration-property-builderclj

(build-cfn-data-source-data-source-vpc-configuration-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-data-source-data-source-vpc-configuration-property-builder function updates a CfnDataSource$DataSourceVpcConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DataSourceVpcConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdsjava.util.Listcdk.support/lookup-entry:subnet-ids
The build-cfn-data-source-data-source-vpc-configuration-property-builder function updates a CfnDataSource$DataSourceVpcConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DataSourceVpcConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` |
sourceraw docstring

build-cfn-data-source-database-configuration-property-builderclj

(build-cfn-data-source-database-configuration-property-builder builder
                                                               id
                                                               config)

The build-cfn-data-source-database-configuration-property-builder function updates a CfnDataSource$DatabaseConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DatabaseConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
aclConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$AclConfigurationPropertycdk.support/lookup-entry:acl-configuration
columnConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:column-configuration
connectionConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$ConnectionConfigurationPropertycdk.support/lookup-entry:connection-configuration
databaseEngineTypejava.lang.Stringcdk.support/lookup-entry:database-engine-type
sqlConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$SqlConfigurationPropertycdk.support/lookup-entry:sql-configuration
vpcConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$DataSourceVpcConfigurationPropertycdk.support/lookup-entry:vpc-configuration
The build-cfn-data-source-database-configuration-property-builder function updates a CfnDataSource$DatabaseConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DatabaseConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `aclConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$AclConfigurationProperty | [[cdk.support/lookup-entry]] | `:acl-configuration` |
| `columnConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:column-configuration` |
| `connectionConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$ConnectionConfigurationProperty | [[cdk.support/lookup-entry]] | `:connection-configuration` |
| `databaseEngineType` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-engine-type` |
| `sqlConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$SqlConfigurationProperty | [[cdk.support/lookup-entry]] | `:sql-configuration` |
| `vpcConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$DataSourceVpcConfigurationProperty | [[cdk.support/lookup-entry]] | `:vpc-configuration` |
sourceraw docstring

build-cfn-data-source-document-attribute-condition-property-builderclj

(build-cfn-data-source-document-attribute-condition-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-data-source-document-attribute-condition-property-builder function updates a CfnDataSource$DocumentAttributeConditionProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DocumentAttributeConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
conditionDocumentAttributeKeyjava.lang.Stringcdk.support/lookup-entry:condition-document-attribute-key
conditionOnValuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:condition-on-value
operatorjava.lang.Stringcdk.support/lookup-entry:operator
The build-cfn-data-source-document-attribute-condition-property-builder function updates a CfnDataSource$DocumentAttributeConditionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DocumentAttributeConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `conditionDocumentAttributeKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition-document-attribute-key` |
| `conditionOnValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:condition-on-value` |
| `operator` | java.lang.String | [[cdk.support/lookup-entry]] | `:operator` |
sourceraw docstring

build-cfn-data-source-document-attribute-target-property-builderclj

(build-cfn-data-source-document-attribute-target-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-data-source-document-attribute-target-property-builder function updates a CfnDataSource$DocumentAttributeTargetProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DocumentAttributeTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
targetDocumentAttributeKeyjava.lang.Stringcdk.support/lookup-entry:target-document-attribute-key
targetDocumentAttributeValuesoftware.amazon.awscdk.services.kendra.CfnDataSource$DocumentAttributeValuePropertycdk.support/lookup-entry:target-document-attribute-value
targetDocumentAttributeValueDeletionjava.lang.Booleancdk.support/lookup-entry:target-document-attribute-value-deletion
The build-cfn-data-source-document-attribute-target-property-builder function updates a CfnDataSource$DocumentAttributeTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DocumentAttributeTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `targetDocumentAttributeKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-document-attribute-key` |
| `targetDocumentAttributeValue` | software.amazon.awscdk.services.kendra.CfnDataSource$DocumentAttributeValueProperty | [[cdk.support/lookup-entry]] | `:target-document-attribute-value` |
| `targetDocumentAttributeValueDeletion` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:target-document-attribute-value-deletion` |
sourceraw docstring

build-cfn-data-source-document-attribute-value-property-builderclj

(build-cfn-data-source-document-attribute-value-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-data-source-document-attribute-value-property-builder function updates a CfnDataSource$DocumentAttributeValueProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DocumentAttributeValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dateValuejava.lang.Stringcdk.support/lookup-entry:date-value
longValuejava.lang.Numbercdk.support/lookup-entry:long-value
stringListValuejava.util.Listcdk.support/lookup-entry:string-list-value
stringValuejava.lang.Stringcdk.support/lookup-entry:string-value
The build-cfn-data-source-document-attribute-value-property-builder function updates a CfnDataSource$DocumentAttributeValueProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DocumentAttributeValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dateValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-value` |
| `longValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:long-value` |
| `stringListValue` | java.util.List | [[cdk.support/lookup-entry]] | `:string-list-value` |
| `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
sourceraw docstring

build-cfn-data-source-documents-metadata-configuration-property-builderclj

(build-cfn-data-source-documents-metadata-configuration-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-data-source-documents-metadata-configuration-property-builder function updates a CfnDataSource$DocumentsMetadataConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DocumentsMetadataConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
s3Prefixjava.lang.Stringcdk.support/lookup-entry:s3-prefix
The build-cfn-data-source-documents-metadata-configuration-property-builder function updates a CfnDataSource$DocumentsMetadataConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DocumentsMetadataConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-prefix` |
sourceraw docstring

build-cfn-data-source-google-drive-configuration-property-builderclj

(build-cfn-data-source-google-drive-configuration-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-data-source-google-drive-configuration-property-builder function updates a CfnDataSource$GoogleDriveConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$GoogleDriveConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
excludeMimeTypesjava.util.Listcdk.support/lookup-entry:exclude-mime-types
excludeSharedDrivesjava.util.Listcdk.support/lookup-entry:exclude-shared-drives
excludeUserAccountsjava.util.Listcdk.support/lookup-entry:exclude-user-accounts
exclusionPatternsjava.util.Listcdk.support/lookup-entry:exclusion-patterns
fieldMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:field-mappings
inclusionPatternsjava.util.Listcdk.support/lookup-entry:inclusion-patterns
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
The build-cfn-data-source-google-drive-configuration-property-builder function updates a CfnDataSource$GoogleDriveConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$GoogleDriveConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `excludeMimeTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-mime-types` |
| `excludeSharedDrives` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-shared-drives` |
| `excludeUserAccounts` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-user-accounts` |
| `exclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusion-patterns` |
| `fieldMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:field-mappings` |
| `inclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:inclusion-patterns` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
sourceraw docstring

build-cfn-data-source-hook-configuration-property-builderclj

(build-cfn-data-source-hook-configuration-property-builder builder id config)

The build-cfn-data-source-hook-configuration-property-builder function updates a CfnDataSource$HookConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$HookConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
invocationConditionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:invocation-condition
lambdaArnjava.lang.Stringcdk.support/lookup-entry:lambda-arn
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
The build-cfn-data-source-hook-configuration-property-builder function updates a CfnDataSource$HookConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$HookConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `invocationCondition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:invocation-condition` |
| `lambdaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-arn` |
| `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` |
sourceraw docstring

build-cfn-data-source-inline-custom-document-enrichment-configuration-property-builderclj

(build-cfn-data-source-inline-custom-document-enrichment-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-inline-custom-document-enrichment-configuration-property-builder function updates a CfnDataSource$InlineCustomDocumentEnrichmentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$InlineCustomDocumentEnrichmentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
conditionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:condition
documentContentDeletionjava.lang.Booleancdk.support/lookup-entry:document-content-deletion
targetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target
The build-cfn-data-source-inline-custom-document-enrichment-configuration-property-builder function updates a CfnDataSource$InlineCustomDocumentEnrichmentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$InlineCustomDocumentEnrichmentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `condition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:condition` |
| `documentContentDeletion` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:document-content-deletion` |
| `target` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-data-source-one-drive-configuration-property-builderclj

(build-cfn-data-source-one-drive-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-data-source-one-drive-configuration-property-builder function updates a CfnDataSource$OneDriveConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$OneDriveConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
disableLocalGroupssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-local-groups
exclusionPatternsjava.util.Listcdk.support/lookup-entry:exclusion-patterns
fieldMappingsjava.util.Listcdk.support/lookup-entry:field-mappings
inclusionPatternsjava.util.Listcdk.support/lookup-entry:inclusion-patterns
oneDriveUserssoftware.amazon.awscdk.services.kendra.CfnDataSource$OneDriveUsersPropertycdk.support/lookup-entry:one-drive-users
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
tenantDomainjava.lang.Stringcdk.support/lookup-entry:tenant-domain
The build-cfn-data-source-one-drive-configuration-property-builder function updates a CfnDataSource$OneDriveConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$OneDriveConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `disableLocalGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-local-groups` |
| `exclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusion-patterns` |
| `fieldMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:field-mappings` |
| `inclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:inclusion-patterns` |
| `oneDriveUsers` | software.amazon.awscdk.services.kendra.CfnDataSource$OneDriveUsersProperty | [[cdk.support/lookup-entry]] | `:one-drive-users` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
| `tenantDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:tenant-domain` |
sourceraw docstring

build-cfn-data-source-one-drive-users-property-builderclj

(build-cfn-data-source-one-drive-users-property-builder builder id config)

The build-cfn-data-source-one-drive-users-property-builder function updates a CfnDataSource$OneDriveUsersProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$OneDriveUsersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
oneDriveUserListjava.util.Listcdk.support/lookup-entry:one-drive-user-list
oneDriveUserS3Pathsoftware.amazon.awscdk.services.kendra.CfnDataSource$S3PathPropertycdk.support/lookup-entry:one-drive-user-s3-path
The build-cfn-data-source-one-drive-users-property-builder function updates a CfnDataSource$OneDriveUsersProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$OneDriveUsersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `oneDriveUserList` | java.util.List | [[cdk.support/lookup-entry]] | `:one-drive-user-list` |
| `oneDriveUserS3Path` | software.amazon.awscdk.services.kendra.CfnDataSource$S3PathProperty | [[cdk.support/lookup-entry]] | `:one-drive-user-s3-path` |
sourceraw docstring

build-cfn-data-source-props-builderclj

(build-cfn-data-source-props-builder builder id config)

The build-cfn-data-source-props-builder function updates a CfnDataSourceProps$Builder instance using the provided configuration. The function takes the CfnDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customDocumentEnrichmentConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$CustomDocumentEnrichmentConfigurationPropertycdk.support/lookup-entry:custom-document-enrichment-configuration
dataSourceConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-source-configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
indexIdjava.lang.Stringcdk.support/lookup-entry:index-id
languageCodejava.lang.Stringcdk.support/lookup-entry:language-code
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
schedulejava.lang.Stringcdk.support/lookup-entry:schedule
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-data-source-props-builder function updates a CfnDataSourceProps$Builder instance using the provided configuration.
  The function takes the CfnDataSourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customDocumentEnrichmentConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$CustomDocumentEnrichmentConfigurationProperty | [[cdk.support/lookup-entry]] | `:custom-document-enrichment-configuration` |
| `dataSourceConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-source-configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `indexId` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-id` |
| `languageCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:language-code` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-data-source-proxy-configuration-property-builderclj

(build-cfn-data-source-proxy-configuration-property-builder builder id config)

The build-cfn-data-source-proxy-configuration-property-builder function updates a CfnDataSource$ProxyConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ProxyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
credentialsjava.lang.Stringcdk.support/lookup-entry:credentials
hostjava.lang.Stringcdk.support/lookup-entry:host
portjava.lang.Numbercdk.support/lookup-entry:port
The build-cfn-data-source-proxy-configuration-property-builder function updates a CfnDataSource$ProxyConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ProxyConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `credentials` | java.lang.String | [[cdk.support/lookup-entry]] | `:credentials` |
| `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
sourceraw docstring

build-cfn-data-source-s3-data-source-configuration-property-builderclj

(build-cfn-data-source-s3-data-source-configuration-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-data-source-s3-data-source-configuration-property-builder function updates a CfnDataSource$S3DataSourceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$S3DataSourceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
accessControlListConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$AccessControlListConfigurationPropertycdk.support/lookup-entry:access-control-list-configuration
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
documentsMetadataConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:documents-metadata-configuration
exclusionPatternsjava.util.Listcdk.support/lookup-entry:exclusion-patterns
inclusionPatternsjava.util.Listcdk.support/lookup-entry:inclusion-patterns
inclusionPrefixesjava.util.Listcdk.support/lookup-entry:inclusion-prefixes
The build-cfn-data-source-s3-data-source-configuration-property-builder function updates a CfnDataSource$S3DataSourceConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$S3DataSourceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessControlListConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$AccessControlListConfigurationProperty | [[cdk.support/lookup-entry]] | `:access-control-list-configuration` |
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `documentsMetadataConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:documents-metadata-configuration` |
| `exclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusion-patterns` |
| `inclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:inclusion-patterns` |
| `inclusionPrefixes` | java.util.List | [[cdk.support/lookup-entry]] | `:inclusion-prefixes` |
sourceraw docstring

build-cfn-data-source-s3-path-property-builderclj

(build-cfn-data-source-s3-path-property-builder builder id config)

The build-cfn-data-source-s3-path-property-builder function updates a CfnDataSource$S3PathProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$S3PathProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
The build-cfn-data-source-s3-path-property-builder function updates a CfnDataSource$S3PathProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$S3PathProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
sourceraw docstring

build-cfn-data-source-salesforce-chatter-feed-configuration-property-builderclj

(build-cfn-data-source-salesforce-chatter-feed-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-salesforce-chatter-feed-configuration-property-builder function updates a CfnDataSource$SalesforceChatterFeedConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$SalesforceChatterFeedConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
documentDataFieldNamejava.lang.Stringcdk.support/lookup-entry:document-data-field-name
documentTitleFieldNamejava.lang.Stringcdk.support/lookup-entry:document-title-field-name
fieldMappingsjava.util.Listcdk.support/lookup-entry:field-mappings
includeFilterTypesjava.util.Listcdk.support/lookup-entry:include-filter-types
The build-cfn-data-source-salesforce-chatter-feed-configuration-property-builder function updates a CfnDataSource$SalesforceChatterFeedConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$SalesforceChatterFeedConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `documentDataFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-data-field-name` |
| `documentTitleFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-title-field-name` |
| `fieldMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:field-mappings` |
| `includeFilterTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:include-filter-types` |
sourceraw docstring

build-cfn-data-source-salesforce-configuration-property-builderclj

(build-cfn-data-source-salesforce-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-data-source-salesforce-configuration-property-builder function updates a CfnDataSource$SalesforceConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$SalesforceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
chatterFeedConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:chatter-feed-configuration
crawlAttachmentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:crawl-attachments
excludeAttachmentFilePatternsjava.util.Listcdk.support/lookup-entry:exclude-attachment-file-patterns
includeAttachmentFilePatternsjava.util.Listcdk.support/lookup-entry:include-attachment-file-patterns
knowledgeArticleConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$SalesforceKnowledgeArticleConfigurationPropertycdk.support/lookup-entry:knowledge-article-configuration
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
serverUrljava.lang.Stringcdk.support/lookup-entry:server-url
standardObjectAttachmentConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$SalesforceStandardObjectAttachmentConfigurationPropertycdk.support/lookup-entry:standard-object-attachment-configuration
standardObjectConfigurationsjava.util.Listcdk.support/lookup-entry:standard-object-configurations
The build-cfn-data-source-salesforce-configuration-property-builder function updates a CfnDataSource$SalesforceConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$SalesforceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `chatterFeedConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:chatter-feed-configuration` |
| `crawlAttachments` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:crawl-attachments` |
| `excludeAttachmentFilePatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-attachment-file-patterns` |
| `includeAttachmentFilePatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:include-attachment-file-patterns` |
| `knowledgeArticleConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$SalesforceKnowledgeArticleConfigurationProperty | [[cdk.support/lookup-entry]] | `:knowledge-article-configuration` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
| `serverUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-url` |
| `standardObjectAttachmentConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$SalesforceStandardObjectAttachmentConfigurationProperty | [[cdk.support/lookup-entry]] | `:standard-object-attachment-configuration` |
| `standardObjectConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:standard-object-configurations` |
sourceraw docstring

build-cfn-data-source-salesforce-custom-knowledge-article-type-configuration-property-builderclj

(build-cfn-data-source-salesforce-custom-knowledge-article-type-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-salesforce-custom-knowledge-article-type-configuration-property-builder function updates a CfnDataSource$SalesforceCustomKnowledgeArticleTypeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$SalesforceCustomKnowledgeArticleTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
documentDataFieldNamejava.lang.Stringcdk.support/lookup-entry:document-data-field-name
documentTitleFieldNamejava.lang.Stringcdk.support/lookup-entry:document-title-field-name
fieldMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:field-mappings
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-data-source-salesforce-custom-knowledge-article-type-configuration-property-builder function updates a CfnDataSource$SalesforceCustomKnowledgeArticleTypeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$SalesforceCustomKnowledgeArticleTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `documentDataFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-data-field-name` |
| `documentTitleFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-title-field-name` |
| `fieldMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:field-mappings` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-data-source-salesforce-knowledge-article-configuration-property-builderclj

(build-cfn-data-source-salesforce-knowledge-article-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-salesforce-knowledge-article-configuration-property-builder function updates a CfnDataSource$SalesforceKnowledgeArticleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$SalesforceKnowledgeArticleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customKnowledgeArticleTypeConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-knowledge-article-type-configurations
includedStatesjava.util.Listcdk.support/lookup-entry:included-states
standardKnowledgeArticleTypeConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:standard-knowledge-article-type-configuration
The build-cfn-data-source-salesforce-knowledge-article-configuration-property-builder function updates a CfnDataSource$SalesforceKnowledgeArticleConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$SalesforceKnowledgeArticleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customKnowledgeArticleTypeConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-knowledge-article-type-configurations` |
| `includedStates` | java.util.List | [[cdk.support/lookup-entry]] | `:included-states` |
| `standardKnowledgeArticleTypeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:standard-knowledge-article-type-configuration` |
sourceraw docstring

build-cfn-data-source-salesforce-standard-knowledge-article-type-configuration-property-builderclj

(build-cfn-data-source-salesforce-standard-knowledge-article-type-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-salesforce-standard-knowledge-article-type-configuration-property-builder function updates a CfnDataSource$SalesforceStandardKnowledgeArticleTypeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$SalesforceStandardKnowledgeArticleTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
documentDataFieldNamejava.lang.Stringcdk.support/lookup-entry:document-data-field-name
documentTitleFieldNamejava.lang.Stringcdk.support/lookup-entry:document-title-field-name
fieldMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:field-mappings
The build-cfn-data-source-salesforce-standard-knowledge-article-type-configuration-property-builder function updates a CfnDataSource$SalesforceStandardKnowledgeArticleTypeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$SalesforceStandardKnowledgeArticleTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `documentDataFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-data-field-name` |
| `documentTitleFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-title-field-name` |
| `fieldMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:field-mappings` |
sourceraw docstring

build-cfn-data-source-salesforce-standard-object-attachment-configuration-property-builderclj

(build-cfn-data-source-salesforce-standard-object-attachment-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-salesforce-standard-object-attachment-configuration-property-builder function updates a CfnDataSource$SalesforceStandardObjectAttachmentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$SalesforceStandardObjectAttachmentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
documentTitleFieldNamejava.lang.Stringcdk.support/lookup-entry:document-title-field-name
fieldMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:field-mappings
The build-cfn-data-source-salesforce-standard-object-attachment-configuration-property-builder function updates a CfnDataSource$SalesforceStandardObjectAttachmentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$SalesforceStandardObjectAttachmentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `documentTitleFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-title-field-name` |
| `fieldMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:field-mappings` |
sourceraw docstring

build-cfn-data-source-salesforce-standard-object-configuration-property-builderclj

(build-cfn-data-source-salesforce-standard-object-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-salesforce-standard-object-configuration-property-builder function updates a CfnDataSource$SalesforceStandardObjectConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$SalesforceStandardObjectConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
documentDataFieldNamejava.lang.Stringcdk.support/lookup-entry:document-data-field-name
documentTitleFieldNamejava.lang.Stringcdk.support/lookup-entry:document-title-field-name
fieldMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:field-mappings
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-data-source-salesforce-standard-object-configuration-property-builder function updates a CfnDataSource$SalesforceStandardObjectConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$SalesforceStandardObjectConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `documentDataFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-data-field-name` |
| `documentTitleFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-title-field-name` |
| `fieldMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:field-mappings` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-data-source-service-now-configuration-property-builderclj

(build-cfn-data-source-service-now-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-data-source-service-now-configuration-property-builder function updates a CfnDataSource$ServiceNowConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ServiceNowConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
authenticationTypejava.lang.Stringcdk.support/lookup-entry:authentication-type
hostUrljava.lang.Stringcdk.support/lookup-entry:host-url
knowledgeArticleConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:knowledge-article-configuration
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
serviceCatalogConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$ServiceNowServiceCatalogConfigurationPropertycdk.support/lookup-entry:service-catalog-configuration
serviceNowBuildVersionjava.lang.Stringcdk.support/lookup-entry:service-now-build-version
The build-cfn-data-source-service-now-configuration-property-builder function updates a CfnDataSource$ServiceNowConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ServiceNowConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authenticationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authentication-type` |
| `hostUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:host-url` |
| `knowledgeArticleConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:knowledge-article-configuration` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
| `serviceCatalogConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$ServiceNowServiceCatalogConfigurationProperty | [[cdk.support/lookup-entry]] | `:service-catalog-configuration` |
| `serviceNowBuildVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-now-build-version` |
sourceraw docstring

build-cfn-data-source-service-now-knowledge-article-configuration-property-builderclj

(build-cfn-data-source-service-now-knowledge-article-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-service-now-knowledge-article-configuration-property-builder function updates a CfnDataSource$ServiceNowKnowledgeArticleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ServiceNowKnowledgeArticleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
crawlAttachmentsjava.lang.Booleancdk.support/lookup-entry:crawl-attachments
documentDataFieldNamejava.lang.Stringcdk.support/lookup-entry:document-data-field-name
documentTitleFieldNamejava.lang.Stringcdk.support/lookup-entry:document-title-field-name
excludeAttachmentFilePatternsjava.util.Listcdk.support/lookup-entry:exclude-attachment-file-patterns
fieldMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:field-mappings
filterQueryjava.lang.Stringcdk.support/lookup-entry:filter-query
includeAttachmentFilePatternsjava.util.Listcdk.support/lookup-entry:include-attachment-file-patterns
The build-cfn-data-source-service-now-knowledge-article-configuration-property-builder function updates a CfnDataSource$ServiceNowKnowledgeArticleConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ServiceNowKnowledgeArticleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `crawlAttachments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:crawl-attachments` |
| `documentDataFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-data-field-name` |
| `documentTitleFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-title-field-name` |
| `excludeAttachmentFilePatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-attachment-file-patterns` |
| `fieldMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:field-mappings` |
| `filterQuery` | java.lang.String | [[cdk.support/lookup-entry]] | `:filter-query` |
| `includeAttachmentFilePatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:include-attachment-file-patterns` |
sourceraw docstring

build-cfn-data-source-service-now-service-catalog-configuration-property-builderclj

(build-cfn-data-source-service-now-service-catalog-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-service-now-service-catalog-configuration-property-builder function updates a CfnDataSource$ServiceNowServiceCatalogConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$ServiceNowServiceCatalogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
crawlAttachmentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:crawl-attachments
documentDataFieldNamejava.lang.Stringcdk.support/lookup-entry:document-data-field-name
documentTitleFieldNamejava.lang.Stringcdk.support/lookup-entry:document-title-field-name
excludeAttachmentFilePatternsjava.util.Listcdk.support/lookup-entry:exclude-attachment-file-patterns
fieldMappingsjava.util.Listcdk.support/lookup-entry:field-mappings
includeAttachmentFilePatternsjava.util.Listcdk.support/lookup-entry:include-attachment-file-patterns
The build-cfn-data-source-service-now-service-catalog-configuration-property-builder function updates a CfnDataSource$ServiceNowServiceCatalogConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$ServiceNowServiceCatalogConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `crawlAttachments` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:crawl-attachments` |
| `documentDataFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-data-field-name` |
| `documentTitleFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-title-field-name` |
| `excludeAttachmentFilePatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude-attachment-file-patterns` |
| `fieldMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:field-mappings` |
| `includeAttachmentFilePatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:include-attachment-file-patterns` |
sourceraw docstring

build-cfn-data-source-share-point-configuration-property-builderclj

(build-cfn-data-source-share-point-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-data-source-share-point-configuration-property-builder function updates a CfnDataSource$SharePointConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$SharePointConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
crawlAttachmentsjava.lang.Booleancdk.support/lookup-entry:crawl-attachments
disableLocalGroupssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-local-groups
documentTitleFieldNamejava.lang.Stringcdk.support/lookup-entry:document-title-field-name
exclusionPatternsjava.util.Listcdk.support/lookup-entry:exclusion-patterns
fieldMappingsjava.util.Listcdk.support/lookup-entry:field-mappings
inclusionPatternsjava.util.Listcdk.support/lookup-entry:inclusion-patterns
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
sharePointVersionjava.lang.Stringcdk.support/lookup-entry:share-point-version
sslCertificateS3Pathsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ssl-certificate-s3-path
urlsjava.util.Listcdk.support/lookup-entry:urls
useChangeLogjava.lang.Booleancdk.support/lookup-entry:use-change-log
vpcConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$DataSourceVpcConfigurationPropertycdk.support/lookup-entry:vpc-configuration
The build-cfn-data-source-share-point-configuration-property-builder function updates a CfnDataSource$SharePointConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$SharePointConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `crawlAttachments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:crawl-attachments` |
| `disableLocalGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-local-groups` |
| `documentTitleFieldName` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-title-field-name` |
| `exclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusion-patterns` |
| `fieldMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:field-mappings` |
| `inclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:inclusion-patterns` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
| `sharePointVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:share-point-version` |
| `sslCertificateS3Path` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ssl-certificate-s3-path` |
| `urls` | java.util.List | [[cdk.support/lookup-entry]] | `:urls` |
| `useChangeLog` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-change-log` |
| `vpcConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$DataSourceVpcConfigurationProperty | [[cdk.support/lookup-entry]] | `:vpc-configuration` |
sourceraw docstring

build-cfn-data-source-sql-configuration-property-builderclj

(build-cfn-data-source-sql-configuration-property-builder builder id config)

The build-cfn-data-source-sql-configuration-property-builder function updates a CfnDataSource$SqlConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$SqlConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
queryIdentifiersEnclosingOptionjava.lang.Stringcdk.support/lookup-entry:query-identifiers-enclosing-option
The build-cfn-data-source-sql-configuration-property-builder function updates a CfnDataSource$SqlConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$SqlConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `queryIdentifiersEnclosingOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-identifiers-enclosing-option` |
sourceraw docstring

build-cfn-data-source-template-configuration-property-builderclj

(build-cfn-data-source-template-configuration-property-builder builder
                                                               id
                                                               config)

The build-cfn-data-source-template-configuration-property-builder function updates a CfnDataSource$TemplateConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$TemplateConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
templatejava.lang.Stringcdk.support/lookup-entry:template
The build-cfn-data-source-template-configuration-property-builder function updates a CfnDataSource$TemplateConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$TemplateConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `template` | java.lang.String | [[cdk.support/lookup-entry]] | `:template` |
sourceraw docstring

build-cfn-data-source-web-crawler-authentication-configuration-property-builderclj

(build-cfn-data-source-web-crawler-authentication-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-web-crawler-authentication-configuration-property-builder function updates a CfnDataSource$WebCrawlerAuthenticationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$WebCrawlerAuthenticationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
basicAuthenticationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:basic-authentication
The build-cfn-data-source-web-crawler-authentication-configuration-property-builder function updates a CfnDataSource$WebCrawlerAuthenticationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$WebCrawlerAuthenticationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `basicAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:basic-authentication` |
sourceraw docstring

build-cfn-data-source-web-crawler-basic-authentication-property-builderclj

(build-cfn-data-source-web-crawler-basic-authentication-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-data-source-web-crawler-basic-authentication-property-builder function updates a CfnDataSource$WebCrawlerBasicAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$WebCrawlerBasicAuthenticationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
credentialsjava.lang.Stringcdk.support/lookup-entry:credentials
hostjava.lang.Stringcdk.support/lookup-entry:host
portjava.lang.Numbercdk.support/lookup-entry:port
The build-cfn-data-source-web-crawler-basic-authentication-property-builder function updates a CfnDataSource$WebCrawlerBasicAuthenticationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$WebCrawlerBasicAuthenticationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `credentials` | java.lang.String | [[cdk.support/lookup-entry]] | `:credentials` |
| `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
sourceraw docstring

build-cfn-data-source-web-crawler-configuration-property-builderclj

(build-cfn-data-source-web-crawler-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-data-source-web-crawler-configuration-property-builder function updates a CfnDataSource$WebCrawlerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$WebCrawlerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
authenticationConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:authentication-configuration
crawlDepthjava.lang.Numbercdk.support/lookup-entry:crawl-depth
maxContentSizePerPageInMegaBytesjava.lang.Numbercdk.support/lookup-entry:max-content-size-per-page-in-mega-bytes
maxLinksPerPagejava.lang.Numbercdk.support/lookup-entry:max-links-per-page
maxUrlsPerMinuteCrawlRatejava.lang.Numbercdk.support/lookup-entry:max-urls-per-minute-crawl-rate
proxyConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$ProxyConfigurationPropertycdk.support/lookup-entry:proxy-configuration
urlExclusionPatternsjava.util.Listcdk.support/lookup-entry:url-exclusion-patterns
urlInclusionPatternsjava.util.Listcdk.support/lookup-entry:url-inclusion-patterns
urlssoftware.amazon.awscdk.services.kendra.CfnDataSource$WebCrawlerUrlsPropertycdk.support/lookup-entry:urls
The build-cfn-data-source-web-crawler-configuration-property-builder function updates a CfnDataSource$WebCrawlerConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$WebCrawlerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authenticationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authentication-configuration` |
| `crawlDepth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:crawl-depth` |
| `maxContentSizePerPageInMegaBytes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-content-size-per-page-in-mega-bytes` |
| `maxLinksPerPage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-links-per-page` |
| `maxUrlsPerMinuteCrawlRate` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-urls-per-minute-crawl-rate` |
| `proxyConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$ProxyConfigurationProperty | [[cdk.support/lookup-entry]] | `:proxy-configuration` |
| `urlExclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:url-exclusion-patterns` |
| `urlInclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:url-inclusion-patterns` |
| `urls` | software.amazon.awscdk.services.kendra.CfnDataSource$WebCrawlerUrlsProperty | [[cdk.support/lookup-entry]] | `:urls` |
sourceraw docstring

build-cfn-data-source-web-crawler-seed-url-configuration-property-builderclj

(build-cfn-data-source-web-crawler-seed-url-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-web-crawler-seed-url-configuration-property-builder function updates a CfnDataSource$WebCrawlerSeedUrlConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$WebCrawlerSeedUrlConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
seedUrlsjava.util.Listcdk.support/lookup-entry:seed-urls
webCrawlerModejava.lang.Stringcdk.support/lookup-entry:web-crawler-mode
The build-cfn-data-source-web-crawler-seed-url-configuration-property-builder function updates a CfnDataSource$WebCrawlerSeedUrlConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$WebCrawlerSeedUrlConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `seedUrls` | java.util.List | [[cdk.support/lookup-entry]] | `:seed-urls` |
| `webCrawlerMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:web-crawler-mode` |
sourceraw docstring

build-cfn-data-source-web-crawler-site-maps-configuration-property-builderclj

(build-cfn-data-source-web-crawler-site-maps-configuration-property-builder
  builder
  id
  config)

The build-cfn-data-source-web-crawler-site-maps-configuration-property-builder function updates a CfnDataSource$WebCrawlerSiteMapsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$WebCrawlerSiteMapsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
siteMapsjava.util.Listcdk.support/lookup-entry:site-maps
The build-cfn-data-source-web-crawler-site-maps-configuration-property-builder function updates a CfnDataSource$WebCrawlerSiteMapsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$WebCrawlerSiteMapsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `siteMaps` | java.util.List | [[cdk.support/lookup-entry]] | `:site-maps` |
sourceraw docstring

build-cfn-data-source-web-crawler-urls-property-builderclj

(build-cfn-data-source-web-crawler-urls-property-builder builder id config)

The build-cfn-data-source-web-crawler-urls-property-builder function updates a CfnDataSource$WebCrawlerUrlsProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$WebCrawlerUrlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
seedUrlConfigurationsoftware.amazon.awscdk.services.kendra.CfnDataSource$WebCrawlerSeedUrlConfigurationPropertycdk.support/lookup-entry:seed-url-configuration
siteMapsConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:site-maps-configuration
The build-cfn-data-source-web-crawler-urls-property-builder function updates a CfnDataSource$WebCrawlerUrlsProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$WebCrawlerUrlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `seedUrlConfiguration` | software.amazon.awscdk.services.kendra.CfnDataSource$WebCrawlerSeedUrlConfigurationProperty | [[cdk.support/lookup-entry]] | `:seed-url-configuration` |
| `siteMapsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:site-maps-configuration` |
sourceraw docstring

build-cfn-data-source-work-docs-configuration-property-builderclj

(build-cfn-data-source-work-docs-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-data-source-work-docs-configuration-property-builder function updates a CfnDataSource$WorkDocsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$WorkDocsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
crawlCommentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:crawl-comments
exclusionPatternsjava.util.Listcdk.support/lookup-entry:exclusion-patterns
fieldMappingsjava.util.Listcdk.support/lookup-entry:field-mappings
inclusionPatternsjava.util.Listcdk.support/lookup-entry:inclusion-patterns
organizationIdjava.lang.Stringcdk.support/lookup-entry:organization-id
useChangeLogsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-change-log
The build-cfn-data-source-work-docs-configuration-property-builder function updates a CfnDataSource$WorkDocsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$WorkDocsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `crawlComments` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:crawl-comments` |
| `exclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusion-patterns` |
| `fieldMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:field-mappings` |
| `inclusionPatterns` | java.util.List | [[cdk.support/lookup-entry]] | `:inclusion-patterns` |
| `organizationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-id` |
| `useChangeLog` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-change-log` |
sourceraw docstring

build-cfn-faq-builderclj

(build-cfn-faq-builder builder id config)

The build-cfn-faq-builder function updates a CfnFaq$Builder instance using the provided configuration. The function takes the CfnFaq$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
fileFormatjava.lang.Stringcdk.support/lookup-entry:file-format
indexIdjava.lang.Stringcdk.support/lookup-entry:index-id
languageCodejava.lang.Stringcdk.support/lookup-entry:language-code
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
s3Pathsoftware.amazon.awscdk.services.kendra.CfnFaq$S3PathPropertycdk.support/lookup-entry:s3-path
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-faq-builder function updates a CfnFaq$Builder instance using the provided configuration.
  The function takes the CfnFaq$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `fileFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-format` |
| `indexId` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-id` |
| `languageCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:language-code` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `s3Path` | software.amazon.awscdk.services.kendra.CfnFaq$S3PathProperty | [[cdk.support/lookup-entry]] | `:s3-path` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-faq-props-builderclj

(build-cfn-faq-props-builder builder id config)

The build-cfn-faq-props-builder function updates a CfnFaqProps$Builder instance using the provided configuration. The function takes the CfnFaqProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
fileFormatjava.lang.Stringcdk.support/lookup-entry:file-format
indexIdjava.lang.Stringcdk.support/lookup-entry:index-id
languageCodejava.lang.Stringcdk.support/lookup-entry:language-code
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
s3Pathsoftware.amazon.awscdk.services.kendra.CfnFaq$S3PathPropertycdk.support/lookup-entry:s3-path
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-faq-props-builder function updates a CfnFaqProps$Builder instance using the provided configuration.
  The function takes the CfnFaqProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `fileFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:file-format` |
| `indexId` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-id` |
| `languageCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:language-code` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `s3Path` | software.amazon.awscdk.services.kendra.CfnFaq$S3PathProperty | [[cdk.support/lookup-entry]] | `:s3-path` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-faq-s3-path-property-builderclj

(build-cfn-faq-s3-path-property-builder builder id config)

The build-cfn-faq-s3-path-property-builder function updates a CfnFaq$S3PathProperty$Builder instance using the provided configuration. The function takes the CfnFaq$S3PathProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
The build-cfn-faq-s3-path-property-builder function updates a CfnFaq$S3PathProperty$Builder instance using the provided configuration.
  The function takes the CfnFaq$S3PathProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
sourceraw docstring

build-cfn-index-builderclj

(build-cfn-index-builder builder id config)

The build-cfn-index-builder function updates a CfnIndex$Builder instance using the provided configuration. The function takes the CfnIndex$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
capacityUnitssoftware.amazon.awscdk.services.kendra.CfnIndex$CapacityUnitsConfigurationPropertycdk.support/lookup-entry:capacity-units
descriptionjava.lang.Stringcdk.support/lookup-entry:description
documentMetadataConfigurationsjava.util.Listcdk.support/lookup-entry:document-metadata-configurations
editionjava.lang.Stringcdk.support/lookup-entry:edition
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
serverSideEncryptionConfigurationsoftware.amazon.awscdk.services.kendra.CfnIndex$ServerSideEncryptionConfigurationPropertycdk.support/lookup-entry:server-side-encryption-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
userContextPolicyjava.lang.Stringcdk.support/lookup-entry:user-context-policy
userTokenConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-token-configurations
The build-cfn-index-builder function updates a CfnIndex$Builder instance using the provided configuration.
  The function takes the CfnIndex$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityUnits` | software.amazon.awscdk.services.kendra.CfnIndex$CapacityUnitsConfigurationProperty | [[cdk.support/lookup-entry]] | `:capacity-units` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `documentMetadataConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:document-metadata-configurations` |
| `edition` | java.lang.String | [[cdk.support/lookup-entry]] | `:edition` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `serverSideEncryptionConfiguration` | software.amazon.awscdk.services.kendra.CfnIndex$ServerSideEncryptionConfigurationProperty | [[cdk.support/lookup-entry]] | `:server-side-encryption-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userContextPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-context-policy` |
| `userTokenConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-token-configurations` |
sourceraw docstring

build-cfn-index-capacity-units-configuration-property-builderclj

(build-cfn-index-capacity-units-configuration-property-builder builder
                                                               id
                                                               config)

The build-cfn-index-capacity-units-configuration-property-builder function updates a CfnIndex$CapacityUnitsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnIndex$CapacityUnitsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
queryCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:query-capacity-units
storageCapacityUnitsjava.lang.Numbercdk.support/lookup-entry:storage-capacity-units
The build-cfn-index-capacity-units-configuration-property-builder function updates a CfnIndex$CapacityUnitsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$CapacityUnitsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `queryCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:query-capacity-units` |
| `storageCapacityUnits` | java.lang.Number | [[cdk.support/lookup-entry]] | `:storage-capacity-units` |
sourceraw docstring

build-cfn-index-document-metadata-configuration-property-builderclj

(build-cfn-index-document-metadata-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-index-document-metadata-configuration-property-builder function updates a CfnIndex$DocumentMetadataConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnIndex$DocumentMetadataConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
relevancesoftware.amazon.awscdk.services.kendra.CfnIndex$RelevancePropertycdk.support/lookup-entry:relevance
searchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:search
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-index-document-metadata-configuration-property-builder function updates a CfnIndex$DocumentMetadataConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$DocumentMetadataConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `relevance` | software.amazon.awscdk.services.kendra.CfnIndex$RelevanceProperty | [[cdk.support/lookup-entry]] | `:relevance` |
| `search` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:search` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-index-json-token-type-configuration-property-builderclj

(build-cfn-index-json-token-type-configuration-property-builder builder
                                                                id
                                                                config)

The build-cfn-index-json-token-type-configuration-property-builder function updates a CfnIndex$JsonTokenTypeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnIndex$JsonTokenTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
groupAttributeFieldjava.lang.Stringcdk.support/lookup-entry:group-attribute-field
userNameAttributeFieldjava.lang.Stringcdk.support/lookup-entry:user-name-attribute-field
The build-cfn-index-json-token-type-configuration-property-builder function updates a CfnIndex$JsonTokenTypeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$JsonTokenTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `groupAttributeField` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-attribute-field` |
| `userNameAttributeField` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name-attribute-field` |
sourceraw docstring

build-cfn-index-jwt-token-type-configuration-property-builderclj

(build-cfn-index-jwt-token-type-configuration-property-builder builder
                                                               id
                                                               config)

The build-cfn-index-jwt-token-type-configuration-property-builder function updates a CfnIndex$JwtTokenTypeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnIndex$JwtTokenTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
claimRegexjava.lang.Stringcdk.support/lookup-entry:claim-regex
groupAttributeFieldjava.lang.Stringcdk.support/lookup-entry:group-attribute-field
issuerjava.lang.Stringcdk.support/lookup-entry:issuer
keyLocationjava.lang.Stringcdk.support/lookup-entry:key-location
secretManagerArnjava.lang.Stringcdk.support/lookup-entry:secret-manager-arn
urljava.lang.Stringcdk.support/lookup-entry:url
userNameAttributeFieldjava.lang.Stringcdk.support/lookup-entry:user-name-attribute-field
The build-cfn-index-jwt-token-type-configuration-property-builder function updates a CfnIndex$JwtTokenTypeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$JwtTokenTypeConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `claimRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:claim-regex` |
| `groupAttributeField` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-attribute-field` |
| `issuer` | java.lang.String | [[cdk.support/lookup-entry]] | `:issuer` |
| `keyLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:key-location` |
| `secretManagerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-manager-arn` |
| `url` | java.lang.String | [[cdk.support/lookup-entry]] | `:url` |
| `userNameAttributeField` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-name-attribute-field` |
sourceraw docstring

build-cfn-index-props-builderclj

(build-cfn-index-props-builder builder id config)

The build-cfn-index-props-builder function updates a CfnIndexProps$Builder instance using the provided configuration. The function takes the CfnIndexProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
capacityUnitssoftware.amazon.awscdk.services.kendra.CfnIndex$CapacityUnitsConfigurationPropertycdk.support/lookup-entry:capacity-units
descriptionjava.lang.Stringcdk.support/lookup-entry:description
documentMetadataConfigurationsjava.util.Listcdk.support/lookup-entry:document-metadata-configurations
editionjava.lang.Stringcdk.support/lookup-entry:edition
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
serverSideEncryptionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:server-side-encryption-configuration
tagsjava.util.Listcdk.support/lookup-entry:tags
userContextPolicyjava.lang.Stringcdk.support/lookup-entry:user-context-policy
userTokenConfigurationsjava.util.Listcdk.support/lookup-entry:user-token-configurations
The build-cfn-index-props-builder function updates a CfnIndexProps$Builder instance using the provided configuration.
  The function takes the CfnIndexProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `capacityUnits` | software.amazon.awscdk.services.kendra.CfnIndex$CapacityUnitsConfigurationProperty | [[cdk.support/lookup-entry]] | `:capacity-units` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `documentMetadataConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:document-metadata-configurations` |
| `edition` | java.lang.String | [[cdk.support/lookup-entry]] | `:edition` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `serverSideEncryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:server-side-encryption-configuration` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userContextPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-context-policy` |
| `userTokenConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:user-token-configurations` |
sourceraw docstring

build-cfn-index-relevance-property-builderclj

(build-cfn-index-relevance-property-builder builder id config)

The build-cfn-index-relevance-property-builder function updates a CfnIndex$RelevanceProperty$Builder instance using the provided configuration. The function takes the CfnIndex$RelevanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
durationjava.lang.Stringcdk.support/lookup-entry:duration
freshnessjava.lang.Booleancdk.support/lookup-entry:freshness
importancejava.lang.Numbercdk.support/lookup-entry:importance
rankOrderjava.lang.Stringcdk.support/lookup-entry:rank-order
valueImportanceItemsjava.util.Listcdk.support/lookup-entry:value-importance-items
The build-cfn-index-relevance-property-builder function updates a CfnIndex$RelevanceProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$RelevanceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `duration` | java.lang.String | [[cdk.support/lookup-entry]] | `:duration` |
| `freshness` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:freshness` |
| `importance` | java.lang.Number | [[cdk.support/lookup-entry]] | `:importance` |
| `rankOrder` | java.lang.String | [[cdk.support/lookup-entry]] | `:rank-order` |
| `valueImportanceItems` | java.util.List | [[cdk.support/lookup-entry]] | `:value-importance-items` |
sourceraw docstring

build-cfn-index-search-property-builderclj

(build-cfn-index-search-property-builder builder id config)

The build-cfn-index-search-property-builder function updates a CfnIndex$SearchProperty$Builder instance using the provided configuration. The function takes the CfnIndex$SearchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
displayablejava.lang.Booleancdk.support/lookup-entry:displayable
facetablesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:facetable
searchablejava.lang.Booleancdk.support/lookup-entry:searchable
sortablejava.lang.Booleancdk.support/lookup-entry:sortable
The build-cfn-index-search-property-builder function updates a CfnIndex$SearchProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$SearchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `displayable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:displayable` |
| `facetable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:facetable` |
| `searchable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:searchable` |
| `sortable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sortable` |
sourceraw docstring

build-cfn-index-server-side-encryption-configuration-property-builderclj

(build-cfn-index-server-side-encryption-configuration-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-index-server-side-encryption-configuration-property-builder function updates a CfnIndex$ServerSideEncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnIndex$ServerSideEncryptionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
kmsKeyIdjava.lang.Stringcdk.support/lookup-entry:kms-key-id
The build-cfn-index-server-side-encryption-configuration-property-builder function updates a CfnIndex$ServerSideEncryptionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$ServerSideEncryptionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` |
sourceraw docstring

build-cfn-index-user-token-configuration-property-builderclj

(build-cfn-index-user-token-configuration-property-builder builder id config)

The build-cfn-index-user-token-configuration-property-builder function updates a CfnIndex$UserTokenConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnIndex$UserTokenConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
jsonTokenTypeConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:json-token-type-configuration
jwtTokenTypeConfigurationsoftware.amazon.awscdk.services.kendra.CfnIndex$JwtTokenTypeConfigurationPropertycdk.support/lookup-entry:jwt-token-type-configuration
The build-cfn-index-user-token-configuration-property-builder function updates a CfnIndex$UserTokenConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$UserTokenConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `jsonTokenTypeConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:json-token-type-configuration` |
| `jwtTokenTypeConfiguration` | software.amazon.awscdk.services.kendra.CfnIndex$JwtTokenTypeConfigurationProperty | [[cdk.support/lookup-entry]] | `:jwt-token-type-configuration` |
sourceraw docstring

build-cfn-index-value-importance-item-property-builderclj

(build-cfn-index-value-importance-item-property-builder builder id config)

The build-cfn-index-value-importance-item-property-builder function updates a CfnIndex$ValueImportanceItemProperty$Builder instance using the provided configuration. The function takes the CfnIndex$ValueImportanceItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-index-value-importance-item-property-builder function updates a CfnIndex$ValueImportanceItemProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$ValueImportanceItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

cfn-data-source-access-control-list-configuration-property-builderclj

(cfn-data-source-access-control-list-configuration-property-builder id config)

Creates a CfnDataSource$AccessControlListConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$AccessControlListConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-acl-configuration-property-builderclj

(cfn-data-source-acl-configuration-property-builder id config)

Creates a CfnDataSource$AclConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$AclConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-builderclj

(cfn-data-source-builder scope id config)

Creates a CfnDataSource$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnDataSource$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-column-configuration-property-builderclj

(cfn-data-source-column-configuration-property-builder id config)

Creates a CfnDataSource$ColumnConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ColumnConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-confluence-attachment-configuration-property-builderclj

(cfn-data-source-confluence-attachment-configuration-property-builder id config)

Creates a CfnDataSource$ConfluenceAttachmentConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConfluenceAttachmentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-confluence-attachment-to-index-field-mapping-property-builderclj

(cfn-data-source-confluence-attachment-to-index-field-mapping-property-builder
  id
  config)

Creates a CfnDataSource$ConfluenceAttachmentToIndexFieldMappingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConfluenceAttachmentToIndexFieldMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-confluence-blog-configuration-property-builderclj

(cfn-data-source-confluence-blog-configuration-property-builder id config)

Creates a CfnDataSource$ConfluenceBlogConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConfluenceBlogConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-confluence-blog-to-index-field-mapping-property-builderclj

(cfn-data-source-confluence-blog-to-index-field-mapping-property-builder id
                                                                         config)

Creates a CfnDataSource$ConfluenceBlogToIndexFieldMappingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConfluenceBlogToIndexFieldMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-confluence-configuration-property-builderclj

(cfn-data-source-confluence-configuration-property-builder id config)

Creates a CfnDataSource$ConfluenceConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConfluenceConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-confluence-page-configuration-property-builderclj

(cfn-data-source-confluence-page-configuration-property-builder id config)

Creates a CfnDataSource$ConfluencePageConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConfluencePageConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-confluence-page-to-index-field-mapping-property-builderclj

(cfn-data-source-confluence-page-to-index-field-mapping-property-builder id
                                                                         config)

Creates a CfnDataSource$ConfluencePageToIndexFieldMappingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConfluencePageToIndexFieldMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-confluence-space-configuration-property-builderclj

(cfn-data-source-confluence-space-configuration-property-builder id config)

Creates a CfnDataSource$ConfluenceSpaceConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConfluenceSpaceConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-confluence-space-to-index-field-mapping-property-builderclj

(cfn-data-source-confluence-space-to-index-field-mapping-property-builder
  id
  config)

Creates a CfnDataSource$ConfluenceSpaceToIndexFieldMappingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConfluenceSpaceToIndexFieldMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-connection-configuration-property-builderclj

(cfn-data-source-connection-configuration-property-builder id config)

Creates a CfnDataSource$ConnectionConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ConnectionConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-custom-document-enrichment-configuration-property-builderclj

(cfn-data-source-custom-document-enrichment-configuration-property-builder
  id
  config)

Creates a CfnDataSource$CustomDocumentEnrichmentConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$CustomDocumentEnrichmentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-data-source-configuration-property-builderclj

(cfn-data-source-data-source-configuration-property-builder id config)

Creates a CfnDataSource$DataSourceConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$DataSourceConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-data-source-to-index-field-mapping-property-builderclj

(cfn-data-source-data-source-to-index-field-mapping-property-builder id config)

Creates a CfnDataSource$DataSourceToIndexFieldMappingProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$DataSourceToIndexFieldMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-data-source-vpc-configuration-property-builderclj

(cfn-data-source-data-source-vpc-configuration-property-builder id config)

Creates a CfnDataSource$DataSourceVpcConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$DataSourceVpcConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-database-configuration-property-builderclj

(cfn-data-source-database-configuration-property-builder id config)

Creates a CfnDataSource$DatabaseConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$DatabaseConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-document-attribute-condition-property-builderclj

(cfn-data-source-document-attribute-condition-property-builder id config)

Creates a CfnDataSource$DocumentAttributeConditionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$DocumentAttributeConditionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-document-attribute-target-property-builderclj

(cfn-data-source-document-attribute-target-property-builder id config)

Creates a CfnDataSource$DocumentAttributeTargetProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$DocumentAttributeTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-document-attribute-value-property-builderclj

(cfn-data-source-document-attribute-value-property-builder id config)

Creates a CfnDataSource$DocumentAttributeValueProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$DocumentAttributeValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-documents-metadata-configuration-property-builderclj

(cfn-data-source-documents-metadata-configuration-property-builder id config)

Creates a CfnDataSource$DocumentsMetadataConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$DocumentsMetadataConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-google-drive-configuration-property-builderclj

(cfn-data-source-google-drive-configuration-property-builder id config)

Creates a CfnDataSource$GoogleDriveConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$GoogleDriveConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-hook-configuration-property-builderclj

(cfn-data-source-hook-configuration-property-builder id config)

Creates a CfnDataSource$HookConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$HookConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-inline-custom-document-enrichment-configuration-property-builderclj

(cfn-data-source-inline-custom-document-enrichment-configuration-property-builder
  id
  config)

Creates a CfnDataSource$InlineCustomDocumentEnrichmentConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$InlineCustomDocumentEnrichmentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-one-drive-configuration-property-builderclj

(cfn-data-source-one-drive-configuration-property-builder id config)

Creates a CfnDataSource$OneDriveConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$OneDriveConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-one-drive-users-property-builderclj

(cfn-data-source-one-drive-users-property-builder id config)

Creates a CfnDataSource$OneDriveUsersProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$OneDriveUsersProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-props-builderclj

(cfn-data-source-props-builder id config)

Creates a CfnDataSourceProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSourceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-proxy-configuration-property-builderclj

(cfn-data-source-proxy-configuration-property-builder id config)

Creates a CfnDataSource$ProxyConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ProxyConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-s3-data-source-configuration-property-builderclj

(cfn-data-source-s3-data-source-configuration-property-builder id config)

Creates a CfnDataSource$S3DataSourceConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$S3DataSourceConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-s3-path-property-builderclj

(cfn-data-source-s3-path-property-builder id config)

Creates a CfnDataSource$S3PathProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$S3PathProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-salesforce-chatter-feed-configuration-property-builderclj

(cfn-data-source-salesforce-chatter-feed-configuration-property-builder id
                                                                        config)

Creates a CfnDataSource$SalesforceChatterFeedConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$SalesforceChatterFeedConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-salesforce-configuration-property-builderclj

(cfn-data-source-salesforce-configuration-property-builder id config)

Creates a CfnDataSource$SalesforceConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$SalesforceConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-salesforce-custom-knowledge-article-type-configuration-property-builderclj

(cfn-data-source-salesforce-custom-knowledge-article-type-configuration-property-builder
  id
  config)

Creates a CfnDataSource$SalesforceCustomKnowledgeArticleTypeConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$SalesforceCustomKnowledgeArticleTypeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-salesforce-knowledge-article-configuration-property-builderclj

(cfn-data-source-salesforce-knowledge-article-configuration-property-builder
  id
  config)

Creates a CfnDataSource$SalesforceKnowledgeArticleConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$SalesforceKnowledgeArticleConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-salesforce-standard-knowledge-article-type-configuration-property-builderclj

(cfn-data-source-salesforce-standard-knowledge-article-type-configuration-property-builder
  id
  config)

Creates a CfnDataSource$SalesforceStandardKnowledgeArticleTypeConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$SalesforceStandardKnowledgeArticleTypeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-salesforce-standard-object-attachment-configuration-property-builderclj

(cfn-data-source-salesforce-standard-object-attachment-configuration-property-builder
  id
  config)

Creates a CfnDataSource$SalesforceStandardObjectAttachmentConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$SalesforceStandardObjectAttachmentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-salesforce-standard-object-configuration-property-builderclj

(cfn-data-source-salesforce-standard-object-configuration-property-builder
  id
  config)

Creates a CfnDataSource$SalesforceStandardObjectConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$SalesforceStandardObjectConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-service-now-configuration-property-builderclj

(cfn-data-source-service-now-configuration-property-builder id config)

Creates a CfnDataSource$ServiceNowConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ServiceNowConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-service-now-knowledge-article-configuration-property-builderclj

(cfn-data-source-service-now-knowledge-article-configuration-property-builder
  id
  config)

Creates a CfnDataSource$ServiceNowKnowledgeArticleConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ServiceNowKnowledgeArticleConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-service-now-service-catalog-configuration-property-builderclj

(cfn-data-source-service-now-service-catalog-configuration-property-builder
  id
  config)

Creates a CfnDataSource$ServiceNowServiceCatalogConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$ServiceNowServiceCatalogConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-share-point-configuration-property-builderclj

(cfn-data-source-share-point-configuration-property-builder id config)

Creates a CfnDataSource$SharePointConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$SharePointConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-sql-configuration-property-builderclj

(cfn-data-source-sql-configuration-property-builder id config)

Creates a CfnDataSource$SqlConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$SqlConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-template-configuration-property-builderclj

(cfn-data-source-template-configuration-property-builder id config)

Creates a CfnDataSource$TemplateConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$TemplateConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-web-crawler-authentication-configuration-property-builderclj

(cfn-data-source-web-crawler-authentication-configuration-property-builder
  id
  config)

Creates a CfnDataSource$WebCrawlerAuthenticationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$WebCrawlerAuthenticationConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-web-crawler-basic-authentication-property-builderclj

(cfn-data-source-web-crawler-basic-authentication-property-builder id config)

Creates a CfnDataSource$WebCrawlerBasicAuthenticationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$WebCrawlerBasicAuthenticationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-web-crawler-configuration-property-builderclj

(cfn-data-source-web-crawler-configuration-property-builder id config)

Creates a CfnDataSource$WebCrawlerConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$WebCrawlerConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-web-crawler-seed-url-configuration-property-builderclj

(cfn-data-source-web-crawler-seed-url-configuration-property-builder id config)

Creates a CfnDataSource$WebCrawlerSeedUrlConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$WebCrawlerSeedUrlConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-web-crawler-site-maps-configuration-property-builderclj

(cfn-data-source-web-crawler-site-maps-configuration-property-builder id config)

Creates a CfnDataSource$WebCrawlerSiteMapsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$WebCrawlerSiteMapsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-web-crawler-urls-property-builderclj

(cfn-data-source-web-crawler-urls-property-builder id config)

Creates a CfnDataSource$WebCrawlerUrlsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$WebCrawlerUrlsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-data-source-work-docs-configuration-property-builderclj

(cfn-data-source-work-docs-configuration-property-builder id config)

Creates a CfnDataSource$WorkDocsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataSource$WorkDocsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-faq-builderclj

(cfn-faq-builder scope id config)

Creates a CfnFaq$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnFaq$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-faq-props-builderclj

(cfn-faq-props-builder id config)

Creates a CfnFaqProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFaqProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-faq-s3-path-property-builderclj

(cfn-faq-s3-path-property-builder id config)

Creates a CfnFaq$S3PathProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnFaq$S3PathProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-builderclj

(cfn-index-builder scope id config)

Creates a CfnIndex$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnIndex$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-capacity-units-configuration-property-builderclj

(cfn-index-capacity-units-configuration-property-builder id config)

Creates a CfnIndex$CapacityUnitsConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndex$CapacityUnitsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-document-metadata-configuration-property-builderclj

(cfn-index-document-metadata-configuration-property-builder id config)

Creates a CfnIndex$DocumentMetadataConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndex$DocumentMetadataConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-json-token-type-configuration-property-builderclj

(cfn-index-json-token-type-configuration-property-builder id config)

Creates a CfnIndex$JsonTokenTypeConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndex$JsonTokenTypeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-jwt-token-type-configuration-property-builderclj

(cfn-index-jwt-token-type-configuration-property-builder id config)

Creates a CfnIndex$JwtTokenTypeConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndex$JwtTokenTypeConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-props-builderclj

(cfn-index-props-builder id config)

Creates a CfnIndexProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndexProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-relevance-property-builderclj

(cfn-index-relevance-property-builder id config)

Creates a CfnIndex$RelevanceProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndex$RelevanceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-search-property-builderclj

(cfn-index-search-property-builder id config)

Creates a CfnIndex$SearchProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndex$SearchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-server-side-encryption-configuration-property-builderclj

(cfn-index-server-side-encryption-configuration-property-builder id config)

Creates a CfnIndex$ServerSideEncryptionConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndex$ServerSideEncryptionConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-user-token-configuration-property-builderclj

(cfn-index-user-token-configuration-property-builder id config)

Creates a CfnIndex$UserTokenConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndex$UserTokenConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-index-value-importance-item-property-builderclj

(cfn-index-value-importance-item-property-builder id config)

Creates a CfnIndex$ValueImportanceItemProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnIndex$ValueImportanceItemProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close