Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.qbusiness

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

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

build-cfn-application-attachments-configuration-property-builderclj

(build-cfn-application-attachments-configuration-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-application-attachments-configuration-property-builder function updates a CfnApplication$AttachmentsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$AttachmentsConfigurationProperty$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
attachmentsControlModejava.lang.Stringcdk.support/lookup-entry:attachments-control-mode
The build-cfn-application-attachments-configuration-property-builder function updates a CfnApplication$AttachmentsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$AttachmentsConfigurationProperty$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 |
|---|---|---|---|
| `attachmentsControlMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:attachments-control-mode` |
sourceraw docstring

build-cfn-application-builderclj

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

The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration. The function takes the CfnApplication$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
attachmentsConfigurationsoftware.amazon.awscdk.services.qbusiness.CfnApplication$AttachmentsConfigurationPropertycdk.support/lookup-entry:attachments-configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
encryptionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-configuration
identityCenterInstanceArnjava.lang.Stringcdk.support/lookup-entry:identity-center-instance-arn
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-application-builder function updates a CfnApplication$Builder instance using the provided configuration.
  The function takes the CfnApplication$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 |
|---|---|---|---|
| `attachmentsConfiguration` | software.amazon.awscdk.services.qbusiness.CfnApplication$AttachmentsConfigurationProperty | [[cdk.support/lookup-entry]] | `:attachments-configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `identityCenterInstanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-center-instance-arn` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-application-encryption-configuration-property-builderclj

(build-cfn-application-encryption-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-application-encryption-configuration-property-builder function updates a CfnApplication$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnApplication$EncryptionConfigurationProperty$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-application-encryption-configuration-property-builder function updates a CfnApplication$EncryptionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnApplication$EncryptionConfigurationProperty$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-application-props-builderclj

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

The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration. The function takes the CfnApplicationProps$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
attachmentsConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attachments-configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
encryptionConfigurationsoftware.amazon.awscdk.services.qbusiness.CfnApplication$EncryptionConfigurationPropertycdk.support/lookup-entry:encryption-configuration
identityCenterInstanceArnjava.lang.Stringcdk.support/lookup-entry:identity-center-instance-arn
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-application-props-builder function updates a CfnApplicationProps$Builder instance using the provided configuration.
  The function takes the CfnApplicationProps$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 |
|---|---|---|---|
| `attachmentsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attachments-configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `encryptionConfiguration` | software.amazon.awscdk.services.qbusiness.CfnApplication$EncryptionConfigurationProperty | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `identityCenterInstanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-center-instance-arn` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
configurationjava.lang.Objectcdk.support/lookup-entry:configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
documentEnrichmentConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:document-enrichment-configuration
indexIdjava.lang.Stringcdk.support/lookup-entry:index-id
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
syncSchedulejava.lang.Stringcdk.support/lookup-entry:sync-schedule
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigurationsoftware.amazon.awscdk.services.qbusiness.CfnDataSource$DataSourceVpcConfigurationPropertycdk.support/lookup-entry:vpc-configuration
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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `configuration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `documentEnrichmentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:document-enrichment-configuration` |
| `indexId` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-id` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `syncSchedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-schedule` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfiguration` | software.amazon.awscdk.services.qbusiness.CfnDataSource$DataSourceVpcConfigurationProperty | [[cdk.support/lookup-entry]] | `:vpc-configuration` |
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-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
keyjava.lang.Stringcdk.support/lookup-entry:key
operatorjava.lang.Stringcdk.support/lookup-entry:operator
valuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:value
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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `operator` | java.lang.String | [[cdk.support/lookup-entry]] | `:operator` |
| `value` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:value` |
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
attributeValueOperatorjava.lang.Stringcdk.support/lookup-entry:attribute-value-operator
keyjava.lang.Stringcdk.support/lookup-entry:key
valuesoftware.amazon.awscdk.services.qbusiness.CfnDataSource$DocumentAttributeValuePropertycdk.support/lookup-entry:value
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 |
|---|---|---|---|
| `attributeValueOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:attribute-value-operator` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | software.amazon.awscdk.services.qbusiness.CfnDataSource$DocumentAttributeValueProperty | [[cdk.support/lookup-entry]] | `:value` |
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-document-enrichment-configuration-property-builderclj

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

The build-cfn-data-source-document-enrichment-configuration-property-builder function updates a CfnDataSource$DocumentEnrichmentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$DocumentEnrichmentConfigurationProperty$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.IResolvablecdk.support/lookup-entry:post-extraction-hook-configuration
preExtractionHookConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pre-extraction-hook-configuration
The build-cfn-data-source-document-enrichment-configuration-property-builder function updates a CfnDataSource$DocumentEnrichmentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$DocumentEnrichmentConfigurationProperty$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.IResolvable | [[cdk.support/lookup-entry]] | `:post-extraction-hook-configuration` |
| `preExtractionHookConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pre-extraction-hook-configuration` |
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
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
s3BucketNamejava.lang.Stringcdk.support/lookup-entry:s3-bucket-name
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` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `s3BucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket-name` |
sourceraw docstring

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

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

The build-cfn-data-source-inline-document-enrichment-configuration-property-builder function updates a CfnDataSource$InlineDocumentEnrichmentConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDataSource$InlineDocumentEnrichmentConfigurationProperty$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
documentContentOperatorjava.lang.Stringcdk.support/lookup-entry:document-content-operator
targetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target
The build-cfn-data-source-inline-document-enrichment-configuration-property-builder function updates a CfnDataSource$InlineDocumentEnrichmentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataSource$InlineDocumentEnrichmentConfigurationProperty$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` |
| `documentContentOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:document-content-operator` |
| `target` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target` |
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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
configurationjava.lang.Objectcdk.support/lookup-entry:configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
documentEnrichmentConfigurationsoftware.amazon.awscdk.services.qbusiness.CfnDataSource$DocumentEnrichmentConfigurationPropertycdk.support/lookup-entry:document-enrichment-configuration
indexIdjava.lang.Stringcdk.support/lookup-entry:index-id
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
syncSchedulejava.lang.Stringcdk.support/lookup-entry:sync-schedule
tagsjava.util.Listcdk.support/lookup-entry:tags
vpcConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vpc-configuration
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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `configuration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `documentEnrichmentConfiguration` | software.amazon.awscdk.services.qbusiness.CfnDataSource$DocumentEnrichmentConfigurationProperty | [[cdk.support/lookup-entry]] | `:document-enrichment-configuration` |
| `indexId` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-id` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `syncSchedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:sync-schedule` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `vpcConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vpc-configuration` |
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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
capacityConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:capacity-configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
documentAttributeConfigurationsjava.util.Listcdk.support/lookup-entry:document-attribute-configurations
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `capacityConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:capacity-configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `documentAttributeConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:document-attribute-configurations` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

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

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

The build-cfn-index-document-attribute-configuration-property-builder function updates a CfnIndex$DocumentAttributeConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnIndex$DocumentAttributeConfigurationProperty$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
searchjava.lang.Stringcdk.support/lookup-entry:search
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-index-document-attribute-configuration-property-builder function updates a CfnIndex$DocumentAttributeConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$DocumentAttributeConfigurationProperty$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` |
| `search` | java.lang.String | [[cdk.support/lookup-entry]] | `:search` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

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

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

The build-cfn-index-index-capacity-configuration-property-builder function updates a CfnIndex$IndexCapacityConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnIndex$IndexCapacityConfigurationProperty$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
unitsjava.lang.Numbercdk.support/lookup-entry:units
The build-cfn-index-index-capacity-configuration-property-builder function updates a CfnIndex$IndexCapacityConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$IndexCapacityConfigurationProperty$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 |
|---|---|---|---|
| `units` | java.lang.Number | [[cdk.support/lookup-entry]] | `:units` |
sourceraw docstring

build-cfn-index-index-statistics-property-builderclj

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

The build-cfn-index-index-statistics-property-builder function updates a CfnIndex$IndexStatisticsProperty$Builder instance using the provided configuration. The function takes the CfnIndex$IndexStatisticsProperty$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
textDocumentStatisticssoftware.amazon.awscdk.services.qbusiness.CfnIndex$TextDocumentStatisticsPropertycdk.support/lookup-entry:text-document-statistics
The build-cfn-index-index-statistics-property-builder function updates a CfnIndex$IndexStatisticsProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$IndexStatisticsProperty$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 |
|---|---|---|---|
| `textDocumentStatistics` | software.amazon.awscdk.services.qbusiness.CfnIndex$TextDocumentStatisticsProperty | [[cdk.support/lookup-entry]] | `:text-document-statistics` |
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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
capacityConfigurationsoftware.amazon.awscdk.services.qbusiness.CfnIndex$IndexCapacityConfigurationPropertycdk.support/lookup-entry:capacity-configuration
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
documentAttributeConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:document-attribute-configurations
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `capacityConfiguration` | software.amazon.awscdk.services.qbusiness.CfnIndex$IndexCapacityConfigurationProperty | [[cdk.support/lookup-entry]] | `:capacity-configuration` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `documentAttributeConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:document-attribute-configurations` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-index-text-document-statistics-property-builderclj

(build-cfn-index-text-document-statistics-property-builder builder id config)

The build-cfn-index-text-document-statistics-property-builder function updates a CfnIndex$TextDocumentStatisticsProperty$Builder instance using the provided configuration. The function takes the CfnIndex$TextDocumentStatisticsProperty$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
indexedTextBytesjava.lang.Numbercdk.support/lookup-entry:indexed-text-bytes
indexedTextDocumentCountjava.lang.Numbercdk.support/lookup-entry:indexed-text-document-count
The build-cfn-index-text-document-statistics-property-builder function updates a CfnIndex$TextDocumentStatisticsProperty$Builder instance using the provided configuration.
  The function takes the CfnIndex$TextDocumentStatisticsProperty$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 |
|---|---|---|---|
| `indexedTextBytes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:indexed-text-bytes` |
| `indexedTextDocumentCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:indexed-text-document-count` |
sourceraw docstring

build-cfn-plugin-api-schema-property-builderclj

(build-cfn-plugin-api-schema-property-builder builder id config)

The build-cfn-plugin-api-schema-property-builder function updates a CfnPlugin$APISchemaProperty$Builder instance using the provided configuration. The function takes the CfnPlugin$APISchemaProperty$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
payloadjava.lang.Stringcdk.support/lookup-entry:payload
s3software.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3
The build-cfn-plugin-api-schema-property-builder function updates a CfnPlugin$APISchemaProperty$Builder instance using the provided configuration.
  The function takes the CfnPlugin$APISchemaProperty$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 |
|---|---|---|---|
| `payload` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload` |
| `s3` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3` |
sourceraw docstring

build-cfn-plugin-basic-auth-configuration-property-builderclj

(build-cfn-plugin-basic-auth-configuration-property-builder builder id config)

The build-cfn-plugin-basic-auth-configuration-property-builder function updates a CfnPlugin$BasicAuthConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPlugin$BasicAuthConfigurationProperty$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
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
The build-cfn-plugin-basic-auth-configuration-property-builder function updates a CfnPlugin$BasicAuthConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPlugin$BasicAuthConfigurationProperty$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 |
|---|---|---|---|
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
sourceraw docstring

build-cfn-plugin-builderclj

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

The build-cfn-plugin-builder function updates a CfnPlugin$Builder instance using the provided configuration. The function takes the CfnPlugin$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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
authConfigurationsoftware.amazon.awscdk.services.qbusiness.CfnPlugin$PluginAuthConfigurationPropertycdk.support/lookup-entry:auth-configuration
customPluginConfigurationsoftware.amazon.awscdk.services.qbusiness.CfnPlugin$CustomPluginConfigurationPropertycdk.support/lookup-entry:custom-plugin-configuration
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
serverUrljava.lang.Stringcdk.support/lookup-entry:server-url
statejava.lang.Stringcdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-plugin-builder function updates a CfnPlugin$Builder instance using the provided configuration.
  The function takes the CfnPlugin$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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `authConfiguration` | software.amazon.awscdk.services.qbusiness.CfnPlugin$PluginAuthConfigurationProperty | [[cdk.support/lookup-entry]] | `:auth-configuration` |
| `customPluginConfiguration` | software.amazon.awscdk.services.qbusiness.CfnPlugin$CustomPluginConfigurationProperty | [[cdk.support/lookup-entry]] | `:custom-plugin-configuration` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `serverUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-url` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-plugin-custom-plugin-configuration-property-builderclj

(build-cfn-plugin-custom-plugin-configuration-property-builder builder
                                                               id
                                                               config)

The build-cfn-plugin-custom-plugin-configuration-property-builder function updates a CfnPlugin$CustomPluginConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPlugin$CustomPluginConfigurationProperty$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
apiSchemasoftware.amazon.awscdk.services.qbusiness.CfnPlugin$APISchemaPropertycdk.support/lookup-entry:api-schema
apiSchemaTypejava.lang.Stringcdk.support/lookup-entry:api-schema-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
The build-cfn-plugin-custom-plugin-configuration-property-builder function updates a CfnPlugin$CustomPluginConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPlugin$CustomPluginConfigurationProperty$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 |
|---|---|---|---|
| `apiSchema` | software.amazon.awscdk.services.qbusiness.CfnPlugin$APISchemaProperty | [[cdk.support/lookup-entry]] | `:api-schema` |
| `apiSchemaType` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-schema-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
sourceraw docstring

build-cfn-plugin-o-auth2-client-credential-configuration-property-builderclj

(build-cfn-plugin-o-auth2-client-credential-configuration-property-builder
  builder
  id
  config)

The build-cfn-plugin-o-auth2-client-credential-configuration-property-builder function updates a CfnPlugin$OAuth2ClientCredentialConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPlugin$OAuth2ClientCredentialConfigurationProperty$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
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
secretArnjava.lang.Stringcdk.support/lookup-entry:secret-arn
The build-cfn-plugin-o-auth2-client-credential-configuration-property-builder function updates a CfnPlugin$OAuth2ClientCredentialConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPlugin$OAuth2ClientCredentialConfigurationProperty$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 |
|---|---|---|---|
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `secretArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:secret-arn` |
sourceraw docstring

build-cfn-plugin-plugin-auth-configuration-property-builderclj

(build-cfn-plugin-plugin-auth-configuration-property-builder builder id config)

The build-cfn-plugin-plugin-auth-configuration-property-builder function updates a CfnPlugin$PluginAuthConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnPlugin$PluginAuthConfigurationProperty$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
basicAuthConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:basic-auth-configuration
noAuthConfigurationjava.lang.Objectcdk.support/lookup-entry:no-auth-configuration
oAuth2ClientCredentialConfigurationsoftware.amazon.awscdk.services.qbusiness.CfnPlugin$OAuth2ClientCredentialConfigurationPropertycdk.support/lookup-entry:o-auth2-client-credential-configuration
The build-cfn-plugin-plugin-auth-configuration-property-builder function updates a CfnPlugin$PluginAuthConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnPlugin$PluginAuthConfigurationProperty$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 |
|---|---|---|---|
| `basicAuthConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:basic-auth-configuration` |
| `noAuthConfiguration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:no-auth-configuration` |
| `oAuth2ClientCredentialConfiguration` | software.amazon.awscdk.services.qbusiness.CfnPlugin$OAuth2ClientCredentialConfigurationProperty | [[cdk.support/lookup-entry]] | `:o-auth2-client-credential-configuration` |
sourceraw docstring

build-cfn-plugin-props-builderclj

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

The build-cfn-plugin-props-builder function updates a CfnPluginProps$Builder instance using the provided configuration. The function takes the CfnPluginProps$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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
authConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:auth-configuration
customPluginConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-plugin-configuration
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
serverUrljava.lang.Stringcdk.support/lookup-entry:server-url
statejava.lang.Stringcdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-plugin-props-builder function updates a CfnPluginProps$Builder instance using the provided configuration.
  The function takes the CfnPluginProps$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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `authConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auth-configuration` |
| `customPluginConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-plugin-configuration` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `serverUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-url` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-plugin-s3-property-builderclj

(build-cfn-plugin-s3-property-builder builder id config)

The build-cfn-plugin-s3-property-builder function updates a CfnPlugin$S3Property$Builder instance using the provided configuration. The function takes the CfnPlugin$S3Property$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-plugin-s3-property-builder function updates a CfnPlugin$S3Property$Builder instance using the provided configuration.
  The function takes the CfnPlugin$S3Property$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-retriever-builderclj

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

The build-cfn-retriever-builder function updates a CfnRetriever$Builder instance using the provided configuration. The function takes the CfnRetriever$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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
configurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-retriever-builder function updates a CfnRetriever$Builder instance using the provided configuration.
  The function takes the CfnRetriever$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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `configuration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-retriever-kendra-index-configuration-property-builderclj

(build-cfn-retriever-kendra-index-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-retriever-kendra-index-configuration-property-builder function updates a CfnRetriever$KendraIndexConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRetriever$KendraIndexConfigurationProperty$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
indexIdjava.lang.Stringcdk.support/lookup-entry:index-id
The build-cfn-retriever-kendra-index-configuration-property-builder function updates a CfnRetriever$KendraIndexConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRetriever$KendraIndexConfigurationProperty$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 |
|---|---|---|---|
| `indexId` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-id` |
sourceraw docstring

build-cfn-retriever-native-index-configuration-property-builderclj

(build-cfn-retriever-native-index-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-retriever-native-index-configuration-property-builder function updates a CfnRetriever$NativeIndexConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRetriever$NativeIndexConfigurationProperty$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
indexIdjava.lang.Stringcdk.support/lookup-entry:index-id
The build-cfn-retriever-native-index-configuration-property-builder function updates a CfnRetriever$NativeIndexConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRetriever$NativeIndexConfigurationProperty$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 |
|---|---|---|---|
| `indexId` | java.lang.String | [[cdk.support/lookup-entry]] | `:index-id` |
sourceraw docstring

build-cfn-retriever-props-builderclj

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

The build-cfn-retriever-props-builder function updates a CfnRetrieverProps$Builder instance using the provided configuration. The function takes the CfnRetrieverProps$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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
configurationsoftware.amazon.awscdk.services.qbusiness.CfnRetriever$RetrieverConfigurationPropertycdk.support/lookup-entry:configuration
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-retriever-props-builder function updates a CfnRetrieverProps$Builder instance using the provided configuration.
  The function takes the CfnRetrieverProps$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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `configuration` | software.amazon.awscdk.services.qbusiness.CfnRetriever$RetrieverConfigurationProperty | [[cdk.support/lookup-entry]] | `:configuration` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-retriever-retriever-configuration-property-builderclj

(build-cfn-retriever-retriever-configuration-property-builder builder id config)

The build-cfn-retriever-retriever-configuration-property-builder function updates a CfnRetriever$RetrieverConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnRetriever$RetrieverConfigurationProperty$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
kendraIndexConfigurationsoftware.amazon.awscdk.services.qbusiness.CfnRetriever$KendraIndexConfigurationPropertycdk.support/lookup-entry:kendra-index-configuration
nativeIndexConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:native-index-configuration
The build-cfn-retriever-retriever-configuration-property-builder function updates a CfnRetriever$RetrieverConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRetriever$RetrieverConfigurationProperty$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 |
|---|---|---|---|
| `kendraIndexConfiguration` | software.amazon.awscdk.services.qbusiness.CfnRetriever$KendraIndexConfigurationProperty | [[cdk.support/lookup-entry]] | `:kendra-index-configuration` |
| `nativeIndexConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:native-index-configuration` |
sourceraw docstring

build-cfn-web-experience-builderclj

(build-cfn-web-experience-builder builder id config)

The build-cfn-web-experience-builder function updates a CfnWebExperience$Builder instance using the provided configuration. The function takes the CfnWebExperience$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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
samplePromptsControlModejava.lang.Stringcdk.support/lookup-entry:sample-prompts-control-mode
subtitlejava.lang.Stringcdk.support/lookup-entry:subtitle
tagsjava.util.Listcdk.support/lookup-entry:tags
titlejava.lang.Stringcdk.support/lookup-entry:title
welcomeMessagejava.lang.Stringcdk.support/lookup-entry:welcome-message
The build-cfn-web-experience-builder function updates a CfnWebExperience$Builder instance using the provided configuration.
  The function takes the CfnWebExperience$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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `samplePromptsControlMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:sample-prompts-control-mode` |
| `subtitle` | java.lang.String | [[cdk.support/lookup-entry]] | `:subtitle` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `welcomeMessage` | java.lang.String | [[cdk.support/lookup-entry]] | `:welcome-message` |
sourceraw docstring

build-cfn-web-experience-props-builderclj

(build-cfn-web-experience-props-builder builder id config)

The build-cfn-web-experience-props-builder function updates a CfnWebExperienceProps$Builder instance using the provided configuration. The function takes the CfnWebExperienceProps$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
applicationIdjava.lang.Stringcdk.support/lookup-entry:application-id
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
samplePromptsControlModejava.lang.Stringcdk.support/lookup-entry:sample-prompts-control-mode
subtitlejava.lang.Stringcdk.support/lookup-entry:subtitle
tagsjava.util.Listcdk.support/lookup-entry:tags
titlejava.lang.Stringcdk.support/lookup-entry:title
welcomeMessagejava.lang.Stringcdk.support/lookup-entry:welcome-message
The build-cfn-web-experience-props-builder function updates a CfnWebExperienceProps$Builder instance using the provided configuration.
  The function takes the CfnWebExperienceProps$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 |
|---|---|---|---|
| `applicationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:application-id` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `samplePromptsControlMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:sample-prompts-control-mode` |
| `subtitle` | java.lang.String | [[cdk.support/lookup-entry]] | `:subtitle` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `welcomeMessage` | java.lang.String | [[cdk.support/lookup-entry]] | `:welcome-message` |
sourceraw docstring

cfn-application-attachments-configuration-property-builderclj

(cfn-application-attachments-configuration-property-builder id config)

Creates a CfnApplication$AttachmentsConfigurationProperty$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  `CfnApplication$AttachmentsConfigurationProperty$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-application-builderclj

(cfn-application-builder scope id config)

Creates a CfnApplication$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  `CfnApplication$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-application-encryption-configuration-property-builderclj

(cfn-application-encryption-configuration-property-builder id config)

Creates a CfnApplication$EncryptionConfigurationProperty$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  `CfnApplication$EncryptionConfigurationProperty$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-application-props-builderclj

(cfn-application-props-builder id config)

Creates a CfnApplicationProps$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  `CfnApplicationProps$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-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-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-document-enrichment-configuration-property-builderclj

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

Creates a CfnDataSource$DocumentEnrichmentConfigurationProperty$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$DocumentEnrichmentConfigurationProperty$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-document-enrichment-configuration-property-builderclj

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

Creates a CfnDataSource$InlineDocumentEnrichmentConfigurationProperty$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$InlineDocumentEnrichmentConfigurationProperty$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-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-document-attribute-configuration-property-builderclj

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

Creates a CfnIndex$DocumentAttributeConfigurationProperty$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$DocumentAttributeConfigurationProperty$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-index-capacity-configuration-property-builderclj

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

Creates a CfnIndex$IndexCapacityConfigurationProperty$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$IndexCapacityConfigurationProperty$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-index-statistics-property-builderclj

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

Creates a CfnIndex$IndexStatisticsProperty$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$IndexStatisticsProperty$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-text-document-statistics-property-builderclj

(cfn-index-text-document-statistics-property-builder id config)

Creates a CfnIndex$TextDocumentStatisticsProperty$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$TextDocumentStatisticsProperty$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-plugin-api-schema-property-builderclj

(cfn-plugin-api-schema-property-builder id config)

Creates a CfnPlugin$APISchemaProperty$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  `CfnPlugin$APISchemaProperty$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-plugin-basic-auth-configuration-property-builderclj

(cfn-plugin-basic-auth-configuration-property-builder id config)

Creates a CfnPlugin$BasicAuthConfigurationProperty$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  `CfnPlugin$BasicAuthConfigurationProperty$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-plugin-builderclj

(cfn-plugin-builder scope id config)

Creates a CfnPlugin$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  `CfnPlugin$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-plugin-custom-plugin-configuration-property-builderclj

(cfn-plugin-custom-plugin-configuration-property-builder id config)

Creates a CfnPlugin$CustomPluginConfigurationProperty$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  `CfnPlugin$CustomPluginConfigurationProperty$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-plugin-o-auth2-client-credential-configuration-property-builderclj

(cfn-plugin-o-auth2-client-credential-configuration-property-builder id config)

Creates a CfnPlugin$OAuth2ClientCredentialConfigurationProperty$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  `CfnPlugin$OAuth2ClientCredentialConfigurationProperty$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-plugin-plugin-auth-configuration-property-builderclj

(cfn-plugin-plugin-auth-configuration-property-builder id config)

Creates a CfnPlugin$PluginAuthConfigurationProperty$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  `CfnPlugin$PluginAuthConfigurationProperty$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-plugin-props-builderclj

(cfn-plugin-props-builder id config)

Creates a CfnPluginProps$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  `CfnPluginProps$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-plugin-s3-property-builderclj

(cfn-plugin-s3-property-builder id config)

Creates a CfnPlugin$S3Property$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  `CfnPlugin$S3Property$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-retriever-builderclj

(cfn-retriever-builder scope id config)

Creates a CfnRetriever$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  `CfnRetriever$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-retriever-kendra-index-configuration-property-builderclj

(cfn-retriever-kendra-index-configuration-property-builder id config)

Creates a CfnRetriever$KendraIndexConfigurationProperty$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  `CfnRetriever$KendraIndexConfigurationProperty$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-retriever-native-index-configuration-property-builderclj

(cfn-retriever-native-index-configuration-property-builder id config)

Creates a CfnRetriever$NativeIndexConfigurationProperty$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  `CfnRetriever$NativeIndexConfigurationProperty$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-retriever-props-builderclj

(cfn-retriever-props-builder id config)

Creates a CfnRetrieverProps$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  `CfnRetrieverProps$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-retriever-retriever-configuration-property-builderclj

(cfn-retriever-retriever-configuration-property-builder id config)

Creates a CfnRetriever$RetrieverConfigurationProperty$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  `CfnRetriever$RetrieverConfigurationProperty$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-web-experience-builderclj

(cfn-web-experience-builder scope id config)

Creates a CfnWebExperience$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  `CfnWebExperience$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-web-experience-props-builderclj

(cfn-web-experience-props-builder id config)

Creates a CfnWebExperienceProps$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  `CfnWebExperienceProps$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