Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.glue package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.glue package.
(build-cfn-classifier-builder builder id config)
The build-cfn-classifier-builder function updates a CfnClassifier$Builder instance using the provided configuration. The function takes the CfnClassifier$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
csvClassifier | software.amazon.awscdk.services.glue.CfnClassifier$CsvClassifierProperty | cdk.support/lookup-entry | :csv-classifier |
grokClassifier | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :grok-classifier |
jsonClassifier | software.amazon.awscdk.services.glue.CfnClassifier$JsonClassifierProperty | cdk.support/lookup-entry | :json-classifier |
xmlClassifier | software.amazon.awscdk.services.glue.CfnClassifier$XMLClassifierProperty | cdk.support/lookup-entry | :xml-classifier |
The build-cfn-classifier-builder function updates a CfnClassifier$Builder instance using the provided configuration. The function takes the CfnClassifier$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `csvClassifier` | software.amazon.awscdk.services.glue.CfnClassifier$CsvClassifierProperty | [[cdk.support/lookup-entry]] | `:csv-classifier` | | `grokClassifier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:grok-classifier` | | `jsonClassifier` | software.amazon.awscdk.services.glue.CfnClassifier$JsonClassifierProperty | [[cdk.support/lookup-entry]] | `:json-classifier` | | `xmlClassifier` | software.amazon.awscdk.services.glue.CfnClassifier$XMLClassifierProperty | [[cdk.support/lookup-entry]] | `:xml-classifier` |
(build-cfn-classifier-csv-classifier-property-builder builder id config)
The build-cfn-classifier-csv-classifier-property-builder function updates a CfnClassifier$CsvClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$CsvClassifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allowSingleColumn | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :allow-single-column |
containsCustomDatatype | java.util.List | cdk.support/lookup-entry | :contains-custom-datatype |
containsHeader | java.lang.String | cdk.support/lookup-entry | :contains-header |
customDatatypeConfigured | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :custom-datatype-configured |
delimiter | java.lang.String | cdk.support/lookup-entry | :delimiter |
disableValueTrimming | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disable-value-trimming |
header | java.util.List | cdk.support/lookup-entry | :header |
name | java.lang.String | cdk.support/lookup-entry | :name |
quoteSymbol | java.lang.String | cdk.support/lookup-entry | :quote-symbol |
The build-cfn-classifier-csv-classifier-property-builder function updates a CfnClassifier$CsvClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$CsvClassifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allowSingleColumn` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-single-column` | | `containsCustomDatatype` | java.util.List | [[cdk.support/lookup-entry]] | `:contains-custom-datatype` | | `containsHeader` | java.lang.String | [[cdk.support/lookup-entry]] | `:contains-header` | | `customDatatypeConfigured` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:custom-datatype-configured` | | `delimiter` | java.lang.String | [[cdk.support/lookup-entry]] | `:delimiter` | | `disableValueTrimming` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-value-trimming` | | `header` | java.util.List | [[cdk.support/lookup-entry]] | `:header` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `quoteSymbol` | java.lang.String | [[cdk.support/lookup-entry]] | `:quote-symbol` |
(build-cfn-classifier-grok-classifier-property-builder builder id config)
The build-cfn-classifier-grok-classifier-property-builder function updates a CfnClassifier$GrokClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$GrokClassifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
classification | java.lang.String | cdk.support/lookup-entry | :classification |
customPatterns | java.lang.String | cdk.support/lookup-entry | :custom-patterns |
grokPattern | java.lang.String | cdk.support/lookup-entry | :grok-pattern |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-classifier-grok-classifier-property-builder function updates a CfnClassifier$GrokClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$GrokClassifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `classification` | java.lang.String | [[cdk.support/lookup-entry]] | `:classification` | | `customPatterns` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-patterns` | | `grokPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:grok-pattern` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-classifier-json-classifier-property-builder builder id config)
The build-cfn-classifier-json-classifier-property-builder function updates a CfnClassifier$JsonClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$JsonClassifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
jsonPath | java.lang.String | cdk.support/lookup-entry | :json-path |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-classifier-json-classifier-property-builder function updates a CfnClassifier$JsonClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$JsonClassifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `jsonPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:json-path` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-classifier-props-builder builder id config)
The build-cfn-classifier-props-builder function updates a CfnClassifierProps$Builder instance using the provided configuration. The function takes the CfnClassifierProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
csvClassifier | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :csv-classifier |
grokClassifier | software.amazon.awscdk.services.glue.CfnClassifier$GrokClassifierProperty | cdk.support/lookup-entry | :grok-classifier |
jsonClassifier | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :json-classifier |
xmlClassifier | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :xml-classifier |
The build-cfn-classifier-props-builder function updates a CfnClassifierProps$Builder instance using the provided configuration. The function takes the CfnClassifierProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `csvClassifier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:csv-classifier` | | `grokClassifier` | software.amazon.awscdk.services.glue.CfnClassifier$GrokClassifierProperty | [[cdk.support/lookup-entry]] | `:grok-classifier` | | `jsonClassifier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:json-classifier` | | `xmlClassifier` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:xml-classifier` |
(build-cfn-classifier-xml-classifier-property-builder builder id config)
The build-cfn-classifier-xml-classifier-property-builder function updates a CfnClassifier$XMLClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$XMLClassifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
classification | java.lang.String | cdk.support/lookup-entry | :classification |
name | java.lang.String | cdk.support/lookup-entry | :name |
rowTag | java.lang.String | cdk.support/lookup-entry | :row-tag |
The build-cfn-classifier-xml-classifier-property-builder function updates a CfnClassifier$XMLClassifierProperty$Builder instance using the provided configuration. The function takes the CfnClassifier$XMLClassifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `classification` | java.lang.String | [[cdk.support/lookup-entry]] | `:classification` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `rowTag` | java.lang.String | [[cdk.support/lookup-entry]] | `:row-tag` |
(build-cfn-connection-builder builder id config)
The build-cfn-connection-builder function updates a CfnConnection$Builder instance using the provided configuration. The function takes the CfnConnection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
connectionInput | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :connection-input |
The build-cfn-connection-builder function updates a CfnConnection$Builder instance using the provided configuration. The function takes the CfnConnection$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `connectionInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connection-input` |
(build-cfn-connection-connection-input-property-builder builder id config)
The build-cfn-connection-connection-input-property-builder function updates a CfnConnection$ConnectionInputProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ConnectionInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionProperties | java.lang.Object | cdk.support/lookup-entry | :connection-properties |
connectionType | java.lang.String | cdk.support/lookup-entry | :connection-type |
description | java.lang.String | cdk.support/lookup-entry | :description |
matchCriteria | java.util.List | cdk.support/lookup-entry | :match-criteria |
name | java.lang.String | cdk.support/lookup-entry | :name |
physicalConnectionRequirements | software.amazon.awscdk.services.glue.CfnConnection$PhysicalConnectionRequirementsProperty | cdk.support/lookup-entry | :physical-connection-requirements |
The build-cfn-connection-connection-input-property-builder function updates a CfnConnection$ConnectionInputProperty$Builder instance using the provided configuration. The function takes the CfnConnection$ConnectionInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:connection-properties` | | `connectionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-type` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `matchCriteria` | java.util.List | [[cdk.support/lookup-entry]] | `:match-criteria` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `physicalConnectionRequirements` | software.amazon.awscdk.services.glue.CfnConnection$PhysicalConnectionRequirementsProperty | [[cdk.support/lookup-entry]] | `:physical-connection-requirements` |
(build-cfn-connection-physical-connection-requirements-property-builder builder
id
config)
The build-cfn-connection-physical-connection-requirements-property-builder function updates a CfnConnection$PhysicalConnectionRequirementsProperty$Builder instance using the provided configuration. The function takes the CfnConnection$PhysicalConnectionRequirementsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
availabilityZone | java.lang.String | cdk.support/lookup-entry | :availability-zone |
securityGroupIdList | java.util.List | cdk.support/lookup-entry | :security-group-id-list |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
The build-cfn-connection-physical-connection-requirements-property-builder function updates a CfnConnection$PhysicalConnectionRequirementsProperty$Builder instance using the provided configuration. The function takes the CfnConnection$PhysicalConnectionRequirementsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` | | `securityGroupIdList` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-id-list` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
(build-cfn-connection-props-builder builder id config)
The build-cfn-connection-props-builder function updates a CfnConnectionProps$Builder instance using the provided configuration. The function takes the CfnConnectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
connectionInput | software.amazon.awscdk.services.glue.CfnConnection$ConnectionInputProperty | cdk.support/lookup-entry | :connection-input |
The build-cfn-connection-props-builder function updates a CfnConnectionProps$Builder instance using the provided configuration. The function takes the CfnConnectionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `connectionInput` | software.amazon.awscdk.services.glue.CfnConnection$ConnectionInputProperty | [[cdk.support/lookup-entry]] | `:connection-input` |
(build-cfn-crawler-builder builder id config)
The build-cfn-crawler-builder function updates a CfnCrawler$Builder instance using the provided configuration. The function takes the CfnCrawler$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
classifiers | java.util.List | cdk.support/lookup-entry | :classifiers |
configuration | java.lang.String | cdk.support/lookup-entry | :configuration |
crawlerSecurityConfiguration | java.lang.String | cdk.support/lookup-entry | :crawler-security-configuration |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
lakeFormationConfiguration | software.amazon.awscdk.services.glue.CfnCrawler$LakeFormationConfigurationProperty | cdk.support/lookup-entry | :lake-formation-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
recrawlPolicy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :recrawl-policy |
role | java.lang.String | cdk.support/lookup-entry | :role |
schedule | software.amazon.awscdk.services.glue.CfnCrawler$ScheduleProperty | cdk.support/lookup-entry | :schedule |
schemaChangePolicy | software.amazon.awscdk.services.glue.CfnCrawler$SchemaChangePolicyProperty | cdk.support/lookup-entry | :schema-change-policy |
tablePrefix | java.lang.String | cdk.support/lookup-entry | :table-prefix |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
targets | software.amazon.awscdk.services.glue.CfnCrawler$TargetsProperty | cdk.support/lookup-entry | :targets |
The build-cfn-crawler-builder function updates a CfnCrawler$Builder instance using the provided configuration. The function takes the CfnCrawler$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `classifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:classifiers` | | `configuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration` | | `crawlerSecurityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-security-configuration` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `lakeFormationConfiguration` | software.amazon.awscdk.services.glue.CfnCrawler$LakeFormationConfigurationProperty | [[cdk.support/lookup-entry]] | `:lake-formation-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `recrawlPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recrawl-policy` | | `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` | | `schedule` | software.amazon.awscdk.services.glue.CfnCrawler$ScheduleProperty | [[cdk.support/lookup-entry]] | `:schedule` | | `schemaChangePolicy` | software.amazon.awscdk.services.glue.CfnCrawler$SchemaChangePolicyProperty | [[cdk.support/lookup-entry]] | `:schema-change-policy` | | `tablePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-prefix` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `targets` | software.amazon.awscdk.services.glue.CfnCrawler$TargetsProperty | [[cdk.support/lookup-entry]] | `:targets` |
(build-cfn-crawler-catalog-target-property-builder builder id config)
The build-cfn-crawler-catalog-target-property-builder function updates a CfnCrawler$CatalogTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$CatalogTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
dlqEventQueueArn | java.lang.String | cdk.support/lookup-entry | :dlq-event-queue-arn |
eventQueueArn | java.lang.String | cdk.support/lookup-entry | :event-queue-arn |
tables | java.util.List | cdk.support/lookup-entry | :tables |
The build-cfn-crawler-catalog-target-property-builder function updates a CfnCrawler$CatalogTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$CatalogTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `dlqEventQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dlq-event-queue-arn` | | `eventQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-queue-arn` | | `tables` | java.util.List | [[cdk.support/lookup-entry]] | `:tables` |
(build-cfn-crawler-delta-target-property-builder builder id config)
The build-cfn-crawler-delta-target-property-builder function updates a CfnCrawler$DeltaTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$DeltaTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
createNativeDeltaTable | java.lang.Boolean | cdk.support/lookup-entry | :create-native-delta-table |
deltaTables | java.util.List | cdk.support/lookup-entry | :delta-tables |
writeManifest | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :write-manifest |
The build-cfn-crawler-delta-target-property-builder function updates a CfnCrawler$DeltaTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$DeltaTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `createNativeDeltaTable` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:create-native-delta-table` | | `deltaTables` | java.util.List | [[cdk.support/lookup-entry]] | `:delta-tables` | | `writeManifest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:write-manifest` |
(build-cfn-crawler-dynamo-db-target-property-builder builder id config)
The build-cfn-crawler-dynamo-db-target-property-builder function updates a CfnCrawler$DynamoDBTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$DynamoDBTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
path | java.lang.String | cdk.support/lookup-entry | :path |
The build-cfn-crawler-dynamo-db-target-property-builder function updates a CfnCrawler$DynamoDBTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$DynamoDBTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
(build-cfn-crawler-iceberg-target-property-builder builder id config)
The build-cfn-crawler-iceberg-target-property-builder function updates a CfnCrawler$IcebergTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$IcebergTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
exclusions | java.util.List | cdk.support/lookup-entry | :exclusions |
maximumTraversalDepth | java.lang.Number | cdk.support/lookup-entry | :maximum-traversal-depth |
paths | java.util.List | cdk.support/lookup-entry | :paths |
The build-cfn-crawler-iceberg-target-property-builder function updates a CfnCrawler$IcebergTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$IcebergTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `exclusions` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusions` | | `maximumTraversalDepth` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum-traversal-depth` | | `paths` | java.util.List | [[cdk.support/lookup-entry]] | `:paths` |
(build-cfn-crawler-jdbc-target-property-builder builder id config)
The build-cfn-crawler-jdbc-target-property-builder function updates a CfnCrawler$JdbcTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$JdbcTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
exclusions | java.util.List | cdk.support/lookup-entry | :exclusions |
path | java.lang.String | cdk.support/lookup-entry | :path |
The build-cfn-crawler-jdbc-target-property-builder function updates a CfnCrawler$JdbcTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$JdbcTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `exclusions` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusions` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
(build-cfn-crawler-lake-formation-configuration-property-builder builder
id
config)
The build-cfn-crawler-lake-formation-configuration-property-builder function updates a CfnCrawler$LakeFormationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$LakeFormationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accountId | java.lang.String | cdk.support/lookup-entry | :account-id |
useLakeFormationCredentials | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :use-lake-formation-credentials |
The build-cfn-crawler-lake-formation-configuration-property-builder function updates a CfnCrawler$LakeFormationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$LakeFormationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` | | `useLakeFormationCredentials` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-lake-formation-credentials` |
(build-cfn-crawler-mongo-db-target-property-builder builder id config)
The build-cfn-crawler-mongo-db-target-property-builder function updates a CfnCrawler$MongoDBTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$MongoDBTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
path | java.lang.String | cdk.support/lookup-entry | :path |
The build-cfn-crawler-mongo-db-target-property-builder function updates a CfnCrawler$MongoDBTargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$MongoDBTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
(build-cfn-crawler-props-builder builder id config)
The build-cfn-crawler-props-builder function updates a CfnCrawlerProps$Builder instance using the provided configuration. The function takes the CfnCrawlerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
classifiers | java.util.List | cdk.support/lookup-entry | :classifiers |
configuration | java.lang.String | cdk.support/lookup-entry | :configuration |
crawlerSecurityConfiguration | java.lang.String | cdk.support/lookup-entry | :crawler-security-configuration |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
description | java.lang.String | cdk.support/lookup-entry | :description |
lakeFormationConfiguration | software.amazon.awscdk.services.glue.CfnCrawler$LakeFormationConfigurationProperty | cdk.support/lookup-entry | :lake-formation-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
recrawlPolicy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :recrawl-policy |
role | java.lang.String | cdk.support/lookup-entry | :role |
schedule | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schedule |
schemaChangePolicy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schema-change-policy |
tablePrefix | java.lang.String | cdk.support/lookup-entry | :table-prefix |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
targets | software.amazon.awscdk.services.glue.CfnCrawler$TargetsProperty | cdk.support/lookup-entry | :targets |
The build-cfn-crawler-props-builder function updates a CfnCrawlerProps$Builder instance using the provided configuration. The function takes the CfnCrawlerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `classifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:classifiers` | | `configuration` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration` | | `crawlerSecurityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-security-configuration` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `lakeFormationConfiguration` | software.amazon.awscdk.services.glue.CfnCrawler$LakeFormationConfigurationProperty | [[cdk.support/lookup-entry]] | `:lake-formation-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `recrawlPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recrawl-policy` | | `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` | | `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` | | `schemaChangePolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema-change-policy` | | `tablePrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-prefix` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `targets` | software.amazon.awscdk.services.glue.CfnCrawler$TargetsProperty | [[cdk.support/lookup-entry]] | `:targets` |
(build-cfn-crawler-recrawl-policy-property-builder builder id config)
The build-cfn-crawler-recrawl-policy-property-builder function updates a CfnCrawler$RecrawlPolicyProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$RecrawlPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
recrawlBehavior | java.lang.String | cdk.support/lookup-entry | :recrawl-behavior |
The build-cfn-crawler-recrawl-policy-property-builder function updates a CfnCrawler$RecrawlPolicyProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$RecrawlPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `recrawlBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:recrawl-behavior` |
(build-cfn-crawler-s3-target-property-builder builder id config)
The build-cfn-crawler-s3-target-property-builder function updates a CfnCrawler$S3TargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$S3TargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
dlqEventQueueArn | java.lang.String | cdk.support/lookup-entry | :dlq-event-queue-arn |
eventQueueArn | java.lang.String | cdk.support/lookup-entry | :event-queue-arn |
exclusions | java.util.List | cdk.support/lookup-entry | :exclusions |
path | java.lang.String | cdk.support/lookup-entry | :path |
sampleSize | java.lang.Number | cdk.support/lookup-entry | :sample-size |
The build-cfn-crawler-s3-target-property-builder function updates a CfnCrawler$S3TargetProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$S3TargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `dlqEventQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:dlq-event-queue-arn` | | `eventQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-queue-arn` | | `exclusions` | java.util.List | [[cdk.support/lookup-entry]] | `:exclusions` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` | | `sampleSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sample-size` |
(build-cfn-crawler-schedule-property-builder builder id config)
The build-cfn-crawler-schedule-property-builder function updates a CfnCrawler$ScheduleProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$ScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
scheduleExpression | java.lang.String | cdk.support/lookup-entry | :schedule-expression |
The build-cfn-crawler-schedule-property-builder function updates a CfnCrawler$ScheduleProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$ScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` |
(build-cfn-crawler-schema-change-policy-property-builder builder id config)
The build-cfn-crawler-schema-change-policy-property-builder function updates a CfnCrawler$SchemaChangePolicyProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$SchemaChangePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deleteBehavior | java.lang.String | cdk.support/lookup-entry | :delete-behavior |
updateBehavior | java.lang.String | cdk.support/lookup-entry | :update-behavior |
The build-cfn-crawler-schema-change-policy-property-builder function updates a CfnCrawler$SchemaChangePolicyProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$SchemaChangePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `deleteBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:delete-behavior` | | `updateBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:update-behavior` |
(build-cfn-crawler-targets-property-builder builder id config)
The build-cfn-crawler-targets-property-builder function updates a CfnCrawler$TargetsProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$TargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogTargets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :catalog-targets |
deltaTargets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :delta-targets |
dynamoDbTargets | java.util.List | cdk.support/lookup-entry | :dynamo-db-targets |
icebergTargets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :iceberg-targets |
jdbcTargets | java.util.List | cdk.support/lookup-entry | :jdbc-targets |
mongoDbTargets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :mongo-db-targets |
s3Targets | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-targets |
The build-cfn-crawler-targets-property-builder function updates a CfnCrawler$TargetsProperty$Builder instance using the provided configuration. The function takes the CfnCrawler$TargetsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:catalog-targets` | | `deltaTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delta-targets` | | `dynamoDbTargets` | java.util.List | [[cdk.support/lookup-entry]] | `:dynamo-db-targets` | | `icebergTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iceberg-targets` | | `jdbcTargets` | java.util.List | [[cdk.support/lookup-entry]] | `:jdbc-targets` | | `mongoDbTargets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mongo-db-targets` | | `s3Targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-targets` |
(build-cfn-custom-entity-type-builder builder id config)
The build-cfn-custom-entity-type-builder function updates a CfnCustomEntityType$Builder instance using the provided configuration. The function takes the CfnCustomEntityType$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
contextWords | java.util.List | cdk.support/lookup-entry | :context-words |
name | java.lang.String | cdk.support/lookup-entry | :name |
regexString | java.lang.String | cdk.support/lookup-entry | :regex-string |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-custom-entity-type-builder function updates a CfnCustomEntityType$Builder instance using the provided configuration. The function takes the CfnCustomEntityType$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `contextWords` | java.util.List | [[cdk.support/lookup-entry]] | `:context-words` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `regexString` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex-string` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-custom-entity-type-props-builder builder id config)
The build-cfn-custom-entity-type-props-builder function updates a CfnCustomEntityTypeProps$Builder instance using the provided configuration. The function takes the CfnCustomEntityTypeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
contextWords | java.util.List | cdk.support/lookup-entry | :context-words |
name | java.lang.String | cdk.support/lookup-entry | :name |
regexString | java.lang.String | cdk.support/lookup-entry | :regex-string |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-custom-entity-type-props-builder function updates a CfnCustomEntityTypeProps$Builder instance using the provided configuration. The function takes the CfnCustomEntityTypeProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `contextWords` | java.util.List | [[cdk.support/lookup-entry]] | `:context-words` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `regexString` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex-string` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-data-catalog-encryption-settings-builder builder id config)
The build-cfn-data-catalog-encryption-settings-builder function updates a CfnDataCatalogEncryptionSettings$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
dataCatalogEncryptionSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :data-catalog-encryption-settings |
The build-cfn-data-catalog-encryption-settings-builder function updates a CfnDataCatalogEncryptionSettings$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `dataCatalogEncryptionSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-catalog-encryption-settings` |
(build-cfn-data-catalog-encryption-settings-connection-password-encryption-property-builder
builder
id
config)
The build-cfn-data-catalog-encryption-settings-connection-password-encryption-property-builder function updates a CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
returnConnectionPasswordEncrypted | java.lang.Boolean | cdk.support/lookup-entry | :return-connection-password-encrypted |
The build-cfn-data-catalog-encryption-settings-connection-password-encryption-property-builder function updates a CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `returnConnectionPasswordEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:return-connection-password-encrypted` |
(build-cfn-data-catalog-encryption-settings-data-catalog-encryption-settings-property-builder
builder
id
config)
The build-cfn-data-catalog-encryption-settings-data-catalog-encryption-settings-property-builder function updates a CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionPasswordEncryption | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty | cdk.support/lookup-entry | :connection-password-encryption |
encryptionAtRest | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty | cdk.support/lookup-entry | :encryption-at-rest |
The build-cfn-data-catalog-encryption-settings-data-catalog-encryption-settings-property-builder function updates a CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionPasswordEncryption` | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty | [[cdk.support/lookup-entry]] | `:connection-password-encryption` | | `encryptionAtRest` | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty | [[cdk.support/lookup-entry]] | `:encryption-at-rest` |
(build-cfn-data-catalog-encryption-settings-encryption-at-rest-property-builder
builder
id
config)
The build-cfn-data-catalog-encryption-settings-encryption-at-rest-property-builder function updates a CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogEncryptionMode | java.lang.String | cdk.support/lookup-entry | :catalog-encryption-mode |
catalogEncryptionServiceRole | java.lang.String | cdk.support/lookup-entry | :catalog-encryption-service-role |
sseAwsKmsKeyId | java.lang.String | cdk.support/lookup-entry | :sse-aws-kms-key-id |
The build-cfn-data-catalog-encryption-settings-encryption-at-rest-property-builder function updates a CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-encryption-mode` | | `catalogEncryptionServiceRole` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-encryption-service-role` | | `sseAwsKmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:sse-aws-kms-key-id` |
(build-cfn-data-catalog-encryption-settings-props-builder builder id config)
The build-cfn-data-catalog-encryption-settings-props-builder function updates a CfnDataCatalogEncryptionSettingsProps$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettingsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
dataCatalogEncryptionSettings | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty | cdk.support/lookup-entry | :data-catalog-encryption-settings |
The build-cfn-data-catalog-encryption-settings-props-builder function updates a CfnDataCatalogEncryptionSettingsProps$Builder instance using the provided configuration. The function takes the CfnDataCatalogEncryptionSettingsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `dataCatalogEncryptionSettings` | software.amazon.awscdk.services.glue.CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty | [[cdk.support/lookup-entry]] | `:data-catalog-encryption-settings` |
(build-cfn-data-quality-ruleset-builder builder id config)
The build-cfn-data-quality-ruleset-builder function updates a CfnDataQualityRuleset$Builder instance using the provided configuration. The function takes the CfnDataQualityRuleset$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientToken | java.lang.String | cdk.support/lookup-entry | :client-token |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
ruleset | java.lang.String | cdk.support/lookup-entry | :ruleset |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
targetTable | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-table |
The build-cfn-data-quality-ruleset-builder function updates a CfnDataQualityRuleset$Builder instance using the provided configuration. The function takes the CfnDataQualityRuleset$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `ruleset` | java.lang.String | [[cdk.support/lookup-entry]] | `:ruleset` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `targetTable` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-table` |
(build-cfn-data-quality-ruleset-data-quality-target-table-property-builder
builder
id
config)
The build-cfn-data-quality-ruleset-data-quality-target-table-property-builder function updates a CfnDataQualityRuleset$DataQualityTargetTableProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityRuleset$DataQualityTargetTableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
The build-cfn-data-quality-ruleset-data-quality-target-table-property-builder function updates a CfnDataQualityRuleset$DataQualityTargetTableProperty$Builder instance using the provided configuration. The function takes the CfnDataQualityRuleset$DataQualityTargetTableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
(build-cfn-data-quality-ruleset-props-builder builder id config)
The build-cfn-data-quality-ruleset-props-builder function updates a CfnDataQualityRulesetProps$Builder instance using the provided configuration. The function takes the CfnDataQualityRulesetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientToken | java.lang.String | cdk.support/lookup-entry | :client-token |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
ruleset | java.lang.String | cdk.support/lookup-entry | :ruleset |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
targetTable | software.amazon.awscdk.services.glue.CfnDataQualityRuleset$DataQualityTargetTableProperty | cdk.support/lookup-entry | :target-table |
The build-cfn-data-quality-ruleset-props-builder function updates a CfnDataQualityRulesetProps$Builder instance using the provided configuration. The function takes the CfnDataQualityRulesetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `ruleset` | java.lang.String | [[cdk.support/lookup-entry]] | `:ruleset` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `targetTable` | software.amazon.awscdk.services.glue.CfnDataQualityRuleset$DataQualityTargetTableProperty | [[cdk.support/lookup-entry]] | `:target-table` |
(build-cfn-database-builder builder id config)
The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration. The function takes the CfnDatabase$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseInput | software.amazon.awscdk.services.glue.CfnDatabase$DatabaseInputProperty | cdk.support/lookup-entry | :database-input |
The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration. The function takes the CfnDatabase$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseInput` | software.amazon.awscdk.services.glue.CfnDatabase$DatabaseInputProperty | [[cdk.support/lookup-entry]] | `:database-input` |
(build-cfn-database-data-lake-principal-property-builder builder id config)
The build-cfn-database-data-lake-principal-property-builder function updates a CfnDatabase$DataLakePrincipalProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$DataLakePrincipalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataLakePrincipalIdentifier | java.lang.String | cdk.support/lookup-entry | :data-lake-principal-identifier |
The build-cfn-database-data-lake-principal-property-builder function updates a CfnDatabase$DataLakePrincipalProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$DataLakePrincipalProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dataLakePrincipalIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-lake-principal-identifier` |
(build-cfn-database-database-identifier-property-builder builder id config)
The build-cfn-database-database-identifier-property-builder function updates a CfnDatabase$DatabaseIdentifierProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$DatabaseIdentifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-cfn-database-database-identifier-property-builder function updates a CfnDatabase$DatabaseIdentifierProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$DatabaseIdentifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(build-cfn-database-database-input-property-builder builder id config)
The build-cfn-database-database-input-property-builder function updates a CfnDatabase$DatabaseInputProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$DatabaseInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
createTableDefaultPermissions | java.util.List | cdk.support/lookup-entry | :create-table-default-permissions |
description | java.lang.String | cdk.support/lookup-entry | :description |
federatedDatabase | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :federated-database |
locationUri | java.lang.String | cdk.support/lookup-entry | :location-uri |
name | java.lang.String | cdk.support/lookup-entry | :name |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
targetDatabase | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-database |
The build-cfn-database-database-input-property-builder function updates a CfnDatabase$DatabaseInputProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$DatabaseInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `createTableDefaultPermissions` | java.util.List | [[cdk.support/lookup-entry]] | `:create-table-default-permissions` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `federatedDatabase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:federated-database` | | `locationUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:location-uri` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `targetDatabase` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-database` |
(build-cfn-database-federated-database-property-builder builder id config)
The build-cfn-database-federated-database-property-builder function updates a CfnDatabase$FederatedDatabaseProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$FederatedDatabaseProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
identifier | java.lang.String | cdk.support/lookup-entry | :identifier |
The build-cfn-database-federated-database-property-builder function updates a CfnDatabase$FederatedDatabaseProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$FederatedDatabaseProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `identifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:identifier` |
(build-cfn-database-principal-privileges-property-builder builder id config)
The build-cfn-database-principal-privileges-property-builder function updates a CfnDatabase$PrincipalPrivilegesProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$PrincipalPrivilegesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
permissions | java.util.List | cdk.support/lookup-entry | :permissions |
principal | software.amazon.awscdk.services.glue.CfnDatabase$DataLakePrincipalProperty | cdk.support/lookup-entry | :principal |
The build-cfn-database-principal-privileges-property-builder function updates a CfnDatabase$PrincipalPrivilegesProperty$Builder instance using the provided configuration. The function takes the CfnDatabase$PrincipalPrivilegesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` | | `principal` | software.amazon.awscdk.services.glue.CfnDatabase$DataLakePrincipalProperty | [[cdk.support/lookup-entry]] | `:principal` |
(build-cfn-database-props-builder builder id config)
The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration. The function takes the CfnDatabaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseInput | software.amazon.awscdk.services.glue.CfnDatabase$DatabaseInputProperty | cdk.support/lookup-entry | :database-input |
The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration. The function takes the CfnDatabaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseInput` | software.amazon.awscdk.services.glue.CfnDatabase$DatabaseInputProperty | [[cdk.support/lookup-entry]] | `:database-input` |
(build-cfn-dev-endpoint-builder builder id config)
The build-cfn-dev-endpoint-builder function updates a CfnDevEndpoint$Builder instance using the provided configuration. The function takes the CfnDevEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arguments | java.lang.Object | cdk.support/lookup-entry | :arguments |
endpointName | java.lang.String | cdk.support/lookup-entry | :endpoint-name |
extraJarsS3Path | java.lang.String | cdk.support/lookup-entry | :extra-jars-s3-path |
extraPythonLibsS3Path | java.lang.String | cdk.support/lookup-entry | :extra-python-libs-s3-path |
glueVersion | java.lang.String | cdk.support/lookup-entry | :glue-version |
numberOfNodes | java.lang.Number | cdk.support/lookup-entry | :number-of-nodes |
numberOfWorkers | java.lang.Number | cdk.support/lookup-entry | :number-of-workers |
publicKey | java.lang.String | cdk.support/lookup-entry | :public-key |
publicKeys | java.util.List | cdk.support/lookup-entry | :public-keys |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
securityConfiguration | java.lang.String | cdk.support/lookup-entry | :security-configuration |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
workerType | java.lang.String | cdk.support/lookup-entry | :worker-type |
The build-cfn-dev-endpoint-builder function updates a CfnDevEndpoint$Builder instance using the provided configuration. The function takes the CfnDevEndpoint$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:arguments` | | `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` | | `extraJarsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-jars-s3-path` | | `extraPythonLibsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-python-libs-s3-path` | | `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` | | `numberOfNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-nodes` | | `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` | | `publicKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key` | | `publicKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:public-keys` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
(build-cfn-dev-endpoint-props-builder builder id config)
The build-cfn-dev-endpoint-props-builder function updates a CfnDevEndpointProps$Builder instance using the provided configuration. The function takes the CfnDevEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arguments | java.lang.Object | cdk.support/lookup-entry | :arguments |
endpointName | java.lang.String | cdk.support/lookup-entry | :endpoint-name |
extraJarsS3Path | java.lang.String | cdk.support/lookup-entry | :extra-jars-s3-path |
extraPythonLibsS3Path | java.lang.String | cdk.support/lookup-entry | :extra-python-libs-s3-path |
glueVersion | java.lang.String | cdk.support/lookup-entry | :glue-version |
numberOfNodes | java.lang.Number | cdk.support/lookup-entry | :number-of-nodes |
numberOfWorkers | java.lang.Number | cdk.support/lookup-entry | :number-of-workers |
publicKey | java.lang.String | cdk.support/lookup-entry | :public-key |
publicKeys | java.util.List | cdk.support/lookup-entry | :public-keys |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
securityConfiguration | java.lang.String | cdk.support/lookup-entry | :security-configuration |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetId | java.lang.String | cdk.support/lookup-entry | :subnet-id |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
workerType | java.lang.String | cdk.support/lookup-entry | :worker-type |
The build-cfn-dev-endpoint-props-builder function updates a CfnDevEndpointProps$Builder instance using the provided configuration. The function takes the CfnDevEndpointProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:arguments` | | `endpointName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-name` | | `extraJarsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-jars-s3-path` | | `extraPythonLibsS3Path` | java.lang.String | [[cdk.support/lookup-entry]] | `:extra-python-libs-s3-path` | | `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` | | `numberOfNodes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-nodes` | | `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` | | `publicKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key` | | `publicKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:public-keys` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` | | `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
(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 |
---|---|---|---|
allocatedCapacity | java.lang.Number | cdk.support/lookup-entry | :allocated-capacity |
command | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :command |
connections | software.amazon.awscdk.services.glue.CfnJob$ConnectionsListProperty | cdk.support/lookup-entry | :connections |
defaultArguments | java.lang.Object | cdk.support/lookup-entry | :default-arguments |
description | java.lang.String | cdk.support/lookup-entry | :description |
executionClass | java.lang.String | cdk.support/lookup-entry | :execution-class |
executionProperty | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :execution-property |
glueVersion | java.lang.String | cdk.support/lookup-entry | :glue-version |
logUri | java.lang.String | cdk.support/lookup-entry | :log-uri |
maintenanceWindow | java.lang.String | cdk.support/lookup-entry | :maintenance-window |
maxCapacity | java.lang.Number | cdk.support/lookup-entry | :max-capacity |
maxRetries | java.lang.Number | cdk.support/lookup-entry | :max-retries |
name | java.lang.String | cdk.support/lookup-entry | :name |
nonOverridableArguments | java.lang.Object | cdk.support/lookup-entry | :non-overridable-arguments |
notificationProperty | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :notification-property |
numberOfWorkers | java.lang.Number | cdk.support/lookup-entry | :number-of-workers |
role | java.lang.String | cdk.support/lookup-entry | :role |
securityConfiguration | java.lang.String | cdk.support/lookup-entry | :security-configuration |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
timeout | java.lang.Number | cdk.support/lookup-entry | :timeout |
workerType | java.lang.String | cdk.support/lookup-entry | :worker-type |
The build-cfn-job-builder function updates a CfnJob$Builder instance using the provided configuration. The function takes the CfnJob$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocatedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocated-capacity` | | `command` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:command` | | `connections` | software.amazon.awscdk.services.glue.CfnJob$ConnectionsListProperty | [[cdk.support/lookup-entry]] | `:connections` | | `defaultArguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-arguments` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `executionClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-class` | | `executionProperty` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:execution-property` | | `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` | | `logUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-uri` | | `maintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:maintenance-window` | | `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` | | `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `nonOverridableArguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:non-overridable-arguments` | | `notificationProperty` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notification-property` | | `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` | | `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` | | `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` | | `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
(build-cfn-job-connections-list-property-builder builder id config)
The build-cfn-job-connections-list-property-builder function updates a CfnJob$ConnectionsListProperty$Builder instance using the provided configuration. The function takes the CfnJob$ConnectionsListProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connections | java.util.List | cdk.support/lookup-entry | :connections |
The build-cfn-job-connections-list-property-builder function updates a CfnJob$ConnectionsListProperty$Builder instance using the provided configuration. The function takes the CfnJob$ConnectionsListProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connections` | java.util.List | [[cdk.support/lookup-entry]] | `:connections` |
(build-cfn-job-execution-property-property-builder builder id config)
The build-cfn-job-execution-property-property-builder function updates a CfnJob$ExecutionPropertyProperty$Builder instance using the provided configuration. The function takes the CfnJob$ExecutionPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxConcurrentRuns | java.lang.Number | cdk.support/lookup-entry | :max-concurrent-runs |
The build-cfn-job-execution-property-property-builder function updates a CfnJob$ExecutionPropertyProperty$Builder instance using the provided configuration. The function takes the CfnJob$ExecutionPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `maxConcurrentRuns` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-runs` |
(build-cfn-job-job-command-property-builder builder id config)
The build-cfn-job-job-command-property-builder function updates a CfnJob$JobCommandProperty$Builder instance using the provided configuration. The function takes the CfnJob$JobCommandProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
pythonVersion | java.lang.String | cdk.support/lookup-entry | :python-version |
runtime | java.lang.String | cdk.support/lookup-entry | :runtime |
scriptLocation | java.lang.String | cdk.support/lookup-entry | :script-location |
The build-cfn-job-job-command-property-builder function updates a CfnJob$JobCommandProperty$Builder instance using the provided configuration. The function takes the CfnJob$JobCommandProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `pythonVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:python-version` | | `runtime` | java.lang.String | [[cdk.support/lookup-entry]] | `:runtime` | | `scriptLocation` | java.lang.String | [[cdk.support/lookup-entry]] | `:script-location` |
(build-cfn-job-notification-property-property-builder builder id config)
The build-cfn-job-notification-property-property-builder function updates a CfnJob$NotificationPropertyProperty$Builder instance using the provided configuration. The function takes the CfnJob$NotificationPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
notifyDelayAfter | java.lang.Number | cdk.support/lookup-entry | :notify-delay-after |
The build-cfn-job-notification-property-property-builder function updates a CfnJob$NotificationPropertyProperty$Builder instance using the provided configuration. The function takes the CfnJob$NotificationPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `notifyDelayAfter` | java.lang.Number | [[cdk.support/lookup-entry]] | `:notify-delay-after` |
(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 |
---|---|---|---|
allocatedCapacity | java.lang.Number | cdk.support/lookup-entry | :allocated-capacity |
command | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :command |
connections | software.amazon.awscdk.services.glue.CfnJob$ConnectionsListProperty | cdk.support/lookup-entry | :connections |
defaultArguments | java.lang.Object | cdk.support/lookup-entry | :default-arguments |
description | java.lang.String | cdk.support/lookup-entry | :description |
executionClass | java.lang.String | cdk.support/lookup-entry | :execution-class |
executionProperty | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :execution-property |
glueVersion | java.lang.String | cdk.support/lookup-entry | :glue-version |
logUri | java.lang.String | cdk.support/lookup-entry | :log-uri |
maintenanceWindow | java.lang.String | cdk.support/lookup-entry | :maintenance-window |
maxCapacity | java.lang.Number | cdk.support/lookup-entry | :max-capacity |
maxRetries | java.lang.Number | cdk.support/lookup-entry | :max-retries |
name | java.lang.String | cdk.support/lookup-entry | :name |
nonOverridableArguments | java.lang.Object | cdk.support/lookup-entry | :non-overridable-arguments |
notificationProperty | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :notification-property |
numberOfWorkers | java.lang.Number | cdk.support/lookup-entry | :number-of-workers |
role | java.lang.String | cdk.support/lookup-entry | :role |
securityConfiguration | java.lang.String | cdk.support/lookup-entry | :security-configuration |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
timeout | java.lang.Number | cdk.support/lookup-entry | :timeout |
workerType | java.lang.String | cdk.support/lookup-entry | :worker-type |
The build-cfn-job-props-builder function updates a CfnJobProps$Builder instance using the provided configuration. The function takes the CfnJobProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocatedCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocated-capacity` | | `command` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:command` | | `connections` | software.amazon.awscdk.services.glue.CfnJob$ConnectionsListProperty | [[cdk.support/lookup-entry]] | `:connections` | | `defaultArguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-arguments` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `executionClass` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-class` | | `executionProperty` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:execution-property` | | `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` | | `logUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:log-uri` | | `maintenanceWindow` | java.lang.String | [[cdk.support/lookup-entry]] | `:maintenance-window` | | `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` | | `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `nonOverridableArguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:non-overridable-arguments` | | `notificationProperty` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:notification-property` | | `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` | | `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` | | `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` | | `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
(build-cfn-ml-transform-builder builder id config)
The build-cfn-ml-transform-builder function updates a CfnMLTransform$Builder instance using the provided configuration. The function takes the CfnMLTransform$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
glueVersion | java.lang.String | cdk.support/lookup-entry | :glue-version |
inputRecordTables | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :input-record-tables |
maxCapacity | java.lang.Number | cdk.support/lookup-entry | :max-capacity |
maxRetries | java.lang.Number | cdk.support/lookup-entry | :max-retries |
name | java.lang.String | cdk.support/lookup-entry | :name |
numberOfWorkers | java.lang.Number | cdk.support/lookup-entry | :number-of-workers |
role | java.lang.String | cdk.support/lookup-entry | :role |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
timeout | java.lang.Number | cdk.support/lookup-entry | :timeout |
transformEncryption | software.amazon.awscdk.services.glue.CfnMLTransform$TransformEncryptionProperty | cdk.support/lookup-entry | :transform-encryption |
transformParameters | software.amazon.awscdk.services.glue.CfnMLTransform$TransformParametersProperty | cdk.support/lookup-entry | :transform-parameters |
workerType | java.lang.String | cdk.support/lookup-entry | :worker-type |
The build-cfn-ml-transform-builder function updates a CfnMLTransform$Builder instance using the provided configuration. The function takes the CfnMLTransform$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` | | `inputRecordTables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:input-record-tables` | | `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` | | `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` | | `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` | | `transformEncryption` | software.amazon.awscdk.services.glue.CfnMLTransform$TransformEncryptionProperty | [[cdk.support/lookup-entry]] | `:transform-encryption` | | `transformParameters` | software.amazon.awscdk.services.glue.CfnMLTransform$TransformParametersProperty | [[cdk.support/lookup-entry]] | `:transform-parameters` | | `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
(build-cfn-ml-transform-find-matches-parameters-property-builder builder
id
config)
The build-cfn-ml-transform-find-matches-parameters-property-builder function updates a CfnMLTransform$FindMatchesParametersProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$FindMatchesParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accuracyCostTradeoff | java.lang.Number | cdk.support/lookup-entry | :accuracy-cost-tradeoff |
enforceProvidedLabels | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enforce-provided-labels |
precisionRecallTradeoff | java.lang.Number | cdk.support/lookup-entry | :precision-recall-tradeoff |
primaryKeyColumnName | java.lang.String | cdk.support/lookup-entry | :primary-key-column-name |
The build-cfn-ml-transform-find-matches-parameters-property-builder function updates a CfnMLTransform$FindMatchesParametersProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$FindMatchesParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accuracyCostTradeoff` | java.lang.Number | [[cdk.support/lookup-entry]] | `:accuracy-cost-tradeoff` | | `enforceProvidedLabels` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enforce-provided-labels` | | `precisionRecallTradeoff` | java.lang.Number | [[cdk.support/lookup-entry]] | `:precision-recall-tradeoff` | | `primaryKeyColumnName` | java.lang.String | [[cdk.support/lookup-entry]] | `:primary-key-column-name` |
(build-cfn-ml-transform-glue-tables-property-builder builder id config)
The build-cfn-ml-transform-glue-tables-property-builder function updates a CfnMLTransform$GlueTablesProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$GlueTablesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
connectionName | java.lang.String | cdk.support/lookup-entry | :connection-name |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
The build-cfn-ml-transform-glue-tables-property-builder function updates a CfnMLTransform$GlueTablesProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$GlueTablesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `connectionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-name` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
(build-cfn-ml-transform-input-record-tables-property-builder builder id config)
The build-cfn-ml-transform-input-record-tables-property-builder function updates a CfnMLTransform$InputRecordTablesProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$InputRecordTablesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
glueTables | java.util.List | cdk.support/lookup-entry | :glue-tables |
The build-cfn-ml-transform-input-record-tables-property-builder function updates a CfnMLTransform$InputRecordTablesProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$InputRecordTablesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `glueTables` | java.util.List | [[cdk.support/lookup-entry]] | `:glue-tables` |
(build-cfn-ml-transform-ml-user-data-encryption-property-builder builder
id
config)
The build-cfn-ml-transform-ml-user-data-encryption-property-builder function updates a CfnMLTransform$MLUserDataEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$MLUserDataEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
mlUserDataEncryptionMode | java.lang.String | cdk.support/lookup-entry | :ml-user-data-encryption-mode |
The build-cfn-ml-transform-ml-user-data-encryption-property-builder function updates a CfnMLTransform$MLUserDataEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$MLUserDataEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `mlUserDataEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:ml-user-data-encryption-mode` |
(build-cfn-ml-transform-props-builder builder id config)
The build-cfn-ml-transform-props-builder function updates a CfnMLTransformProps$Builder instance using the provided configuration. The function takes the CfnMLTransformProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
glueVersion | java.lang.String | cdk.support/lookup-entry | :glue-version |
inputRecordTables | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :input-record-tables |
maxCapacity | java.lang.Number | cdk.support/lookup-entry | :max-capacity |
maxRetries | java.lang.Number | cdk.support/lookup-entry | :max-retries |
name | java.lang.String | cdk.support/lookup-entry | :name |
numberOfWorkers | java.lang.Number | cdk.support/lookup-entry | :number-of-workers |
role | java.lang.String | cdk.support/lookup-entry | :role |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
timeout | java.lang.Number | cdk.support/lookup-entry | :timeout |
transformEncryption | software.amazon.awscdk.services.glue.CfnMLTransform$TransformEncryptionProperty | cdk.support/lookup-entry | :transform-encryption |
transformParameters | software.amazon.awscdk.services.glue.CfnMLTransform$TransformParametersProperty | cdk.support/lookup-entry | :transform-parameters |
workerType | java.lang.String | cdk.support/lookup-entry | :worker-type |
The build-cfn-ml-transform-props-builder function updates a CfnMLTransformProps$Builder instance using the provided configuration. The function takes the CfnMLTransformProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `glueVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:glue-version` | | `inputRecordTables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:input-record-tables` | | `maxCapacity` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-capacity` | | `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `numberOfWorkers` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-workers` | | `role` | java.lang.String | [[cdk.support/lookup-entry]] | `:role` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` | | `transformEncryption` | software.amazon.awscdk.services.glue.CfnMLTransform$TransformEncryptionProperty | [[cdk.support/lookup-entry]] | `:transform-encryption` | | `transformParameters` | software.amazon.awscdk.services.glue.CfnMLTransform$TransformParametersProperty | [[cdk.support/lookup-entry]] | `:transform-parameters` | | `workerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:worker-type` |
(build-cfn-ml-transform-transform-encryption-property-builder builder id config)
The build-cfn-ml-transform-transform-encryption-property-builder function updates a CfnMLTransform$TransformEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$TransformEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
mlUserDataEncryption | software.amazon.awscdk.services.glue.CfnMLTransform$MLUserDataEncryptionProperty | cdk.support/lookup-entry | :ml-user-data-encryption |
taskRunSecurityConfigurationName | java.lang.String | cdk.support/lookup-entry | :task-run-security-configuration-name |
The build-cfn-ml-transform-transform-encryption-property-builder function updates a CfnMLTransform$TransformEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$TransformEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `mlUserDataEncryption` | software.amazon.awscdk.services.glue.CfnMLTransform$MLUserDataEncryptionProperty | [[cdk.support/lookup-entry]] | `:ml-user-data-encryption` | | `taskRunSecurityConfigurationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-run-security-configuration-name` |
(build-cfn-ml-transform-transform-parameters-property-builder builder id config)
The build-cfn-ml-transform-transform-parameters-property-builder function updates a CfnMLTransform$TransformParametersProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$TransformParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
findMatchesParameters | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :find-matches-parameters |
transformType | java.lang.String | cdk.support/lookup-entry | :transform-type |
The build-cfn-ml-transform-transform-parameters-property-builder function updates a CfnMLTransform$TransformParametersProperty$Builder instance using the provided configuration. The function takes the CfnMLTransform$TransformParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `findMatchesParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:find-matches-parameters` | | `transformType` | java.lang.String | [[cdk.support/lookup-entry]] | `:transform-type` |
(build-cfn-partition-builder builder id config)
The build-cfn-partition-builder function updates a CfnPartition$Builder instance using the provided configuration. The function takes the CfnPartition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
partitionInput | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :partition-input |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
The build-cfn-partition-builder function updates a CfnPartition$Builder instance using the provided configuration. The function takes the CfnPartition$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `partitionInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partition-input` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
(build-cfn-partition-column-property-builder builder id config)
The build-cfn-partition-column-property-builder function updates a CfnPartition$ColumnProperty$Builder instance using the provided configuration. The function takes the CfnPartition$ColumnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
comment | java.lang.String | cdk.support/lookup-entry | :comment |
name | java.lang.String | cdk.support/lookup-entry | :name |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-partition-column-property-builder function updates a CfnPartition$ColumnProperty$Builder instance using the provided configuration. The function takes the CfnPartition$ColumnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-partition-order-property-builder builder id config)
The build-cfn-partition-order-property-builder function updates a CfnPartition$OrderProperty$Builder instance using the provided configuration. The function takes the CfnPartition$OrderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
column | java.lang.String | cdk.support/lookup-entry | :column |
sortOrder | java.lang.Number | cdk.support/lookup-entry | :sort-order |
The build-cfn-partition-order-property-builder function updates a CfnPartition$OrderProperty$Builder instance using the provided configuration. The function takes the CfnPartition$OrderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `column` | java.lang.String | [[cdk.support/lookup-entry]] | `:column` | | `sortOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sort-order` |
(build-cfn-partition-partition-input-property-builder builder id config)
The build-cfn-partition-partition-input-property-builder function updates a CfnPartition$PartitionInputProperty$Builder instance using the provided configuration. The function takes the CfnPartition$PartitionInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
storageDescriptor | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :storage-descriptor |
values | java.util.List | cdk.support/lookup-entry | :values |
The build-cfn-partition-partition-input-property-builder function updates a CfnPartition$PartitionInputProperty$Builder instance using the provided configuration. The function takes the CfnPartition$PartitionInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `storageDescriptor` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:storage-descriptor` | | `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
(build-cfn-partition-props-builder builder id config)
The build-cfn-partition-props-builder function updates a CfnPartitionProps$Builder instance using the provided configuration. The function takes the CfnPartitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
partitionInput | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :partition-input |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
The build-cfn-partition-props-builder function updates a CfnPartitionProps$Builder instance using the provided configuration. The function takes the CfnPartitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `partitionInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partition-input` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
(build-cfn-partition-schema-id-property-builder builder id config)
The build-cfn-partition-schema-id-property-builder function updates a CfnPartition$SchemaIdProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SchemaIdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
registryName | java.lang.String | cdk.support/lookup-entry | :registry-name |
schemaArn | java.lang.String | cdk.support/lookup-entry | :schema-arn |
schemaName | java.lang.String | cdk.support/lookup-entry | :schema-name |
The build-cfn-partition-schema-id-property-builder function updates a CfnPartition$SchemaIdProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SchemaIdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `registryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-name` | | `schemaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-arn` | | `schemaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-name` |
(build-cfn-partition-schema-reference-property-builder builder id config)
The build-cfn-partition-schema-reference-property-builder function updates a CfnPartition$SchemaReferenceProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SchemaReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
schemaId | software.amazon.awscdk.services.glue.CfnPartition$SchemaIdProperty | cdk.support/lookup-entry | :schema-id |
schemaVersionId | java.lang.String | cdk.support/lookup-entry | :schema-version-id |
schemaVersionNumber | java.lang.Number | cdk.support/lookup-entry | :schema-version-number |
The build-cfn-partition-schema-reference-property-builder function updates a CfnPartition$SchemaReferenceProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SchemaReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `schemaId` | software.amazon.awscdk.services.glue.CfnPartition$SchemaIdProperty | [[cdk.support/lookup-entry]] | `:schema-id` | | `schemaVersionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-version-id` | | `schemaVersionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schema-version-number` |
(build-cfn-partition-serde-info-property-builder builder id config)
The build-cfn-partition-serde-info-property-builder function updates a CfnPartition$SerdeInfoProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SerdeInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
serializationLibrary | java.lang.String | cdk.support/lookup-entry | :serialization-library |
The build-cfn-partition-serde-info-property-builder function updates a CfnPartition$SerdeInfoProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SerdeInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `serializationLibrary` | java.lang.String | [[cdk.support/lookup-entry]] | `:serialization-library` |
(build-cfn-partition-skewed-info-property-builder builder id config)
The build-cfn-partition-skewed-info-property-builder function updates a CfnPartition$SkewedInfoProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SkewedInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
skewedColumnNames | java.util.List | cdk.support/lookup-entry | :skewed-column-names |
skewedColumnValueLocationMaps | java.lang.Object | cdk.support/lookup-entry | :skewed-column-value-location-maps |
skewedColumnValues | java.util.List | cdk.support/lookup-entry | :skewed-column-values |
The build-cfn-partition-skewed-info-property-builder function updates a CfnPartition$SkewedInfoProperty$Builder instance using the provided configuration. The function takes the CfnPartition$SkewedInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `skewedColumnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:skewed-column-names` | | `skewedColumnValueLocationMaps` | java.lang.Object | [[cdk.support/lookup-entry]] | `:skewed-column-value-location-maps` | | `skewedColumnValues` | java.util.List | [[cdk.support/lookup-entry]] | `:skewed-column-values` |
(build-cfn-partition-storage-descriptor-property-builder builder id config)
The build-cfn-partition-storage-descriptor-property-builder function updates a CfnPartition$StorageDescriptorProperty$Builder instance using the provided configuration. The function takes the CfnPartition$StorageDescriptorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketColumns | java.util.List | cdk.support/lookup-entry | :bucket-columns |
columns | java.util.List | cdk.support/lookup-entry | :columns |
compressed | java.lang.Boolean | cdk.support/lookup-entry | :compressed |
inputFormat | java.lang.String | cdk.support/lookup-entry | :input-format |
location | java.lang.String | cdk.support/lookup-entry | :location |
numberOfBuckets | java.lang.Number | cdk.support/lookup-entry | :number-of-buckets |
outputFormat | java.lang.String | cdk.support/lookup-entry | :output-format |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
schemaReference | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schema-reference |
serdeInfo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :serde-info |
skewedInfo | software.amazon.awscdk.services.glue.CfnPartition$SkewedInfoProperty | cdk.support/lookup-entry | :skewed-info |
sortColumns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sort-columns |
storedAsSubDirectories | java.lang.Boolean | cdk.support/lookup-entry | :stored-as-sub-directories |
The build-cfn-partition-storage-descriptor-property-builder function updates a CfnPartition$StorageDescriptorProperty$Builder instance using the provided configuration. The function takes the CfnPartition$StorageDescriptorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:bucket-columns` | | `columns` | java.util.List | [[cdk.support/lookup-entry]] | `:columns` | | `compressed` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:compressed` | | `inputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-format` | | `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` | | `numberOfBuckets` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-buckets` | | `outputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-format` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `schemaReference` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema-reference` | | `serdeInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:serde-info` | | `skewedInfo` | software.amazon.awscdk.services.glue.CfnPartition$SkewedInfoProperty | [[cdk.support/lookup-entry]] | `:skewed-info` | | `sortColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sort-columns` | | `storedAsSubDirectories` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stored-as-sub-directories` |
(build-cfn-registry-builder builder id config)
The build-cfn-registry-builder function updates a CfnRegistry$Builder instance using the provided configuration. The function takes the CfnRegistry$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-registry-builder function updates a CfnRegistry$Builder instance using the provided configuration. The function takes the CfnRegistry$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-registry-props-builder builder id config)
The build-cfn-registry-props-builder function updates a CfnRegistryProps$Builder instance using the provided configuration. The function takes the CfnRegistryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-registry-props-builder function updates a CfnRegistryProps$Builder instance using the provided configuration. The function takes the CfnRegistryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-schema-builder builder id config)
The build-cfn-schema-builder function updates a CfnSchema$Builder instance using the provided configuration. The function takes the CfnSchema$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
checkpointVersion | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :checkpoint-version |
compatibility | java.lang.String | cdk.support/lookup-entry | :compatibility |
dataFormat | java.lang.String | cdk.support/lookup-entry | :data-format |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
registry | software.amazon.awscdk.services.glue.CfnSchema$RegistryProperty | cdk.support/lookup-entry | :registry |
schemaDefinition | java.lang.String | cdk.support/lookup-entry | :schema-definition |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-schema-builder function updates a CfnSchema$Builder instance using the provided configuration. The function takes the CfnSchema$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `checkpointVersion` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:checkpoint-version` | | `compatibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:compatibility` | | `dataFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-format` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `registry` | software.amazon.awscdk.services.glue.CfnSchema$RegistryProperty | [[cdk.support/lookup-entry]] | `:registry` | | `schemaDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-definition` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-schema-props-builder builder id config)
The build-cfn-schema-props-builder function updates a CfnSchemaProps$Builder instance using the provided configuration. The function takes the CfnSchemaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
checkpointVersion | software.amazon.awscdk.services.glue.CfnSchema$SchemaVersionProperty | cdk.support/lookup-entry | :checkpoint-version |
compatibility | java.lang.String | cdk.support/lookup-entry | :compatibility |
dataFormat | java.lang.String | cdk.support/lookup-entry | :data-format |
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
registry | software.amazon.awscdk.services.glue.CfnSchema$RegistryProperty | cdk.support/lookup-entry | :registry |
schemaDefinition | java.lang.String | cdk.support/lookup-entry | :schema-definition |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-schema-props-builder function updates a CfnSchemaProps$Builder instance using the provided configuration. The function takes the CfnSchemaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `checkpointVersion` | software.amazon.awscdk.services.glue.CfnSchema$SchemaVersionProperty | [[cdk.support/lookup-entry]] | `:checkpoint-version` | | `compatibility` | java.lang.String | [[cdk.support/lookup-entry]] | `:compatibility` | | `dataFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-format` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `registry` | software.amazon.awscdk.services.glue.CfnSchema$RegistryProperty | [[cdk.support/lookup-entry]] | `:registry` | | `schemaDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-definition` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-schema-registry-property-builder builder id config)
The build-cfn-schema-registry-property-builder function updates a CfnSchema$RegistryProperty$Builder instance using the provided configuration. The function takes the CfnSchema$RegistryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arn | java.lang.String | cdk.support/lookup-entry | :arn |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-schema-registry-property-builder function updates a CfnSchema$RegistryProperty$Builder instance using the provided configuration. The function takes the CfnSchema$RegistryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arn` | java.lang.String | [[cdk.support/lookup-entry]] | `:arn` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-schema-schema-version-property-builder builder id config)
The build-cfn-schema-schema-version-property-builder function updates a CfnSchema$SchemaVersionProperty$Builder instance using the provided configuration. The function takes the CfnSchema$SchemaVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
isLatest | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :is-latest |
versionNumber | java.lang.Number | cdk.support/lookup-entry | :version-number |
The build-cfn-schema-schema-version-property-builder function updates a CfnSchema$SchemaVersionProperty$Builder instance using the provided configuration. The function takes the CfnSchema$SchemaVersionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `isLatest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:is-latest` | | `versionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:version-number` |
(build-cfn-schema-version-builder builder id config)
The build-cfn-schema-version-builder function updates a CfnSchemaVersion$Builder instance using the provided configuration. The function takes the CfnSchemaVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
schema | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schema |
schemaDefinition | java.lang.String | cdk.support/lookup-entry | :schema-definition |
The build-cfn-schema-version-builder function updates a CfnSchemaVersion$Builder instance using the provided configuration. The function takes the CfnSchemaVersion$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `schema` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema` | | `schemaDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-definition` |
(build-cfn-schema-version-metadata-builder builder id config)
The build-cfn-schema-version-metadata-builder function updates a CfnSchemaVersionMetadata$Builder instance using the provided configuration. The function takes the CfnSchemaVersionMetadata$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
schemaVersionId | java.lang.String | cdk.support/lookup-entry | :schema-version-id |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-schema-version-metadata-builder function updates a CfnSchemaVersionMetadata$Builder instance using the provided configuration. The function takes the CfnSchemaVersionMetadata$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `schemaVersionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-version-id` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-schema-version-metadata-props-builder builder id config)
The build-cfn-schema-version-metadata-props-builder function updates a CfnSchemaVersionMetadataProps$Builder instance using the provided configuration. The function takes the CfnSchemaVersionMetadataProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
schemaVersionId | java.lang.String | cdk.support/lookup-entry | :schema-version-id |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-schema-version-metadata-props-builder function updates a CfnSchemaVersionMetadataProps$Builder instance using the provided configuration. The function takes the CfnSchemaVersionMetadataProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `schemaVersionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-version-id` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-cfn-schema-version-props-builder builder id config)
The build-cfn-schema-version-props-builder function updates a CfnSchemaVersionProps$Builder instance using the provided configuration. The function takes the CfnSchemaVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
schema | software.amazon.awscdk.services.glue.CfnSchemaVersion$SchemaProperty | cdk.support/lookup-entry | :schema |
schemaDefinition | java.lang.String | cdk.support/lookup-entry | :schema-definition |
The build-cfn-schema-version-props-builder function updates a CfnSchemaVersionProps$Builder instance using the provided configuration. The function takes the CfnSchemaVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `schema` | software.amazon.awscdk.services.glue.CfnSchemaVersion$SchemaProperty | [[cdk.support/lookup-entry]] | `:schema` | | `schemaDefinition` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-definition` |
(build-cfn-schema-version-schema-property-builder builder id config)
The build-cfn-schema-version-schema-property-builder function updates a CfnSchemaVersion$SchemaProperty$Builder instance using the provided configuration. The function takes the CfnSchemaVersion$SchemaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
registryName | java.lang.String | cdk.support/lookup-entry | :registry-name |
schemaArn | java.lang.String | cdk.support/lookup-entry | :schema-arn |
schemaName | java.lang.String | cdk.support/lookup-entry | :schema-name |
The build-cfn-schema-version-schema-property-builder function updates a CfnSchemaVersion$SchemaProperty$Builder instance using the provided configuration. The function takes the CfnSchemaVersion$SchemaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `registryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-name` | | `schemaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-arn` | | `schemaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-name` |
(build-cfn-security-configuration-builder builder id config)
The build-cfn-security-configuration-builder function updates a CfnSecurityConfiguration$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
encryptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-security-configuration-builder function updates a CfnSecurityConfiguration$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-security-configuration-cloud-watch-encryption-property-builder
builder
id
config)
The build-cfn-security-configuration-cloud-watch-encryption-property-builder function updates a CfnSecurityConfiguration$CloudWatchEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$CloudWatchEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchEncryptionMode | java.lang.String | cdk.support/lookup-entry | :cloud-watch-encryption-mode |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
The build-cfn-security-configuration-cloud-watch-encryption-property-builder function updates a CfnSecurityConfiguration$CloudWatchEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$CloudWatchEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cloudWatchEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:cloud-watch-encryption-mode` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
(build-cfn-security-configuration-encryption-configuration-property-builder
builder
id
config)
The build-cfn-security-configuration-encryption-configuration-property-builder function updates a CfnSecurityConfiguration$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$EncryptionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
cloudWatchEncryption | software.amazon.awscdk.services.glue.CfnSecurityConfiguration$CloudWatchEncryptionProperty | cdk.support/lookup-entry | :cloud-watch-encryption |
jobBookmarksEncryption | software.amazon.awscdk.services.glue.CfnSecurityConfiguration$JobBookmarksEncryptionProperty | cdk.support/lookup-entry | :job-bookmarks-encryption |
s3Encryptions | java.util.List | cdk.support/lookup-entry | :s3-encryptions |
The build-cfn-security-configuration-encryption-configuration-property-builder function updates a CfnSecurityConfiguration$EncryptionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$EncryptionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `cloudWatchEncryption` | software.amazon.awscdk.services.glue.CfnSecurityConfiguration$CloudWatchEncryptionProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-encryption` | | `jobBookmarksEncryption` | software.amazon.awscdk.services.glue.CfnSecurityConfiguration$JobBookmarksEncryptionProperty | [[cdk.support/lookup-entry]] | `:job-bookmarks-encryption` | | `s3Encryptions` | java.util.List | [[cdk.support/lookup-entry]] | `:s3-encryptions` |
(build-cfn-security-configuration-job-bookmarks-encryption-property-builder
builder
id
config)
The build-cfn-security-configuration-job-bookmarks-encryption-property-builder function updates a CfnSecurityConfiguration$JobBookmarksEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$JobBookmarksEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
jobBookmarksEncryptionMode | java.lang.String | cdk.support/lookup-entry | :job-bookmarks-encryption-mode |
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
The build-cfn-security-configuration-job-bookmarks-encryption-property-builder function updates a CfnSecurityConfiguration$JobBookmarksEncryptionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$JobBookmarksEncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `jobBookmarksEncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-bookmarks-encryption-mode` | | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
(build-cfn-security-configuration-props-builder builder id config)
The build-cfn-security-configuration-props-builder function updates a CfnSecurityConfigurationProps$Builder instance using the provided configuration. The function takes the CfnSecurityConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
encryptionConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :encryption-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-security-configuration-props-builder function updates a CfnSecurityConfigurationProps$Builder instance using the provided configuration. The function takes the CfnSecurityConfigurationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `encryptionConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-security-configuration-s3-encryption-property-builder builder
id
config)
The build-cfn-security-configuration-s3-encryption-property-builder function updates a CfnSecurityConfiguration$S3EncryptionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$S3EncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
kmsKeyArn | java.lang.String | cdk.support/lookup-entry | :kms-key-arn |
s3EncryptionMode | java.lang.String | cdk.support/lookup-entry | :s3-encryption-mode |
The build-cfn-security-configuration-s3-encryption-property-builder function updates a CfnSecurityConfiguration$S3EncryptionProperty$Builder instance using the provided configuration. The function takes the CfnSecurityConfiguration$S3EncryptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` | | `s3EncryptionMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-encryption-mode` |
(build-cfn-table-builder builder id config)
The build-cfn-table-builder function updates a CfnTable$Builder instance using the provided configuration. The function takes the CfnTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
openTableFormatInput | software.amazon.awscdk.services.glue.CfnTable$OpenTableFormatInputProperty | cdk.support/lookup-entry | :open-table-format-input |
tableInput | software.amazon.awscdk.services.glue.CfnTable$TableInputProperty | cdk.support/lookup-entry | :table-input |
The build-cfn-table-builder function updates a CfnTable$Builder instance using the provided configuration. The function takes the CfnTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `openTableFormatInput` | software.amazon.awscdk.services.glue.CfnTable$OpenTableFormatInputProperty | [[cdk.support/lookup-entry]] | `:open-table-format-input` | | `tableInput` | software.amazon.awscdk.services.glue.CfnTable$TableInputProperty | [[cdk.support/lookup-entry]] | `:table-input` |
(build-cfn-table-column-property-builder builder id config)
The build-cfn-table-column-property-builder function updates a CfnTable$ColumnProperty$Builder instance using the provided configuration. The function takes the CfnTable$ColumnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
comment | java.lang.String | cdk.support/lookup-entry | :comment |
name | java.lang.String | cdk.support/lookup-entry | :name |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-table-column-property-builder function updates a CfnTable$ColumnProperty$Builder instance using the provided configuration. The function takes the CfnTable$ColumnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `comment` | java.lang.String | [[cdk.support/lookup-entry]] | `:comment` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-table-iceberg-input-property-builder builder id config)
The build-cfn-table-iceberg-input-property-builder function updates a CfnTable$IcebergInputProperty$Builder instance using the provided configuration. The function takes the CfnTable$IcebergInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
metadataOperation | java.lang.String | cdk.support/lookup-entry | :metadata-operation |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-table-iceberg-input-property-builder function updates a CfnTable$IcebergInputProperty$Builder instance using the provided configuration. The function takes the CfnTable$IcebergInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `metadataOperation` | java.lang.String | [[cdk.support/lookup-entry]] | `:metadata-operation` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-table-open-table-format-input-property-builder builder id config)
The build-cfn-table-open-table-format-input-property-builder function updates a CfnTable$OpenTableFormatInputProperty$Builder instance using the provided configuration. The function takes the CfnTable$OpenTableFormatInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
icebergInput | software.amazon.awscdk.services.glue.CfnTable$IcebergInputProperty | cdk.support/lookup-entry | :iceberg-input |
The build-cfn-table-open-table-format-input-property-builder function updates a CfnTable$OpenTableFormatInputProperty$Builder instance using the provided configuration. The function takes the CfnTable$OpenTableFormatInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `icebergInput` | software.amazon.awscdk.services.glue.CfnTable$IcebergInputProperty | [[cdk.support/lookup-entry]] | `:iceberg-input` |
(build-cfn-table-optimizer-builder builder id config)
The build-cfn-table-optimizer-builder function updates a CfnTableOptimizer$Builder instance using the provided configuration. The function takes the CfnTableOptimizer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
tableOptimizerConfiguration | software.amazon.awscdk.services.glue.CfnTableOptimizer$TableOptimizerConfigurationProperty | cdk.support/lookup-entry | :table-optimizer-configuration |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-table-optimizer-builder function updates a CfnTableOptimizer$Builder instance using the provided configuration. The function takes the CfnTableOptimizer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` | | `tableOptimizerConfiguration` | software.amazon.awscdk.services.glue.CfnTableOptimizer$TableOptimizerConfigurationProperty | [[cdk.support/lookup-entry]] | `:table-optimizer-configuration` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-table-optimizer-props-builder builder id config)
The build-cfn-table-optimizer-props-builder function updates a CfnTableOptimizerProps$Builder instance using the provided configuration. The function takes the CfnTableOptimizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
tableOptimizerConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :table-optimizer-configuration |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-table-optimizer-props-builder function updates a CfnTableOptimizerProps$Builder instance using the provided configuration. The function takes the CfnTableOptimizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` | | `tableOptimizerConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:table-optimizer-configuration` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-table-optimizer-table-optimizer-configuration-property-builder
builder
id
config)
The build-cfn-table-optimizer-table-optimizer-configuration-property-builder function updates a CfnTableOptimizer$TableOptimizerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTableOptimizer$TableOptimizerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
roleArn | java.lang.String | cdk.support/lookup-entry | :role-arn |
The build-cfn-table-optimizer-table-optimizer-configuration-property-builder function updates a CfnTableOptimizer$TableOptimizerConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTableOptimizer$TableOptimizerConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` | | `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
(build-cfn-table-order-property-builder builder id config)
The build-cfn-table-order-property-builder function updates a CfnTable$OrderProperty$Builder instance using the provided configuration. The function takes the CfnTable$OrderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
column | java.lang.String | cdk.support/lookup-entry | :column |
sortOrder | java.lang.Number | cdk.support/lookup-entry | :sort-order |
The build-cfn-table-order-property-builder function updates a CfnTable$OrderProperty$Builder instance using the provided configuration. The function takes the CfnTable$OrderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `column` | java.lang.String | [[cdk.support/lookup-entry]] | `:column` | | `sortOrder` | java.lang.Number | [[cdk.support/lookup-entry]] | `:sort-order` |
(build-cfn-table-props-builder builder id config)
The build-cfn-table-props-builder function updates a CfnTableProps$Builder instance using the provided configuration. The function takes the CfnTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
openTableFormatInput | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :open-table-format-input |
tableInput | software.amazon.awscdk.services.glue.CfnTable$TableInputProperty | cdk.support/lookup-entry | :table-input |
The build-cfn-table-props-builder function updates a CfnTableProps$Builder instance using the provided configuration. The function takes the CfnTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `openTableFormatInput` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:open-table-format-input` | | `tableInput` | software.amazon.awscdk.services.glue.CfnTable$TableInputProperty | [[cdk.support/lookup-entry]] | `:table-input` |
(build-cfn-table-schema-id-property-builder builder id config)
The build-cfn-table-schema-id-property-builder function updates a CfnTable$SchemaIdProperty$Builder instance using the provided configuration. The function takes the CfnTable$SchemaIdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
registryName | java.lang.String | cdk.support/lookup-entry | :registry-name |
schemaArn | java.lang.String | cdk.support/lookup-entry | :schema-arn |
schemaName | java.lang.String | cdk.support/lookup-entry | :schema-name |
The build-cfn-table-schema-id-property-builder function updates a CfnTable$SchemaIdProperty$Builder instance using the provided configuration. The function takes the CfnTable$SchemaIdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `registryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:registry-name` | | `schemaArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-arn` | | `schemaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-name` |
(build-cfn-table-schema-reference-property-builder builder id config)
The build-cfn-table-schema-reference-property-builder function updates a CfnTable$SchemaReferenceProperty$Builder instance using the provided configuration. The function takes the CfnTable$SchemaReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
schemaId | software.amazon.awscdk.services.glue.CfnTable$SchemaIdProperty | cdk.support/lookup-entry | :schema-id |
schemaVersionId | java.lang.String | cdk.support/lookup-entry | :schema-version-id |
schemaVersionNumber | java.lang.Number | cdk.support/lookup-entry | :schema-version-number |
The build-cfn-table-schema-reference-property-builder function updates a CfnTable$SchemaReferenceProperty$Builder instance using the provided configuration. The function takes the CfnTable$SchemaReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `schemaId` | software.amazon.awscdk.services.glue.CfnTable$SchemaIdProperty | [[cdk.support/lookup-entry]] | `:schema-id` | | `schemaVersionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:schema-version-id` | | `schemaVersionNumber` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schema-version-number` |
(build-cfn-table-serde-info-property-builder builder id config)
The build-cfn-table-serde-info-property-builder function updates a CfnTable$SerdeInfoProperty$Builder instance using the provided configuration. The function takes the CfnTable$SerdeInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
serializationLibrary | java.lang.String | cdk.support/lookup-entry | :serialization-library |
The build-cfn-table-serde-info-property-builder function updates a CfnTable$SerdeInfoProperty$Builder instance using the provided configuration. The function takes the CfnTable$SerdeInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `serializationLibrary` | java.lang.String | [[cdk.support/lookup-entry]] | `:serialization-library` |
(build-cfn-table-skewed-info-property-builder builder id config)
The build-cfn-table-skewed-info-property-builder function updates a CfnTable$SkewedInfoProperty$Builder instance using the provided configuration. The function takes the CfnTable$SkewedInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
skewedColumnNames | java.util.List | cdk.support/lookup-entry | :skewed-column-names |
skewedColumnValueLocationMaps | java.lang.Object | cdk.support/lookup-entry | :skewed-column-value-location-maps |
skewedColumnValues | java.util.List | cdk.support/lookup-entry | :skewed-column-values |
The build-cfn-table-skewed-info-property-builder function updates a CfnTable$SkewedInfoProperty$Builder instance using the provided configuration. The function takes the CfnTable$SkewedInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `skewedColumnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:skewed-column-names` | | `skewedColumnValueLocationMaps` | java.lang.Object | [[cdk.support/lookup-entry]] | `:skewed-column-value-location-maps` | | `skewedColumnValues` | java.util.List | [[cdk.support/lookup-entry]] | `:skewed-column-values` |
(build-cfn-table-storage-descriptor-property-builder builder id config)
The build-cfn-table-storage-descriptor-property-builder function updates a CfnTable$StorageDescriptorProperty$Builder instance using the provided configuration. The function takes the CfnTable$StorageDescriptorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketColumns | java.util.List | cdk.support/lookup-entry | :bucket-columns |
columns | java.util.List | cdk.support/lookup-entry | :columns |
compressed | java.lang.Boolean | cdk.support/lookup-entry | :compressed |
inputFormat | java.lang.String | cdk.support/lookup-entry | :input-format |
location | java.lang.String | cdk.support/lookup-entry | :location |
numberOfBuckets | java.lang.Number | cdk.support/lookup-entry | :number-of-buckets |
outputFormat | java.lang.String | cdk.support/lookup-entry | :output-format |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
schemaReference | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schema-reference |
serdeInfo | software.amazon.awscdk.services.glue.CfnTable$SerdeInfoProperty | cdk.support/lookup-entry | :serde-info |
skewedInfo | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :skewed-info |
sortColumns | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :sort-columns |
storedAsSubDirectories | java.lang.Boolean | cdk.support/lookup-entry | :stored-as-sub-directories |
The build-cfn-table-storage-descriptor-property-builder function updates a CfnTable$StorageDescriptorProperty$Builder instance using the provided configuration. The function takes the CfnTable$StorageDescriptorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:bucket-columns` | | `columns` | java.util.List | [[cdk.support/lookup-entry]] | `:columns` | | `compressed` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:compressed` | | `inputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-format` | | `location` | java.lang.String | [[cdk.support/lookup-entry]] | `:location` | | `numberOfBuckets` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-buckets` | | `outputFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:output-format` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `schemaReference` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema-reference` | | `serdeInfo` | software.amazon.awscdk.services.glue.CfnTable$SerdeInfoProperty | [[cdk.support/lookup-entry]] | `:serde-info` | | `skewedInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:skewed-info` | | `sortColumns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sort-columns` | | `storedAsSubDirectories` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stored-as-sub-directories` |
(build-cfn-table-table-identifier-property-builder builder id config)
The build-cfn-table-table-identifier-property-builder function updates a CfnTable$TableIdentifierProperty$Builder instance using the provided configuration. The function takes the CfnTable$TableIdentifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
catalogId | java.lang.String | cdk.support/lookup-entry | :catalog-id |
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
name | java.lang.String | cdk.support/lookup-entry | :name |
region | java.lang.String | cdk.support/lookup-entry | :region |
The build-cfn-table-table-identifier-property-builder function updates a CfnTable$TableIdentifierProperty$Builder instance using the provided configuration. The function takes the CfnTable$TableIdentifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `catalogId` | java.lang.String | [[cdk.support/lookup-entry]] | `:catalog-id` | | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
(build-cfn-table-table-input-property-builder builder id config)
The build-cfn-table-table-input-property-builder function updates a CfnTable$TableInputProperty$Builder instance using the provided configuration. The function takes the CfnTable$TableInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
description | java.lang.String | cdk.support/lookup-entry | :description |
name | java.lang.String | cdk.support/lookup-entry | :name |
owner | java.lang.String | cdk.support/lookup-entry | :owner |
parameters | java.lang.Object | cdk.support/lookup-entry | :parameters |
partitionKeys | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :partition-keys |
retention | java.lang.Number | cdk.support/lookup-entry | :retention |
storageDescriptor | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :storage-descriptor |
tableType | java.lang.String | cdk.support/lookup-entry | :table-type |
targetTable | software.amazon.awscdk.services.glue.CfnTable$TableIdentifierProperty | cdk.support/lookup-entry | :target-table |
viewExpandedText | java.lang.String | cdk.support/lookup-entry | :view-expanded-text |
viewOriginalText | java.lang.String | cdk.support/lookup-entry | :view-original-text |
The build-cfn-table-table-input-property-builder function updates a CfnTable$TableInputProperty$Builder instance using the provided configuration. The function takes the CfnTable$TableInputProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `owner` | java.lang.String | [[cdk.support/lookup-entry]] | `:owner` | | `parameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:parameters` | | `partitionKeys` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partition-keys` | | `retention` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retention` | | `storageDescriptor` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:storage-descriptor` | | `tableType` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-type` | | `targetTable` | software.amazon.awscdk.services.glue.CfnTable$TableIdentifierProperty | [[cdk.support/lookup-entry]] | `:target-table` | | `viewExpandedText` | java.lang.String | [[cdk.support/lookup-entry]] | `:view-expanded-text` | | `viewOriginalText` | java.lang.String | [[cdk.support/lookup-entry]] | `:view-original-text` |
(build-cfn-trigger-action-property-builder builder id config)
The build-cfn-trigger-action-property-builder function updates a CfnTrigger$ActionProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
arguments | java.lang.Object | cdk.support/lookup-entry | :arguments |
crawlerName | java.lang.String | cdk.support/lookup-entry | :crawler-name |
jobName | java.lang.String | cdk.support/lookup-entry | :job-name |
notificationProperty | software.amazon.awscdk.services.glue.CfnTrigger$NotificationPropertyProperty | cdk.support/lookup-entry | :notification-property |
securityConfiguration | java.lang.String | cdk.support/lookup-entry | :security-configuration |
timeout | java.lang.Number | cdk.support/lookup-entry | :timeout |
The build-cfn-trigger-action-property-builder function updates a CfnTrigger$ActionProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `arguments` | java.lang.Object | [[cdk.support/lookup-entry]] | `:arguments` | | `crawlerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-name` | | `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` | | `notificationProperty` | software.amazon.awscdk.services.glue.CfnTrigger$NotificationPropertyProperty | [[cdk.support/lookup-entry]] | `:notification-property` | | `securityConfiguration` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-configuration` | | `timeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout` |
(build-cfn-trigger-builder builder id config)
The build-cfn-trigger-builder function updates a CfnTrigger$Builder instance using the provided configuration. The function takes the CfnTrigger$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
actions | java.util.List | cdk.support/lookup-entry | :actions |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventBatchingCondition | software.amazon.awscdk.services.glue.CfnTrigger$EventBatchingConditionProperty | cdk.support/lookup-entry | :event-batching-condition |
name | java.lang.String | cdk.support/lookup-entry | :name |
predicate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :predicate |
schedule | java.lang.String | cdk.support/lookup-entry | :schedule |
startOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :start-on-creation |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
workflowName | java.lang.String | cdk.support/lookup-entry | :workflow-name |
The build-cfn-trigger-builder function updates a CfnTrigger$Builder instance using the provided configuration. The function takes the CfnTrigger$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventBatchingCondition` | software.amazon.awscdk.services.glue.CfnTrigger$EventBatchingConditionProperty | [[cdk.support/lookup-entry]] | `:event-batching-condition` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `predicate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:predicate` | | `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` | | `startOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:start-on-creation` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `workflowName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workflow-name` |
(build-cfn-trigger-condition-property-builder builder id config)
The build-cfn-trigger-condition-property-builder function updates a CfnTrigger$ConditionProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$ConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
crawlState | java.lang.String | cdk.support/lookup-entry | :crawl-state |
crawlerName | java.lang.String | cdk.support/lookup-entry | :crawler-name |
jobName | java.lang.String | cdk.support/lookup-entry | :job-name |
logicalOperator | java.lang.String | cdk.support/lookup-entry | :logical-operator |
state | java.lang.String | cdk.support/lookup-entry | :state |
The build-cfn-trigger-condition-property-builder function updates a CfnTrigger$ConditionProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$ConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `crawlState` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawl-state` | | `crawlerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:crawler-name` | | `jobName` | java.lang.String | [[cdk.support/lookup-entry]] | `:job-name` | | `logicalOperator` | java.lang.String | [[cdk.support/lookup-entry]] | `:logical-operator` | | `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
(build-cfn-trigger-event-batching-condition-property-builder builder id config)
The build-cfn-trigger-event-batching-condition-property-builder function updates a CfnTrigger$EventBatchingConditionProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$EventBatchingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
batchSize | java.lang.Number | cdk.support/lookup-entry | :batch-size |
batchWindow | java.lang.Number | cdk.support/lookup-entry | :batch-window |
The build-cfn-trigger-event-batching-condition-property-builder function updates a CfnTrigger$EventBatchingConditionProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$EventBatchingConditionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `batchSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-size` | | `batchWindow` | java.lang.Number | [[cdk.support/lookup-entry]] | `:batch-window` |
(build-cfn-trigger-notification-property-property-builder builder id config)
The build-cfn-trigger-notification-property-property-builder function updates a CfnTrigger$NotificationPropertyProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$NotificationPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
notifyDelayAfter | java.lang.Number | cdk.support/lookup-entry | :notify-delay-after |
The build-cfn-trigger-notification-property-property-builder function updates a CfnTrigger$NotificationPropertyProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$NotificationPropertyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `notifyDelayAfter` | java.lang.Number | [[cdk.support/lookup-entry]] | `:notify-delay-after` |
(build-cfn-trigger-predicate-property-builder builder id config)
The build-cfn-trigger-predicate-property-builder function updates a CfnTrigger$PredicateProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$PredicateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
conditions | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :conditions |
logical | java.lang.String | cdk.support/lookup-entry | :logical |
The build-cfn-trigger-predicate-property-builder function updates a CfnTrigger$PredicateProperty$Builder instance using the provided configuration. The function takes the CfnTrigger$PredicateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `conditions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:conditions` | | `logical` | java.lang.String | [[cdk.support/lookup-entry]] | `:logical` |
(build-cfn-trigger-props-builder builder id config)
The build-cfn-trigger-props-builder function updates a CfnTriggerProps$Builder instance using the provided configuration. The function takes the CfnTriggerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
actions | java.util.List | cdk.support/lookup-entry | :actions |
description | java.lang.String | cdk.support/lookup-entry | :description |
eventBatchingCondition | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :event-batching-condition |
name | java.lang.String | cdk.support/lookup-entry | :name |
predicate | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :predicate |
schedule | java.lang.String | cdk.support/lookup-entry | :schedule |
startOnCreation | java.lang.Boolean | cdk.support/lookup-entry | :start-on-creation |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
type | java.lang.String | cdk.support/lookup-entry | :type |
workflowName | java.lang.String | cdk.support/lookup-entry | :workflow-name |
The build-cfn-trigger-props-builder function updates a CfnTriggerProps$Builder instance using the provided configuration. The function takes the CfnTriggerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `eventBatchingCondition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-batching-condition` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `predicate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:predicate` | | `schedule` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule` | | `startOnCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:start-on-creation` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` | | `workflowName` | java.lang.String | [[cdk.support/lookup-entry]] | `:workflow-name` |
(build-cfn-workflow-builder builder id config)
The build-cfn-workflow-builder function updates a CfnWorkflow$Builder instance using the provided configuration. The function takes the CfnWorkflow$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultRunProperties | java.lang.Object | cdk.support/lookup-entry | :default-run-properties |
description | java.lang.String | cdk.support/lookup-entry | :description |
maxConcurrentRuns | java.lang.Number | cdk.support/lookup-entry | :max-concurrent-runs |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-workflow-builder function updates a CfnWorkflow$Builder instance using the provided configuration. The function takes the CfnWorkflow$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultRunProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-run-properties` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `maxConcurrentRuns` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-runs` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-workflow-props-builder builder id config)
The build-cfn-workflow-props-builder function updates a CfnWorkflowProps$Builder instance using the provided configuration. The function takes the CfnWorkflowProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultRunProperties | java.lang.Object | cdk.support/lookup-entry | :default-run-properties |
description | java.lang.String | cdk.support/lookup-entry | :description |
maxConcurrentRuns | java.lang.Number | cdk.support/lookup-entry | :max-concurrent-runs |
name | java.lang.String | cdk.support/lookup-entry | :name |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
The build-cfn-workflow-props-builder function updates a CfnWorkflowProps$Builder instance using the provided configuration. The function takes the CfnWorkflowProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `defaultRunProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-run-properties` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `maxConcurrentRuns` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-concurrent-runs` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(cfn-classifier-builder scope id config)
Creates a CfnClassifier$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnClassifier$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-classifier-csv-classifier-property-builder id config)
Creates a CfnClassifier$CsvClassifierProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnClassifier$CsvClassifierProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-classifier-grok-classifier-property-builder id config)
Creates a CfnClassifier$GrokClassifierProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnClassifier$GrokClassifierProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-classifier-json-classifier-property-builder id config)
Creates a CfnClassifier$JsonClassifierProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnClassifier$JsonClassifierProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-classifier-props-builder id config)
Creates a CfnClassifierProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnClassifierProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-classifier-xml-classifier-property-builder id config)
Creates a CfnClassifier$XMLClassifierProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnClassifier$XMLClassifierProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-connection-builder scope id config)
Creates a CfnConnection$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnConnection$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-connection-connection-input-property-builder id config)
Creates a CfnConnection$ConnectionInputProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnConnection$ConnectionInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-connection-physical-connection-requirements-property-builder id config)
Creates a CfnConnection$PhysicalConnectionRequirementsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnConnection$PhysicalConnectionRequirementsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-connection-props-builder id config)
Creates a CfnConnectionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnConnectionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-builder scope id config)
Creates a CfnCrawler$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnCrawler$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-catalog-target-property-builder id config)
Creates a CfnCrawler$CatalogTargetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$CatalogTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-delta-target-property-builder id config)
Creates a CfnCrawler$DeltaTargetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$DeltaTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-dynamo-db-target-property-builder id config)
Creates a CfnCrawler$DynamoDBTargetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$DynamoDBTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-iceberg-target-property-builder id config)
Creates a CfnCrawler$IcebergTargetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$IcebergTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-jdbc-target-property-builder id config)
Creates a CfnCrawler$JdbcTargetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$JdbcTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-lake-formation-configuration-property-builder id config)
Creates a CfnCrawler$LakeFormationConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$LakeFormationConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-mongo-db-target-property-builder id config)
Creates a CfnCrawler$MongoDBTargetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$MongoDBTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-props-builder id config)
Creates a CfnCrawlerProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawlerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-recrawl-policy-property-builder id config)
Creates a CfnCrawler$RecrawlPolicyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$RecrawlPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-s3-target-property-builder id config)
Creates a CfnCrawler$S3TargetProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$S3TargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-schedule-property-builder id config)
Creates a CfnCrawler$ScheduleProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$ScheduleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-schema-change-policy-property-builder id config)
Creates a CfnCrawler$SchemaChangePolicyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$SchemaChangePolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-crawler-targets-property-builder id config)
Creates a CfnCrawler$TargetsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCrawler$TargetsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-custom-entity-type-builder scope id config)
Creates a CfnCustomEntityType$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnCustomEntityType$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-custom-entity-type-props-builder id config)
Creates a CfnCustomEntityTypeProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnCustomEntityTypeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-catalog-encryption-settings-builder scope id config)
Creates a CfnDataCatalogEncryptionSettings$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDataCatalogEncryptionSettings$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-catalog-encryption-settings-connection-password-encryption-property-builder
id
config)
Creates a CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDataCatalogEncryptionSettings$ConnectionPasswordEncryptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-catalog-encryption-settings-data-catalog-encryption-settings-property-builder
id
config)
Creates a CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDataCatalogEncryptionSettings$DataCatalogEncryptionSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-catalog-encryption-settings-encryption-at-rest-property-builder
id
config)
Creates a CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDataCatalogEncryptionSettings$EncryptionAtRestProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-catalog-encryption-settings-props-builder id config)
Creates a CfnDataCatalogEncryptionSettingsProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDataCatalogEncryptionSettingsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-quality-ruleset-builder scope id config)
Creates a CfnDataQualityRuleset$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDataQualityRuleset$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-quality-ruleset-data-quality-target-table-property-builder id config)
Creates a CfnDataQualityRuleset$DataQualityTargetTableProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDataQualityRuleset$DataQualityTargetTableProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-data-quality-ruleset-props-builder id config)
Creates a CfnDataQualityRulesetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDataQualityRulesetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-builder scope id config)
Creates a CfnDatabase$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDatabase$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-data-lake-principal-property-builder id config)
Creates a CfnDatabase$DataLakePrincipalProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDatabase$DataLakePrincipalProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-database-identifier-property-builder id config)
Creates a CfnDatabase$DatabaseIdentifierProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDatabase$DatabaseIdentifierProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-database-input-property-builder id config)
Creates a CfnDatabase$DatabaseInputProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDatabase$DatabaseInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-federated-database-property-builder id config)
Creates a CfnDatabase$FederatedDatabaseProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDatabase$FederatedDatabaseProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-principal-privileges-property-builder id config)
Creates a CfnDatabase$PrincipalPrivilegesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDatabase$PrincipalPrivilegesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-props-builder id config)
Creates a CfnDatabaseProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDatabaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-dev-endpoint-builder scope id config)
Creates a CfnDevEndpoint$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDevEndpoint$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-dev-endpoint-props-builder id config)
Creates a CfnDevEndpointProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnDevEndpointProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(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-connections-list-property-builder id config)
Creates a CfnJob$ConnectionsListProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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$ConnectionsListProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-job-execution-property-property-builder id config)
Creates a CfnJob$ExecutionPropertyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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$ExecutionPropertyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-job-job-command-property-builder id config)
Creates a CfnJob$JobCommandProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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$JobCommandProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-job-notification-property-property-builder id config)
Creates a CfnJob$NotificationPropertyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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$NotificationPropertyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(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-ml-transform-builder scope id config)
Creates a CfnMLTransform$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnMLTransform$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-ml-transform-find-matches-parameters-property-builder id config)
Creates a CfnMLTransform$FindMatchesParametersProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnMLTransform$FindMatchesParametersProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-ml-transform-glue-tables-property-builder id config)
Creates a CfnMLTransform$GlueTablesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnMLTransform$GlueTablesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-ml-transform-input-record-tables-property-builder id config)
Creates a CfnMLTransform$InputRecordTablesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnMLTransform$InputRecordTablesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-ml-transform-ml-user-data-encryption-property-builder id config)
Creates a CfnMLTransform$MLUserDataEncryptionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnMLTransform$MLUserDataEncryptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-ml-transform-props-builder id config)
Creates a CfnMLTransformProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnMLTransformProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-ml-transform-transform-encryption-property-builder id config)
Creates a CfnMLTransform$TransformEncryptionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnMLTransform$TransformEncryptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-ml-transform-transform-parameters-property-builder id config)
Creates a CfnMLTransform$TransformParametersProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnMLTransform$TransformParametersProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-builder scope id config)
Creates a CfnPartition$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnPartition$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-column-property-builder id config)
Creates a CfnPartition$ColumnProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnPartition$ColumnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-order-property-builder id config)
Creates a CfnPartition$OrderProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnPartition$OrderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-partition-input-property-builder id config)
Creates a CfnPartition$PartitionInputProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnPartition$PartitionInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-props-builder id config)
Creates a CfnPartitionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnPartitionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-schema-id-property-builder id config)
Creates a CfnPartition$SchemaIdProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnPartition$SchemaIdProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-schema-reference-property-builder id config)
Creates a CfnPartition$SchemaReferenceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnPartition$SchemaReferenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-serde-info-property-builder id config)
Creates a CfnPartition$SerdeInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnPartition$SerdeInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-skewed-info-property-builder id config)
Creates a CfnPartition$SkewedInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnPartition$SkewedInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-partition-storage-descriptor-property-builder id config)
Creates a CfnPartition$StorageDescriptorProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnPartition$StorageDescriptorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-registry-builder scope id config)
Creates a CfnRegistry$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnRegistry$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-registry-props-builder id config)
Creates a CfnRegistryProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnRegistryProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-builder scope id config)
Creates a CfnSchema$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnSchema$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-props-builder id config)
Creates a CfnSchemaProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSchemaProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-registry-property-builder id config)
Creates a CfnSchema$RegistryProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSchema$RegistryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-schema-version-property-builder id config)
Creates a CfnSchema$SchemaVersionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSchema$SchemaVersionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-version-builder scope id config)
Creates a CfnSchemaVersion$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnSchemaVersion$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-version-metadata-builder scope id config)
Creates a CfnSchemaVersionMetadata$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnSchemaVersionMetadata$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-version-metadata-props-builder id config)
Creates a CfnSchemaVersionMetadataProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSchemaVersionMetadataProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-version-props-builder id config)
Creates a CfnSchemaVersionProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSchemaVersionProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-schema-version-schema-property-builder id config)
Creates a CfnSchemaVersion$SchemaProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSchemaVersion$SchemaProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-security-configuration-builder scope id config)
Creates a CfnSecurityConfiguration$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnSecurityConfiguration$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-security-configuration-cloud-watch-encryption-property-builder id config)
Creates a CfnSecurityConfiguration$CloudWatchEncryptionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSecurityConfiguration$CloudWatchEncryptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-security-configuration-encryption-configuration-property-builder id config)
Creates a CfnSecurityConfiguration$EncryptionConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSecurityConfiguration$EncryptionConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-security-configuration-job-bookmarks-encryption-property-builder id config)
Creates a CfnSecurityConfiguration$JobBookmarksEncryptionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSecurityConfiguration$JobBookmarksEncryptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-security-configuration-props-builder id config)
Creates a CfnSecurityConfigurationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSecurityConfigurationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-security-configuration-s3-encryption-property-builder id config)
Creates a CfnSecurityConfiguration$S3EncryptionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnSecurityConfiguration$S3EncryptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-builder scope id config)
Creates a CfnTable$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnTable$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-column-property-builder id config)
Creates a CfnTable$ColumnProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$ColumnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-iceberg-input-property-builder id config)
Creates a CfnTable$IcebergInputProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$IcebergInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-open-table-format-input-property-builder id config)
Creates a CfnTable$OpenTableFormatInputProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$OpenTableFormatInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-optimizer-builder scope id config)
Creates a CfnTableOptimizer$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnTableOptimizer$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-optimizer-props-builder id config)
Creates a CfnTableOptimizerProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTableOptimizerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-optimizer-table-optimizer-configuration-property-builder id config)
Creates a CfnTableOptimizer$TableOptimizerConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTableOptimizer$TableOptimizerConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-order-property-builder id config)
Creates a CfnTable$OrderProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$OrderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-props-builder id config)
Creates a CfnTableProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTableProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-schema-id-property-builder id config)
Creates a CfnTable$SchemaIdProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$SchemaIdProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-schema-reference-property-builder id config)
Creates a CfnTable$SchemaReferenceProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$SchemaReferenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-serde-info-property-builder id config)
Creates a CfnTable$SerdeInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$SerdeInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-skewed-info-property-builder id config)
Creates a CfnTable$SkewedInfoProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$SkewedInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-storage-descriptor-property-builder id config)
Creates a CfnTable$StorageDescriptorProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$StorageDescriptorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-table-identifier-property-builder id config)
Creates a CfnTable$TableIdentifierProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$TableIdentifierProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-table-input-property-builder id config)
Creates a CfnTable$TableInputProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTable$TableInputProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-trigger-action-property-builder id config)
Creates a CfnTrigger$ActionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTrigger$ActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-trigger-builder scope id config)
Creates a CfnTrigger$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnTrigger$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-trigger-condition-property-builder id config)
Creates a CfnTrigger$ConditionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTrigger$ConditionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-trigger-event-batching-condition-property-builder id config)
Creates a CfnTrigger$EventBatchingConditionProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTrigger$EventBatchingConditionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-trigger-notification-property-property-builder id config)
Creates a CfnTrigger$NotificationPropertyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTrigger$NotificationPropertyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-trigger-predicate-property-builder id config)
Creates a CfnTrigger$PredicateProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTrigger$PredicateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-trigger-props-builder id config)
Creates a CfnTriggerProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnTriggerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-workflow-builder scope id config)
Creates a CfnWorkflow$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnWorkflow$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-workflow-props-builder id config)
Creates a CfnWorkflowProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
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 `CfnWorkflowProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close