Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.glue

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

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

build-cfn-classifier-builderclj

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

The build-cfn-classifier-builder function updates a CfnClassifier$Builder instance using the provided configuration. The function takes the CfnClassifier$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
csvClassifiersoftware.amazon.awscdk.services.glue.CfnClassifier$CsvClassifierPropertycdk.support/lookup-entry:csv-classifier
grokClassifiersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:grok-classifier
jsonClassifiersoftware.amazon.awscdk.services.glue.CfnClassifier$JsonClassifierPropertycdk.support/lookup-entry:json-classifier
xmlClassifiersoftware.amazon.awscdk.services.glue.CfnClassifier$XMLClassifierPropertycdk.support/lookup-entry:xml-classifier
The build-cfn-classifier-builder function updates a CfnClassifier$Builder instance using the provided configuration.
  The function takes the CfnClassifier$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 |
|---|---|---|---|
| `csvClassifier` | software.amazon.awscdk.services.glue.CfnClassifier$CsvClassifierProperty | [[cdk.support/lookup-entry]] | `:csv-classifier` |
| `grokClassifier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:grok-classifier` |
| `jsonClassifier` | software.amazon.awscdk.services.glue.CfnClassifier$JsonClassifierProperty | [[cdk.support/lookup-entry]] | `:json-classifier` |
| `xmlClassifier` | software.amazon.awscdk.services.glue.CfnClassifier$XMLClassifierProperty | [[cdk.support/lookup-entry]] | `:xml-classifier` |
sourceraw docstring

build-cfn-classifier-csv-classifier-property-builderclj

(build-cfn-classifier-csv-classifier-property-builder builder id config)

The build-cfn-classifier-csv-classifier-property-builder function updates a CfnClassifier$CsvClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$CsvClassifierProperty$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
allowSingleColumnsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-single-column
containsCustomDatatypejava.util.Listcdk.support/lookup-entry:contains-custom-datatype
containsHeaderjava.lang.Stringcdk.support/lookup-entry:contains-header
customDatatypeConfiguredsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:custom-datatype-configured
delimiterjava.lang.Stringcdk.support/lookup-entry:delimiter
disableValueTrimmingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-value-trimming
headerjava.util.Listcdk.support/lookup-entry:header
namejava.lang.Stringcdk.support/lookup-entry:name
quoteSymboljava.lang.Stringcdk.support/lookup-entry:quote-symbol
The build-cfn-classifier-csv-classifier-property-builder function updates a CfnClassifier$CsvClassifierProperty$Builder instance using the provided configuration.
  The function takes the CfnClassifier$CsvClassifierProperty$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 |
|---|---|---|---|
| `allowSingleColumn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-single-column` |
| `containsCustomDatatype` | java.util.List | [[cdk.support/lookup-entry]] | `:contains-custom-datatype` |
| `containsHeader` | java.lang.String | [[cdk.support/lookup-entry]] | `:contains-header` |
| `customDatatypeConfigured` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-datatype-configured` |
| `delimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:delimiter` |
| `disableValueTrimming` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-value-trimming` |
| `header` | java.util.List | [[cdk.support/lookup-entry]] | `:header` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `quoteSymbol` | java.lang.String | [[cdk.support/lookup-entry]] | `:quote-symbol` |
sourceraw docstring

build-cfn-classifier-grok-classifier-property-builderclj

(build-cfn-classifier-grok-classifier-property-builder builder id config)

The build-cfn-classifier-grok-classifier-property-builder function updates a CfnClassifier$GrokClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$GrokClassifierProperty$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
classificationjava.lang.Stringcdk.support/lookup-entry:classification
customPatternsjava.lang.Stringcdk.support/lookup-entry:custom-patterns
grokPatternjava.lang.Stringcdk.support/lookup-entry:grok-pattern
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-classifier-grok-classifier-property-builder function updates a CfnClassifier$GrokClassifierProperty$Builder instance using the provided configuration.
  The function takes the CfnClassifier$GrokClassifierProperty$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 |
|---|---|---|---|
| `classification` | java.lang.String | [[cdk.support/lookup-entry]] | `:classification` |
| `customPatterns` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-patterns` |
| `grokPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:grok-pattern` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-classifier-json-classifier-property-builderclj

(build-cfn-classifier-json-classifier-property-builder builder id config)

The build-cfn-classifier-json-classifier-property-builder function updates a CfnClassifier$JsonClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$JsonClassifierProperty$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
jsonPathjava.lang.Stringcdk.support/lookup-entry:json-path
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-classifier-json-classifier-property-builder function updates a CfnClassifier$JsonClassifierProperty$Builder instance using the provided configuration.
  The function takes the CfnClassifier$JsonClassifierProperty$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 |
|---|---|---|---|
| `jsonPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:json-path` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-classifier-props-builderclj

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

The build-cfn-classifier-props-builder function updates a CfnClassifierProps$Builder instance using the provided configuration. The function takes the CfnClassifierProps$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
csvClassifiersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:csv-classifier
grokClassifiersoftware.amazon.awscdk.services.glue.CfnClassifier$GrokClassifierPropertycdk.support/lookup-entry:grok-classifier
jsonClassifiersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:json-classifier
xmlClassifiersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:xml-classifier
The build-cfn-classifier-props-builder function updates a CfnClassifierProps$Builder instance using the provided configuration.
  The function takes the CfnClassifierProps$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 |
|---|---|---|---|
| `csvClassifier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:csv-classifier` |
| `grokClassifier` | software.amazon.awscdk.services.glue.CfnClassifier$GrokClassifierProperty | [[cdk.support/lookup-entry]] | `:grok-classifier` |
| `jsonClassifier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:json-classifier` |
| `xmlClassifier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:xml-classifier` |
sourceraw docstring

build-cfn-classifier-xml-classifier-property-builderclj

(build-cfn-classifier-xml-classifier-property-builder builder id config)

The build-cfn-classifier-xml-classifier-property-builder function updates a CfnClassifier$XMLClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$XMLClassifierProperty$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
classificationjava.lang.Stringcdk.support/lookup-entry:classification
namejava.lang.Stringcdk.support/lookup-entry:name
rowTagjava.lang.Stringcdk.support/lookup-entry:row-tag
The build-cfn-classifier-xml-classifier-property-builder function updates a CfnClassifier$XMLClassifierProperty$Builder instance using the provided configuration.
  The function takes the CfnClassifier$XMLClassifierProperty$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 |
|---|---|---|---|
| `classification` | java.lang.String | [[cdk.support/lookup-entry]] | `:classification` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `rowTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:row-tag` |
sourceraw docstring

build-cfn-connection-builderclj

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

The build-cfn-connection-builder function updates a CfnConnection$Builder instance using the provided configuration. The function takes the CfnConnection$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
connectionInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connection-input
The build-cfn-connection-builder function updates a CfnConnection$Builder instance using the provided configuration.
  The function takes the CfnConnection$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `connectionInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connection-input` |
sourceraw docstring

build-cfn-connection-connection-input-property-builderclj

(build-cfn-connection-connection-input-property-builder builder id config)

The build-cfn-connection-connection-input-property-builder function updates a CfnConnection$ConnectionInputProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ConnectionInputProperty$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
connectionPropertiesjava.lang.Objectcdk.support/lookup-entry:connection-properties
connectionTypejava.lang.Stringcdk.support/lookup-entry:connection-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
matchCriteriajava.util.Listcdk.support/lookup-entry:match-criteria
namejava.lang.Stringcdk.support/lookup-entry:name
physicalConnectionRequirementssoftware.amazon.awscdk.services.glue.CfnConnection$PhysicalConnectionRequirementsPropertycdk.support/lookup-entry:physical-connection-requirements
The build-cfn-connection-connection-input-property-builder function updates a CfnConnection$ConnectionInputProperty$Builder instance using the provided configuration.
  The function takes the CfnConnection$ConnectionInputProperty$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 |
|---|---|---|---|
| `connectionProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:connection-properties` |
| `connectionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `matchCriteria` | java.util.List | [[cdk.support/lookup-entry]] | `:match-criteria` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `physicalConnectionRequirements` | software.amazon.awscdk.services.glue.CfnConnection$PhysicalConnectionRequirementsProperty | [[cdk.support/lookup-entry]] | `:physical-connection-requirements` |
sourceraw docstring

build-cfn-connection-physical-connection-requirements-property-builderclj

