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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
multiLine | java.lang.Boolean | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
sourceArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
key | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
statistics | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
regex | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
delimiter | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
mode | java.lang.String | cdk.support/lookup-entry | :mode |
size | java.lang.Number | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
csv | software.amazon.awscdk.services.databrew.CfnJob$CsvOutputOptionsProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
version | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
location | software.amazon.awscdk.services.databrew.CfnJob$S3LocationProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
size | java.lang.Number | cdk.support/lookup-entry | :size |
type | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
operation | java.lang.String | cdk.support/lookup-entry | :operation |
parameters | java.util.Map | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
key | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
regex | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data 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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close