Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.databrew

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

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

build-cfn-dataset-builderclj

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

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

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
formatjava.lang.Stringcdk.support/lookup-entry:format
formatOptionssoftware.amazon.awscdk.services.databrew.CfnDataset$FormatOptionsPropertycdk.support/lookup-entry:format-options
inputsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:input
namejava.lang.Stringcdk.support/lookup-entry:name
pathOptionssoftware.amazon.awscdk.services.databrew.CfnDataset$PathOptionsPropertycdk.support/lookup-entry:path-options
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-dataset-builder function updates a CfnDataset$Builder instance using the provided configuration.
  The function takes the CfnDataset$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
| `formatOptions` | software.amazon.awscdk.services.databrew.CfnDataset$FormatOptionsProperty | [[cdk.support/lookup-entry]] | `:format-options` |
| `input` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:input` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `pathOptions` | software.amazon.awscdk.services.databrew.CfnDataset$PathOptionsProperty | [[cdk.support/lookup-entry]] | `:path-options` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-dataset-csv-options-property-builderclj

(build-cfn-dataset-csv-options-property-builder builder id config)

The build-cfn-dataset-csv-options-property-builder function updates a CfnDataset$CsvOptionsProperty$Builder instance using the provided configuration. The function takes the CfnDataset$CsvOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
delimiterjava.lang.Stringcdk.support/lookup-entry:delimiter
headerRowjava.lang.Booleancdk.support/lookup-entry:header-row
The build-cfn-dataset-csv-options-property-builder function updates a CfnDataset$CsvOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$CsvOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `delimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:delimiter` |
| `headerRow` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:header-row` |
sourceraw docstring

build-cfn-dataset-data-catalog-input-definition-property-builderclj