(build-cfn-connection-physical-connection-requirements-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-connection-physical-connection-requirements-property-builder function updates a CfnConnection$PhysicalConnectionRequirementsProperty$Builder instance using the provided configuration. The function takes the CfnConnection$PhysicalConnectionRequirementsProperty$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
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
securityGroupIdListjava.util.Listcdk.support/lookup-entry:security-group-id-list
subnetIdjava.lang.Stringcdk.support/lookup-entry:subnet-id
The build-cfn-connection-physical-connection-requirements-property-builder function updates a CfnConnection$PhysicalConnectionRequirementsProperty$Builder instance using the provided configuration.
  The function takes the CfnConnection$PhysicalConnectionRequirementsProperty$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 |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `securityGroupIdList` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-id-list` |
| `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
sourceraw docstring

build-cfn-connection-props-builderclj

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

The build-cfn-connection-props-builder function updates a CfnConnectionProps$Builder instance using the provided configuration. The function takes the CfnConnectionProps$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
connectionInputsoftware.amazon.awscdk.services.glue.CfnConnection$ConnectionInputPropertycdk.support/lookup-entry:connection-input
The build-cfn-connection-props-builder function updates a CfnConnectionProps$Builder instance using the provided configuration.
  The function takes the CfnConnectionProps$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `connectionInput` | software.amazon.awscdk.services.glue.CfnConnection$ConnectionInputProperty | [[cdk.support/lookup-entry]] | `:connection-input` |
sourceraw docstring

build-cfn-crawler-builderclj

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

The build-cfn-crawler-builder function updates a CfnCrawler$Builder instance using the provided configuration. The function takes the CfnCrawler$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
classifiersjava.util.Listcdk.support/lookup-entry:classifiers
configurationjava.lang.Stringcdk.support/lookup-entry:configuration
crawlerSecurityConfigurationjava.lang.Stringcdk.support/lookup-entry:crawler-security-configuration
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
lakeFormationConfigurationsoftware.amazon.awscdk.services.glue.CfnCrawler$LakeFormationConfigurationPropertycdk.support/lookup-entry:lake-formation-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
recrawlPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:recrawl-policy
rolejava.lang.Stringcdk.support/lookup-entry:role
schedulesoftware.amazon.awscdk.services.glue.CfnCrawler$SchedulePropertycdk.support/lookup-entry:schedule
schemaChangePolicysoftware.amazon.awscdk.services.glue.CfnCrawler$SchemaChangePolicyPropertycdk.support/lookup-entry:schema-change-policy
tablePrefixjava.lang.Stringcdk.support/lookup-entry:table-prefix
tagsjava.lang.Objectcdk.support/lookup-entry:tags
targetssoftware.amazon.awscdk.services.glue.CfnCrawler$TargetsPropertycdk.support/lookup-entry:targets
The build-cfn-crawler-builder function updates a CfnCrawler$Builder instance using the provided configuration.
  The function takes the CfnCrawler$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 |
|---|---|---|---|
| `classifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:classifiers` |
| `configuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration` |
| `crawlerSecurityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-security-configuration` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `lakeFormationConfiguration` | software.amazon.awscdk.services.glue.CfnCrawler$LakeFormationConfigurationProperty | [[cdk.support/lookup-entry]] | `:lake-formation-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `recrawlPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recrawl-policy` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `schedule` | software.amazon.awscdk.services.glue.CfnCrawler$ScheduleProperty | [[cdk.support/lookup-entry]] | `:schedule` |
| `schemaChangePolicy` | software.amazon.awscdk.services.glue.CfnCrawler$SchemaChangePolicyProperty | [[cdk.support/lookup-entry]] | `:schema-change-policy` |
| `tablePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-prefix` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `targets` | software.amazon.awscdk.services.glue.CfnCrawler$TargetsProperty | [[cdk.support/lookup-entry]] | `:targets` |
sourceraw docstring

build-cfn-crawler-catalog-target-property-builderclj

(build-cfn-crawler-catalog-target-property-builder builder id config)

The build-cfn-crawler-catalog-target-property-builder function updates a CfnCrawler$CatalogTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$CatalogTargetProperty$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
connectionNamejava.lang.Stringcdk.support/lookup-entry:connection-name
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
dlqEventQueueArnjava.lang.Stringcdk.support/lookup-entry:dlq-event-queue-arn
eventQueueArnjava.lang.Stringcdk.support/lookup-entry:event-queue-arn
tablesjava.util.Listcdk.support/lookup-entry:tables
The build-cfn-crawler-catalog-target-property-builder function updates a CfnCrawler$CatalogTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$CatalogTargetProperty$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 |
|---|---|---|---|
| `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `dlqEventQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dlq-event-queue-arn` |
| `eventQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-queue-arn` |
| `tables` | java.util.List | [[cdk.support/lookup-entry]] | `:tables` |
sourceraw docstring

build-cfn-crawler-delta-target-property-builderclj

(build-cfn-crawler-delta-target-property-builder builder id config)

The build-cfn-crawler-delta-target-property-builder function updates a CfnCrawler$DeltaTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$DeltaTargetProperty$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
connectionNamejava.lang.Stringcdk.support/lookup-entry:connection-name
createNativeDeltaTablejava.lang.Booleancdk.support/lookup-entry:create-native-delta-table
deltaTablesjava.util.Listcdk.support/lookup-entry:delta-tables
writeManifestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:write-manifest
The build-cfn-crawler-delta-target-property-builder function updates a CfnCrawler$DeltaTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$DeltaTargetProperty$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 |
|---|---|---|---|
| `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` |
| `createNativeDeltaTable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:create-native-delta-table` |
| `deltaTables` | java.util.List | [[cdk.support/lookup-entry]] | `:delta-tables` |
| `writeManifest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:write-manifest` |
sourceraw docstring

build-cfn-crawler-dynamo-db-target-property-builderclj

(build-cfn-crawler-dynamo-db-target-property-builder builder id config)

The build-cfn-crawler-dynamo-db-target-property-builder function updates a CfnCrawler$DynamoDBTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$DynamoDBTargetProperty$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
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-cfn-crawler-dynamo-db-target-property-builder function updates a CfnCrawler$DynamoDBTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$DynamoDBTargetProperty$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 |
|---|---|---|---|
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-cfn-crawler-iceberg-target-property-builderclj

(build-cfn-crawler-iceberg-target-property-builder builder id config)

The build-cfn-crawler-iceberg-target-property-builder function updates a CfnCrawler$IcebergTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$IcebergTargetProperty$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
connectionNamejava.lang.Stringcdk.support/lookup-entry:connection-name
exclusionsjava.util.Listcdk.support/lookup-entry:exclusions
maximumTraversalDepthjava.lang.Numbercdk.support/lookup-entry:maximum-traversal-depth
pathsjava.util.Listcdk.support/lookup-entry:paths
The build-cfn-crawler-iceberg-target-property-builder function updates a CfnCrawler$IcebergTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$IcebergTargetProperty$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 |
|---|---|---|---|
| `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` |
| `exclusions` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusions` |
| `maximumTraversalDepth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-traversal-depth` |
| `paths` | java.util.List | [[cdk.support/lookup-entry]] | `:paths` |
sourceraw docstring

build-cfn-crawler-jdbc-target-property-builderclj

(build-cfn-crawler-jdbc-target-property-builder builder id config)

The build-cfn-crawler-jdbc-target-property-builder function updates a CfnCrawler$JdbcTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$JdbcTargetProperty$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
connectionNamejava.lang.Stringcdk.support/lookup-entry:connection-name
exclusionsjava.util.Listcdk.support/lookup-entry:exclusions
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-cfn-crawler-jdbc-target-property-builder function updates a CfnCrawler$JdbcTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$JdbcTargetProperty$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 |
|---|---|---|---|
| `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` |
| `exclusions` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusions` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-cfn-crawler-lake-formation-configuration-property-builderclj

(build-cfn-crawler-lake-formation-configuration-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-crawler-lake-formation-configuration-property-builder function updates a CfnCrawler$LakeFormationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$LakeFormationConfigurationProperty$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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
useLakeFormationCredentialssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-lake-formation-credentials
The build-cfn-crawler-lake-formation-configuration-property-builder function updates a CfnCrawler$LakeFormationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$LakeFormationConfigurationProperty$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 |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `useLakeFormationCredentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-lake-formation-credentials` |
sourceraw docstring

build-cfn-crawler-mongo-db-target-property-builderclj

(build-cfn-crawler-mongo-db-target-property-builder builder id config)

The build-cfn-crawler-mongo-db-target-property-builder function updates a CfnCrawler$MongoDBTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$MongoDBTargetProperty$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
connectionNamejava.lang.Stringcdk.support/lookup-entry:connection-name
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-cfn-crawler-mongo-db-target-property-builder function updates a CfnCrawler$MongoDBTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$MongoDBTargetProperty$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 |
|---|---|---|---|
| `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-cfn-crawler-props-builderclj

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

The build-cfn-crawler-props-builder function updates a CfnCrawlerProps$Builder instance using the provided configuration. The function takes the CfnCrawlerProps$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
classifiersjava.util.Listcdk.support/lookup-entry:classifiers
configurationjava.lang.Stringcdk.support/lookup-entry:configuration
crawlerSecurityConfigurationjava.lang.Stringcdk.support/lookup-entry:crawler-security-configuration
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
lakeFormationConfigurationsoftware.amazon.awscdk.services.glue.CfnCrawler$LakeFormationConfigurationPropertycdk.support/lookup-entry:lake-formation-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
recrawlPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:recrawl-policy
rolejava.lang.Stringcdk.support/lookup-entry:role
schedulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schedule
schemaChangePolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schema-change-policy
tablePrefixjava.lang.Stringcdk.support/lookup-entry:table-prefix
tagsjava.lang.Objectcdk.support/lookup-entry:tags
targetssoftware.amazon.awscdk.services.glue.CfnCrawler$TargetsPropertycdk.support/lookup-entry:targets
The build-cfn-crawler-props-builder function updates a CfnCrawlerProps$Builder instance using the provided configuration.
  The function takes the CfnCrawlerProps$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 |
|---|---|---|---|
| `classifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:classifiers` |
| `configuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration` |
| `crawlerSecurityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-security-configuration` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `lakeFormationConfiguration` | software.amazon.awscdk.services.glue.CfnCrawler$LakeFormationConfigurationProperty | [[cdk.support/lookup-entry]] | `:lake-formation-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `recrawlPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recrawl-policy` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` |
| `schemaChangePolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema-change-policy` |
| `tablePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-prefix` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `targets` | software.amazon.awscdk.services.glue.CfnCrawler$TargetsProperty | [[cdk.support/lookup-entry]] | `:targets` |
sourceraw docstring

build-cfn-crawler-recrawl-policy-property-builderclj

(build-cfn-crawler-recrawl-policy-property-builder builder id config)

The build-cfn-crawler-recrawl-policy-property-builder function updates a CfnCrawler$RecrawlPolicyProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$RecrawlPolicyProperty$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
recrawlBehaviorjava.lang.Stringcdk.support/lookup-entry:recrawl-behavior
The build-cfn-crawler-recrawl-policy-property-builder function updates a CfnCrawler$RecrawlPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$RecrawlPolicyProperty$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 |
|---|---|---|---|
| `recrawlBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:recrawl-behavior` |
sourceraw docstring

build-cfn-crawler-s3-target-property-builderclj

(build-cfn-crawler-s3-target-property-builder builder id config)

The build-cfn-crawler-s3-target-property-builder function updates a CfnCrawler$S3TargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$S3TargetProperty$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
connectionNamejava.lang.Stringcdk.support/lookup-entry:connection-name
dlqEventQueueArnjava.lang.Stringcdk.support/lookup-entry:dlq-event-queue-arn
eventQueueArnjava.lang.Stringcdk.support/lookup-entry:event-queue-arn
exclusionsjava.util.Listcdk.support/lookup-entry:exclusions
pathjava.lang.Stringcdk.support/lookup-entry:path
sampleSizejava.lang.Numbercdk.support/lookup-entry:sample-size
The build-cfn-crawler-s3-target-property-builder function updates a CfnCrawler$S3TargetProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$S3TargetProperty$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 |
|---|---|---|---|
| `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` |
| `dlqEventQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dlq-event-queue-arn` |
| `eventQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-queue-arn` |
| `exclusions` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusions` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `sampleSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sample-size` |
sourceraw docstring

build-cfn-crawler-schedule-property-builderclj

(build-cfn-crawler-schedule-property-builder builder id config)

The build-cfn-crawler-schedule-property-builder function updates a CfnCrawler$ScheduleProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$ScheduleProperty$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
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
The build-cfn-crawler-schedule-property-builder function updates a CfnCrawler$ScheduleProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$ScheduleProperty$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 |
|---|---|---|---|
| `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` |
sourceraw docstring

build-cfn-crawler-schema-change-policy-property-builderclj

(build-cfn-crawler-schema-change-policy-property-builder builder id config)

The build-cfn-crawler-schema-change-policy-property-builder function updates a CfnCrawler$SchemaChangePolicyProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$SchemaChangePolicyProperty$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
deleteBehaviorjava.lang.Stringcdk.support/lookup-entry:delete-behavior
updateBehaviorjava.lang.Stringcdk.support/lookup-entry:update-behavior
The build-cfn-crawler-schema-change-policy-property-builder function updates a CfnCrawler$SchemaChangePolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$SchemaChangePolicyProperty$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 |
|---|---|---|---|
| `deleteBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:delete-behavior` |
| `updateBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-behavior` |
sourceraw docstring

build-cfn-crawler-targets-property-builderclj

(build-cfn-crawler-targets-property-builder builder id config)

The build-cfn-crawler-targets-property-builder function updates a CfnCrawler$TargetsProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$TargetsProperty$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
catalogTargetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:catalog-targets
deltaTargetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:delta-targets
dynamoDbTargetsjava.util.Listcdk.support/lookup-entry:dynamo-db-targets
icebergTargetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:iceberg-targets
jdbcTargetsjava.util.Listcdk.support/lookup-entry:jdbc-targets
mongoDbTargetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mongo-db-targets
s3Targetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-targets
The build-cfn-crawler-targets-property-builder function updates a CfnCrawler$TargetsProperty$Builder instance using the provided configuration.
  The function takes the CfnCrawler$TargetsProperty$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 |
|---|---|---|---|
| `catalogTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:catalog-targets` |
| `deltaTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delta-targets` |
| `dynamoDbTargets` | java.util.List | [[cdk.support/lookup-entry]] | `:dynamo-db-targets` |
| `icebergTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iceberg-targets` |
| `jdbcTargets` | java.util.List | [[cdk.support/lookup-entry]] | `:jdbc-targets` |
| `mongoDbTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mongo-db-targets` |
| `s3Targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-targets` |
sourceraw docstring

build-cfn-custom-entity-type-builderclj

(build-cfn-custom-entity-type-builder builder id config)

The build-cfn-custom-entity-type-builder function updates a CfnCustomEntityType$Builder instance using the provided configuration. The function takes the CfnCustomEntityType$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
contextWordsjava.util.Listcdk.support/lookup-entry:context-words
namejava.lang.Stringcdk.support/lookup-entry:name
regexStringjava.lang.Stringcdk.support/lookup-entry:regex-string
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-custom-entity-type-builder function updates a CfnCustomEntityType$Builder instance using the provided configuration.
  The function takes the CfnCustomEntityType$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 |
|---|---|---|---|
| `contextWords` | java.util.List | [[cdk.support/lookup-entry]] | `:context-words` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `regexString` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex-string` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-custom-entity-type-props-builderclj

(build-cfn-custom-entity-type-props-builder builder id config)

The build-cfn-custom-entity-type-props-builder function updates a CfnCustomEntityTypeProps$Builder instance using the provided configuration. The function takes the CfnCustomEntityTypeProps$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
contextWordsjava.util.Listcdk.support/lookup-entry:context-words
namejava.lang.Stringcdk.support/lookup-entry:name
regexStringjava.lang.Stringcdk.support/lookup-entry:regex-string
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-custom-entity-type-props-builder function updates a CfnCustomEntityTypeProps$Builder instance using the provided configuration.
  The function takes the CfnCustomEntityTypeProps$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 |
|---|---|---|---|
| `contextWords` | java.util.List | [[cdk.support/lookup-entry]] | `:context-words` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `regexString` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex-string` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-data-catalog-encryption-settings-builderclj

(build-cfn-data-catalog-encryption-settings-builder builder id config)

The build-cfn-data-catalog-encryption-settings-builder function updates a CfnDataCatalogEncryptionSettings$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
dataCatalogEncryptionSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-catalog-encryption-settings
The build-cfn-data-catalog-encryption-settings-builder function updates a CfnDataCatalogEncryptionSettings$Builder instance using the provided configuration.
  The function takes the CfnDataCatalogEncryptionSettings$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `dataCatalogEncryptionSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-catalog-encryption-settings` |
sourceraw docstring

build-cfn-data-catalog-encryption-settings-connection-password-encryption-property-builderclj

(build-cfn-data-catalog-encryption-settings-connection-password-encryption-property-builder
  builder
  id
  config)

The build-cfn-data-catalog-encryption-settings-connection-password-encryption-property-builder function updates a CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$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
returnConnectionPasswordEncryptedjava.lang.Booleancdk.support/lookup-entry:return-connection-password-encrypted
The build-cfn-data-catalog-encryption-settings-connection-password-encryption-property-builder function updates a CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$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` |
| `returnConnectionPasswordEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:return-connection-password-encrypted` |
sourceraw docstring

build-cfn-data-catalog-encryption-settings-data-catalog-encryption-settings-property-builderclj

(build-cfn-data-catalog-encryption-settings-data-catalog-encryption-settings-property-builder
  builder
  id
  config)

The build-cfn-data-catalog-encryption-settings-data-catalog-encryption-settings-property-builder function updates a CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$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
connectionPasswordEncryptionsoftware.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionPropertycdk.support/lookup-entry:connection-password-encryption
encryptionAtRestsoftware.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$EncryptionAtRestPropertycdk.support/lookup-entry:encryption-at-rest
The build-cfn-data-catalog-encryption-settings-data-catalog-encryption-settings-property-builder function updates a CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$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 |
|---|---|---|---|
| `connectionPasswordEncryption` | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty | [[cdk.support/lookup-entry]] | `:connection-password-encryption` |
| `encryptionAtRest` | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty | [[cdk.support/lookup-entry]] | `:encryption-at-rest` |
sourceraw docstring

build-cfn-data-catalog-encryption-settings-encryption-at-rest-property-builderclj

(build-cfn-data-catalog-encryption-settings-encryption-at-rest-property-builder
  builder
  id
  config)

The build-cfn-data-catalog-encryption-settings-encryption-at-rest-property-builder function updates a CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$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
catalogEncryptionModejava.lang.Stringcdk.support/lookup-entry:catalog-encryption-mode
catalogEncryptionServiceRolejava.lang.Stringcdk.support/lookup-entry:catalog-encryption-service-role
sseAwsKmsKeyIdjava.lang.Stringcdk.support/lookup-entry:sse-aws-kms-key-id
The build-cfn-data-catalog-encryption-settings-encryption-at-rest-property-builder function updates a CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$Builder instance using the provided configuration.
  The function takes the CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$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 |
|---|---|---|---|
| `catalogEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-encryption-mode` |
| `catalogEncryptionServiceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-encryption-service-role` |
| `sseAwsKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:sse-aws-kms-key-id` |
sourceraw docstring

build-cfn-data-catalog-encryption-settings-props-builderclj

(build-cfn-data-catalog-encryption-settings-props-builder builder id config)

The build-cfn-data-catalog-encryption-settings-props-builder function updates a CfnDataCatalogEncryptionSettingsProps$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettingsProps$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
dataCatalogEncryptionSettingssoftware.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsPropertycdk.support/lookup-entry:data-catalog-encryption-settings
The build-cfn-data-catalog-encryption-settings-props-builder function updates a CfnDataCatalogEncryptionSettingsProps$Builder instance using the provided configuration.
  The function takes the CfnDataCatalogEncryptionSettingsProps$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `dataCatalogEncryptionSettings` | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty | [[cdk.support/lookup-entry]] | `:data-catalog-encryption-settings` |
sourceraw docstring

build-cfn-data-quality-ruleset-builderclj

(build-cfn-data-quality-ruleset-builder builder id config)

The build-cfn-data-quality-ruleset-builder function updates a CfnDataQualityRuleset$Builder instance using the provided configuration. The function takes the CfnDataQualityRuleset$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
clientTokenjava.lang.Stringcdk.support/lookup-entry:client-token
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
rulesetjava.lang.Stringcdk.support/lookup-entry:ruleset
tagsjava.lang.Objectcdk.support/lookup-entry:tags
targetTablesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-table
The build-cfn-data-quality-ruleset-builder function updates a CfnDataQualityRuleset$Builder instance using the provided configuration.
  The function takes the CfnDataQualityRuleset$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 |
|---|---|---|---|
| `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `ruleset` | java.lang.String | [[cdk.support/lookup-entry]] | `:ruleset` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `targetTable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-table` |
sourceraw docstring

build-cfn-data-quality-ruleset-data-quality-target-table-property-builderclj

(build-cfn-data-quality-ruleset-data-quality-target-table-property-builder
  builder
  id
  config)

The build-cfn-data-quality-ruleset-data-quality-target-table-property-builder function updates a CfnDataQualityRuleset$DataQualityTargetTableProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityRuleset$DataQualityTargetTableProperty$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
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-data-quality-ruleset-data-quality-target-table-property-builder function updates a CfnDataQualityRuleset$DataQualityTargetTableProperty$Builder instance using the provided configuration.
  The function takes the CfnDataQualityRuleset$DataQualityTargetTableProperty$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 |
|---|---|---|---|
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-data-quality-ruleset-props-builderclj

(build-cfn-data-quality-ruleset-props-builder builder id config)

The build-cfn-data-quality-ruleset-props-builder function updates a CfnDataQualityRulesetProps$Builder instance using the provided configuration. The function takes the CfnDataQualityRulesetProps$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
clientTokenjava.lang.Stringcdk.support/lookup-entry:client-token
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
rulesetjava.lang.Stringcdk.support/lookup-entry:ruleset
tagsjava.lang.Objectcdk.support/lookup-entry:tags
targetTablesoftware.amazon.awscdk.services.glue.CfnDataQualityRuleset$DataQualityTargetTablePropertycdk.support/lookup-entry:target-table
The build-cfn-data-quality-ruleset-props-builder function updates a CfnDataQualityRulesetProps$Builder instance using the provided configuration.
  The function takes the CfnDataQualityRulesetProps$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 |
|---|---|---|---|
| `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `ruleset` | java.lang.String | [[cdk.support/lookup-entry]] | `:ruleset` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `targetTable` | software.amazon.awscdk.services.glue.CfnDataQualityRuleset$DataQualityTargetTableProperty | [[cdk.support/lookup-entry]] | `:target-table` |
sourceraw docstring

build-cfn-database-builderclj

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

The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration. The function takes the CfnDatabase$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseInputsoftware.amazon.awscdk.services.glue.CfnDatabase$DatabaseInputPropertycdk.support/lookup-entry:database-input
The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration.
  The function takes the CfnDatabase$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseInput` | software.amazon.awscdk.services.glue.CfnDatabase$DatabaseInputProperty | [[cdk.support/lookup-entry]] | `:database-input` |
sourceraw docstring

build-cfn-database-data-lake-principal-property-builderclj

(build-cfn-database-data-lake-principal-property-builder builder id config)

The build-cfn-database-data-lake-principal-property-builder function updates a CfnDatabase$DataLakePrincipalProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$DataLakePrincipalProperty$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
dataLakePrincipalIdentifierjava.lang.Stringcdk.support/lookup-entry:data-lake-principal-identifier
The build-cfn-database-data-lake-principal-property-builder function updates a CfnDatabase$DataLakePrincipalProperty$Builder instance using the provided configuration.
  The function takes the CfnDatabase$DataLakePrincipalProperty$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 |
|---|---|---|---|
| `dataLakePrincipalIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-lake-principal-identifier` |
sourceraw docstring

build-cfn-database-database-identifier-property-builderclj

(build-cfn-database-database-identifier-property-builder builder id config)

The build-cfn-database-database-identifier-property-builder function updates a CfnDatabase$DatabaseIdentifierProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$DatabaseIdentifierProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-cfn-database-database-identifier-property-builder function updates a CfnDatabase$DatabaseIdentifierProperty$Builder instance using the provided configuration.
  The function takes the CfnDatabase$DatabaseIdentifierProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-cfn-database-database-input-property-builderclj

(build-cfn-database-database-input-property-builder builder id config)

The build-cfn-database-database-input-property-builder function updates a CfnDatabase$DatabaseInputProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$DatabaseInputProperty$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
createTableDefaultPermissionsjava.util.Listcdk.support/lookup-entry:create-table-default-permissions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
federatedDatabasesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:federated-database
locationUrijava.lang.Stringcdk.support/lookup-entry:location-uri
namejava.lang.Stringcdk.support/lookup-entry:name
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
targetDatabasesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-database
The build-cfn-database-database-input-property-builder function updates a CfnDatabase$DatabaseInputProperty$Builder instance using the provided configuration.
  The function takes the CfnDatabase$DatabaseInputProperty$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 |
|---|---|---|---|
| `createTableDefaultPermissions` | java.util.List | [[cdk.support/lookup-entry]] | `:create-table-default-permissions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `federatedDatabase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:federated-database` |
| `locationUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:location-uri` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
| `targetDatabase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-database` |
sourceraw docstring

build-cfn-database-federated-database-property-builderclj

(build-cfn-database-federated-database-property-builder builder id config)

The build-cfn-database-federated-database-property-builder function updates a CfnDatabase$FederatedDatabaseProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$FederatedDatabaseProperty$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
connectionNamejava.lang.Stringcdk.support/lookup-entry:connection-name
identifierjava.lang.Stringcdk.support/lookup-entry:identifier
The build-cfn-database-federated-database-property-builder function updates a CfnDatabase$FederatedDatabaseProperty$Builder instance using the provided configuration.
  The function takes the CfnDatabase$FederatedDatabaseProperty$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 |
|---|---|---|---|
| `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` |
| `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` |
sourceraw docstring

build-cfn-database-principal-privileges-property-builderclj

(build-cfn-database-principal-privileges-property-builder builder id config)

The build-cfn-database-principal-privileges-property-builder function updates a CfnDatabase$PrincipalPrivilegesProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$PrincipalPrivilegesProperty$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
permissionsjava.util.Listcdk.support/lookup-entry:permissions
principalsoftware.amazon.awscdk.services.glue.CfnDatabase$DataLakePrincipalPropertycdk.support/lookup-entry:principal
The build-cfn-database-principal-privileges-property-builder function updates a CfnDatabase$PrincipalPrivilegesProperty$Builder instance using the provided configuration.
  The function takes the CfnDatabase$PrincipalPrivilegesProperty$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 |
|---|---|---|---|
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
| `principal` | software.amazon.awscdk.services.glue.CfnDatabase$DataLakePrincipalProperty | [[cdk.support/lookup-entry]] | `:principal` |
sourceraw docstring

build-cfn-database-props-builderclj

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

The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration. The function takes the CfnDatabaseProps$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseInputsoftware.amazon.awscdk.services.glue.CfnDatabase$DatabaseInputPropertycdk.support/lookup-entry:database-input
The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration.
  The function takes the CfnDatabaseProps$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseInput` | software.amazon.awscdk.services.glue.CfnDatabase$DatabaseInputProperty | [[cdk.support/lookup-entry]] | `:database-input` |
sourceraw docstring

build-cfn-dev-endpoint-builderclj

(build-cfn-dev-endpoint-builder builder id config)

The build-cfn-dev-endpoint-builder function updates a CfnDevEndpoint$Builder instance using the provided configuration. The function takes the CfnDevEndpoint$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
argumentsjava.lang.Objectcdk.support/lookup-entry:arguments
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
extraJarsS3Pathjava.lang.Stringcdk.support/lookup-entry:extra-jars-s3-path
extraPythonLibsS3Pathjava.lang.Stringcdk.support/lookup-entry:extra-python-libs-s3-path
glueVersionjava.lang.Stringcdk.support/lookup-entry:glue-version
numberOfNodesjava.lang.Numbercdk.support/lookup-entry:number-of-nodes
numberOfWorkersjava.lang.Numbercdk.support/lookup-entry:number-of-workers
publicKeyjava.lang.Stringcdk.support/lookup-entry:public-key
publicKeysjava.util.Listcdk.support/lookup-entry:public-keys
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdjava.lang.Stringcdk.support/lookup-entry:subnet-id
tagsjava.lang.Objectcdk.support/lookup-entry:tags
workerTypejava.lang.Stringcdk.support/lookup-entry:worker-type
The build-cfn-dev-endpoint-builder function updates a CfnDevEndpoint$Builder instance using the provided configuration.
  The function takes the CfnDevEndpoint$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 |
|---|---|---|---|
| `arguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:arguments` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `extraJarsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-jars-s3-path` |
| `extraPythonLibsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-python-libs-s3-path` |
| `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` |
| `numberOfNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-nodes` |
| `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` |
| `publicKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key` |
| `publicKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:public-keys` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
sourceraw docstring

build-cfn-dev-endpoint-props-builderclj

(build-cfn-dev-endpoint-props-builder builder id config)

The build-cfn-dev-endpoint-props-builder function updates a CfnDevEndpointProps$Builder instance using the provided configuration. The function takes the CfnDevEndpointProps$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
argumentsjava.lang.Objectcdk.support/lookup-entry:arguments
endpointNamejava.lang.Stringcdk.support/lookup-entry:endpoint-name
extraJarsS3Pathjava.lang.Stringcdk.support/lookup-entry:extra-jars-s3-path
extraPythonLibsS3Pathjava.lang.Stringcdk.support/lookup-entry:extra-python-libs-s3-path
glueVersionjava.lang.Stringcdk.support/lookup-entry:glue-version
numberOfNodesjava.lang.Numbercdk.support/lookup-entry:number-of-nodes
numberOfWorkersjava.lang.Numbercdk.support/lookup-entry:number-of-workers
publicKeyjava.lang.Stringcdk.support/lookup-entry:public-key
publicKeysjava.util.Listcdk.support/lookup-entry:public-keys
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
securityGroupIdsjava.util.Listcdk.support/lookup-entry:security-group-ids
subnetIdjava.lang.Stringcdk.support/lookup-entry:subnet-id
tagsjava.lang.Objectcdk.support/lookup-entry:tags
workerTypejava.lang.Stringcdk.support/lookup-entry:worker-type
The build-cfn-dev-endpoint-props-builder function updates a CfnDevEndpointProps$Builder instance using the provided configuration.
  The function takes the CfnDevEndpointProps$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 |
|---|---|---|---|
| `arguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:arguments` |
| `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` |
| `extraJarsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-jars-s3-path` |
| `extraPythonLibsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-python-libs-s3-path` |
| `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` |
| `numberOfNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-nodes` |
| `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` |
| `publicKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key` |
| `publicKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:public-keys` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` |
| `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
sourceraw docstring

build-cfn-job-builderclj

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

The build-cfn-job-builder function updates a CfnJob$Builder instance using the provided configuration. The function takes the CfnJob$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
allocatedCapacityjava.lang.Numbercdk.support/lookup-entry:allocated-capacity
commandsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:command
connectionssoftware.amazon.awscdk.services.glue.CfnJob$ConnectionsListPropertycdk.support/lookup-entry:connections
defaultArgumentsjava.lang.Objectcdk.support/lookup-entry:default-arguments
descriptionjava.lang.Stringcdk.support/lookup-entry:description
executionClassjava.lang.Stringcdk.support/lookup-entry:execution-class
executionPropertysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:execution-property
glueVersionjava.lang.Stringcdk.support/lookup-entry:glue-version
logUrijava.lang.Stringcdk.support/lookup-entry:log-uri
maintenanceWindowjava.lang.Stringcdk.support/lookup-entry:maintenance-window
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
namejava.lang.Stringcdk.support/lookup-entry:name
nonOverridableArgumentsjava.lang.Objectcdk.support/lookup-entry:non-overridable-arguments
notificationPropertysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:notification-property
numberOfWorkersjava.lang.Numbercdk.support/lookup-entry:number-of-workers
rolejava.lang.Stringcdk.support/lookup-entry:role
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
tagsjava.lang.Objectcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
workerTypejava.lang.Stringcdk.support/lookup-entry:worker-type
The build-cfn-job-builder function updates a CfnJob$Builder instance using the provided configuration.
  The function takes the CfnJob$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 |
|---|---|---|---|
| `allocatedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocated-capacity` |
| `command` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:command` |
| `connections` | software.amazon.awscdk.services.glue.CfnJob$ConnectionsListProperty | [[cdk.support/lookup-entry]] | `:connections` |
| `defaultArguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-arguments` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `executionClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-class` |
| `executionProperty` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:execution-property` |
| `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` |
| `logUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-uri` |
| `maintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:maintenance-window` |
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `nonOverridableArguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:non-overridable-arguments` |
| `notificationProperty` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notification-property` |
| `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
sourceraw docstring

build-cfn-job-connections-list-property-builderclj

(build-cfn-job-connections-list-property-builder builder id config)

The build-cfn-job-connections-list-property-builder function updates a CfnJob$ConnectionsListProperty$Builder instance using the provided configuration. The function takes the CfnJob$ConnectionsListProperty$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
connectionsjava.util.Listcdk.support/lookup-entry:connections
The build-cfn-job-connections-list-property-builder function updates a CfnJob$ConnectionsListProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$ConnectionsListProperty$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 |
|---|---|---|---|
| `connections` | java.util.List | [[cdk.support/lookup-entry]] | `:connections` |
sourceraw docstring

build-cfn-job-execution-property-property-builderclj

(build-cfn-job-execution-property-property-builder builder id config)

The build-cfn-job-execution-property-property-builder function updates a CfnJob$ExecutionPropertyProperty$Builder instance using the provided configuration. The function takes the CfnJob$ExecutionPropertyProperty$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
maxConcurrentRunsjava.lang.Numbercdk.support/lookup-entry:max-concurrent-runs
The build-cfn-job-execution-property-property-builder function updates a CfnJob$ExecutionPropertyProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$ExecutionPropertyProperty$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 |
|---|---|---|---|
| `maxConcurrentRuns` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-runs` |
sourceraw docstring

build-cfn-job-job-command-property-builderclj

(build-cfn-job-job-command-property-builder builder id config)

The build-cfn-job-job-command-property-builder function updates a CfnJob$JobCommandProperty$Builder instance using the provided configuration. The function takes the CfnJob$JobCommandProperty$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
pythonVersionjava.lang.Stringcdk.support/lookup-entry:python-version
runtimejava.lang.Stringcdk.support/lookup-entry:runtime
scriptLocationjava.lang.Stringcdk.support/lookup-entry:script-location
The build-cfn-job-job-command-property-builder function updates a CfnJob$JobCommandProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$JobCommandProperty$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` |
| `pythonVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:python-version` |
| `runtime` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime` |
| `scriptLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:script-location` |
sourceraw docstring

build-cfn-job-notification-property-property-builderclj

(build-cfn-job-notification-property-property-builder builder id config)

The build-cfn-job-notification-property-property-builder function updates a CfnJob$NotificationPropertyProperty$Builder instance using the provided configuration. The function takes the CfnJob$NotificationPropertyProperty$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
notifyDelayAfterjava.lang.Numbercdk.support/lookup-entry:notify-delay-after
The build-cfn-job-notification-property-property-builder function updates a CfnJob$NotificationPropertyProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$NotificationPropertyProperty$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 |
|---|---|---|---|
| `notifyDelayAfter` | java.lang.Number | [[cdk.support/lookup-entry]] | `:notify-delay-after` |
sourceraw docstring

build-cfn-job-props-builderclj

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

The build-cfn-job-props-builder function updates a CfnJobProps$Builder instance using the provided configuration. The function takes the CfnJobProps$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
allocatedCapacityjava.lang.Numbercdk.support/lookup-entry:allocated-capacity
commandsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:command
connectionssoftware.amazon.awscdk.services.glue.CfnJob$ConnectionsListPropertycdk.support/lookup-entry:connections
defaultArgumentsjava.lang.Objectcdk.support/lookup-entry:default-arguments
descriptionjava.lang.Stringcdk.support/lookup-entry:description
executionClassjava.lang.Stringcdk.support/lookup-entry:execution-class
executionPropertysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:execution-property
glueVersionjava.lang.Stringcdk.support/lookup-entry:glue-version
logUrijava.lang.Stringcdk.support/lookup-entry:log-uri
maintenanceWindowjava.lang.Stringcdk.support/lookup-entry:maintenance-window
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
namejava.lang.Stringcdk.support/lookup-entry:name
nonOverridableArgumentsjava.lang.Objectcdk.support/lookup-entry:non-overridable-arguments
notificationPropertysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:notification-property
numberOfWorkersjava.lang.Numbercdk.support/lookup-entry:number-of-workers
rolejava.lang.Stringcdk.support/lookup-entry:role
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
tagsjava.lang.Objectcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
workerTypejava.lang.Stringcdk.support/lookup-entry:worker-type
The build-cfn-job-props-builder function updates a CfnJobProps$Builder instance using the provided configuration.
  The function takes the CfnJobProps$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 |
|---|---|---|---|
| `allocatedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocated-capacity` |
| `command` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:command` |
| `connections` | software.amazon.awscdk.services.glue.CfnJob$ConnectionsListProperty | [[cdk.support/lookup-entry]] | `:connections` |
| `defaultArguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-arguments` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `executionClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-class` |
| `executionProperty` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:execution-property` |
| `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` |
| `logUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-uri` |
| `maintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:maintenance-window` |
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `nonOverridableArguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:non-overridable-arguments` |
| `notificationProperty` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notification-property` |
| `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
sourceraw docstring

build-cfn-ml-transform-builderclj

(build-cfn-ml-transform-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
glueVersionjava.lang.Stringcdk.support/lookup-entry:glue-version
inputRecordTablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:input-record-tables
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
namejava.lang.Stringcdk.support/lookup-entry:name
numberOfWorkersjava.lang.Numbercdk.support/lookup-entry:number-of-workers
rolejava.lang.Stringcdk.support/lookup-entry:role
tagsjava.lang.Objectcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
transformEncryptionsoftware.amazon.awscdk.services.glue.CfnMLTransform$TransformEncryptionPropertycdk.support/lookup-entry:transform-encryption
transformParameterssoftware.amazon.awscdk.services.glue.CfnMLTransform$TransformParametersPropertycdk.support/lookup-entry:transform-parameters
workerTypejava.lang.Stringcdk.support/lookup-entry:worker-type
The build-cfn-ml-transform-builder function updates a CfnMLTransform$Builder instance using the provided configuration.
  The function takes the CfnMLTransform$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` |
| `inputRecordTables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:input-record-tables` |
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `transformEncryption` | software.amazon.awscdk.services.glue.CfnMLTransform$TransformEncryptionProperty | [[cdk.support/lookup-entry]] | `:transform-encryption` |
| `transformParameters` | software.amazon.awscdk.services.glue.CfnMLTransform$TransformParametersProperty | [[cdk.support/lookup-entry]] | `:transform-parameters` |
| `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
sourceraw docstring

build-cfn-ml-transform-find-matches-parameters-property-builderclj

(build-cfn-ml-transform-find-matches-parameters-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-ml-transform-find-matches-parameters-property-builder function updates a CfnMLTransform$FindMatchesParametersProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$FindMatchesParametersProperty$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
accuracyCostTradeoffjava.lang.Numbercdk.support/lookup-entry:accuracy-cost-tradeoff
enforceProvidedLabelssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enforce-provided-labels
precisionRecallTradeoffjava.lang.Numbercdk.support/lookup-entry:precision-recall-tradeoff
primaryKeyColumnNamejava.lang.Stringcdk.support/lookup-entry:primary-key-column-name
The build-cfn-ml-transform-find-matches-parameters-property-builder function updates a CfnMLTransform$FindMatchesParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnMLTransform$FindMatchesParametersProperty$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 |
|---|---|---|---|
| `accuracyCostTradeoff` | java.lang.Number | [[cdk.support/lookup-entry]] | `:accuracy-cost-tradeoff` |
| `enforceProvidedLabels` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enforce-provided-labels` |
| `precisionRecallTradeoff` | java.lang.Number | [[cdk.support/lookup-entry]] | `:precision-recall-tradeoff` |
| `primaryKeyColumnName` | java.lang.String | [[cdk.support/lookup-entry]] | `:primary-key-column-name` |
sourceraw docstring

build-cfn-ml-transform-glue-tables-property-builderclj

(build-cfn-ml-transform-glue-tables-property-builder builder id config)

The build-cfn-ml-transform-glue-tables-property-builder function updates a CfnMLTransform$GlueTablesProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$GlueTablesProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
connectionNamejava.lang.Stringcdk.support/lookup-entry:connection-name
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-ml-transform-glue-tables-property-builder function updates a CfnMLTransform$GlueTablesProperty$Builder instance using the provided configuration.
  The function takes the CfnMLTransform$GlueTablesProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-ml-transform-input-record-tables-property-builderclj

(build-cfn-ml-transform-input-record-tables-property-builder builder id config)

The build-cfn-ml-transform-input-record-tables-property-builder function updates a CfnMLTransform$InputRecordTablesProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$InputRecordTablesProperty$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
glueTablesjava.util.Listcdk.support/lookup-entry:glue-tables
The build-cfn-ml-transform-input-record-tables-property-builder function updates a CfnMLTransform$InputRecordTablesProperty$Builder instance using the provided configuration.
  The function takes the CfnMLTransform$InputRecordTablesProperty$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 |
|---|---|---|---|
| `glueTables` | java.util.List | [[cdk.support/lookup-entry]] | `:glue-tables` |
sourceraw docstring

build-cfn-ml-transform-ml-user-data-encryption-property-builderclj

(build-cfn-ml-transform-ml-user-data-encryption-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-ml-transform-ml-user-data-encryption-property-builder function updates a CfnMLTransform$MLUserDataEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$MLUserDataEncryptionProperty$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
mlUserDataEncryptionModejava.lang.Stringcdk.support/lookup-entry:ml-user-data-encryption-mode
The build-cfn-ml-transform-ml-user-data-encryption-property-builder function updates a CfnMLTransform$MLUserDataEncryptionProperty$Builder instance using the provided configuration.
  The function takes the CfnMLTransform$MLUserDataEncryptionProperty$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` |
| `mlUserDataEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:ml-user-data-encryption-mode` |
sourceraw docstring

build-cfn-ml-transform-props-builderclj

(build-cfn-ml-transform-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
glueVersionjava.lang.Stringcdk.support/lookup-entry:glue-version
inputRecordTablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:input-record-tables
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
namejava.lang.Stringcdk.support/lookup-entry:name
numberOfWorkersjava.lang.Numbercdk.support/lookup-entry:number-of-workers
rolejava.lang.Stringcdk.support/lookup-entry:role
tagsjava.lang.Objectcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
transformEncryptionsoftware.amazon.awscdk.services.glue.CfnMLTransform$TransformEncryptionPropertycdk.support/lookup-entry:transform-encryption
transformParameterssoftware.amazon.awscdk.services.glue.CfnMLTransform$TransformParametersPropertycdk.support/lookup-entry:transform-parameters
workerTypejava.lang.Stringcdk.support/lookup-entry:worker-type
The build-cfn-ml-transform-props-builder function updates a CfnMLTransformProps$Builder instance using the provided configuration.
  The function takes the CfnMLTransformProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` |
| `inputRecordTables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:input-record-tables` |
| `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` |
| `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` |
| `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `transformEncryption` | software.amazon.awscdk.services.glue.CfnMLTransform$TransformEncryptionProperty | [[cdk.support/lookup-entry]] | `:transform-encryption` |
| `transformParameters` | software.amazon.awscdk.services.glue.CfnMLTransform$TransformParametersProperty | [[cdk.support/lookup-entry]] | `:transform-parameters` |
| `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
sourceraw docstring

build-cfn-ml-transform-transform-encryption-property-builderclj

(build-cfn-ml-transform-transform-encryption-property-builder builder id config)

The build-cfn-ml-transform-transform-encryption-property-builder function updates a CfnMLTransform$TransformEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$TransformEncryptionProperty$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
mlUserDataEncryptionsoftware.amazon.awscdk.services.glue.CfnMLTransform$MLUserDataEncryptionPropertycdk.support/lookup-entry:ml-user-data-encryption
taskRunSecurityConfigurationNamejava.lang.Stringcdk.support/lookup-entry:task-run-security-configuration-name
The build-cfn-ml-transform-transform-encryption-property-builder function updates a CfnMLTransform$TransformEncryptionProperty$Builder instance using the provided configuration.
  The function takes the CfnMLTransform$TransformEncryptionProperty$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 |
|---|---|---|---|
| `mlUserDataEncryption` | software.amazon.awscdk.services.glue.CfnMLTransform$MLUserDataEncryptionProperty | [[cdk.support/lookup-entry]] | `:ml-user-data-encryption` |
| `taskRunSecurityConfigurationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-run-security-configuration-name` |
sourceraw docstring

build-cfn-ml-transform-transform-parameters-property-builderclj

(build-cfn-ml-transform-transform-parameters-property-builder builder id config)

The build-cfn-ml-transform-transform-parameters-property-builder function updates a CfnMLTransform$TransformParametersProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$TransformParametersProperty$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
findMatchesParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:find-matches-parameters
transformTypejava.lang.Stringcdk.support/lookup-entry:transform-type
The build-cfn-ml-transform-transform-parameters-property-builder function updates a CfnMLTransform$TransformParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnMLTransform$TransformParametersProperty$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 |
|---|---|---|---|
| `findMatchesParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:find-matches-parameters` |
| `transformType` | java.lang.String | [[cdk.support/lookup-entry]] | `:transform-type` |
sourceraw docstring

build-cfn-partition-builderclj

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

The build-cfn-partition-builder function updates a CfnPartition$Builder instance using the provided configuration. The function takes the CfnPartition$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
partitionInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:partition-input
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-partition-builder function updates a CfnPartition$Builder instance using the provided configuration.
  The function takes the CfnPartition$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `partitionInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partition-input` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-partition-column-property-builderclj

(build-cfn-partition-column-property-builder builder id config)

The build-cfn-partition-column-property-builder function updates a CfnPartition$ColumnProperty$Builder instance using the provided configuration. The function takes the CfnPartition$ColumnProperty$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
namejava.lang.Stringcdk.support/lookup-entry:name
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-partition-column-property-builder function updates a CfnPartition$ColumnProperty$Builder instance using the provided configuration.
  The function takes the CfnPartition$ColumnProperty$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-partition-order-property-builderclj

(build-cfn-partition-order-property-builder builder id config)

The build-cfn-partition-order-property-builder function updates a CfnPartition$OrderProperty$Builder instance using the provided configuration. The function takes the CfnPartition$OrderProperty$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
columnjava.lang.Stringcdk.support/lookup-entry:column
sortOrderjava.lang.Numbercdk.support/lookup-entry:sort-order
The build-cfn-partition-order-property-builder function updates a CfnPartition$OrderProperty$Builder instance using the provided configuration.
  The function takes the CfnPartition$OrderProperty$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 |
|---|---|---|---|
| `column` | java.lang.String | [[cdk.support/lookup-entry]] | `:column` |
| `sortOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sort-order` |
sourceraw docstring

build-cfn-partition-partition-input-property-builderclj

(build-cfn-partition-partition-input-property-builder builder id config)

The build-cfn-partition-partition-input-property-builder function updates a CfnPartition$PartitionInputProperty$Builder instance using the provided configuration. The function takes the CfnPartition$PartitionInputProperty$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
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
storageDescriptorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:storage-descriptor
valuesjava.util.Listcdk.support/lookup-entry:values
The build-cfn-partition-partition-input-property-builder function updates a CfnPartition$PartitionInputProperty$Builder instance using the provided configuration.
  The function takes the CfnPartition$PartitionInputProperty$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 |
|---|---|---|---|
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
| `storageDescriptor` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:storage-descriptor` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
sourceraw docstring

build-cfn-partition-props-builderclj

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

The build-cfn-partition-props-builder function updates a CfnPartitionProps$Builder instance using the provided configuration. The function takes the CfnPartitionProps$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
partitionInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:partition-input
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-partition-props-builder function updates a CfnPartitionProps$Builder instance using the provided configuration.
  The function takes the CfnPartitionProps$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `partitionInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partition-input` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-partition-schema-id-property-builderclj

(build-cfn-partition-schema-id-property-builder builder id config)

The build-cfn-partition-schema-id-property-builder function updates a CfnPartition$SchemaIdProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SchemaIdProperty$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
registryNamejava.lang.Stringcdk.support/lookup-entry:registry-name
schemaArnjava.lang.Stringcdk.support/lookup-entry:schema-arn
schemaNamejava.lang.Stringcdk.support/lookup-entry:schema-name
The build-cfn-partition-schema-id-property-builder function updates a CfnPartition$SchemaIdProperty$Builder instance using the provided configuration.
  The function takes the CfnPartition$SchemaIdProperty$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 |
|---|---|---|---|
| `registryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-name` |
| `schemaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-arn` |
| `schemaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-name` |
sourceraw docstring

build-cfn-partition-schema-reference-property-builderclj

(build-cfn-partition-schema-reference-property-builder builder id config)

The build-cfn-partition-schema-reference-property-builder function updates a CfnPartition$SchemaReferenceProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SchemaReferenceProperty$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
schemaIdsoftware.amazon.awscdk.services.glue.CfnPartition$SchemaIdPropertycdk.support/lookup-entry:schema-id
schemaVersionIdjava.lang.Stringcdk.support/lookup-entry:schema-version-id
schemaVersionNumberjava.lang.Numbercdk.support/lookup-entry:schema-version-number
The build-cfn-partition-schema-reference-property-builder function updates a CfnPartition$SchemaReferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnPartition$SchemaReferenceProperty$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 |
|---|---|---|---|
| `schemaId` | software.amazon.awscdk.services.glue.CfnPartition$SchemaIdProperty | [[cdk.support/lookup-entry]] | `:schema-id` |
| `schemaVersionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-version-id` |
| `schemaVersionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schema-version-number` |
sourceraw docstring

build-cfn-partition-serde-info-property-builderclj

(build-cfn-partition-serde-info-property-builder builder id config)

The build-cfn-partition-serde-info-property-builder function updates a CfnPartition$SerdeInfoProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SerdeInfoProperty$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
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
serializationLibraryjava.lang.Stringcdk.support/lookup-entry:serialization-library
The build-cfn-partition-serde-info-property-builder function updates a CfnPartition$SerdeInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnPartition$SerdeInfoProperty$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` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
| `serializationLibrary` | java.lang.String | [[cdk.support/lookup-entry]] | `:serialization-library` |
sourceraw docstring

build-cfn-partition-skewed-info-property-builderclj

(build-cfn-partition-skewed-info-property-builder builder id config)

The build-cfn-partition-skewed-info-property-builder function updates a CfnPartition$SkewedInfoProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SkewedInfoProperty$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
skewedColumnNamesjava.util.Listcdk.support/lookup-entry:skewed-column-names
skewedColumnValueLocationMapsjava.lang.Objectcdk.support/lookup-entry:skewed-column-value-location-maps
skewedColumnValuesjava.util.Listcdk.support/lookup-entry:skewed-column-values
The build-cfn-partition-skewed-info-property-builder function updates a CfnPartition$SkewedInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnPartition$SkewedInfoProperty$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 |
|---|---|---|---|
| `skewedColumnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:skewed-column-names` |
| `skewedColumnValueLocationMaps` | java.lang.Object | [[cdk.support/lookup-entry]] | `:skewed-column-value-location-maps` |
| `skewedColumnValues` | java.util.List | [[cdk.support/lookup-entry]] | `:skewed-column-values` |
sourceraw docstring

build-cfn-partition-storage-descriptor-property-builderclj

(build-cfn-partition-storage-descriptor-property-builder builder id config)

The build-cfn-partition-storage-descriptor-property-builder function updates a CfnPartition$StorageDescriptorProperty$Builder instance using the provided configuration. The function takes the CfnPartition$StorageDescriptorProperty$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
bucketColumnsjava.util.Listcdk.support/lookup-entry:bucket-columns
columnsjava.util.Listcdk.support/lookup-entry:columns
compressedjava.lang.Booleancdk.support/lookup-entry:compressed
inputFormatjava.lang.Stringcdk.support/lookup-entry:input-format
locationjava.lang.Stringcdk.support/lookup-entry:location
numberOfBucketsjava.lang.Numbercdk.support/lookup-entry:number-of-buckets
outputFormatjava.lang.Stringcdk.support/lookup-entry:output-format
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
schemaReferencesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schema-reference
serdeInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:serde-info
skewedInfosoftware.amazon.awscdk.services.glue.CfnPartition$SkewedInfoPropertycdk.support/lookup-entry:skewed-info
sortColumnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sort-columns
storedAsSubDirectoriesjava.lang.Booleancdk.support/lookup-entry:stored-as-sub-directories
The build-cfn-partition-storage-descriptor-property-builder function updates a CfnPartition$StorageDescriptorProperty$Builder instance using the provided configuration.
  The function takes the CfnPartition$StorageDescriptorProperty$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 |
|---|---|---|---|
| `bucketColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:bucket-columns` |
| `columns` | java.util.List | [[cdk.support/lookup-entry]] | `:columns` |
| `compressed` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:compressed` |
| `inputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-format` |
| `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` |
| `numberOfBuckets` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-buckets` |
| `outputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-format` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
| `schemaReference` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema-reference` |
| `serdeInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:serde-info` |
| `skewedInfo` | software.amazon.awscdk.services.glue.CfnPartition$SkewedInfoProperty | [[cdk.support/lookup-entry]] | `:skewed-info` |
| `sortColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sort-columns` |
| `storedAsSubDirectories` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stored-as-sub-directories` |
sourceraw docstring

build-cfn-registry-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-registry-builder function updates a CfnRegistry$Builder instance using the provided configuration.
  The function takes the CfnRegistry$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-registry-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-registry-props-builder function updates a CfnRegistryProps$Builder instance using the provided configuration.
  The function takes the CfnRegistryProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-schema-builderclj

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

The build-cfn-schema-builder function updates a CfnSchema$Builder instance using the provided configuration. The function takes the CfnSchema$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
checkpointVersionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:checkpoint-version
compatibilityjava.lang.Stringcdk.support/lookup-entry:compatibility
dataFormatjava.lang.Stringcdk.support/lookup-entry:data-format
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
registrysoftware.amazon.awscdk.services.glue.CfnSchema$RegistryPropertycdk.support/lookup-entry:registry
schemaDefinitionjava.lang.Stringcdk.support/lookup-entry:schema-definition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-schema-builder function updates a CfnSchema$Builder instance using the provided configuration.
  The function takes the CfnSchema$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 |
|---|---|---|---|
| `checkpointVersion` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:checkpoint-version` |
| `compatibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:compatibility` |
| `dataFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-format` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `registry` | software.amazon.awscdk.services.glue.CfnSchema$RegistryProperty | [[cdk.support/lookup-entry]] | `:registry` |
| `schemaDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-definition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-schema-props-builderclj

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

The build-cfn-schema-props-builder function updates a CfnSchemaProps$Builder instance using the provided configuration. The function takes the CfnSchemaProps$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
checkpointVersionsoftware.amazon.awscdk.services.glue.CfnSchema$SchemaVersionPropertycdk.support/lookup-entry:checkpoint-version
compatibilityjava.lang.Stringcdk.support/lookup-entry:compatibility
dataFormatjava.lang.Stringcdk.support/lookup-entry:data-format
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
registrysoftware.amazon.awscdk.services.glue.CfnSchema$RegistryPropertycdk.support/lookup-entry:registry
schemaDefinitionjava.lang.Stringcdk.support/lookup-entry:schema-definition
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-schema-props-builder function updates a CfnSchemaProps$Builder instance using the provided configuration.
  The function takes the CfnSchemaProps$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 |
|---|---|---|---|
| `checkpointVersion` | software.amazon.awscdk.services.glue.CfnSchema$SchemaVersionProperty | [[cdk.support/lookup-entry]] | `:checkpoint-version` |
| `compatibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:compatibility` |
| `dataFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-format` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `registry` | software.amazon.awscdk.services.glue.CfnSchema$RegistryProperty | [[cdk.support/lookup-entry]] | `:registry` |
| `schemaDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-definition` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-schema-registry-property-builderclj

(build-cfn-schema-registry-property-builder builder id config)

The build-cfn-schema-registry-property-builder function updates a CfnSchema$RegistryProperty$Builder instance using the provided configuration. The function takes the CfnSchema$RegistryProperty$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
arnjava.lang.Stringcdk.support/lookup-entry:arn
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-schema-registry-property-builder function updates a CfnSchema$RegistryProperty$Builder instance using the provided configuration.
  The function takes the CfnSchema$RegistryProperty$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 |
|---|---|---|---|
| `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-schema-schema-version-property-builderclj

(build-cfn-schema-schema-version-property-builder builder id config)

The build-cfn-schema-schema-version-property-builder function updates a CfnSchema$SchemaVersionProperty$Builder instance using the provided configuration. The function takes the CfnSchema$SchemaVersionProperty$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
isLatestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-latest
versionNumberjava.lang.Numbercdk.support/lookup-entry:version-number
The build-cfn-schema-schema-version-property-builder function updates a CfnSchema$SchemaVersionProperty$Builder instance using the provided configuration.
  The function takes the CfnSchema$SchemaVersionProperty$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 |
|---|---|---|---|
| `isLatest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-latest` |
| `versionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version-number` |
sourceraw docstring

build-cfn-schema-version-builderclj

(build-cfn-schema-version-builder builder id config)

The build-cfn-schema-version-builder function updates a CfnSchemaVersion$Builder instance using the provided configuration. The function takes the CfnSchemaVersion$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
schemasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schema
schemaDefinitionjava.lang.Stringcdk.support/lookup-entry:schema-definition
The build-cfn-schema-version-builder function updates a CfnSchemaVersion$Builder instance using the provided configuration.
  The function takes the CfnSchemaVersion$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 |
|---|---|---|---|
| `schema` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema` |
| `schemaDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-definition` |
sourceraw docstring

build-cfn-schema-version-metadata-builderclj

(build-cfn-schema-version-metadata-builder builder id config)

The build-cfn-schema-version-metadata-builder function updates a CfnSchemaVersionMetadata$Builder instance using the provided configuration. The function takes the CfnSchemaVersionMetadata$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
schemaVersionIdjava.lang.Stringcdk.support/lookup-entry:schema-version-id
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-schema-version-metadata-builder function updates a CfnSchemaVersionMetadata$Builder instance using the provided configuration.
  The function takes the CfnSchemaVersionMetadata$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` |
| `schemaVersionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-version-id` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-schema-version-metadata-props-builderclj

(build-cfn-schema-version-metadata-props-builder builder id config)

The build-cfn-schema-version-metadata-props-builder function updates a CfnSchemaVersionMetadataProps$Builder instance using the provided configuration. The function takes the CfnSchemaVersionMetadataProps$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
schemaVersionIdjava.lang.Stringcdk.support/lookup-entry:schema-version-id
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-schema-version-metadata-props-builder function updates a CfnSchemaVersionMetadataProps$Builder instance using the provided configuration.
  The function takes the CfnSchemaVersionMetadataProps$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` |
| `schemaVersionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-version-id` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-schema-version-props-builderclj

(build-cfn-schema-version-props-builder builder id config)

The build-cfn-schema-version-props-builder function updates a CfnSchemaVersionProps$Builder instance using the provided configuration. The function takes the CfnSchemaVersionProps$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
schemasoftware.amazon.awscdk.services.glue.CfnSchemaVersion$SchemaPropertycdk.support/lookup-entry:schema
schemaDefinitionjava.lang.Stringcdk.support/lookup-entry:schema-definition
The build-cfn-schema-version-props-builder function updates a CfnSchemaVersionProps$Builder instance using the provided configuration.
  The function takes the CfnSchemaVersionProps$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 |
|---|---|---|---|
| `schema` | software.amazon.awscdk.services.glue.CfnSchemaVersion$SchemaProperty | [[cdk.support/lookup-entry]] | `:schema` |
| `schemaDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-definition` |
sourceraw docstring

build-cfn-schema-version-schema-property-builderclj

(build-cfn-schema-version-schema-property-builder builder id config)

The build-cfn-schema-version-schema-property-builder function updates a CfnSchemaVersion$SchemaProperty$Builder instance using the provided configuration. The function takes the CfnSchemaVersion$SchemaProperty$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
registryNamejava.lang.Stringcdk.support/lookup-entry:registry-name
schemaArnjava.lang.Stringcdk.support/lookup-entry:schema-arn
schemaNamejava.lang.Stringcdk.support/lookup-entry:schema-name
The build-cfn-schema-version-schema-property-builder function updates a CfnSchemaVersion$SchemaProperty$Builder instance using the provided configuration.
  The function takes the CfnSchemaVersion$SchemaProperty$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 |
|---|---|---|---|
| `registryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-name` |
| `schemaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-arn` |
| `schemaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-name` |
sourceraw docstring

build-cfn-security-configuration-builderclj

(build-cfn-security-configuration-builder builder id config)

The build-cfn-security-configuration-builder function updates a CfnSecurityConfiguration$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$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
encryptionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-security-configuration-builder function updates a CfnSecurityConfiguration$Builder instance using the provided configuration.
  The function takes the CfnSecurityConfiguration$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 |
|---|---|---|---|
| `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-security-configuration-cloud-watch-encryption-property-builderclj

(build-cfn-security-configuration-cloud-watch-encryption-property-builder
  builder
  id
  config)

The build-cfn-security-configuration-cloud-watch-encryption-property-builder function updates a CfnSecurityConfiguration$CloudWatchEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$CloudWatchEncryptionProperty$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
cloudWatchEncryptionModejava.lang.Stringcdk.support/lookup-entry:cloud-watch-encryption-mode
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
The build-cfn-security-configuration-cloud-watch-encryption-property-builder function updates a CfnSecurityConfiguration$CloudWatchEncryptionProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityConfiguration$CloudWatchEncryptionProperty$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 |
|---|---|---|---|
| `cloudWatchEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-encryption-mode` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
sourceraw docstring

build-cfn-security-configuration-encryption-configuration-property-builderclj

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

The build-cfn-security-configuration-encryption-configuration-property-builder function updates a CfnSecurityConfiguration$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$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
cloudWatchEncryptionsoftware.amazon.awscdk.services.glue.CfnSecurityConfiguration$CloudWatchEncryptionPropertycdk.support/lookup-entry:cloud-watch-encryption
jobBookmarksEncryptionsoftware.amazon.awscdk.services.glue.CfnSecurityConfiguration$JobBookmarksEncryptionPropertycdk.support/lookup-entry:job-bookmarks-encryption
s3Encryptionsjava.util.Listcdk.support/lookup-entry:s3-encryptions
The build-cfn-security-configuration-encryption-configuration-property-builder function updates a CfnSecurityConfiguration$EncryptionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityConfiguration$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 |
|---|---|---|---|
| `cloudWatchEncryption` | software.amazon.awscdk.services.glue.CfnSecurityConfiguration$CloudWatchEncryptionProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-encryption` |
| `jobBookmarksEncryption` | software.amazon.awscdk.services.glue.CfnSecurityConfiguration$JobBookmarksEncryptionProperty | [[cdk.support/lookup-entry]] | `:job-bookmarks-encryption` |
| `s3Encryptions` | java.util.List | [[cdk.support/lookup-entry]] | `:s3-encryptions` |
sourceraw docstring

build-cfn-security-configuration-job-bookmarks-encryption-property-builderclj

(build-cfn-security-configuration-job-bookmarks-encryption-property-builder
  builder
  id
  config)

The build-cfn-security-configuration-job-bookmarks-encryption-property-builder function updates a CfnSecurityConfiguration$JobBookmarksEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$JobBookmarksEncryptionProperty$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
jobBookmarksEncryptionModejava.lang.Stringcdk.support/lookup-entry:job-bookmarks-encryption-mode
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
The build-cfn-security-configuration-job-bookmarks-encryption-property-builder function updates a CfnSecurityConfiguration$JobBookmarksEncryptionProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityConfiguration$JobBookmarksEncryptionProperty$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 |
|---|---|---|---|
| `jobBookmarksEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-bookmarks-encryption-mode` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
sourceraw docstring

build-cfn-security-configuration-props-builderclj

(build-cfn-security-configuration-props-builder builder id config)

The build-cfn-security-configuration-props-builder function updates a CfnSecurityConfigurationProps$Builder instance using the provided configuration. The function takes the CfnSecurityConfigurationProps$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
encryptionConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-configuration
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-security-configuration-props-builder function updates a CfnSecurityConfigurationProps$Builder instance using the provided configuration.
  The function takes the CfnSecurityConfigurationProps$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 |
|---|---|---|---|
| `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-security-configuration-s3-encryption-property-builderclj

(build-cfn-security-configuration-s3-encryption-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-security-configuration-s3-encryption-property-builder function updates a CfnSecurityConfiguration$S3EncryptionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$S3EncryptionProperty$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
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
s3EncryptionModejava.lang.Stringcdk.support/lookup-entry:s3-encryption-mode
The build-cfn-security-configuration-s3-encryption-property-builder function updates a CfnSecurityConfiguration$S3EncryptionProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityConfiguration$S3EncryptionProperty$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 |
|---|---|---|---|
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `s3EncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-encryption-mode` |
sourceraw docstring

build-cfn-table-builderclj

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

The build-cfn-table-builder function updates a CfnTable$Builder instance using the provided configuration. The function takes the CfnTable$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
openTableFormatInputsoftware.amazon.awscdk.services.glue.CfnTable$OpenTableFormatInputPropertycdk.support/lookup-entry:open-table-format-input
tableInputsoftware.amazon.awscdk.services.glue.CfnTable$TableInputPropertycdk.support/lookup-entry:table-input
The build-cfn-table-builder function updates a CfnTable$Builder instance using the provided configuration.
  The function takes the CfnTable$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `openTableFormatInput` | software.amazon.awscdk.services.glue.CfnTable$OpenTableFormatInputProperty | [[cdk.support/lookup-entry]] | `:open-table-format-input` |
| `tableInput` | software.amazon.awscdk.services.glue.CfnTable$TableInputProperty | [[cdk.support/lookup-entry]] | `:table-input` |
sourceraw docstring

build-cfn-table-column-property-builderclj

(build-cfn-table-column-property-builder builder id config)

The build-cfn-table-column-property-builder function updates a CfnTable$ColumnProperty$Builder instance using the provided configuration. The function takes the CfnTable$ColumnProperty$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
commentjava.lang.Stringcdk.support/lookup-entry:comment
namejava.lang.Stringcdk.support/lookup-entry:name
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-table-column-property-builder function updates a CfnTable$ColumnProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$ColumnProperty$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 |
|---|---|---|---|
| `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-table-iceberg-input-property-builderclj

(build-cfn-table-iceberg-input-property-builder builder id config)

The build-cfn-table-iceberg-input-property-builder function updates a CfnTable$IcebergInputProperty$Builder instance using the provided configuration. The function takes the CfnTable$IcebergInputProperty$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
metadataOperationjava.lang.Stringcdk.support/lookup-entry:metadata-operation
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-table-iceberg-input-property-builder function updates a CfnTable$IcebergInputProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$IcebergInputProperty$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 |
|---|---|---|---|
| `metadataOperation` | java.lang.String | [[cdk.support/lookup-entry]] | `:metadata-operation` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-table-open-table-format-input-property-builderclj

(build-cfn-table-open-table-format-input-property-builder builder id config)

The build-cfn-table-open-table-format-input-property-builder function updates a CfnTable$OpenTableFormatInputProperty$Builder instance using the provided configuration. The function takes the CfnTable$OpenTableFormatInputProperty$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
icebergInputsoftware.amazon.awscdk.services.glue.CfnTable$IcebergInputPropertycdk.support/lookup-entry:iceberg-input
The build-cfn-table-open-table-format-input-property-builder function updates a CfnTable$OpenTableFormatInputProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$OpenTableFormatInputProperty$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 |
|---|---|---|---|
| `icebergInput` | software.amazon.awscdk.services.glue.CfnTable$IcebergInputProperty | [[cdk.support/lookup-entry]] | `:iceberg-input` |
sourceraw docstring

build-cfn-table-optimizer-builderclj

(build-cfn-table-optimizer-builder builder id config)

The build-cfn-table-optimizer-builder function updates a CfnTableOptimizer$Builder instance using the provided configuration. The function takes the CfnTableOptimizer$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
tableOptimizerConfigurationsoftware.amazon.awscdk.services.glue.CfnTableOptimizer$TableOptimizerConfigurationPropertycdk.support/lookup-entry:table-optimizer-configuration
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-table-optimizer-builder function updates a CfnTableOptimizer$Builder instance using the provided configuration.
  The function takes the CfnTableOptimizer$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
| `tableOptimizerConfiguration` | software.amazon.awscdk.services.glue.CfnTableOptimizer$TableOptimizerConfigurationProperty | [[cdk.support/lookup-entry]] | `:table-optimizer-configuration` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-table-optimizer-props-builderclj

(build-cfn-table-optimizer-props-builder builder id config)

The build-cfn-table-optimizer-props-builder function updates a CfnTableOptimizerProps$Builder instance using the provided configuration. The function takes the CfnTableOptimizerProps$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
tableOptimizerConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:table-optimizer-configuration
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-table-optimizer-props-builder function updates a CfnTableOptimizerProps$Builder instance using the provided configuration.
  The function takes the CfnTableOptimizerProps$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
| `tableOptimizerConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:table-optimizer-configuration` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-table-optimizer-table-optimizer-configuration-property-builderclj

(build-cfn-table-optimizer-table-optimizer-configuration-property-builder
  builder
  id
  config)

The build-cfn-table-optimizer-table-optimizer-configuration-property-builder function updates a CfnTableOptimizer$TableOptimizerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTableOptimizer$TableOptimizerConfigurationProperty$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
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-table-optimizer-table-optimizer-configuration-property-builder function updates a CfnTableOptimizer$TableOptimizerConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnTableOptimizer$TableOptimizerConfigurationProperty$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 |
|---|---|---|---|
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-table-order-property-builderclj

(build-cfn-table-order-property-builder builder id config)

The build-cfn-table-order-property-builder function updates a CfnTable$OrderProperty$Builder instance using the provided configuration. The function takes the CfnTable$OrderProperty$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
columnjava.lang.Stringcdk.support/lookup-entry:column
sortOrderjava.lang.Numbercdk.support/lookup-entry:sort-order
The build-cfn-table-order-property-builder function updates a CfnTable$OrderProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$OrderProperty$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 |
|---|---|---|---|
| `column` | java.lang.String | [[cdk.support/lookup-entry]] | `:column` |
| `sortOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sort-order` |
sourceraw docstring

build-cfn-table-props-builderclj

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

The build-cfn-table-props-builder function updates a CfnTableProps$Builder instance using the provided configuration. The function takes the CfnTableProps$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
openTableFormatInputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:open-table-format-input
tableInputsoftware.amazon.awscdk.services.glue.CfnTable$TableInputPropertycdk.support/lookup-entry:table-input
The build-cfn-table-props-builder function updates a CfnTableProps$Builder instance using the provided configuration.
  The function takes the CfnTableProps$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `openTableFormatInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:open-table-format-input` |
| `tableInput` | software.amazon.awscdk.services.glue.CfnTable$TableInputProperty | [[cdk.support/lookup-entry]] | `:table-input` |
sourceraw docstring

build-cfn-table-schema-id-property-builderclj

(build-cfn-table-schema-id-property-builder builder id config)

The build-cfn-table-schema-id-property-builder function updates a CfnTable$SchemaIdProperty$Builder instance using the provided configuration. The function takes the CfnTable$SchemaIdProperty$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
registryNamejava.lang.Stringcdk.support/lookup-entry:registry-name
schemaArnjava.lang.Stringcdk.support/lookup-entry:schema-arn
schemaNamejava.lang.Stringcdk.support/lookup-entry:schema-name
The build-cfn-table-schema-id-property-builder function updates a CfnTable$SchemaIdProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$SchemaIdProperty$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 |
|---|---|---|---|
| `registryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-name` |
| `schemaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-arn` |
| `schemaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-name` |
sourceraw docstring

build-cfn-table-schema-reference-property-builderclj

(build-cfn-table-schema-reference-property-builder builder id config)

The build-cfn-table-schema-reference-property-builder function updates a CfnTable$SchemaReferenceProperty$Builder instance using the provided configuration. The function takes the CfnTable$SchemaReferenceProperty$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
schemaIdsoftware.amazon.awscdk.services.glue.CfnTable$SchemaIdPropertycdk.support/lookup-entry:schema-id
schemaVersionIdjava.lang.Stringcdk.support/lookup-entry:schema-version-id
schemaVersionNumberjava.lang.Numbercdk.support/lookup-entry:schema-version-number
The build-cfn-table-schema-reference-property-builder function updates a CfnTable$SchemaReferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$SchemaReferenceProperty$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 |
|---|---|---|---|
| `schemaId` | software.amazon.awscdk.services.glue.CfnTable$SchemaIdProperty | [[cdk.support/lookup-entry]] | `:schema-id` |
| `schemaVersionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-version-id` |
| `schemaVersionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schema-version-number` |
sourceraw docstring

build-cfn-table-serde-info-property-builderclj

(build-cfn-table-serde-info-property-builder builder id config)

The build-cfn-table-serde-info-property-builder function updates a CfnTable$SerdeInfoProperty$Builder instance using the provided configuration. The function takes the CfnTable$SerdeInfoProperty$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
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
serializationLibraryjava.lang.Stringcdk.support/lookup-entry:serialization-library
The build-cfn-table-serde-info-property-builder function updates a CfnTable$SerdeInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$SerdeInfoProperty$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` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
| `serializationLibrary` | java.lang.String | [[cdk.support/lookup-entry]] | `:serialization-library` |
sourceraw docstring

build-cfn-table-skewed-info-property-builderclj

(build-cfn-table-skewed-info-property-builder builder id config)

The build-cfn-table-skewed-info-property-builder function updates a CfnTable$SkewedInfoProperty$Builder instance using the provided configuration. The function takes the CfnTable$SkewedInfoProperty$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
skewedColumnNamesjava.util.Listcdk.support/lookup-entry:skewed-column-names
skewedColumnValueLocationMapsjava.lang.Objectcdk.support/lookup-entry:skewed-column-value-location-maps
skewedColumnValuesjava.util.Listcdk.support/lookup-entry:skewed-column-values
The build-cfn-table-skewed-info-property-builder function updates a CfnTable$SkewedInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$SkewedInfoProperty$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 |
|---|---|---|---|
| `skewedColumnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:skewed-column-names` |
| `skewedColumnValueLocationMaps` | java.lang.Object | [[cdk.support/lookup-entry]] | `:skewed-column-value-location-maps` |
| `skewedColumnValues` | java.util.List | [[cdk.support/lookup-entry]] | `:skewed-column-values` |
sourceraw docstring

build-cfn-table-storage-descriptor-property-builderclj

(build-cfn-table-storage-descriptor-property-builder builder id config)

The build-cfn-table-storage-descriptor-property-builder function updates a CfnTable$StorageDescriptorProperty$Builder instance using the provided configuration. The function takes the CfnTable$StorageDescriptorProperty$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
bucketColumnsjava.util.Listcdk.support/lookup-entry:bucket-columns
columnsjava.util.Listcdk.support/lookup-entry:columns
compressedjava.lang.Booleancdk.support/lookup-entry:compressed
inputFormatjava.lang.Stringcdk.support/lookup-entry:input-format
locationjava.lang.Stringcdk.support/lookup-entry:location
numberOfBucketsjava.lang.Numbercdk.support/lookup-entry:number-of-buckets
outputFormatjava.lang.Stringcdk.support/lookup-entry:output-format
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
schemaReferencesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schema-reference
serdeInfosoftware.amazon.awscdk.services.glue.CfnTable$SerdeInfoPropertycdk.support/lookup-entry:serde-info
skewedInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:skewed-info
sortColumnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sort-columns
storedAsSubDirectoriesjava.lang.Booleancdk.support/lookup-entry:stored-as-sub-directories
The build-cfn-table-storage-descriptor-property-builder function updates a CfnTable$StorageDescriptorProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$StorageDescriptorProperty$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 |
|---|---|---|---|
| `bucketColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:bucket-columns` |
| `columns` | java.util.List | [[cdk.support/lookup-entry]] | `:columns` |
| `compressed` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:compressed` |
| `inputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-format` |
| `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` |
| `numberOfBuckets` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-buckets` |
| `outputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-format` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
| `schemaReference` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema-reference` |
| `serdeInfo` | software.amazon.awscdk.services.glue.CfnTable$SerdeInfoProperty | [[cdk.support/lookup-entry]] | `:serde-info` |
| `skewedInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:skewed-info` |
| `sortColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sort-columns` |
| `storedAsSubDirectories` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stored-as-sub-directories` |
sourceraw docstring

build-cfn-table-table-identifier-property-builderclj

(build-cfn-table-table-identifier-property-builder builder id config)

The build-cfn-table-table-identifier-property-builder function updates a CfnTable$TableIdentifierProperty$Builder instance using the provided configuration. The function takes the CfnTable$TableIdentifierProperty$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
catalogIdjava.lang.Stringcdk.support/lookup-entry:catalog-id
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
namejava.lang.Stringcdk.support/lookup-entry:name
regionjava.lang.Stringcdk.support/lookup-entry:region
The build-cfn-table-table-identifier-property-builder function updates a CfnTable$TableIdentifierProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$TableIdentifierProperty$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 |
|---|---|---|---|
| `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` |
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
sourceraw docstring

build-cfn-table-table-input-property-builderclj

(build-cfn-table-table-input-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
ownerjava.lang.Stringcdk.support/lookup-entry:owner
parametersjava.lang.Objectcdk.support/lookup-entry:parameters
partitionKeyssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:partition-keys
retentionjava.lang.Numbercdk.support/lookup-entry:retention
storageDescriptorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:storage-descriptor
tableTypejava.lang.Stringcdk.support/lookup-entry:table-type
targetTablesoftware.amazon.awscdk.services.glue.CfnTable$TableIdentifierPropertycdk.support/lookup-entry:target-table
viewExpandedTextjava.lang.Stringcdk.support/lookup-entry:view-expanded-text
viewOriginalTextjava.lang.Stringcdk.support/lookup-entry:view-original-text
The build-cfn-table-table-input-property-builder function updates a CfnTable$TableInputProperty$Builder instance using the provided configuration.
  The function takes the CfnTable$TableInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` |
| `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` |
| `partitionKeys` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partition-keys` |
| `retention` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retention` |
| `storageDescriptor` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:storage-descriptor` |
| `tableType` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-type` |
| `targetTable` | software.amazon.awscdk.services.glue.CfnTable$TableIdentifierProperty | [[cdk.support/lookup-entry]] | `:target-table` |
| `viewExpandedText` | java.lang.String | [[cdk.support/lookup-entry]] | `:view-expanded-text` |
| `viewOriginalText` | java.lang.String | [[cdk.support/lookup-entry]] | `:view-original-text` |
sourceraw docstring

build-cfn-trigger-action-property-builderclj

(build-cfn-trigger-action-property-builder builder id config)

The build-cfn-trigger-action-property-builder function updates a CfnTrigger$ActionProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$ActionProperty$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
argumentsjava.lang.Objectcdk.support/lookup-entry:arguments
crawlerNamejava.lang.Stringcdk.support/lookup-entry:crawler-name
jobNamejava.lang.Stringcdk.support/lookup-entry:job-name
notificationPropertysoftware.amazon.awscdk.services.glue.CfnTrigger$NotificationPropertyPropertycdk.support/lookup-entry:notification-property
securityConfigurationjava.lang.Stringcdk.support/lookup-entry:security-configuration
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
The build-cfn-trigger-action-property-builder function updates a CfnTrigger$ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnTrigger$ActionProperty$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 |
|---|---|---|---|
| `arguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:arguments` |
| `crawlerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-name` |
| `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` |
| `notificationProperty` | software.amazon.awscdk.services.glue.CfnTrigger$NotificationPropertyProperty | [[cdk.support/lookup-entry]] | `:notification-property` |
| `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-cfn-trigger-builderclj

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

The build-cfn-trigger-builder function updates a CfnTrigger$Builder instance using the provided configuration. The function takes the CfnTrigger$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
actionsjava.util.Listcdk.support/lookup-entry:actions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventBatchingConditionsoftware.amazon.awscdk.services.glue.CfnTrigger$EventBatchingConditionPropertycdk.support/lookup-entry:event-batching-condition
namejava.lang.Stringcdk.support/lookup-entry:name
predicatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:predicate
schedulejava.lang.Stringcdk.support/lookup-entry:schedule
startOnCreationjava.lang.Booleancdk.support/lookup-entry:start-on-creation
tagsjava.lang.Objectcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
workflowNamejava.lang.Stringcdk.support/lookup-entry:workflow-name
The build-cfn-trigger-builder function updates a CfnTrigger$Builder instance using the provided configuration.
  The function takes the CfnTrigger$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 |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `eventBatchingCondition` | software.amazon.awscdk.services.glue.CfnTrigger$EventBatchingConditionProperty | [[cdk.support/lookup-entry]] | `:event-batching-condition` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `predicate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:predicate` |
| `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` |
| `startOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:start-on-creation` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `workflowName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workflow-name` |
sourceraw docstring

build-cfn-trigger-condition-property-builderclj

(build-cfn-trigger-condition-property-builder builder id config)

The build-cfn-trigger-condition-property-builder function updates a CfnTrigger$ConditionProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$ConditionProperty$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
crawlStatejava.lang.Stringcdk.support/lookup-entry:crawl-state
crawlerNamejava.lang.Stringcdk.support/lookup-entry:crawler-name
jobNamejava.lang.Stringcdk.support/lookup-entry:job-name
logicalOperatorjava.lang.Stringcdk.support/lookup-entry:logical-operator
statejava.lang.Stringcdk.support/lookup-entry:state
The build-cfn-trigger-condition-property-builder function updates a CfnTrigger$ConditionProperty$Builder instance using the provided configuration.
  The function takes the CfnTrigger$ConditionProperty$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 |
|---|---|---|---|
| `crawlState` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawl-state` |
| `crawlerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-name` |
| `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` |
| `logicalOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:logical-operator` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
sourceraw docstring

build-cfn-trigger-event-batching-condition-property-builderclj

(build-cfn-trigger-event-batching-condition-property-builder builder id config)

The build-cfn-trigger-event-batching-condition-property-builder function updates a CfnTrigger$EventBatchingConditionProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$EventBatchingConditionProperty$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
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
batchWindowjava.lang.Numbercdk.support/lookup-entry:batch-window
The build-cfn-trigger-event-batching-condition-property-builder function updates a CfnTrigger$EventBatchingConditionProperty$Builder instance using the provided configuration.
  The function takes the CfnTrigger$EventBatchingConditionProperty$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 |
|---|---|---|---|
| `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` |
| `batchWindow` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-window` |
sourceraw docstring

build-cfn-trigger-notification-property-property-builderclj

(build-cfn-trigger-notification-property-property-builder builder id config)

The build-cfn-trigger-notification-property-property-builder function updates a CfnTrigger$NotificationPropertyProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$NotificationPropertyProperty$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
notifyDelayAfterjava.lang.Numbercdk.support/lookup-entry:notify-delay-after
The build-cfn-trigger-notification-property-property-builder function updates a CfnTrigger$NotificationPropertyProperty$Builder instance using the provided configuration.
  The function takes the CfnTrigger$NotificationPropertyProperty$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 |
|---|---|---|---|
| `notifyDelayAfter` | java.lang.Number | [[cdk.support/lookup-entry]] | `:notify-delay-after` |
sourceraw docstring

build-cfn-trigger-predicate-property-builderclj

(build-cfn-trigger-predicate-property-builder builder id config)

The build-cfn-trigger-predicate-property-builder function updates a CfnTrigger$PredicateProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$PredicateProperty$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
conditionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:conditions
logicaljava.lang.Stringcdk.support/lookup-entry:logical
The build-cfn-trigger-predicate-property-builder function updates a CfnTrigger$PredicateProperty$Builder instance using the provided configuration.
  The function takes the CfnTrigger$PredicateProperty$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 |
|---|---|---|---|
| `conditions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:conditions` |
| `logical` | java.lang.String | [[cdk.support/lookup-entry]] | `:logical` |
sourceraw docstring

build-cfn-trigger-props-builderclj

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

The build-cfn-trigger-props-builder function updates a CfnTriggerProps$Builder instance using the provided configuration. The function takes the CfnTriggerProps$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
actionsjava.util.Listcdk.support/lookup-entry:actions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
eventBatchingConditionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-batching-condition
namejava.lang.Stringcdk.support/lookup-entry:name
predicatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:predicate
schedulejava.lang.Stringcdk.support/lookup-entry:schedule
startOnCreationjava.lang.Booleancdk.support/lookup-entry:start-on-creation
tagsjava.lang.Objectcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
workflowNamejava.lang.Stringcdk.support/lookup-entry:workflow-name
The build-cfn-trigger-props-builder function updates a CfnTriggerProps$Builder instance using the provided configuration.
  The function takes the CfnTriggerProps$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 |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `eventBatchingCondition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-batching-condition` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `predicate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:predicate` |
| `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` |
| `startOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:start-on-creation` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `workflowName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workflow-name` |
sourceraw docstring

build-cfn-workflow-builderclj

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

The build-cfn-workflow-builder function updates a CfnWorkflow$Builder instance using the provided configuration. The function takes the CfnWorkflow$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
defaultRunPropertiesjava.lang.Objectcdk.support/lookup-entry:default-run-properties
descriptionjava.lang.Stringcdk.support/lookup-entry:description
maxConcurrentRunsjava.lang.Numbercdk.support/lookup-entry:max-concurrent-runs
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-workflow-builder function updates a CfnWorkflow$Builder instance using the provided configuration.
  The function takes the CfnWorkflow$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 |
|---|---|---|---|
| `defaultRunProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-run-properties` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `maxConcurrentRuns` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-runs` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-workflow-props-builderclj

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

The build-cfn-workflow-props-builder function updates a CfnWorkflowProps$Builder instance using the provided configuration. The function takes the CfnWorkflowProps$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
defaultRunPropertiesjava.lang.Objectcdk.support/lookup-entry:default-run-properties
descriptionjava.lang.Stringcdk.support/lookup-entry:description
maxConcurrentRunsjava.lang.Numbercdk.support/lookup-entry:max-concurrent-runs
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.lang.Objectcdk.support/lookup-entry:tags
The build-cfn-workflow-props-builder function updates a CfnWorkflowProps$Builder instance using the provided configuration.
  The function takes the CfnWorkflowProps$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 |
|---|---|---|---|
| `defaultRunProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-run-properties` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `maxConcurrentRuns` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-runs` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

cfn-classifier-builderclj

(cfn-classifier-builder scope id config)

Creates a CfnClassifier$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  `CfnClassifier$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-classifier-csv-classifier-property-builderclj

(cfn-classifier-csv-classifier-property-builder id config)

Creates a CfnClassifier$CsvClassifierProperty$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  `CfnClassifier$CsvClassifierProperty$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-classifier-grok-classifier-property-builderclj

(cfn-classifier-grok-classifier-property-builder id config)

Creates a CfnClassifier$GrokClassifierProperty$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  `CfnClassifier$GrokClassifierProperty$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-classifier-json-classifier-property-builderclj

(cfn-classifier-json-classifier-property-builder id config)

Creates a CfnClassifier$JsonClassifierProperty$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  `CfnClassifier$JsonClassifierProperty$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-classifier-props-builderclj

(cfn-classifier-props-builder id config)

Creates a CfnClassifierProps$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  `CfnClassifierProps$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-classifier-xml-classifier-property-builderclj

(cfn-classifier-xml-classifier-property-builder id config)

Creates a CfnClassifier$XMLClassifierProperty$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  `CfnClassifier$XMLClassifierProperty$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-connection-builderclj

(cfn-connection-builder scope id config)

Creates a CfnConnection$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  `CfnConnection$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-connection-connection-input-property-builderclj

(cfn-connection-connection-input-property-builder id config)

Creates a CfnConnection$ConnectionInputProperty$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  `CfnConnection$ConnectionInputProperty$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-connection-physical-connection-requirements-property-builderclj

(cfn-connection-physical-connection-requirements-property-builder id config)

Creates a CfnConnection$PhysicalConnectionRequirementsProperty$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  `CfnConnection$PhysicalConnectionRequirementsProperty$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-connection-props-builderclj

(cfn-connection-props-builder id config)

Creates a CfnConnectionProps$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  `CfnConnectionProps$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-crawler-builderclj

(cfn-crawler-builder scope id config)

Creates a CfnCrawler$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  `CfnCrawler$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-crawler-catalog-target-property-builderclj

(cfn-crawler-catalog-target-property-builder id config)

Creates a CfnCrawler$CatalogTargetProperty$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  `CfnCrawler$CatalogTargetProperty$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-crawler-delta-target-property-builderclj

(cfn-crawler-delta-target-property-builder id config)

Creates a CfnCrawler$DeltaTargetProperty$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  `CfnCrawler$DeltaTargetProperty$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-crawler-dynamo-db-target-property-builderclj

(cfn-crawler-dynamo-db-target-property-builder id config)

Creates a CfnCrawler$DynamoDBTargetProperty$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  `CfnCrawler$DynamoDBTargetProperty$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-crawler-iceberg-target-property-builderclj

(cfn-crawler-iceberg-target-property-builder id config)

Creates a CfnCrawler$IcebergTargetProperty$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  `CfnCrawler$IcebergTargetProperty$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-crawler-jdbc-target-property-builderclj

(cfn-crawler-jdbc-target-property-builder id config)

Creates a CfnCrawler$JdbcTargetProperty$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  `CfnCrawler$JdbcTargetProperty$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-crawler-lake-formation-configuration-property-builderclj

(cfn-crawler-lake-formation-configuration-property-builder id config)

Creates a CfnCrawler$LakeFormationConfigurationProperty$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  `CfnCrawler$LakeFormationConfigurationProperty$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-crawler-mongo-db-target-property-builderclj

(cfn-crawler-mongo-db-target-property-builder id config)

Creates a CfnCrawler$MongoDBTargetProperty$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  `CfnCrawler$MongoDBTargetProperty$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-crawler-props-builderclj

(cfn-crawler-props-builder id config)

Creates a CfnCrawlerProps$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  `CfnCrawlerProps$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-crawler-recrawl-policy-property-builderclj

(cfn-crawler-recrawl-policy-property-builder id config)

Creates a CfnCrawler$RecrawlPolicyProperty$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  `CfnCrawler$RecrawlPolicyProperty$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-crawler-s3-target-property-builderclj

(cfn-crawler-s3-target-property-builder id config)

Creates a CfnCrawler$S3TargetProperty$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  `CfnCrawler$S3TargetProperty$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-crawler-schedule-property-builderclj

(cfn-crawler-schedule-property-builder id config)

Creates a CfnCrawler$ScheduleProperty$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  `CfnCrawler$ScheduleProperty$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-crawler-schema-change-policy-property-builderclj

(cfn-crawler-schema-change-policy-property-builder id config)

Creates a CfnCrawler$SchemaChangePolicyProperty$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  `CfnCrawler$SchemaChangePolicyProperty$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-crawler-targets-property-builderclj

(cfn-crawler-targets-property-builder id config)

Creates a CfnCrawler$TargetsProperty$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  `CfnCrawler$TargetsProperty$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-custom-entity-type-builderclj

(cfn-custom-entity-type-builder scope id config)

Creates a CfnCustomEntityType$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  `CfnCustomEntityType$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-custom-entity-type-props-builderclj

(cfn-custom-entity-type-props-builder id config)

Creates a CfnCustomEntityTypeProps$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  `CfnCustomEntityTypeProps$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-catalog-encryption-settings-builderclj

(cfn-data-catalog-encryption-settings-builder scope id config)

Creates a CfnDataCatalogEncryptionSettings$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  `CfnDataCatalogEncryptionSettings$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-catalog-encryption-settings-connection-password-encryption-property-builderclj

(cfn-data-catalog-encryption-settings-connection-password-encryption-property-builder
  id
  config)

Creates a CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$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  `CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$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-catalog-encryption-settings-data-catalog-encryption-settings-property-builderclj

(cfn-data-catalog-encryption-settings-data-catalog-encryption-settings-property-builder
  id
  config)

Creates a CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$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  `CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$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-catalog-encryption-settings-encryption-at-rest-property-builderclj

(cfn-data-catalog-encryption-settings-encryption-at-rest-property-builder
  id
  config)

Creates a CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$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  `CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$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-catalog-encryption-settings-props-builderclj

(cfn-data-catalog-encryption-settings-props-builder id config)

Creates a CfnDataCatalogEncryptionSettingsProps$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  `CfnDataCatalogEncryptionSettingsProps$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-quality-ruleset-builderclj

(cfn-data-quality-ruleset-builder scope id config)

Creates a CfnDataQualityRuleset$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  `CfnDataQualityRuleset$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-quality-ruleset-data-quality-target-table-property-builderclj

(cfn-data-quality-ruleset-data-quality-target-table-property-builder id config)

Creates a CfnDataQualityRuleset$DataQualityTargetTableProperty$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  `CfnDataQualityRuleset$DataQualityTargetTableProperty$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-quality-ruleset-props-builderclj

(cfn-data-quality-ruleset-props-builder id config)

Creates a CfnDataQualityRulesetProps$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  `CfnDataQualityRulesetProps$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-database-builderclj

(cfn-database-builder scope id config)

Creates a CfnDatabase$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  `CfnDatabase$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-database-data-lake-principal-property-builderclj

(cfn-database-data-lake-principal-property-builder id config)

Creates a CfnDatabase$DataLakePrincipalProperty$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  `CfnDatabase$DataLakePrincipalProperty$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-database-database-identifier-property-builderclj

(cfn-database-database-identifier-property-builder id config)

Creates a CfnDatabase$DatabaseIdentifierProperty$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  `CfnDatabase$DatabaseIdentifierProperty$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-database-database-input-property-builderclj

(cfn-database-database-input-property-builder id config)

Creates a CfnDatabase$DatabaseInputProperty$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  `CfnDatabase$DatabaseInputProperty$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-database-federated-database-property-builderclj

(cfn-database-federated-database-property-builder id config)

Creates a CfnDatabase$FederatedDatabaseProperty$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  `CfnDatabase$FederatedDatabaseProperty$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-database-principal-privileges-property-builderclj

(cfn-database-principal-privileges-property-builder id config)

Creates a CfnDatabase$PrincipalPrivilegesProperty$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  `CfnDatabase$PrincipalPrivilegesProperty$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-database-props-builderclj

(cfn-database-props-builder id config)

Creates a CfnDatabaseProps$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  `CfnDatabaseProps$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-dev-endpoint-builderclj

(cfn-dev-endpoint-builder scope id config)

Creates a CfnDevEndpoint$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  `CfnDevEndpoint$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-dev-endpoint-props-builderclj

(cfn-dev-endpoint-props-builder id config)

Creates a CfnDevEndpointProps$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  `CfnDevEndpointProps$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-job-builderclj

(cfn-job-builder scope id config)

Creates a CfnJob$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  `CfnJob$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-job-connections-list-property-builderclj

(cfn-job-connections-list-property-builder id config)

Creates a CfnJob$ConnectionsListProperty$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  `CfnJob$ConnectionsListProperty$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-job-execution-property-property-builderclj

(cfn-job-execution-property-property-builder id config)

Creates a CfnJob$ExecutionPropertyProperty$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  `CfnJob$ExecutionPropertyProperty$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-job-job-command-property-builderclj

(cfn-job-job-command-property-builder id config)

Creates a CfnJob$JobCommandProperty$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  `CfnJob$JobCommandProperty$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-job-notification-property-property-builderclj

(cfn-job-notification-property-property-builder id config)

Creates a CfnJob$NotificationPropertyProperty$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  `CfnJob$NotificationPropertyProperty$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-job-props-builderclj

(cfn-job-props-builder id config)

Creates a CfnJobProps$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  `CfnJobProps$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-ml-transform-builderclj

(cfn-ml-transform-builder scope id config)

Creates a CfnMLTransform$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  `CfnMLTransform$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-ml-transform-find-matches-parameters-property-builderclj

(cfn-ml-transform-find-matches-parameters-property-builder id config)

Creates a CfnMLTransform$FindMatchesParametersProperty$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  `CfnMLTransform$FindMatchesParametersProperty$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-ml-transform-glue-tables-property-builderclj

(cfn-ml-transform-glue-tables-property-builder id config)

Creates a CfnMLTransform$GlueTablesProperty$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  `CfnMLTransform$GlueTablesProperty$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-ml-transform-input-record-tables-property-builderclj

(cfn-ml-transform-input-record-tables-property-builder id config)

Creates a CfnMLTransform$InputRecordTablesProperty$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  `CfnMLTransform$InputRecordTablesProperty$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-ml-transform-ml-user-data-encryption-property-builderclj

(cfn-ml-transform-ml-user-data-encryption-property-builder id config)

Creates a CfnMLTransform$MLUserDataEncryptionProperty$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  `CfnMLTransform$MLUserDataEncryptionProperty$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-ml-transform-props-builderclj

(cfn-ml-transform-props-builder id config)

Creates a CfnMLTransformProps$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  `CfnMLTransformProps$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-ml-transform-transform-encryption-property-builderclj

(cfn-ml-transform-transform-encryption-property-builder id config)

Creates a CfnMLTransform$TransformEncryptionProperty$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  `CfnMLTransform$TransformEncryptionProperty$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-ml-transform-transform-parameters-property-builderclj

(cfn-ml-transform-transform-parameters-property-builder id config)

Creates a CfnMLTransform$TransformParametersProperty$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  `CfnMLTransform$TransformParametersProperty$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-partition-builderclj

(cfn-partition-builder scope id config)

Creates a CfnPartition$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  `CfnPartition$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-partition-column-property-builderclj

(cfn-partition-column-property-builder id config)

Creates a CfnPartition$ColumnProperty$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  `CfnPartition$ColumnProperty$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-partition-order-property-builderclj

(cfn-partition-order-property-builder id config)

Creates a CfnPartition$OrderProperty$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  `CfnPartition$OrderProperty$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-partition-partition-input-property-builderclj

(cfn-partition-partition-input-property-builder id config)

Creates a CfnPartition$PartitionInputProperty$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  `CfnPartition$PartitionInputProperty$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-partition-props-builderclj

(cfn-partition-props-builder id config)

Creates a CfnPartitionProps$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  `CfnPartitionProps$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-partition-schema-id-property-builderclj

(cfn-partition-schema-id-property-builder id config)

Creates a CfnPartition$SchemaIdProperty$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  `CfnPartition$SchemaIdProperty$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-partition-schema-reference-property-builderclj

(cfn-partition-schema-reference-property-builder id config)

Creates a CfnPartition$SchemaReferenceProperty$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  `CfnPartition$SchemaReferenceProperty$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-partition-serde-info-property-builderclj

(cfn-partition-serde-info-property-builder id config)

Creates a CfnPartition$SerdeInfoProperty$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  `CfnPartition$SerdeInfoProperty$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-partition-skewed-info-property-builderclj

(cfn-partition-skewed-info-property-builder id config)

Creates a CfnPartition$SkewedInfoProperty$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  `CfnPartition$SkewedInfoProperty$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-partition-storage-descriptor-property-builderclj

(cfn-partition-storage-descriptor-property-builder id config)

Creates a CfnPartition$StorageDescriptorProperty$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  `CfnPartition$StorageDescriptorProperty$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-registry-builderclj

(cfn-registry-builder scope id config)

Creates a CfnRegistry$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  `CfnRegistry$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-registry-props-builderclj

(cfn-registry-props-builder id config)

Creates a CfnRegistryProps$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  `CfnRegistryProps$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-schema-builderclj

(cfn-schema-builder scope id config)

Creates a CfnSchema$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  `CfnSchema$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-schema-props-builderclj

(cfn-schema-props-builder id config)

Creates a CfnSchemaProps$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  `CfnSchemaProps$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-schema-registry-property-builderclj

(cfn-schema-registry-property-builder id config)

Creates a CfnSchema$RegistryProperty$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  `CfnSchema$RegistryProperty$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-schema-schema-version-property-builderclj

(cfn-schema-schema-version-property-builder id config)

Creates a CfnSchema$SchemaVersionProperty$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  `CfnSchema$SchemaVersionProperty$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-schema-version-builderclj

(cfn-schema-version-builder scope id config)

Creates a CfnSchemaVersion$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  `CfnSchemaVersion$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-schema-version-metadata-builderclj

(cfn-schema-version-metadata-builder scope id config)

Creates a CfnSchemaVersionMetadata$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  `CfnSchemaVersionMetadata$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-schema-version-metadata-props-builderclj

(cfn-schema-version-metadata-props-builder id config)

Creates a CfnSchemaVersionMetadataProps$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  `CfnSchemaVersionMetadataProps$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-schema-version-props-builderclj

(cfn-schema-version-props-builder id config)

Creates a CfnSchemaVersionProps$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  `CfnSchemaVersionProps$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-schema-version-schema-property-builderclj

(cfn-schema-version-schema-property-builder id config)

Creates a CfnSchemaVersion$SchemaProperty$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  `CfnSchemaVersion$SchemaProperty$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-security-configuration-builderclj

(cfn-security-configuration-builder scope id config)

Creates a CfnSecurityConfiguration$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  `CfnSecurityConfiguration$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-security-configuration-cloud-watch-encryption-property-builderclj

(cfn-security-configuration-cloud-watch-encryption-property-builder id config)

Creates a CfnSecurityConfiguration$CloudWatchEncryptionProperty$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  `CfnSecurityConfiguration$CloudWatchEncryptionProperty$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-security-configuration-encryption-configuration-property-builderclj

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

Creates a CfnSecurityConfiguration$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  `CfnSecurityConfiguration$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-security-configuration-job-bookmarks-encryption-property-builderclj

(cfn-security-configuration-job-bookmarks-encryption-property-builder id config)

Creates a CfnSecurityConfiguration$JobBookmarksEncryptionProperty$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  `CfnSecurityConfiguration$JobBookmarksEncryptionProperty$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-security-configuration-props-builderclj

(cfn-security-configuration-props-builder id config)

Creates a CfnSecurityConfigurationProps$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  `CfnSecurityConfigurationProps$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-security-configuration-s3-encryption-property-builderclj

(cfn-security-configuration-s3-encryption-property-builder id config)

Creates a CfnSecurityConfiguration$S3EncryptionProperty$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  `CfnSecurityConfiguration$S3EncryptionProperty$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-table-builderclj

(cfn-table-builder scope id config)

Creates a CfnTable$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  `CfnTable$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-table-column-property-builderclj

(cfn-table-column-property-builder id config)

Creates a CfnTable$ColumnProperty$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  `CfnTable$ColumnProperty$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-table-iceberg-input-property-builderclj

(cfn-table-iceberg-input-property-builder id config)

Creates a CfnTable$IcebergInputProperty$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  `CfnTable$IcebergInputProperty$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-table-open-table-format-input-property-builderclj

(cfn-table-open-table-format-input-property-builder id config)

Creates a CfnTable$OpenTableFormatInputProperty$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  `CfnTable$OpenTableFormatInputProperty$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-table-optimizer-builderclj

(cfn-table-optimizer-builder scope id config)

Creates a CfnTableOptimizer$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  `CfnTableOptimizer$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-table-optimizer-props-builderclj

(cfn-table-optimizer-props-builder id config)

Creates a CfnTableOptimizerProps$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  `CfnTableOptimizerProps$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-table-optimizer-table-optimizer-configuration-property-builderclj

(cfn-table-optimizer-table-optimizer-configuration-property-builder id config)

Creates a CfnTableOptimizer$TableOptimizerConfigurationProperty$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  `CfnTableOptimizer$TableOptimizerConfigurationProperty$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-table-order-property-builderclj

(cfn-table-order-property-builder id config)

Creates a CfnTable$OrderProperty$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  `CfnTable$OrderProperty$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-table-props-builderclj

(cfn-table-props-builder id config)

Creates a CfnTableProps$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  `CfnTableProps$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-table-schema-id-property-builderclj

(cfn-table-schema-id-property-builder id config)

Creates a CfnTable$SchemaIdProperty$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  `CfnTable$SchemaIdProperty$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-table-schema-reference-property-builderclj

(cfn-table-schema-reference-property-builder id config)

Creates a CfnTable$SchemaReferenceProperty$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  `CfnTable$SchemaReferenceProperty$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-table-serde-info-property-builderclj

(cfn-table-serde-info-property-builder id config)

Creates a CfnTable$SerdeInfoProperty$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  `CfnTable$SerdeInfoProperty$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-table-skewed-info-property-builderclj

(cfn-table-skewed-info-property-builder id config)

Creates a CfnTable$SkewedInfoProperty$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  `CfnTable$SkewedInfoProperty$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-table-storage-descriptor-property-builderclj

(cfn-table-storage-descriptor-property-builder id config)

Creates a CfnTable$StorageDescriptorProperty$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  `CfnTable$StorageDescriptorProperty$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-table-table-identifier-property-builderclj

(cfn-table-table-identifier-property-builder id config)

Creates a CfnTable$TableIdentifierProperty$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  `CfnTable$TableIdentifierProperty$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-table-table-input-property-builderclj

(cfn-table-table-input-property-builder id config)

Creates a CfnTable$TableInputProperty$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  `CfnTable$TableInputProperty$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-trigger-action-property-builderclj

(cfn-trigger-action-property-builder id config)

Creates a CfnTrigger$ActionProperty$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  `CfnTrigger$ActionProperty$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-trigger-builderclj

(cfn-trigger-builder scope id config)

Creates a CfnTrigger$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  `CfnTrigger$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-trigger-condition-property-builderclj

(cfn-trigger-condition-property-builder id config)

Creates a CfnTrigger$ConditionProperty$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  `CfnTrigger$ConditionProperty$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-trigger-event-batching-condition-property-builderclj

(cfn-trigger-event-batching-condition-property-builder id config)

Creates a CfnTrigger$EventBatchingConditionProperty$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  `CfnTrigger$EventBatchingConditionProperty$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-trigger-notification-property-property-builderclj

(cfn-trigger-notification-property-property-builder id config)

Creates a CfnTrigger$NotificationPropertyProperty$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  `CfnTrigger$NotificationPropertyProperty$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-trigger-predicate-property-builderclj

(cfn-trigger-predicate-property-builder id config)

Creates a CfnTrigger$PredicateProperty$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  `CfnTrigger$PredicateProperty$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-trigger-props-builderclj

(cfn-trigger-props-builder id config)

Creates a CfnTriggerProps$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  `CfnTriggerProps$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-workflow-builderclj

(cfn-workflow-builder scope id config)

Creates a CfnWorkflow$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  `CfnWorkflow$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-workflow-props-builderclj

(cfn-workflow-props-builder id config)

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