(build-cfn-dataset-data-catalog-input-definition-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-dataset-data-catalog-input-definition-property-builder function updates a CfnDataset$DataCatalogInputDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnDataset$DataCatalogInputDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
tempDirectorysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:temp-directory
The build-cfn-dataset-data-catalog-input-definition-property-builder function updates a CfnDataset$DataCatalogInputDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$DataCatalogInputDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `tempDirectory` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:temp-directory` |
sourceraw docstring

build-cfn-dataset-database-input-definition-property-builderclj

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

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

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
databaseTableNamejava.lang.Stringcdk.support/lookup-entry:database-table-name
glueConnectionNamejava.lang.Stringcdk.support/lookup-entry:glue-connection-name
queryStringjava.lang.Stringcdk.support/lookup-entry:query-string
tempDirectorysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:temp-directory
The build-cfn-dataset-database-input-definition-property-builder function updates a CfnDataset$DatabaseInputDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$DatabaseInputDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `databaseTableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-table-name` |
| `glueConnectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-connection-name` |
| `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` |
| `tempDirectory` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:temp-directory` |
sourceraw docstring

build-cfn-dataset-dataset-parameter-property-builderclj

(build-cfn-dataset-dataset-parameter-property-builder builder id config)

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

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
createColumnsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:create-column
datetimeOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:datetime-options
filtersoftware.amazon.awscdk.services.databrew.CfnDataset$FilterExpressionPropertycdk.support/lookup-entry:filter
namejava.lang.Stringcdk.support/lookup-entry:name
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-dataset-dataset-parameter-property-builder function updates a CfnDataset$DatasetParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$DatasetParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `createColumn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:create-column` |
| `datetimeOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:datetime-options` |
| `filter` | software.amazon.awscdk.services.databrew.CfnDataset$FilterExpressionProperty | [[cdk.support/lookup-entry]] | `:filter` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-dataset-datetime-options-property-builderclj

(build-cfn-dataset-datetime-options-property-builder builder id config)

The build-cfn-dataset-datetime-options-property-builder function updates a CfnDataset$DatetimeOptionsProperty$Builder instance using the provided configuration. The function takes the CfnDataset$DatetimeOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
formatjava.lang.Stringcdk.support/lookup-entry:format
localeCodejava.lang.Stringcdk.support/lookup-entry:locale-code
timezoneOffsetjava.lang.Stringcdk.support/lookup-entry:timezone-offset
The build-cfn-dataset-datetime-options-property-builder function updates a CfnDataset$DatetimeOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$DatetimeOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
| `localeCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:locale-code` |
| `timezoneOffset` | java.lang.String | [[cdk.support/lookup-entry]] | `:timezone-offset` |
sourceraw docstring

build-cfn-dataset-excel-options-property-builderclj

(build-cfn-dataset-excel-options-property-builder builder id config)

The build-cfn-dataset-excel-options-property-builder function updates a CfnDataset$ExcelOptionsProperty$Builder instance using the provided configuration. The function takes the CfnDataset$ExcelOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
headerRowsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:header-row
sheetIndexessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sheet-indexes
sheetNamesjava.util.Listcdk.support/lookup-entry:sheet-names
The build-cfn-dataset-excel-options-property-builder function updates a CfnDataset$ExcelOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$ExcelOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `headerRow` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:header-row` |
| `sheetIndexes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sheet-indexes` |
| `sheetNames` | java.util.List | [[cdk.support/lookup-entry]] | `:sheet-names` |
sourceraw docstring

build-cfn-dataset-files-limit-property-builderclj

(build-cfn-dataset-files-limit-property-builder builder id config)

The build-cfn-dataset-files-limit-property-builder function updates a CfnDataset$FilesLimitProperty$Builder instance using the provided configuration. The function takes the CfnDataset$FilesLimitProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
maxFilesjava.lang.Numbercdk.support/lookup-entry:max-files
orderjava.lang.Stringcdk.support/lookup-entry:order
orderedByjava.lang.Stringcdk.support/lookup-entry:ordered-by
The build-cfn-dataset-files-limit-property-builder function updates a CfnDataset$FilesLimitProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$FilesLimitProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `maxFiles` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-files` |
| `order` | java.lang.String | [[cdk.support/lookup-entry]] | `:order` |
| `orderedBy` | java.lang.String | [[cdk.support/lookup-entry]] | `:ordered-by` |
sourceraw docstring

build-cfn-dataset-filter-expression-property-builderclj

(build-cfn-dataset-filter-expression-property-builder builder id config)

The build-cfn-dataset-filter-expression-property-builder function updates a CfnDataset$FilterExpressionProperty$Builder instance using the provided configuration. The function takes the CfnDataset$FilterExpressionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
expressionjava.lang.Stringcdk.support/lookup-entry:expression
valuesMapjava.util.Listcdk.support/lookup-entry:values-map
The build-cfn-dataset-filter-expression-property-builder function updates a CfnDataset$FilterExpressionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$FilterExpressionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `expression` | java.lang.String | [[cdk.support/lookup-entry]] | `:expression` |
| `valuesMap` | java.util.List | [[cdk.support/lookup-entry]] | `:values-map` |
sourceraw docstring

build-cfn-dataset-filter-value-property-builderclj

(build-cfn-dataset-filter-value-property-builder builder id config)

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

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
valuejava.lang.Stringcdk.support/lookup-entry:value
valueReferencejava.lang.Stringcdk.support/lookup-entry:value-reference
The build-cfn-dataset-filter-value-property-builder function updates a CfnDataset$FilterValueProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$FilterValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
| `valueReference` | java.lang.String | [[cdk.support/lookup-entry]] | `:value-reference` |
sourceraw docstring

build-cfn-dataset-format-options-property-builderclj

(build-cfn-dataset-format-options-property-builder builder id config)

The build-cfn-dataset-format-options-property-builder function updates a CfnDataset$FormatOptionsProperty$Builder instance using the provided configuration. The function takes the CfnDataset$FormatOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
csvsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:csv
excelsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:excel
jsonsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:json
The build-cfn-dataset-format-options-property-builder function updates a CfnDataset$FormatOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$FormatOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `csv` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:csv` |
| `excel` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:excel` |
| `json` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:json` |
sourceraw docstring

build-cfn-dataset-input-property-builderclj

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

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

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
dataCatalogInputDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-catalog-input-definition
databaseInputDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:database-input-definition
metadatasoftware.amazon.awscdk.services.databrew.CfnDataset$MetadataPropertycdk.support/lookup-entry:metadata
s3InputDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-input-definition
The build-cfn-dataset-input-property-builder function updates a CfnDataset$InputProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$InputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dataCatalogInputDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-catalog-input-definition` |
| `databaseInputDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:database-input-definition` |
| `metadata` | software.amazon.awscdk.services.databrew.CfnDataset$MetadataProperty | [[cdk.support/lookup-entry]] | `:metadata` |
| `s3InputDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-input-definition` |
sourceraw docstring

build-cfn-dataset-json-options-property-builderclj

(build-cfn-dataset-json-options-property-builder builder id config)

The build-cfn-dataset-json-options-property-builder function updates a CfnDataset$JsonOptionsProperty$Builder instance using the provided configuration. The function takes the CfnDataset$JsonOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
multiLinejava.lang.Booleancdk.support/lookup-entry:multi-line
The build-cfn-dataset-json-options-property-builder function updates a CfnDataset$JsonOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$JsonOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `multiLine` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-line` |
sourceraw docstring

build-cfn-dataset-metadata-property-builderclj

(build-cfn-dataset-metadata-property-builder builder id config)

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

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
sourceArnjava.lang.Stringcdk.support/lookup-entry:source-arn
The build-cfn-dataset-metadata-property-builder function updates a CfnDataset$MetadataProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$MetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `sourceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-arn` |
sourceraw docstring

build-cfn-dataset-path-options-property-builderclj

(build-cfn-dataset-path-options-property-builder builder id config)

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

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
filesLimitsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:files-limit
lastModifiedDateConditionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:last-modified-date-condition
parametersjava.util.Listcdk.support/lookup-entry:parameters
The build-cfn-dataset-path-options-property-builder function updates a CfnDataset$PathOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$PathOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `filesLimit` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:files-limit` |
| `lastModifiedDateCondition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:last-modified-date-condition` |
| `parameters` | java.util.List | [[cdk.support/lookup-entry]] | `:parameters` |
sourceraw docstring

build-cfn-dataset-path-parameter-property-builderclj

(build-cfn-dataset-path-parameter-property-builder builder id config)

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

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
datasetParametersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dataset-parameter
pathParameterNamejava.lang.Stringcdk.support/lookup-entry:path-parameter-name
The build-cfn-dataset-path-parameter-property-builder function updates a CfnDataset$PathParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$PathParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `datasetParameter` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dataset-parameter` |
| `pathParameterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:path-parameter-name` |
sourceraw docstring

build-cfn-dataset-props-builderclj

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

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

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
formatjava.lang.Stringcdk.support/lookup-entry:format
formatOptionssoftware.amazon.awscdk.services.databrew.CfnDataset$FormatOptionsPropertycdk.support/lookup-entry:format-options
inputsoftware.amazon.awscdk.services.databrew.CfnDataset$InputPropertycdk.support/lookup-entry:input
namejava.lang.Stringcdk.support/lookup-entry:name
pathOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:path-options
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-dataset-props-builder function updates a CfnDatasetProps$Builder instance using the provided configuration.
  The function takes the CfnDatasetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
| `formatOptions` | software.amazon.awscdk.services.databrew.CfnDataset$FormatOptionsProperty | [[cdk.support/lookup-entry]] | `:format-options` |
| `input` | software.amazon.awscdk.services.databrew.CfnDataset$InputProperty | [[cdk.support/lookup-entry]] | `:input` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `pathOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:path-options` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-dataset-s3-location-property-builderclj

(build-cfn-dataset-s3-location-property-builder builder id config)

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

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

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

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

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

build-cfn-job-allowed-statistics-property-builderclj

(build-cfn-job-allowed-statistics-property-builder builder id config)

The build-cfn-job-allowed-statistics-property-builder function updates a CfnJob$AllowedStatisticsProperty$Builder instance using the provided configuration. The function takes the CfnJob$AllowedStatisticsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
statisticsjava.util.Listcdk.support/lookup-entry:statistics
The build-cfn-job-allowed-statistics-property-builder function updates a CfnJob$AllowedStatisticsProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$AllowedStatisticsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `statistics` | java.util.List | [[cdk.support/lookup-entry]] | `:statistics` |
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
dataCatalogOutputssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-catalog-outputs
databaseOutputsjava.util.Listcdk.support/lookup-entry:database-outputs
datasetNamejava.lang.Stringcdk.support/lookup-entry:dataset-name
encryptionKeyArnjava.lang.Stringcdk.support/lookup-entry:encryption-key-arn
encryptionModejava.lang.Stringcdk.support/lookup-entry:encryption-mode
jobSamplesoftware.amazon.awscdk.services.databrew.CfnJob$JobSamplePropertycdk.support/lookup-entry:job-sample
logSubscriptionjava.lang.Stringcdk.support/lookup-entry:log-subscription
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
namejava.lang.Stringcdk.support/lookup-entry:name
outputLocationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:output-location
outputssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:outputs
profileConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:profile-configuration
projectNamejava.lang.Stringcdk.support/lookup-entry:project-name
recipesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:recipe
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
typejava.lang.Stringcdk.support/lookup-entry:type
validationConfigurationssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:validation-configurations
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 |
|---|---|---|---|
| `dataCatalogOutputs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-catalog-outputs` |
| `databaseOutputs` | java.util.List | [[cdk.support/lookup-entry]] | `:database-outputs` |
| `datasetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-name` |
| `encryptionKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key-arn` |
| `encryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-mode` |
| `jobSample` | software.amazon.awscdk.services.databrew.CfnJob$JobSampleProperty | [[cdk.support/lookup-entry]] | `:job-sample` |
| `logSubscription` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-subscription` |
| `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` |
| `outputLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:output-location` |
| `outputs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:outputs` |
| `profileConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:profile-configuration` |
| `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
| `recipe` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recipe` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `validationConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validation-configurations` |
sourceraw docstring

build-cfn-job-column-selector-property-builderclj

(build-cfn-job-column-selector-property-builder builder id config)

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

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
regexjava.lang.Stringcdk.support/lookup-entry:regex
The build-cfn-job-column-selector-property-builder function updates a CfnJob$ColumnSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$ColumnSelectorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `regex` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex` |
sourceraw docstring

build-cfn-job-column-statistics-configuration-property-builderclj

(build-cfn-job-column-statistics-configuration-property-builder builder
                                                                id
                                                                config)

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

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
selectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:selectors
statisticssoftware.amazon.awscdk.services.databrew.CfnJob$StatisticsConfigurationPropertycdk.support/lookup-entry:statistics
The build-cfn-job-column-statistics-configuration-property-builder function updates a CfnJob$ColumnStatisticsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$ColumnStatisticsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `selectors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:selectors` |
| `statistics` | software.amazon.awscdk.services.databrew.CfnJob$StatisticsConfigurationProperty | [[cdk.support/lookup-entry]] | `:statistics` |
sourceraw docstring

build-cfn-job-csv-output-options-property-builderclj

(build-cfn-job-csv-output-options-property-builder builder id config)

The build-cfn-job-csv-output-options-property-builder function updates a CfnJob$CsvOutputOptionsProperty$Builder instance using the provided configuration. The function takes the CfnJob$CsvOutputOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
delimiterjava.lang.Stringcdk.support/lookup-entry:delimiter
The build-cfn-job-csv-output-options-property-builder function updates a CfnJob$CsvOutputOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$CsvOutputOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `delimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:delimiter` |
sourceraw docstring

build-cfn-job-data-catalog-output-property-builderclj

(build-cfn-job-data-catalog-output-property-builder builder id config)

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

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
databaseOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:database-options
overwritejava.lang.Booleancdk.support/lookup-entry:overwrite
s3Optionssoftware.amazon.awscdk.services.databrew.CfnJob$S3TableOutputOptionsPropertycdk.support/lookup-entry:s3-options
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-job-data-catalog-output-property-builder function updates a CfnJob$DataCatalogOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$DataCatalogOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `databaseOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:database-options` |
| `overwrite` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:overwrite` |
| `s3Options` | software.amazon.awscdk.services.databrew.CfnJob$S3TableOutputOptionsProperty | [[cdk.support/lookup-entry]] | `:s3-options` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-job-database-output-property-builderclj

(build-cfn-job-database-output-property-builder builder id config)

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

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
databaseOptionssoftware.amazon.awscdk.services.databrew.CfnJob$DatabaseTableOutputOptionsPropertycdk.support/lookup-entry:database-options
databaseOutputModejava.lang.Stringcdk.support/lookup-entry:database-output-mode
glueConnectionNamejava.lang.Stringcdk.support/lookup-entry:glue-connection-name
The build-cfn-job-database-output-property-builder function updates a CfnJob$DatabaseOutputProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$DatabaseOutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `databaseOptions` | software.amazon.awscdk.services.databrew.CfnJob$DatabaseTableOutputOptionsProperty | [[cdk.support/lookup-entry]] | `:database-options` |
| `databaseOutputMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-output-mode` |
| `glueConnectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-connection-name` |
sourceraw docstring

build-cfn-job-database-table-output-options-property-builderclj

(build-cfn-job-database-table-output-options-property-builder builder id config)

The build-cfn-job-database-table-output-options-property-builder function updates a CfnJob$DatabaseTableOutputOptionsProperty$Builder instance using the provided configuration. The function takes the CfnJob$DatabaseTableOutputOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
tempDirectorysoftware.amazon.awscdk.services.databrew.CfnJob$S3LocationPropertycdk.support/lookup-entry:temp-directory
The build-cfn-job-database-table-output-options-property-builder function updates a CfnJob$DatabaseTableOutputOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$DatabaseTableOutputOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
| `tempDirectory` | software.amazon.awscdk.services.databrew.CfnJob$S3LocationProperty | [[cdk.support/lookup-entry]] | `:temp-directory` |
sourceraw docstring

build-cfn-job-entity-detector-configuration-property-builderclj

(build-cfn-job-entity-detector-configuration-property-builder builder id config)

The build-cfn-job-entity-detector-configuration-property-builder function updates a CfnJob$EntityDetectorConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnJob$EntityDetectorConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowedStatisticssoftware.amazon.awscdk.services.databrew.CfnJob$AllowedStatisticsPropertycdk.support/lookup-entry:allowed-statistics
entityTypesjava.util.Listcdk.support/lookup-entry:entity-types
The build-cfn-job-entity-detector-configuration-property-builder function updates a CfnJob$EntityDetectorConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$EntityDetectorConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `allowedStatistics` | software.amazon.awscdk.services.databrew.CfnJob$AllowedStatisticsProperty | [[cdk.support/lookup-entry]] | `:allowed-statistics` |
| `entityTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:entity-types` |
sourceraw docstring

build-cfn-job-job-sample-property-builderclj

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

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

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
modejava.lang.Stringcdk.support/lookup-entry:mode
sizejava.lang.Numbercdk.support/lookup-entry:size
The build-cfn-job-job-sample-property-builder function updates a CfnJob$JobSampleProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$JobSampleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
| `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` |
sourceraw docstring

build-cfn-job-output-format-options-property-builderclj

(build-cfn-job-output-format-options-property-builder builder id config)

The build-cfn-job-output-format-options-property-builder function updates a CfnJob$OutputFormatOptionsProperty$Builder instance using the provided configuration. The function takes the CfnJob$OutputFormatOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
csvsoftware.amazon.awscdk.services.databrew.CfnJob$CsvOutputOptionsPropertycdk.support/lookup-entry:csv
The build-cfn-job-output-format-options-property-builder function updates a CfnJob$OutputFormatOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$OutputFormatOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `csv` | software.amazon.awscdk.services.databrew.CfnJob$CsvOutputOptionsProperty | [[cdk.support/lookup-entry]] | `:csv` |
sourceraw docstring

build-cfn-job-output-location-property-builderclj

(build-cfn-job-output-location-property-builder builder id config)

The build-cfn-job-output-location-property-builder function updates a CfnJob$OutputLocationProperty$Builder instance using the provided configuration. The function takes the CfnJob$OutputLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
bucketOwnerjava.lang.Stringcdk.support/lookup-entry:bucket-owner
keyjava.lang.Stringcdk.support/lookup-entry:key
The build-cfn-job-output-location-property-builder function updates a CfnJob$OutputLocationProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$OutputLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-job-output-property-builderclj

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

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

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
compressionFormatjava.lang.Stringcdk.support/lookup-entry:compression-format
formatjava.lang.Stringcdk.support/lookup-entry:format
formatOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:format-options
locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:location
maxOutputFilesjava.lang.Numbercdk.support/lookup-entry:max-output-files
overwritesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:overwrite
partitionColumnsjava.util.Listcdk.support/lookup-entry:partition-columns
The build-cfn-job-output-property-builder function updates a CfnJob$OutputProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$OutputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `compressionFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:compression-format` |
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
| `formatOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:format-options` |
| `location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:location` |
| `maxOutputFiles` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-output-files` |
| `overwrite` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:overwrite` |
| `partitionColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:partition-columns` |
sourceraw docstring

build-cfn-job-profile-configuration-property-builderclj

(build-cfn-job-profile-configuration-property-builder builder id config)

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

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
columnStatisticsConfigurationsjava.util.Listcdk.support/lookup-entry:column-statistics-configurations
datasetStatisticsConfigurationsoftware.amazon.awscdk.services.databrew.CfnJob$StatisticsConfigurationPropertycdk.support/lookup-entry:dataset-statistics-configuration
entityDetectorConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:entity-detector-configuration
profileColumnsjava.util.Listcdk.support/lookup-entry:profile-columns
The build-cfn-job-profile-configuration-property-builder function updates a CfnJob$ProfileConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$ProfileConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `columnStatisticsConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:column-statistics-configurations` |
| `datasetStatisticsConfiguration` | software.amazon.awscdk.services.databrew.CfnJob$StatisticsConfigurationProperty | [[cdk.support/lookup-entry]] | `:dataset-statistics-configuration` |
| `entityDetectorConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:entity-detector-configuration` |
| `profileColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:profile-columns` |
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
dataCatalogOutputssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-catalog-outputs
databaseOutputssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:database-outputs
datasetNamejava.lang.Stringcdk.support/lookup-entry:dataset-name
encryptionKeyArnjava.lang.Stringcdk.support/lookup-entry:encryption-key-arn
encryptionModejava.lang.Stringcdk.support/lookup-entry:encryption-mode
jobSamplesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:job-sample
logSubscriptionjava.lang.Stringcdk.support/lookup-entry:log-subscription
maxCapacityjava.lang.Numbercdk.support/lookup-entry:max-capacity
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
namejava.lang.Stringcdk.support/lookup-entry:name
outputLocationsoftware.amazon.awscdk.services.databrew.CfnJob$OutputLocationPropertycdk.support/lookup-entry:output-location
outputsjava.util.Listcdk.support/lookup-entry:outputs
profileConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:profile-configuration
projectNamejava.lang.Stringcdk.support/lookup-entry:project-name
recipesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:recipe
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
timeoutjava.lang.Numbercdk.support/lookup-entry:timeout
typejava.lang.Stringcdk.support/lookup-entry:type
validationConfigurationsjava.util.Listcdk.support/lookup-entry:validation-configurations
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 |
|---|---|---|---|
| `dataCatalogOutputs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-catalog-outputs` |
| `databaseOutputs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:database-outputs` |
| `datasetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-name` |
| `encryptionKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key-arn` |
| `encryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-mode` |
| `jobSample` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:job-sample` |
| `logSubscription` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-subscription` |
| `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` |
| `outputLocation` | software.amazon.awscdk.services.databrew.CfnJob$OutputLocationProperty | [[cdk.support/lookup-entry]] | `:output-location` |
| `outputs` | java.util.List | [[cdk.support/lookup-entry]] | `:outputs` |
| `profileConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:profile-configuration` |
| `projectName` | java.lang.String | [[cdk.support/lookup-entry]] | `:project-name` |
| `recipe` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recipe` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `validationConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:validation-configurations` |
sourceraw docstring

build-cfn-job-recipe-property-builderclj

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

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

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
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-job-recipe-property-builder function updates a CfnJob$RecipeProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$RecipeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-cfn-job-s3-location-property-builderclj

(build-cfn-job-s3-location-property-builder builder id config)

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

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

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

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

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

build-cfn-job-s3-table-output-options-property-builderclj

(build-cfn-job-s3-table-output-options-property-builder builder id config)

The build-cfn-job-s3-table-output-options-property-builder function updates a CfnJob$S3TableOutputOptionsProperty$Builder instance using the provided configuration. The function takes the CfnJob$S3TableOutputOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
locationsoftware.amazon.awscdk.services.databrew.CfnJob$S3LocationPropertycdk.support/lookup-entry:location
The build-cfn-job-s3-table-output-options-property-builder function updates a CfnJob$S3TableOutputOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$S3TableOutputOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `location` | software.amazon.awscdk.services.databrew.CfnJob$S3LocationProperty | [[cdk.support/lookup-entry]] | `:location` |
sourceraw docstring

build-cfn-job-statistic-override-property-builderclj

(build-cfn-job-statistic-override-property-builder builder id config)

The build-cfn-job-statistic-override-property-builder function updates a CfnJob$StatisticOverrideProperty$Builder instance using the provided configuration. The function takes the CfnJob$StatisticOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
parameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parameters
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
The build-cfn-job-statistic-override-property-builder function updates a CfnJob$StatisticOverrideProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$StatisticOverrideProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
sourceraw docstring

build-cfn-job-statistics-configuration-property-builderclj

(build-cfn-job-statistics-configuration-property-builder builder id config)

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

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
includedStatisticsjava.util.Listcdk.support/lookup-entry:included-statistics
overridesjava.util.Listcdk.support/lookup-entry:overrides
The build-cfn-job-statistics-configuration-property-builder function updates a CfnJob$StatisticsConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$StatisticsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `includedStatistics` | java.util.List | [[cdk.support/lookup-entry]] | `:included-statistics` |
| `overrides` | java.util.List | [[cdk.support/lookup-entry]] | `:overrides` |
sourceraw docstring

build-cfn-job-validation-configuration-property-builderclj

(build-cfn-job-validation-configuration-property-builder builder id config)

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

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
rulesetArnjava.lang.Stringcdk.support/lookup-entry:ruleset-arn
validationModejava.lang.Stringcdk.support/lookup-entry:validation-mode
The build-cfn-job-validation-configuration-property-builder function updates a CfnJob$ValidationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnJob$ValidationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `rulesetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ruleset-arn` |
| `validationMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-mode` |
sourceraw docstring

build-cfn-project-builderclj

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

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

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
datasetNamejava.lang.Stringcdk.support/lookup-entry:dataset-name
namejava.lang.Stringcdk.support/lookup-entry:name
recipeNamejava.lang.Stringcdk.support/lookup-entry:recipe-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
samplesoftware.amazon.awscdk.services.databrew.CfnProject$SamplePropertycdk.support/lookup-entry:sample
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-project-builder function updates a CfnProject$Builder instance using the provided configuration.
  The function takes the CfnProject$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `datasetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `recipeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:recipe-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `sample` | software.amazon.awscdk.services.databrew.CfnProject$SampleProperty | [[cdk.support/lookup-entry]] | `:sample` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-project-props-builderclj

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

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

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
datasetNamejava.lang.Stringcdk.support/lookup-entry:dataset-name
namejava.lang.Stringcdk.support/lookup-entry:name
recipeNamejava.lang.Stringcdk.support/lookup-entry:recipe-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
samplesoftware.amazon.awscdk.services.databrew.CfnProject$SamplePropertycdk.support/lookup-entry:sample
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-project-props-builder function updates a CfnProjectProps$Builder instance using the provided configuration.
  The function takes the CfnProjectProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `datasetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `recipeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:recipe-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `sample` | software.amazon.awscdk.services.databrew.CfnProject$SampleProperty | [[cdk.support/lookup-entry]] | `:sample` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-project-sample-property-builderclj

(build-cfn-project-sample-property-builder builder id config)

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

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
sizejava.lang.Numbercdk.support/lookup-entry:size
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-project-sample-property-builder function updates a CfnProject$SampleProperty$Builder instance using the provided configuration.
  The function takes the CfnProject$SampleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `size` | java.lang.Number | [[cdk.support/lookup-entry]] | `:size` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-recipe-action-property-builderclj

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

The build-cfn-recipe-action-property-builder function updates a CfnRecipe$ActionProperty$Builder instance using the provided configuration. The function takes the CfnRecipe$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
operationjava.lang.Stringcdk.support/lookup-entry:operation
parametersjava.util.Mapcdk.support/lookup-entry:parameters
The build-cfn-recipe-action-property-builder function updates a CfnRecipe$ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRecipe$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 |
|---|---|---|---|
| `operation` | java.lang.String | [[cdk.support/lookup-entry]] | `:operation` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
sourceraw docstring

build-cfn-recipe-builderclj

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

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

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
stepssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:steps
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-recipe-builder function updates a CfnRecipe$Builder instance using the provided configuration.
  The function takes the CfnRecipe$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `steps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:steps` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-recipe-condition-expression-property-builderclj

(build-cfn-recipe-condition-expression-property-builder builder id config)

The build-cfn-recipe-condition-expression-property-builder function updates a CfnRecipe$ConditionExpressionProperty$Builder instance using the provided configuration. The function takes the CfnRecipe$ConditionExpressionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
conditionjava.lang.Stringcdk.support/lookup-entry:condition
targetColumnjava.lang.Stringcdk.support/lookup-entry:target-column
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-recipe-condition-expression-property-builder function updates a CfnRecipe$ConditionExpressionProperty$Builder instance using the provided configuration.
  The function takes the CfnRecipe$ConditionExpressionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-recipe-data-catalog-input-definition-property-builderclj

(build-cfn-recipe-data-catalog-input-definition-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-recipe-data-catalog-input-definition-property-builder function updates a CfnRecipe$DataCatalogInputDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnRecipe$DataCatalogInputDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
tempDirectorysoftware.amazon.awscdk.services.databrew.CfnRecipe$S3LocationPropertycdk.support/lookup-entry:temp-directory
The build-cfn-recipe-data-catalog-input-definition-property-builder function updates a CfnRecipe$DataCatalogInputDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnRecipe$DataCatalogInputDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `tempDirectory` | software.amazon.awscdk.services.databrew.CfnRecipe$S3LocationProperty | [[cdk.support/lookup-entry]] | `:temp-directory` |
sourceraw docstring

build-cfn-recipe-input-property-builderclj

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

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

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
dataCatalogInputDefinitionsoftware.amazon.awscdk.services.databrew.CfnRecipe$DataCatalogInputDefinitionPropertycdk.support/lookup-entry:data-catalog-input-definition
s3InputDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-input-definition
The build-cfn-recipe-input-property-builder function updates a CfnRecipe$InputProperty$Builder instance using the provided configuration.
  The function takes the CfnRecipe$InputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dataCatalogInputDefinition` | software.amazon.awscdk.services.databrew.CfnRecipe$DataCatalogInputDefinitionProperty | [[cdk.support/lookup-entry]] | `:data-catalog-input-definition` |
| `s3InputDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-input-definition` |
sourceraw docstring

build-cfn-recipe-props-builderclj

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

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

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
stepssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:steps
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-recipe-props-builder function updates a CfnRecipeProps$Builder instance using the provided configuration.
  The function takes the CfnRecipeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `steps` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:steps` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-recipe-recipe-parameters-property-builderclj

(build-cfn-recipe-recipe-parameters-property-builder builder id config)

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

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
aggregateFunctionjava.lang.Stringcdk.support/lookup-entry:aggregate-function
basejava.lang.Stringcdk.support/lookup-entry:base
caseStatementjava.lang.Stringcdk.support/lookup-entry:case-statement
categoryMapjava.lang.Stringcdk.support/lookup-entry:category-map
charsToRemovejava.lang.Stringcdk.support/lookup-entry:chars-to-remove
collapseConsecutiveWhitespacejava.lang.Stringcdk.support/lookup-entry:collapse-consecutive-whitespace
columnDataTypejava.lang.Stringcdk.support/lookup-entry:column-data-type
columnRangejava.lang.Stringcdk.support/lookup-entry:column-range
countjava.lang.Stringcdk.support/lookup-entry:count
customCharactersjava.lang.Stringcdk.support/lookup-entry:custom-characters
customStopWordsjava.lang.Stringcdk.support/lookup-entry:custom-stop-words
customValuejava.lang.Stringcdk.support/lookup-entry:custom-value
datasetsColumnsjava.lang.Stringcdk.support/lookup-entry:datasets-columns
dateAddValuejava.lang.Stringcdk.support/lookup-entry:date-add-value
dateTimeFormatjava.lang.Stringcdk.support/lookup-entry:date-time-format
dateTimeParametersjava.lang.Stringcdk.support/lookup-entry:date-time-parameters
deleteOtherRowsjava.lang.Stringcdk.support/lookup-entry:delete-other-rows
delimiterjava.lang.Stringcdk.support/lookup-entry:delimiter
endPatternjava.lang.Stringcdk.support/lookup-entry:end-pattern
endPositionjava.lang.Stringcdk.support/lookup-entry:end-position
endValuejava.lang.Stringcdk.support/lookup-entry:end-value
expandContractionsjava.lang.Stringcdk.support/lookup-entry:expand-contractions
exponentjava.lang.Stringcdk.support/lookup-entry:exponent
falseStringjava.lang.Stringcdk.support/lookup-entry:false-string
groupByAggFunctionOptionsjava.lang.Stringcdk.support/lookup-entry:group-by-agg-function-options
groupByColumnsjava.lang.Stringcdk.support/lookup-entry:group-by-columns
hiddenColumnsjava.lang.Stringcdk.support/lookup-entry:hidden-columns
ignoreCasejava.lang.Stringcdk.support/lookup-entry:ignore-case
includeInSplitjava.lang.Stringcdk.support/lookup-entry:include-in-split
inputjava.lang.Objectcdk.support/lookup-entry:input
intervaljava.lang.Stringcdk.support/lookup-entry:interval
isTextjava.lang.Stringcdk.support/lookup-entry:is-text
joinKeysjava.lang.Stringcdk.support/lookup-entry:join-keys
joinTypejava.lang.Stringcdk.support/lookup-entry:join-type
leftColumnsjava.lang.Stringcdk.support/lookup-entry:left-columns
limitjava.lang.Stringcdk.support/lookup-entry:limit
lowerBoundjava.lang.Stringcdk.support/lookup-entry:lower-bound
mapTypejava.lang.Stringcdk.support/lookup-entry:map-type
modeTypejava.lang.Stringcdk.support/lookup-entry:mode-type
multiLinejava.lang.Booleancdk.support/lookup-entry:multi-line
numRowsjava.lang.Stringcdk.support/lookup-entry:num-rows
numRowsAfterjava.lang.Stringcdk.support/lookup-entry:num-rows-after
numRowsBeforejava.lang.Stringcdk.support/lookup-entry:num-rows-before
orderByColumnjava.lang.Stringcdk.support/lookup-entry:order-by-column
orderByColumnsjava.lang.Stringcdk.support/lookup-entry:order-by-columns
otherjava.lang.Stringcdk.support/lookup-entry:other
patternjava.lang.Stringcdk.support/lookup-entry:pattern
patternOption1java.lang.Stringcdk.support/lookup-entry:pattern-option1
patternOption2java.lang.Stringcdk.support/lookup-entry:pattern-option2
patternOptionsjava.lang.Stringcdk.support/lookup-entry:pattern-options
periodjava.lang.Stringcdk.support/lookup-entry:period
positionjava.lang.Stringcdk.support/lookup-entry:position
removeAllPunctuationjava.lang.Stringcdk.support/lookup-entry:remove-all-punctuation
removeAllQuotesjava.lang.Stringcdk.support/lookup-entry:remove-all-quotes
removeAllWhitespacejava.lang.Stringcdk.support/lookup-entry:remove-all-whitespace
removeCustomCharactersjava.lang.Stringcdk.support/lookup-entry:remove-custom-characters
removeCustomValuejava.lang.Stringcdk.support/lookup-entry:remove-custom-value
removeLeadingAndTrailingPunctuationjava.lang.Stringcdk.support/lookup-entry:remove-leading-and-trailing-punctuation
removeLeadingAndTrailingQuotesjava.lang.Stringcdk.support/lookup-entry:remove-leading-and-trailing-quotes
removeLeadingAndTrailingWhitespacejava.lang.Stringcdk.support/lookup-entry:remove-leading-and-trailing-whitespace
removeLettersjava.lang.Stringcdk.support/lookup-entry:remove-letters
removeNumbersjava.lang.Stringcdk.support/lookup-entry:remove-numbers
removeSourceColumnjava.lang.Stringcdk.support/lookup-entry:remove-source-column
removeSpecialCharactersjava.lang.Stringcdk.support/lookup-entry:remove-special-characters
rightColumnsjava.lang.Stringcdk.support/lookup-entry:right-columns
sampleSizejava.lang.Stringcdk.support/lookup-entry:sample-size
sampleTypejava.lang.Stringcdk.support/lookup-entry:sample-type
secondInputjava.lang.Stringcdk.support/lookup-entry:second-input
secondaryInputssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:secondary-inputs
sheetIndexesjava.util.Listcdk.support/lookup-entry:sheet-indexes
sheetNamesjava.util.Listcdk.support/lookup-entry:sheet-names
sourceColumnjava.lang.Stringcdk.support/lookup-entry:source-column
sourceColumn1java.lang.Stringcdk.support/lookup-entry:source-column1
sourceColumn2java.lang.Stringcdk.support/lookup-entry:source-column2
sourceColumnsjava.lang.Stringcdk.support/lookup-entry:source-columns
startColumnIndexjava.lang.Stringcdk.support/lookup-entry:start-column-index
startPatternjava.lang.Stringcdk.support/lookup-entry:start-pattern
startPositionjava.lang.Stringcdk.support/lookup-entry:start-position
startValuejava.lang.Stringcdk.support/lookup-entry:start-value
stemmingModejava.lang.Stringcdk.support/lookup-entry:stemming-mode
stepCountjava.lang.Stringcdk.support/lookup-entry:step-count
stepIndexjava.lang.Stringcdk.support/lookup-entry:step-index
stopWordsModejava.lang.Stringcdk.support/lookup-entry:stop-words-mode
strategyjava.lang.Stringcdk.support/lookup-entry:strategy
targetColumnjava.lang.Stringcdk.support/lookup-entry:target-column
targetColumnNamesjava.lang.Stringcdk.support/lookup-entry:target-column-names
targetDateFormatjava.lang.Stringcdk.support/lookup-entry:target-date-format
targetIndexjava.lang.Stringcdk.support/lookup-entry:target-index
timeZonejava.lang.Stringcdk.support/lookup-entry:time-zone
tokenizerPatternjava.lang.Stringcdk.support/lookup-entry:tokenizer-pattern
trueStringjava.lang.Stringcdk.support/lookup-entry:true-string
udfLangjava.lang.Stringcdk.support/lookup-entry:udf-lang
unitsjava.lang.Stringcdk.support/lookup-entry:units
unpivotColumnjava.lang.Stringcdk.support/lookup-entry:unpivot-column
upperBoundjava.lang.Stringcdk.support/lookup-entry:upper-bound
useNewDataFramejava.lang.Stringcdk.support/lookup-entry:use-new-data-frame
valuejava.lang.Stringcdk.support/lookup-entry:value
value1java.lang.Stringcdk.support/lookup-entry:value1
value2java.lang.Stringcdk.support/lookup-entry:value2
valueColumnjava.lang.Stringcdk.support/lookup-entry:value-column
viewFramejava.lang.Stringcdk.support/lookup-entry:view-frame
The build-cfn-recipe-recipe-parameters-property-builder function updates a CfnRecipe$RecipeParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnRecipe$RecipeParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `aggregateFunction` | java.lang.String | [[cdk.support/lookup-entry]] | `:aggregate-function` |
| `base` | java.lang.String | [[cdk.support/lookup-entry]] | `:base` |
| `caseStatement` | java.lang.String | [[cdk.support/lookup-entry]] | `:case-statement` |
| `categoryMap` | java.lang.String | [[cdk.support/lookup-entry]] | `:category-map` |
| `charsToRemove` | java.lang.String | [[cdk.support/lookup-entry]] | `:chars-to-remove` |
| `collapseConsecutiveWhitespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:collapse-consecutive-whitespace` |
| `columnDataType` | java.lang.String | [[cdk.support/lookup-entry]] | `:column-data-type` |
| `columnRange` | java.lang.String | [[cdk.support/lookup-entry]] | `:column-range` |
| `count` | java.lang.String | [[cdk.support/lookup-entry]] | `:count` |
| `customCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-characters` |
| `customStopWords` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-stop-words` |
| `customValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-value` |
| `datasetsColumns` | java.lang.String | [[cdk.support/lookup-entry]] | `:datasets-columns` |
| `dateAddValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-add-value` |
| `dateTimeFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-time-format` |
| `dateTimeParameters` | java.lang.String | [[cdk.support/lookup-entry]] | `:date-time-parameters` |
| `deleteOtherRows` | java.lang.String | [[cdk.support/lookup-entry]] | `:delete-other-rows` |
| `delimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:delimiter` |
| `endPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-pattern` |
| `endPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-position` |
| `endValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:end-value` |
| `expandContractions` | java.lang.String | [[cdk.support/lookup-entry]] | `:expand-contractions` |
| `exponent` | java.lang.String | [[cdk.support/lookup-entry]] | `:exponent` |
| `falseString` | java.lang.String | [[cdk.support/lookup-entry]] | `:false-string` |
| `groupByAggFunctionOptions` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-by-agg-function-options` |
| `groupByColumns` | java.lang.String | [[cdk.support/lookup-entry]] | `:group-by-columns` |
| `hiddenColumns` | java.lang.String | [[cdk.support/lookup-entry]] | `:hidden-columns` |
| `ignoreCase` | java.lang.String | [[cdk.support/lookup-entry]] | `:ignore-case` |
| `includeInSplit` | java.lang.String | [[cdk.support/lookup-entry]] | `:include-in-split` |
| `input` | java.lang.Object | [[cdk.support/lookup-entry]] | `:input` |
| `interval` | java.lang.String | [[cdk.support/lookup-entry]] | `:interval` |
| `isText` | java.lang.String | [[cdk.support/lookup-entry]] | `:is-text` |
| `joinKeys` | java.lang.String | [[cdk.support/lookup-entry]] | `:join-keys` |
| `joinType` | java.lang.String | [[cdk.support/lookup-entry]] | `:join-type` |
| `leftColumns` | java.lang.String | [[cdk.support/lookup-entry]] | `:left-columns` |
| `limit` | java.lang.String | [[cdk.support/lookup-entry]] | `:limit` |
| `lowerBound` | java.lang.String | [[cdk.support/lookup-entry]] | `:lower-bound` |
| `mapType` | java.lang.String | [[cdk.support/lookup-entry]] | `:map-type` |
| `modeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode-type` |
| `multiLine` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:multi-line` |
| `numRows` | java.lang.String | [[cdk.support/lookup-entry]] | `:num-rows` |
| `numRowsAfter` | java.lang.String | [[cdk.support/lookup-entry]] | `:num-rows-after` |
| `numRowsBefore` | java.lang.String | [[cdk.support/lookup-entry]] | `:num-rows-before` |
| `orderByColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:order-by-column` |
| `orderByColumns` | java.lang.String | [[cdk.support/lookup-entry]] | `:order-by-columns` |
| `other` | java.lang.String | [[cdk.support/lookup-entry]] | `:other` |
| `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` |
| `patternOption1` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern-option1` |
| `patternOption2` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern-option2` |
| `patternOptions` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern-options` |
| `period` | java.lang.String | [[cdk.support/lookup-entry]] | `:period` |
| `position` | java.lang.String | [[cdk.support/lookup-entry]] | `:position` |
| `removeAllPunctuation` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-all-punctuation` |
| `removeAllQuotes` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-all-quotes` |
| `removeAllWhitespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-all-whitespace` |
| `removeCustomCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-custom-characters` |
| `removeCustomValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-custom-value` |
| `removeLeadingAndTrailingPunctuation` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-leading-and-trailing-punctuation` |
| `removeLeadingAndTrailingQuotes` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-leading-and-trailing-quotes` |
| `removeLeadingAndTrailingWhitespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-leading-and-trailing-whitespace` |
| `removeLetters` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-letters` |
| `removeNumbers` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-numbers` |
| `removeSourceColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-source-column` |
| `removeSpecialCharacters` | java.lang.String | [[cdk.support/lookup-entry]] | `:remove-special-characters` |
| `rightColumns` | java.lang.String | [[cdk.support/lookup-entry]] | `:right-columns` |
| `sampleSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:sample-size` |
| `sampleType` | java.lang.String | [[cdk.support/lookup-entry]] | `:sample-type` |
| `secondInput` | java.lang.String | [[cdk.support/lookup-entry]] | `:second-input` |
| `secondaryInputs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:secondary-inputs` |
| `sheetIndexes` | java.util.List | [[cdk.support/lookup-entry]] | `:sheet-indexes` |
| `sheetNames` | java.util.List | [[cdk.support/lookup-entry]] | `:sheet-names` |
| `sourceColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-column` |
| `sourceColumn1` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-column1` |
| `sourceColumn2` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-column2` |
| `sourceColumns` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-columns` |
| `startColumnIndex` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-column-index` |
| `startPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-pattern` |
| `startPosition` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-position` |
| `startValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:start-value` |
| `stemmingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:stemming-mode` |
| `stepCount` | java.lang.String | [[cdk.support/lookup-entry]] | `:step-count` |
| `stepIndex` | java.lang.String | [[cdk.support/lookup-entry]] | `:step-index` |
| `stopWordsMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:stop-words-mode` |
| `strategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:strategy` |
| `targetColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-column` |
| `targetColumnNames` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-column-names` |
| `targetDateFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-date-format` |
| `targetIndex` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-index` |
| `timeZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-zone` |
| `tokenizerPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:tokenizer-pattern` |
| `trueString` | java.lang.String | [[cdk.support/lookup-entry]] | `:true-string` |
| `udfLang` | java.lang.String | [[cdk.support/lookup-entry]] | `:udf-lang` |
| `units` | java.lang.String | [[cdk.support/lookup-entry]] | `:units` |
| `unpivotColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:unpivot-column` |
| `upperBound` | java.lang.String | [[cdk.support/lookup-entry]] | `:upper-bound` |
| `useNewDataFrame` | java.lang.String | [[cdk.support/lookup-entry]] | `:use-new-data-frame` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
| `value1` | java.lang.String | [[cdk.support/lookup-entry]] | `:value1` |
| `value2` | java.lang.String | [[cdk.support/lookup-entry]] | `:value2` |
| `valueColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:value-column` |
| `viewFrame` | java.lang.String | [[cdk.support/lookup-entry]] | `:view-frame` |
sourceraw docstring

build-cfn-recipe-recipe-step-property-builderclj

(build-cfn-recipe-recipe-step-property-builder builder id config)

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

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
actionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:action
conditionExpressionsjava.util.Listcdk.support/lookup-entry:condition-expressions
The build-cfn-recipe-recipe-step-property-builder function updates a CfnRecipe$RecipeStepProperty$Builder instance using the provided configuration.
  The function takes the CfnRecipe$RecipeStepProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `action` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:action` |
| `conditionExpressions` | java.util.List | [[cdk.support/lookup-entry]] | `:condition-expressions` |
sourceraw docstring

build-cfn-recipe-s3-location-property-builderclj

(build-cfn-recipe-s3-location-property-builder builder id config)

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

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

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

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

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

build-cfn-recipe-secondary-input-property-builderclj

(build-cfn-recipe-secondary-input-property-builder builder id config)

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

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
dataCatalogInputDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-catalog-input-definition
s3InputDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-input-definition
The build-cfn-recipe-secondary-input-property-builder function updates a CfnRecipe$SecondaryInputProperty$Builder instance using the provided configuration.
  The function takes the CfnRecipe$SecondaryInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `dataCatalogInputDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-catalog-input-definition` |
| `s3InputDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-input-definition` |
sourceraw docstring

build-cfn-ruleset-builderclj

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

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

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
rulesjava.util.Listcdk.support/lookup-entry:rules
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-ruleset-builder function updates a CfnRuleset$Builder instance using the provided configuration.
  The function takes the CfnRuleset$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-ruleset-column-selector-property-builderclj

(build-cfn-ruleset-column-selector-property-builder builder id config)

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

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
regexjava.lang.Stringcdk.support/lookup-entry:regex
The build-cfn-ruleset-column-selector-property-builder function updates a CfnRuleset$ColumnSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleset$ColumnSelectorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `regex` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex` |
sourceraw docstring

build-cfn-ruleset-props-builderclj

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

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

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
rulesjava.util.Listcdk.support/lookup-entry:rules
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
The build-cfn-ruleset-props-builder function updates a CfnRulesetProps$Builder instance using the provided configuration.
  The function takes the CfnRulesetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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` |
| `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
sourceraw docstring

build-cfn-ruleset-rule-property-builderclj

(build-cfn-ruleset-rule-property-builder builder id config)

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

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
checkExpressionjava.lang.Stringcdk.support/lookup-entry:check-expression
columnSelectorssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:column-selectors
disabledjava.lang.Booleancdk.support/lookup-entry:disabled
namejava.lang.Stringcdk.support/lookup-entry:name
substitutionMapsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:substitution-map
thresholdsoftware.amazon.awscdk.services.databrew.CfnRuleset$ThresholdPropertycdk.support/lookup-entry:threshold
The build-cfn-ruleset-rule-property-builder function updates a CfnRuleset$RuleProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleset$RuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `checkExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:check-expression` |
| `columnSelectors` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:column-selectors` |
| `disabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disabled` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `substitutionMap` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:substitution-map` |
| `threshold` | software.amazon.awscdk.services.databrew.CfnRuleset$ThresholdProperty | [[cdk.support/lookup-entry]] | `:threshold` |
sourceraw docstring

build-cfn-ruleset-substitution-value-property-builderclj

(build-cfn-ruleset-substitution-value-property-builder builder id config)

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

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
valuejava.lang.Stringcdk.support/lookup-entry:value
valueReferencejava.lang.Stringcdk.support/lookup-entry:value-reference
The build-cfn-ruleset-substitution-value-property-builder function updates a CfnRuleset$SubstitutionValueProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleset$SubstitutionValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
| `valueReference` | java.lang.String | [[cdk.support/lookup-entry]] | `:value-reference` |
sourceraw docstring

build-cfn-ruleset-threshold-property-builderclj

(build-cfn-ruleset-threshold-property-builder builder id config)

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

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
typejava.lang.Stringcdk.support/lookup-entry:type
unitjava.lang.Stringcdk.support/lookup-entry:unit
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-ruleset-threshold-property-builder function updates a CfnRuleset$ThresholdProperty$Builder instance using the provided configuration.
  The function takes the CfnRuleset$ThresholdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
| `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-schedule-builderclj

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

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

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
cronExpressionjava.lang.Stringcdk.support/lookup-entry:cron-expression
jobNamesjava.util.Listcdk.support/lookup-entry:job-names
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-schedule-builder function updates a CfnSchedule$Builder instance using the provided configuration.
  The function takes the CfnSchedule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `cronExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:cron-expression` |
| `jobNames` | java.util.List | [[cdk.support/lookup-entry]] | `:job-names` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-schedule-props-builderclj

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

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

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
cronExpressionjava.lang.Stringcdk.support/lookup-entry:cron-expression
jobNamesjava.util.Listcdk.support/lookup-entry:job-names
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-schedule-props-builder function updates a CfnScheduleProps$Builder instance using the provided configuration.
  The function takes the CfnScheduleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  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 |
|---|---|---|---|
| `cronExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:cron-expression` |
| `jobNames` | java.util.List | [[cdk.support/lookup-entry]] | `:job-names` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

cfn-dataset-builderclj

(cfn-dataset-builder scope id config)

Creates a CfnDataset$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  `CfnDataset$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-dataset-csv-options-property-builderclj

(cfn-dataset-csv-options-property-builder id config)

Creates a CfnDataset$CsvOptionsProperty$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  `CfnDataset$CsvOptionsProperty$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-dataset-data-catalog-input-definition-property-builderclj

(cfn-dataset-data-catalog-input-definition-property-builder id config)

Creates a CfnDataset$DataCatalogInputDefinitionProperty$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  `CfnDataset$DataCatalogInputDefinitionProperty$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-dataset-database-input-definition-property-builderclj

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

Creates a CfnDataset$DatabaseInputDefinitionProperty$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  `CfnDataset$DatabaseInputDefinitionProperty$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-dataset-dataset-parameter-property-builderclj

(cfn-dataset-dataset-parameter-property-builder id config)

Creates a CfnDataset$DatasetParameterProperty$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  `CfnDataset$DatasetParameterProperty$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-dataset-datetime-options-property-builderclj

(cfn-dataset-datetime-options-property-builder id config)

Creates a CfnDataset$DatetimeOptionsProperty$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  `CfnDataset$DatetimeOptionsProperty$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-dataset-excel-options-property-builderclj

(cfn-dataset-excel-options-property-builder id config)

Creates a CfnDataset$ExcelOptionsProperty$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  `CfnDataset$ExcelOptionsProperty$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-dataset-files-limit-property-builderclj

(cfn-dataset-files-limit-property-builder id config)

Creates a CfnDataset$FilesLimitProperty$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  `CfnDataset$FilesLimitProperty$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-dataset-filter-expression-property-builderclj

(cfn-dataset-filter-expression-property-builder id config)

Creates a CfnDataset$FilterExpressionProperty$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  `CfnDataset$FilterExpressionProperty$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-dataset-filter-value-property-builderclj

(cfn-dataset-filter-value-property-builder id config)

Creates a CfnDataset$FilterValueProperty$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  `CfnDataset$FilterValueProperty$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-dataset-format-options-property-builderclj

(cfn-dataset-format-options-property-builder id config)

Creates a CfnDataset$FormatOptionsProperty$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  `CfnDataset$FormatOptionsProperty$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-dataset-input-property-builderclj

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

Creates a CfnDataset$InputProperty$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  `CfnDataset$InputProperty$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-dataset-json-options-property-builderclj

(cfn-dataset-json-options-property-builder id config)

Creates a CfnDataset$JsonOptionsProperty$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  `CfnDataset$JsonOptionsProperty$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-dataset-metadata-property-builderclj

(cfn-dataset-metadata-property-builder id config)

Creates a CfnDataset$MetadataProperty$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  `CfnDataset$MetadataProperty$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-dataset-path-options-property-builderclj

(cfn-dataset-path-options-property-builder id config)

Creates a CfnDataset$PathOptionsProperty$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  `CfnDataset$PathOptionsProperty$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-dataset-path-parameter-property-builderclj

(cfn-dataset-path-parameter-property-builder id config)

Creates a CfnDataset$PathParameterProperty$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  `CfnDataset$PathParameterProperty$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-dataset-props-builderclj

(cfn-dataset-props-builder id config)

Creates a CfnDatasetProps$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  `CfnDatasetProps$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-dataset-s3-location-property-builderclj

(cfn-dataset-s3-location-property-builder id config)

Creates a CfnDataset$S3LocationProperty$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  `CfnDataset$S3LocationProperty$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-allowed-statistics-property-builderclj

(cfn-job-allowed-statistics-property-builder id config)

Creates a CfnJob$AllowedStatisticsProperty$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$AllowedStatisticsProperty$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-column-selector-property-builderclj

(cfn-job-column-selector-property-builder id config)

Creates a CfnJob$ColumnSelectorProperty$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$ColumnSelectorProperty$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-column-statistics-configuration-property-builderclj

(cfn-job-column-statistics-configuration-property-builder id config)

Creates a CfnJob$ColumnStatisticsConfigurationProperty$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$ColumnStatisticsConfigurationProperty$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-csv-output-options-property-builderclj

(cfn-job-csv-output-options-property-builder id config)

Creates a CfnJob$CsvOutputOptionsProperty$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$CsvOutputOptionsProperty$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-data-catalog-output-property-builderclj

(cfn-job-data-catalog-output-property-builder id config)

Creates a CfnJob$DataCatalogOutputProperty$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$DataCatalogOutputProperty$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-database-output-property-builderclj

(cfn-job-database-output-property-builder id config)

Creates a CfnJob$DatabaseOutputProperty$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$DatabaseOutputProperty$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-database-table-output-options-property-builderclj

(cfn-job-database-table-output-options-property-builder id config)

Creates a CfnJob$DatabaseTableOutputOptionsProperty$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$DatabaseTableOutputOptionsProperty$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-entity-detector-configuration-property-builderclj

(cfn-job-entity-detector-configuration-property-builder id config)

Creates a CfnJob$EntityDetectorConfigurationProperty$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$EntityDetectorConfigurationProperty$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-sample-property-builderclj

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

Creates a CfnJob$JobSampleProperty$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$JobSampleProperty$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-output-format-options-property-builderclj

(cfn-job-output-format-options-property-builder id config)

Creates a CfnJob$OutputFormatOptionsProperty$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$OutputFormatOptionsProperty$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-output-location-property-builderclj

(cfn-job-output-location-property-builder id config)

Creates a CfnJob$OutputLocationProperty$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$OutputLocationProperty$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-output-property-builderclj

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

Creates a CfnJob$OutputProperty$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$OutputProperty$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-profile-configuration-property-builderclj

(cfn-job-profile-configuration-property-builder id config)

Creates a CfnJob$ProfileConfigurationProperty$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$ProfileConfigurationProperty$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-job-recipe-property-builderclj

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

Creates a CfnJob$RecipeProperty$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$RecipeProperty$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-s3-location-property-builderclj

(cfn-job-s3-location-property-builder id config)

Creates a CfnJob$S3LocationProperty$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$S3LocationProperty$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-s3-table-output-options-property-builderclj

(cfn-job-s3-table-output-options-property-builder id config)

Creates a CfnJob$S3TableOutputOptionsProperty$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$S3TableOutputOptionsProperty$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-statistic-override-property-builderclj

(cfn-job-statistic-override-property-builder id config)

Creates a CfnJob$StatisticOverrideProperty$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$StatisticOverrideProperty$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-statistics-configuration-property-builderclj

(cfn-job-statistics-configuration-property-builder id config)

Creates a CfnJob$StatisticsConfigurationProperty$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$StatisticsConfigurationProperty$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-validation-configuration-property-builderclj

(cfn-job-validation-configuration-property-builder id config)

Creates a CfnJob$ValidationConfigurationProperty$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$ValidationConfigurationProperty$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-project-builderclj

(cfn-project-builder scope id config)

Creates a CfnProject$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  `CfnProject$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-project-props-builderclj

(cfn-project-props-builder id config)

Creates a CfnProjectProps$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  `CfnProjectProps$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-project-sample-property-builderclj

(cfn-project-sample-property-builder id config)

Creates a CfnProject$SampleProperty$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  `CfnProject$SampleProperty$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-recipe-action-property-builderclj

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

Creates a CfnRecipe$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  `CfnRecipe$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-recipe-builderclj

(cfn-recipe-builder scope id config)

Creates a CfnRecipe$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  `CfnRecipe$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-recipe-condition-expression-property-builderclj

(cfn-recipe-condition-expression-property-builder id config)

Creates a CfnRecipe$ConditionExpressionProperty$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  `CfnRecipe$ConditionExpressionProperty$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-recipe-data-catalog-input-definition-property-builderclj

(cfn-recipe-data-catalog-input-definition-property-builder id config)

Creates a CfnRecipe$DataCatalogInputDefinitionProperty$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  `CfnRecipe$DataCatalogInputDefinitionProperty$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-recipe-input-property-builderclj

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

Creates a CfnRecipe$InputProperty$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  `CfnRecipe$InputProperty$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-recipe-props-builderclj

(cfn-recipe-props-builder id config)

Creates a CfnRecipeProps$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  `CfnRecipeProps$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-recipe-recipe-parameters-property-builderclj

(cfn-recipe-recipe-parameters-property-builder id config)

Creates a CfnRecipe$RecipeParametersProperty$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  `CfnRecipe$RecipeParametersProperty$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-recipe-recipe-step-property-builderclj

(cfn-recipe-recipe-step-property-builder id config)

Creates a CfnRecipe$RecipeStepProperty$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  `CfnRecipe$RecipeStepProperty$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-recipe-s3-location-property-builderclj

(cfn-recipe-s3-location-property-builder id config)

Creates a CfnRecipe$S3LocationProperty$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  `CfnRecipe$S3LocationProperty$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-recipe-secondary-input-property-builderclj

(cfn-recipe-secondary-input-property-builder id config)

Creates a CfnRecipe$SecondaryInputProperty$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  `CfnRecipe$SecondaryInputProperty$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-ruleset-builderclj

(cfn-ruleset-builder scope id config)

Creates a CfnRuleset$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  `CfnRuleset$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-ruleset-column-selector-property-builderclj

(cfn-ruleset-column-selector-property-builder id config)

Creates a CfnRuleset$ColumnSelectorProperty$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  `CfnRuleset$ColumnSelectorProperty$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-ruleset-props-builderclj

(cfn-ruleset-props-builder id config)

Creates a CfnRulesetProps$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  `CfnRulesetProps$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-ruleset-rule-property-builderclj

(cfn-ruleset-rule-property-builder id config)

Creates a CfnRuleset$RuleProperty$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  `CfnRuleset$RuleProperty$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-ruleset-substitution-value-property-builderclj

(cfn-ruleset-substitution-value-property-builder id config)

Creates a CfnRuleset$SubstitutionValueProperty$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  `CfnRuleset$SubstitutionValueProperty$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-ruleset-threshold-property-builderclj

(cfn-ruleset-threshold-property-builder id config)

Creates a CfnRuleset$ThresholdProperty$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  `CfnRuleset$ThresholdProperty$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-schedule-builderclj

(cfn-schedule-builder scope id config)

Creates a CfnSchedule$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  `CfnSchedule$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-schedule-props-builderclj

(cfn-schedule-props-builder id config)

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