Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.iotanalytics

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

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

build-cfn-channel-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
channelStoragesoftware.amazon.awscdk.services.iotanalytics.CfnChannel$ChannelStoragePropertycdk.support/lookup-entry:channel-storage
retentionPeriodsoftware.amazon.awscdk.services.iotanalytics.CfnChannel$RetentionPeriodPropertycdk.support/lookup-entry:retention-period
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-channel-builder function updates a CfnChannel$Builder instance using the provided configuration.
  The function takes the CfnChannel$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `channelStorage` | software.amazon.awscdk.services.iotanalytics.CfnChannel$ChannelStorageProperty | [[cdk.support/lookup-entry]] | `:channel-storage` |
| `retentionPeriod` | software.amazon.awscdk.services.iotanalytics.CfnChannel$RetentionPeriodProperty | [[cdk.support/lookup-entry]] | `:retention-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-channel-channel-storage-property-builderclj

(build-cfn-channel-channel-storage-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
customerManagedS3software.amazon.awscdk.services.iotanalytics.CfnChannel$CustomerManagedS3Propertycdk.support/lookup-entry:customer-managed-s3
serviceManagedS3java.lang.Objectcdk.support/lookup-entry:service-managed-s3
The build-cfn-channel-channel-storage-property-builder function updates a CfnChannel$ChannelStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$ChannelStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customerManagedS3` | software.amazon.awscdk.services.iotanalytics.CfnChannel$CustomerManagedS3Property | [[cdk.support/lookup-entry]] | `:customer-managed-s3` |
| `serviceManagedS3` | java.lang.Object | [[cdk.support/lookup-entry]] | `:service-managed-s3` |
sourceraw docstring

build-cfn-channel-customer-managed-s3-property-builderclj

(build-cfn-channel-customer-managed-s3-property-builder builder id config)

The build-cfn-channel-customer-managed-s3-property-builder function updates a CfnChannel$CustomerManagedS3Property$Builder instance using the provided configuration. The function takes the CfnChannel$CustomerManagedS3Property$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyPrefixjava.lang.Stringcdk.support/lookup-entry:key-prefix
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-channel-customer-managed-s3-property-builder function updates a CfnChannel$CustomerManagedS3Property$Builder instance using the provided configuration.
  The function takes the CfnChannel$CustomerManagedS3Property$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-channel-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
channelStoragesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:channel-storage
retentionPeriodsoftware.amazon.awscdk.services.iotanalytics.CfnChannel$RetentionPeriodPropertycdk.support/lookup-entry:retention-period
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-channel-props-builder function updates a CfnChannelProps$Builder instance using the provided configuration.
  The function takes the CfnChannelProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `channelStorage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:channel-storage` |
| `retentionPeriod` | software.amazon.awscdk.services.iotanalytics.CfnChannel$RetentionPeriodProperty | [[cdk.support/lookup-entry]] | `:retention-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-channel-retention-period-property-builderclj

(build-cfn-channel-retention-period-property-builder builder id config)

The build-cfn-channel-retention-period-property-builder function updates a CfnChannel$RetentionPeriodProperty$Builder instance using the provided configuration. The function takes the CfnChannel$RetentionPeriodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
numberOfDaysjava.lang.Numbercdk.support/lookup-entry:number-of-days
unlimitedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:unlimited
The build-cfn-channel-retention-period-property-builder function updates a CfnChannel$RetentionPeriodProperty$Builder instance using the provided configuration.
  The function takes the CfnChannel$RetentionPeriodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `numberOfDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-days` |
| `unlimited` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:unlimited` |
sourceraw docstring

build-cfn-dataset-action-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
actionNamejava.lang.Stringcdk.support/lookup-entry:action-name
containerActionsoftware.amazon.awscdk.services.iotanalytics.CfnDataset$ContainerActionPropertycdk.support/lookup-entry:container-action
queryActionsoftware.amazon.awscdk.services.iotanalytics.CfnDataset$QueryActionPropertycdk.support/lookup-entry:query-action
The build-cfn-dataset-action-property-builder function updates a CfnDataset$ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$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 |
|---|---|---|---|
| `actionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:action-name` |
| `containerAction` | software.amazon.awscdk.services.iotanalytics.CfnDataset$ContainerActionProperty | [[cdk.support/lookup-entry]] | `:container-action` |
| `queryAction` | software.amazon.awscdk.services.iotanalytics.CfnDataset$QueryActionProperty | [[cdk.support/lookup-entry]] | `:query-action` |
sourceraw docstring

build-cfn-dataset-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
actionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:actions
contentDeliveryRulesjava.util.Listcdk.support/lookup-entry:content-delivery-rules
datasetNamejava.lang.Stringcdk.support/lookup-entry:dataset-name
lateDataRulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:late-data-rules
retentionPeriodsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retention-period
tagsjava.util.Listcdk.support/lookup-entry:tags
triggersjava.util.Listcdk.support/lookup-entry:triggers
versioningConfigurationsoftware.amazon.awscdk.services.iotanalytics.CfnDataset$VersioningConfigurationPropertycdk.support/lookup-entry:versioning-configuration
The build-cfn-dataset-builder function updates a CfnDataset$Builder instance using the provided configuration.
  The function takes the CfnDataset$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:actions` |
| `contentDeliveryRules` | java.util.List | [[cdk.support/lookup-entry]] | `:content-delivery-rules` |
| `datasetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-name` |
| `lateDataRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:late-data-rules` |
| `retentionPeriod` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retention-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `triggers` | java.util.List | [[cdk.support/lookup-entry]] | `:triggers` |
| `versioningConfiguration` | software.amazon.awscdk.services.iotanalytics.CfnDataset$VersioningConfigurationProperty | [[cdk.support/lookup-entry]] | `:versioning-configuration` |
sourceraw docstring

build-cfn-dataset-container-action-property-builderclj

(build-cfn-dataset-container-action-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
executionRoleArnjava.lang.Stringcdk.support/lookup-entry:execution-role-arn
imagejava.lang.Stringcdk.support/lookup-entry:image
resourceConfigurationsoftware.amazon.awscdk.services.iotanalytics.CfnDataset$ResourceConfigurationPropertycdk.support/lookup-entry:resource-configuration
variablesjava.util.Listcdk.support/lookup-entry:variables
The build-cfn-dataset-container-action-property-builder function updates a CfnDataset$ContainerActionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$ContainerActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `executionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:execution-role-arn` |
| `image` | java.lang.String | [[cdk.support/lookup-entry]] | `:image` |
| `resourceConfiguration` | software.amazon.awscdk.services.iotanalytics.CfnDataset$ResourceConfigurationProperty | [[cdk.support/lookup-entry]] | `:resource-configuration` |
| `variables` | java.util.List | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-dataset-dataset-content-delivery-rule-destination-property-builderclj

(build-cfn-dataset-dataset-content-delivery-rule-destination-property-builder
  builder
  id
  config)

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

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

FieldDataTypeLookup FunctionData Key
iotEventsDestinationConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:iot-events-destination-configuration
s3DestinationConfigurationsoftware.amazon.awscdk.services.iotanalytics.CfnDataset$S3DestinationConfigurationPropertycdk.support/lookup-entry:s3-destination-configuration
The build-cfn-dataset-dataset-content-delivery-rule-destination-property-builder function updates a CfnDataset$DatasetContentDeliveryRuleDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$DatasetContentDeliveryRuleDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `iotEventsDestinationConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:iot-events-destination-configuration` |
| `s3DestinationConfiguration` | software.amazon.awscdk.services.iotanalytics.CfnDataset$S3DestinationConfigurationProperty | [[cdk.support/lookup-entry]] | `:s3-destination-configuration` |
sourceraw docstring

build-cfn-dataset-dataset-content-delivery-rule-property-builderclj

(build-cfn-dataset-dataset-content-delivery-rule-property-builder builder
                                                                  id
                                                                  config)

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

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

FieldDataTypeLookup FunctionData Key
destinationsoftware.amazon.awscdk.services.iotanalytics.CfnDataset$DatasetContentDeliveryRuleDestinationPropertycdk.support/lookup-entry:destination
entryNamejava.lang.Stringcdk.support/lookup-entry:entry-name
The build-cfn-dataset-dataset-content-delivery-rule-property-builder function updates a CfnDataset$DatasetContentDeliveryRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$DatasetContentDeliveryRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `destination` | software.amazon.awscdk.services.iotanalytics.CfnDataset$DatasetContentDeliveryRuleDestinationProperty | [[cdk.support/lookup-entry]] | `:destination` |
| `entryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:entry-name` |
sourceraw docstring

build-cfn-dataset-dataset-content-version-value-property-builderclj

(build-cfn-dataset-dataset-content-version-value-property-builder builder
                                                                  id
                                                                  config)

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

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

FieldDataTypeLookup FunctionData Key
datasetNamejava.lang.Stringcdk.support/lookup-entry:dataset-name
The build-cfn-dataset-dataset-content-version-value-property-builder function updates a CfnDataset$DatasetContentVersionValueProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$DatasetContentVersionValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-dataset-delta-time-property-builderclj

(build-cfn-dataset-delta-time-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
offsetSecondsjava.lang.Numbercdk.support/lookup-entry:offset-seconds
timeExpressionjava.lang.Stringcdk.support/lookup-entry:time-expression
The build-cfn-dataset-delta-time-property-builder function updates a CfnDataset$DeltaTimeProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$DeltaTimeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `offsetSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:offset-seconds` |
| `timeExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-expression` |
sourceraw docstring

build-cfn-dataset-delta-time-session-window-configuration-property-builderclj

(build-cfn-dataset-delta-time-session-window-configuration-property-builder
  builder
  id
  config)

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

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

FieldDataTypeLookup FunctionData Key
timeoutInMinutesjava.lang.Numbercdk.support/lookup-entry:timeout-in-minutes
The build-cfn-dataset-delta-time-session-window-configuration-property-builder function updates a CfnDataset$DeltaTimeSessionWindowConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$DeltaTimeSessionWindowConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `timeoutInMinutes` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-minutes` |
sourceraw docstring

build-cfn-dataset-filter-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
deltaTimesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:delta-time
The build-cfn-dataset-filter-property-builder function updates a CfnDataset$FilterProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deltaTime` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delta-time` |
sourceraw docstring

build-cfn-dataset-glue-configuration-property-builderclj

(build-cfn-dataset-glue-configuration-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
databaseNamejava.lang.Stringcdk.support/lookup-entry:database-name
tableNamejava.lang.Stringcdk.support/lookup-entry:table-name
The build-cfn-dataset-glue-configuration-property-builder function updates a CfnDataset$GlueConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$GlueConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` |
| `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` |
sourceraw docstring

build-cfn-dataset-iot-events-destination-configuration-property-builderclj

(build-cfn-dataset-iot-events-destination-configuration-property-builder builder
                                                                         id
                                                                         config)

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

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

FieldDataTypeLookup FunctionData Key
inputNamejava.lang.Stringcdk.support/lookup-entry:input-name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-dataset-iot-events-destination-configuration-property-builder function updates a CfnDataset$IotEventsDestinationConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$IotEventsDestinationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `inputName` | java.lang.String | [[cdk.support/lookup-entry]] | `:input-name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-dataset-late-data-rule-configuration-property-builderclj

(build-cfn-dataset-late-data-rule-configuration-property-builder builder
                                                                 id
                                                                 config)

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

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

FieldDataTypeLookup FunctionData Key
deltaTimeSessionWindowConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:delta-time-session-window-configuration
The build-cfn-dataset-late-data-rule-configuration-property-builder function updates a CfnDataset$LateDataRuleConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$LateDataRuleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deltaTimeSessionWindowConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:delta-time-session-window-configuration` |
sourceraw docstring

build-cfn-dataset-late-data-rule-property-builderclj

(build-cfn-dataset-late-data-rule-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
ruleConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rule-configuration
ruleNamejava.lang.Stringcdk.support/lookup-entry:rule-name
The build-cfn-dataset-late-data-rule-property-builder function updates a CfnDataset$LateDataRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$LateDataRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ruleConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rule-configuration` |
| `ruleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-name` |
sourceraw docstring

build-cfn-dataset-output-file-uri-value-property-builderclj

(build-cfn-dataset-output-file-uri-value-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
fileNamejava.lang.Stringcdk.support/lookup-entry:file-name
The build-cfn-dataset-output-file-uri-value-property-builder function updates a CfnDataset$OutputFileUriValueProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$OutputFileUriValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-dataset-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
actionsjava.util.Listcdk.support/lookup-entry:actions
contentDeliveryRulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:content-delivery-rules
datasetNamejava.lang.Stringcdk.support/lookup-entry:dataset-name
lateDataRulesjava.util.Listcdk.support/lookup-entry:late-data-rules
retentionPeriodsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:retention-period
tagsjava.util.Listcdk.support/lookup-entry:tags
triggerssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:triggers
versioningConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:versioning-configuration
The build-cfn-dataset-props-builder function updates a CfnDatasetProps$Builder instance using the provided configuration.
  The function takes the CfnDatasetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `contentDeliveryRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:content-delivery-rules` |
| `datasetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dataset-name` |
| `lateDataRules` | java.util.List | [[cdk.support/lookup-entry]] | `:late-data-rules` |
| `retentionPeriod` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:retention-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `triggers` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:triggers` |
| `versioningConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:versioning-configuration` |
sourceraw docstring

build-cfn-dataset-query-action-property-builderclj

(build-cfn-dataset-query-action-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
filtersjava.util.Listcdk.support/lookup-entry:filters
sqlQueryjava.lang.Stringcdk.support/lookup-entry:sql-query
The build-cfn-dataset-query-action-property-builder function updates a CfnDataset$QueryActionProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$QueryActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `filters` | java.util.List | [[cdk.support/lookup-entry]] | `:filters` |
| `sqlQuery` | java.lang.String | [[cdk.support/lookup-entry]] | `:sql-query` |
sourceraw docstring

build-cfn-dataset-resource-configuration-property-builderclj

(build-cfn-dataset-resource-configuration-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
computeTypejava.lang.Stringcdk.support/lookup-entry:compute-type
volumeSizeInGbjava.lang.Numbercdk.support/lookup-entry:volume-size-in-gb
The build-cfn-dataset-resource-configuration-property-builder function updates a CfnDataset$ResourceConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$ResourceConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `computeType` | java.lang.String | [[cdk.support/lookup-entry]] | `:compute-type` |
| `volumeSizeInGb` | java.lang.Number | [[cdk.support/lookup-entry]] | `:volume-size-in-gb` |
sourceraw docstring

build-cfn-dataset-retention-period-property-builderclj

(build-cfn-dataset-retention-period-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
numberOfDaysjava.lang.Numbercdk.support/lookup-entry:number-of-days
unlimitedjava.lang.Booleancdk.support/lookup-entry:unlimited
The build-cfn-dataset-retention-period-property-builder function updates a CfnDataset$RetentionPeriodProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$RetentionPeriodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `numberOfDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-days` |
| `unlimited` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:unlimited` |
sourceraw docstring

build-cfn-dataset-s3-destination-configuration-property-builderclj

(build-cfn-dataset-s3-destination-configuration-property-builder builder
                                                                 id
                                                                 config)

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

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

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

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` |
| `glueConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:glue-configuration` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-dataset-schedule-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
The build-cfn-dataset-schedule-property-builder function updates a CfnDataset$ScheduleProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$ScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-dataset-trigger-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
schedulesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:schedule
triggeringDatasetsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:triggering-dataset
The build-cfn-dataset-trigger-property-builder function updates a CfnDataset$TriggerProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$TriggerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `schedule` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule` |
| `triggeringDataset` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:triggering-dataset` |
sourceraw docstring

build-cfn-dataset-triggering-dataset-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
datasetNamejava.lang.Stringcdk.support/lookup-entry:dataset-name
The build-cfn-dataset-triggering-dataset-property-builder function updates a CfnDataset$TriggeringDatasetProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$TriggeringDatasetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-dataset-variable-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
datasetContentVersionValuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dataset-content-version-value
doubleValuejava.lang.Numbercdk.support/lookup-entry:double-value
outputFileUriValuesoftware.amazon.awscdk.services.iotanalytics.CfnDataset$OutputFileUriValuePropertycdk.support/lookup-entry:output-file-uri-value
stringValuejava.lang.Stringcdk.support/lookup-entry:string-value
variableNamejava.lang.Stringcdk.support/lookup-entry:variable-name
The build-cfn-dataset-variable-property-builder function updates a CfnDataset$VariableProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$VariableProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `datasetContentVersionValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dataset-content-version-value` |
| `doubleValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:double-value` |
| `outputFileUriValue` | software.amazon.awscdk.services.iotanalytics.CfnDataset$OutputFileUriValueProperty | [[cdk.support/lookup-entry]] | `:output-file-uri-value` |
| `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
| `variableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:variable-name` |
sourceraw docstring

build-cfn-dataset-versioning-configuration-property-builderclj

(build-cfn-dataset-versioning-configuration-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
maxVersionsjava.lang.Numbercdk.support/lookup-entry:max-versions
unlimitedsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:unlimited
The build-cfn-dataset-versioning-configuration-property-builder function updates a CfnDataset$VersioningConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDataset$VersioningConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxVersions` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-versions` |
| `unlimited` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:unlimited` |
sourceraw docstring

build-cfn-datastore-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
datastoreNamejava.lang.Stringcdk.support/lookup-entry:datastore-name
datastorePartitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:datastore-partitions
datastoreStoragesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:datastore-storage
fileFormatConfigurationsoftware.amazon.awscdk.services.iotanalytics.CfnDatastore$FileFormatConfigurationPropertycdk.support/lookup-entry:file-format-configuration
retentionPeriodsoftware.amazon.awscdk.services.iotanalytics.CfnDatastore$RetentionPeriodPropertycdk.support/lookup-entry:retention-period
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-datastore-builder function updates a CfnDatastore$Builder instance using the provided configuration.
  The function takes the CfnDatastore$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `datastoreName` | java.lang.String | [[cdk.support/lookup-entry]] | `:datastore-name` |
| `datastorePartitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:datastore-partitions` |
| `datastoreStorage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:datastore-storage` |
| `fileFormatConfiguration` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$FileFormatConfigurationProperty | [[cdk.support/lookup-entry]] | `:file-format-configuration` |
| `retentionPeriod` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$RetentionPeriodProperty | [[cdk.support/lookup-entry]] | `:retention-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-datastore-column-property-builderclj

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

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

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

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

build-cfn-datastore-customer-managed-s3-property-builderclj

(build-cfn-datastore-customer-managed-s3-property-builder builder id config)

The build-cfn-datastore-customer-managed-s3-property-builder function updates a CfnDatastore$CustomerManagedS3Property$Builder instance using the provided configuration. The function takes the CfnDatastore$CustomerManagedS3Property$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyPrefixjava.lang.Stringcdk.support/lookup-entry:key-prefix
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-datastore-customer-managed-s3-property-builder function updates a CfnDatastore$CustomerManagedS3Property$Builder instance using the provided configuration.
  The function takes the CfnDatastore$CustomerManagedS3Property$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-datastore-customer-managed-s3-storage-property-builderclj

(build-cfn-datastore-customer-managed-s3-storage-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-datastore-customer-managed-s3-storage-property-builder function updates a CfnDatastore$CustomerManagedS3StorageProperty$Builder instance using the provided configuration. The function takes the CfnDatastore$CustomerManagedS3StorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyPrefixjava.lang.Stringcdk.support/lookup-entry:key-prefix
The build-cfn-datastore-customer-managed-s3-storage-property-builder function updates a CfnDatastore$CustomerManagedS3StorageProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$CustomerManagedS3StorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-datastore-datastore-partition-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
partitionsoftware.amazon.awscdk.services.iotanalytics.CfnDatastore$PartitionPropertycdk.support/lookup-entry:partition
timestampPartitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:timestamp-partition
The build-cfn-datastore-datastore-partition-property-builder function updates a CfnDatastore$DatastorePartitionProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$DatastorePartitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `partition` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$PartitionProperty | [[cdk.support/lookup-entry]] | `:partition` |
| `timestampPartition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:timestamp-partition` |
sourceraw docstring

build-cfn-datastore-datastore-partitions-property-builderclj

(build-cfn-datastore-datastore-partitions-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
partitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:partitions
The build-cfn-datastore-datastore-partitions-property-builder function updates a CfnDatastore$DatastorePartitionsProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$DatastorePartitionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `partitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:partitions` |
sourceraw docstring

build-cfn-datastore-datastore-storage-property-builderclj

(build-cfn-datastore-datastore-storage-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
customerManagedS3software.amazon.awscdk.services.iotanalytics.CfnDatastore$CustomerManagedS3Propertycdk.support/lookup-entry:customer-managed-s3
iotSiteWiseMultiLayerStoragesoftware.amazon.awscdk.services.iotanalytics.CfnDatastore$IotSiteWiseMultiLayerStoragePropertycdk.support/lookup-entry:iot-site-wise-multi-layer-storage
serviceManagedS3java.lang.Objectcdk.support/lookup-entry:service-managed-s3
The build-cfn-datastore-datastore-storage-property-builder function updates a CfnDatastore$DatastoreStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$DatastoreStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customerManagedS3` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$CustomerManagedS3Property | [[cdk.support/lookup-entry]] | `:customer-managed-s3` |
| `iotSiteWiseMultiLayerStorage` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$IotSiteWiseMultiLayerStorageProperty | [[cdk.support/lookup-entry]] | `:iot-site-wise-multi-layer-storage` |
| `serviceManagedS3` | java.lang.Object | [[cdk.support/lookup-entry]] | `:service-managed-s3` |
sourceraw docstring

build-cfn-datastore-file-format-configuration-property-builderclj

(build-cfn-datastore-file-format-configuration-property-builder builder
                                                                id
                                                                config)

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

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

FieldDataTypeLookup FunctionData Key
jsonConfigurationjava.lang.Objectcdk.support/lookup-entry:json-configuration
parquetConfigurationsoftware.amazon.awscdk.services.iotanalytics.CfnDatastore$ParquetConfigurationPropertycdk.support/lookup-entry:parquet-configuration
The build-cfn-datastore-file-format-configuration-property-builder function updates a CfnDatastore$FileFormatConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$FileFormatConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `jsonConfiguration` | java.lang.Object | [[cdk.support/lookup-entry]] | `:json-configuration` |
| `parquetConfiguration` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$ParquetConfigurationProperty | [[cdk.support/lookup-entry]] | `:parquet-configuration` |
sourceraw docstring

build-cfn-datastore-iot-site-wise-multi-layer-storage-property-builderclj

(build-cfn-datastore-iot-site-wise-multi-layer-storage-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-datastore-iot-site-wise-multi-layer-storage-property-builder function updates a CfnDatastore$IotSiteWiseMultiLayerStorageProperty$Builder instance using the provided configuration. The function takes the CfnDatastore$IotSiteWiseMultiLayerStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
customerManagedS3Storagesoftware.amazon.awscdk.services.iotanalytics.CfnDatastore$CustomerManagedS3StoragePropertycdk.support/lookup-entry:customer-managed-s3-storage
The build-cfn-datastore-iot-site-wise-multi-layer-storage-property-builder function updates a CfnDatastore$IotSiteWiseMultiLayerStorageProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$IotSiteWiseMultiLayerStorageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customerManagedS3Storage` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$CustomerManagedS3StorageProperty | [[cdk.support/lookup-entry]] | `:customer-managed-s3-storage` |
sourceraw docstring

build-cfn-datastore-parquet-configuration-property-builderclj

(build-cfn-datastore-parquet-configuration-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
schemaDefinitionsoftware.amazon.awscdk.services.iotanalytics.CfnDatastore$SchemaDefinitionPropertycdk.support/lookup-entry:schema-definition
The build-cfn-datastore-parquet-configuration-property-builder function updates a CfnDatastore$ParquetConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$ParquetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `schemaDefinition` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$SchemaDefinitionProperty | [[cdk.support/lookup-entry]] | `:schema-definition` |
sourceraw docstring

build-cfn-datastore-partition-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
attributeNamejava.lang.Stringcdk.support/lookup-entry:attribute-name
The build-cfn-datastore-partition-property-builder function updates a CfnDatastore$PartitionProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$PartitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-datastore-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
datastoreNamejava.lang.Stringcdk.support/lookup-entry:datastore-name
datastorePartitionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:datastore-partitions
datastoreStoragesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:datastore-storage
fileFormatConfigurationsoftware.amazon.awscdk.services.iotanalytics.CfnDatastore$FileFormatConfigurationPropertycdk.support/lookup-entry:file-format-configuration
retentionPeriodsoftware.amazon.awscdk.services.iotanalytics.CfnDatastore$RetentionPeriodPropertycdk.support/lookup-entry:retention-period
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-datastore-props-builder function updates a CfnDatastoreProps$Builder instance using the provided configuration.
  The function takes the CfnDatastoreProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `datastoreName` | java.lang.String | [[cdk.support/lookup-entry]] | `:datastore-name` |
| `datastorePartitions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:datastore-partitions` |
| `datastoreStorage` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:datastore-storage` |
| `fileFormatConfiguration` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$FileFormatConfigurationProperty | [[cdk.support/lookup-entry]] | `:file-format-configuration` |
| `retentionPeriod` | software.amazon.awscdk.services.iotanalytics.CfnDatastore$RetentionPeriodProperty | [[cdk.support/lookup-entry]] | `:retention-period` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-datastore-retention-period-property-builderclj

(build-cfn-datastore-retention-period-property-builder builder id config)

The build-cfn-datastore-retention-period-property-builder function updates a CfnDatastore$RetentionPeriodProperty$Builder instance using the provided configuration. The function takes the CfnDatastore$RetentionPeriodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
numberOfDaysjava.lang.Numbercdk.support/lookup-entry:number-of-days
unlimitedjava.lang.Booleancdk.support/lookup-entry:unlimited
The build-cfn-datastore-retention-period-property-builder function updates a CfnDatastore$RetentionPeriodProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$RetentionPeriodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `numberOfDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-days` |
| `unlimited` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:unlimited` |
sourceraw docstring

build-cfn-datastore-schema-definition-property-builderclj

(build-cfn-datastore-schema-definition-property-builder builder id config)

The build-cfn-datastore-schema-definition-property-builder function updates a CfnDatastore$SchemaDefinitionProperty$Builder instance using the provided configuration. The function takes the CfnDatastore$SchemaDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
columnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:columns
The build-cfn-datastore-schema-definition-property-builder function updates a CfnDatastore$SchemaDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$SchemaDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `columns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:columns` |
sourceraw docstring

build-cfn-datastore-timestamp-partition-property-builderclj

(build-cfn-datastore-timestamp-partition-property-builder builder id config)

The build-cfn-datastore-timestamp-partition-property-builder function updates a CfnDatastore$TimestampPartitionProperty$Builder instance using the provided configuration. The function takes the CfnDatastore$TimestampPartitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributeNamejava.lang.Stringcdk.support/lookup-entry:attribute-name
timestampFormatjava.lang.Stringcdk.support/lookup-entry:timestamp-format
The build-cfn-datastore-timestamp-partition-property-builder function updates a CfnDatastore$TimestampPartitionProperty$Builder instance using the provided configuration.
  The function takes the CfnDatastore$TimestampPartitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attributeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:attribute-name` |
| `timestampFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:timestamp-format` |
sourceraw docstring

build-cfn-pipeline-activity-property-builderclj

(build-cfn-pipeline-activity-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
addAttributessoftware.amazon.awscdk.services.iotanalytics.CfnPipeline$AddAttributesPropertycdk.support/lookup-entry:add-attributes
channelsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:channel
datastoresoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:datastore
deviceRegistryEnrichsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:device-registry-enrich
deviceShadowEnrichsoftware.amazon.awscdk.services.iotanalytics.CfnPipeline$DeviceShadowEnrichPropertycdk.support/lookup-entry:device-shadow-enrich
filtersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filter
lambdasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:lambda
mathsoftware.amazon.awscdk.services.iotanalytics.CfnPipeline$MathPropertycdk.support/lookup-entry:math
removeAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:remove-attributes
selectAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:select-attributes
The build-cfn-pipeline-activity-property-builder function updates a CfnPipeline$ActivityProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$ActivityProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `addAttributes` | software.amazon.awscdk.services.iotanalytics.CfnPipeline$AddAttributesProperty | [[cdk.support/lookup-entry]] | `:add-attributes` |
| `channel` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:channel` |
| `datastore` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:datastore` |
| `deviceRegistryEnrich` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:device-registry-enrich` |
| `deviceShadowEnrich` | software.amazon.awscdk.services.iotanalytics.CfnPipeline$DeviceShadowEnrichProperty | [[cdk.support/lookup-entry]] | `:device-shadow-enrich` |
| `filter` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter` |
| `lambda` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:lambda` |
| `math` | software.amazon.awscdk.services.iotanalytics.CfnPipeline$MathProperty | [[cdk.support/lookup-entry]] | `:math` |
| `removeAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:remove-attributes` |
| `selectAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:select-attributes` |
sourceraw docstring

build-cfn-pipeline-add-attributes-property-builderclj

(build-cfn-pipeline-add-attributes-property-builder builder id config)

The build-cfn-pipeline-add-attributes-property-builder function updates a CfnPipeline$AddAttributesProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$AddAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
namejava.lang.Stringcdk.support/lookup-entry:name
nextjava.lang.Stringcdk.support/lookup-entry:next
The build-cfn-pipeline-add-attributes-property-builder function updates a CfnPipeline$AddAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$AddAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `next` | java.lang.String | [[cdk.support/lookup-entry]] | `:next` |
sourceraw docstring

build-cfn-pipeline-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
pipelineActivitiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pipeline-activities
pipelineNamejava.lang.Stringcdk.support/lookup-entry:pipeline-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-pipeline-builder function updates a CfnPipeline$Builder instance using the provided configuration.
  The function takes the CfnPipeline$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pipelineActivities` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pipeline-activities` |
| `pipelineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-pipeline-channel-property-builderclj

(build-cfn-pipeline-channel-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
channelNamejava.lang.Stringcdk.support/lookup-entry:channel-name
namejava.lang.Stringcdk.support/lookup-entry:name
nextjava.lang.Stringcdk.support/lookup-entry:next
The build-cfn-pipeline-channel-property-builder function updates a CfnPipeline$ChannelProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$ChannelProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `channelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `next` | java.lang.String | [[cdk.support/lookup-entry]] | `:next` |
sourceraw docstring

build-cfn-pipeline-datastore-property-builderclj

(build-cfn-pipeline-datastore-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
datastoreNamejava.lang.Stringcdk.support/lookup-entry:datastore-name
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-pipeline-datastore-property-builder function updates a CfnPipeline$DatastoreProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$DatastoreProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-pipeline-device-registry-enrich-property-builderclj

(build-cfn-pipeline-device-registry-enrich-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
attributejava.lang.Stringcdk.support/lookup-entry:attribute
namejava.lang.Stringcdk.support/lookup-entry:name
nextjava.lang.Stringcdk.support/lookup-entry:next
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
thingNamejava.lang.Stringcdk.support/lookup-entry:thing-name
The build-cfn-pipeline-device-registry-enrich-property-builder function updates a CfnPipeline$DeviceRegistryEnrichProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$DeviceRegistryEnrichProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:attribute` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `next` | java.lang.String | [[cdk.support/lookup-entry]] | `:next` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `thingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-name` |
sourceraw docstring

build-cfn-pipeline-device-shadow-enrich-property-builderclj

(build-cfn-pipeline-device-shadow-enrich-property-builder builder id config)

The build-cfn-pipeline-device-shadow-enrich-property-builder function updates a CfnPipeline$DeviceShadowEnrichProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$DeviceShadowEnrichProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributejava.lang.Stringcdk.support/lookup-entry:attribute
namejava.lang.Stringcdk.support/lookup-entry:name
nextjava.lang.Stringcdk.support/lookup-entry:next
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
thingNamejava.lang.Stringcdk.support/lookup-entry:thing-name
The build-cfn-pipeline-device-shadow-enrich-property-builder function updates a CfnPipeline$DeviceShadowEnrichProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$DeviceShadowEnrichProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:attribute` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `next` | java.lang.String | [[cdk.support/lookup-entry]] | `:next` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `thingName` | java.lang.String | [[cdk.support/lookup-entry]] | `:thing-name` |
sourceraw docstring

build-cfn-pipeline-filter-property-builderclj

(build-cfn-pipeline-filter-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
filterjava.lang.Stringcdk.support/lookup-entry:filter
namejava.lang.Stringcdk.support/lookup-entry:name
nextjava.lang.Stringcdk.support/lookup-entry:next
The build-cfn-pipeline-filter-property-builder function updates a CfnPipeline$FilterProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-pipeline-lambda-property-builderclj

(build-cfn-pipeline-lambda-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
batchSizejava.lang.Numbercdk.support/lookup-entry:batch-size
lambdaNamejava.lang.Stringcdk.support/lookup-entry:lambda-name
namejava.lang.Stringcdk.support/lookup-entry:name
nextjava.lang.Stringcdk.support/lookup-entry:next
The build-cfn-pipeline-lambda-property-builder function updates a CfnPipeline$LambdaProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$LambdaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `lambdaName` | java.lang.String | [[cdk.support/lookup-entry]] | `:lambda-name` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `next` | java.lang.String | [[cdk.support/lookup-entry]] | `:next` |
sourceraw docstring

build-cfn-pipeline-math-property-builderclj

(build-cfn-pipeline-math-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
attributejava.lang.Stringcdk.support/lookup-entry:attribute
mathjava.lang.Stringcdk.support/lookup-entry:math
namejava.lang.Stringcdk.support/lookup-entry:name
nextjava.lang.Stringcdk.support/lookup-entry:next
The build-cfn-pipeline-math-property-builder function updates a CfnPipeline$MathProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$MathProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attribute` | java.lang.String | [[cdk.support/lookup-entry]] | `:attribute` |
| `math` | java.lang.String | [[cdk.support/lookup-entry]] | `:math` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `next` | java.lang.String | [[cdk.support/lookup-entry]] | `:next` |
sourceraw docstring

build-cfn-pipeline-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
pipelineActivitiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:pipeline-activities
pipelineNamejava.lang.Stringcdk.support/lookup-entry:pipeline-name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-pipeline-props-builder function updates a CfnPipelineProps$Builder instance using the provided configuration.
  The function takes the CfnPipelineProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `pipelineActivities` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:pipeline-activities` |
| `pipelineName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pipeline-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-pipeline-remove-attributes-property-builderclj

(build-cfn-pipeline-remove-attributes-property-builder builder id config)

The build-cfn-pipeline-remove-attributes-property-builder function updates a CfnPipeline$RemoveAttributesProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$RemoveAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributesjava.util.Listcdk.support/lookup-entry:attributes
namejava.lang.Stringcdk.support/lookup-entry:name
nextjava.lang.Stringcdk.support/lookup-entry:next
The build-cfn-pipeline-remove-attributes-property-builder function updates a CfnPipeline$RemoveAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$RemoveAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-pipeline-select-attributes-property-builderclj

(build-cfn-pipeline-select-attributes-property-builder builder id config)

The build-cfn-pipeline-select-attributes-property-builder function updates a CfnPipeline$SelectAttributesProperty$Builder instance using the provided configuration. The function takes the CfnPipeline$SelectAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributesjava.util.Listcdk.support/lookup-entry:attributes
namejava.lang.Stringcdk.support/lookup-entry:name
nextjava.lang.Stringcdk.support/lookup-entry:next
The build-cfn-pipeline-select-attributes-property-builder function updates a CfnPipeline$SelectAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnPipeline$SelectAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

cfn-channel-builderclj

(cfn-channel-builder scope id config)

Creates a CfnChannel$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  `CfnChannel$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-channel-channel-storage-property-builderclj

(cfn-channel-channel-storage-property-builder id config)

Creates a CfnChannel$ChannelStorageProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnChannel$ChannelStorageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-channel-customer-managed-s3-property-builderclj

(cfn-channel-customer-managed-s3-property-builder id config)

Creates a CfnChannel$CustomerManagedS3Property$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnChannel$CustomerManagedS3Property$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-channel-props-builderclj

(cfn-channel-props-builder id config)

Creates a CfnChannelProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnChannelProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-channel-retention-period-property-builderclj

(cfn-channel-retention-period-property-builder id config)

Creates a CfnChannel$RetentionPeriodProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnChannel$RetentionPeriodProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-action-property-builderclj

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

Creates a CfnDataset$ActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$ActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-builderclj

(cfn-dataset-builder scope id config)

Creates a CfnDataset$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnDataset$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-container-action-property-builderclj

(cfn-dataset-container-action-property-builder id config)

Creates a CfnDataset$ContainerActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$ContainerActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-dataset-content-delivery-rule-destination-property-builderclj

(cfn-dataset-dataset-content-delivery-rule-destination-property-builder id
                                                                        config)

Creates a CfnDataset$DatasetContentDeliveryRuleDestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$DatasetContentDeliveryRuleDestinationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-dataset-content-delivery-rule-property-builderclj

(cfn-dataset-dataset-content-delivery-rule-property-builder id config)

Creates a CfnDataset$DatasetContentDeliveryRuleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$DatasetContentDeliveryRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-dataset-content-version-value-property-builderclj

(cfn-dataset-dataset-content-version-value-property-builder id config)

Creates a CfnDataset$DatasetContentVersionValueProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$DatasetContentVersionValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-delta-time-property-builderclj

(cfn-dataset-delta-time-property-builder id config)

Creates a CfnDataset$DeltaTimeProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$DeltaTimeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-delta-time-session-window-configuration-property-builderclj

(cfn-dataset-delta-time-session-window-configuration-property-builder id config)

Creates a CfnDataset$DeltaTimeSessionWindowConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$DeltaTimeSessionWindowConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-filter-property-builderclj

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

Creates a CfnDataset$FilterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$FilterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-glue-configuration-property-builderclj

(cfn-dataset-glue-configuration-property-builder id config)

Creates a CfnDataset$GlueConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$GlueConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-iot-events-destination-configuration-property-builderclj

(cfn-dataset-iot-events-destination-configuration-property-builder id config)

Creates a CfnDataset$IotEventsDestinationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$IotEventsDestinationConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-late-data-rule-configuration-property-builderclj

(cfn-dataset-late-data-rule-configuration-property-builder id config)

Creates a CfnDataset$LateDataRuleConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$LateDataRuleConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-late-data-rule-property-builderclj

(cfn-dataset-late-data-rule-property-builder id config)

Creates a CfnDataset$LateDataRuleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$LateDataRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-output-file-uri-value-property-builderclj

(cfn-dataset-output-file-uri-value-property-builder id config)

Creates a CfnDataset$OutputFileUriValueProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$OutputFileUriValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-props-builderclj

(cfn-dataset-props-builder id config)

Creates a CfnDatasetProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatasetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-query-action-property-builderclj

(cfn-dataset-query-action-property-builder id config)

Creates a CfnDataset$QueryActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$QueryActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-resource-configuration-property-builderclj

(cfn-dataset-resource-configuration-property-builder id config)

Creates a CfnDataset$ResourceConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$ResourceConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-retention-period-property-builderclj

(cfn-dataset-retention-period-property-builder id config)

Creates a CfnDataset$RetentionPeriodProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$RetentionPeriodProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-s3-destination-configuration-property-builderclj

(cfn-dataset-s3-destination-configuration-property-builder id config)

Creates a CfnDataset$S3DestinationConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$S3DestinationConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-schedule-property-builderclj

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

Creates a CfnDataset$ScheduleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$ScheduleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-trigger-property-builderclj

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

Creates a CfnDataset$TriggerProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$TriggerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-triggering-dataset-property-builderclj

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

Creates a CfnDataset$TriggeringDatasetProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$TriggeringDatasetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-variable-property-builderclj

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

Creates a CfnDataset$VariableProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$VariableProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dataset-versioning-configuration-property-builderclj

(cfn-dataset-versioning-configuration-property-builder id config)

Creates a CfnDataset$VersioningConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDataset$VersioningConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-builderclj

(cfn-datastore-builder scope id config)

Creates a CfnDatastore$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  `CfnDatastore$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-column-property-builderclj

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

Creates a CfnDatastore$ColumnProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$ColumnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-customer-managed-s3-property-builderclj

(cfn-datastore-customer-managed-s3-property-builder id config)

Creates a CfnDatastore$CustomerManagedS3Property$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$CustomerManagedS3Property$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-customer-managed-s3-storage-property-builderclj

(cfn-datastore-customer-managed-s3-storage-property-builder id config)

Creates a CfnDatastore$CustomerManagedS3StorageProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$CustomerManagedS3StorageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-datastore-partition-property-builderclj

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

Creates a CfnDatastore$DatastorePartitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$DatastorePartitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-datastore-partitions-property-builderclj

(cfn-datastore-datastore-partitions-property-builder id config)

Creates a CfnDatastore$DatastorePartitionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$DatastorePartitionsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-datastore-storage-property-builderclj

(cfn-datastore-datastore-storage-property-builder id config)

Creates a CfnDatastore$DatastoreStorageProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$DatastoreStorageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-file-format-configuration-property-builderclj

(cfn-datastore-file-format-configuration-property-builder id config)

Creates a CfnDatastore$FileFormatConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$FileFormatConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-iot-site-wise-multi-layer-storage-property-builderclj

(cfn-datastore-iot-site-wise-multi-layer-storage-property-builder id config)

Creates a CfnDatastore$IotSiteWiseMultiLayerStorageProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$IotSiteWiseMultiLayerStorageProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-parquet-configuration-property-builderclj

(cfn-datastore-parquet-configuration-property-builder id config)

Creates a CfnDatastore$ParquetConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$ParquetConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-partition-property-builderclj

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

Creates a CfnDatastore$PartitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$PartitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-props-builderclj

(cfn-datastore-props-builder id config)

Creates a CfnDatastoreProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastoreProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-retention-period-property-builderclj

(cfn-datastore-retention-period-property-builder id config)

Creates a CfnDatastore$RetentionPeriodProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$RetentionPeriodProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-schema-definition-property-builderclj

(cfn-datastore-schema-definition-property-builder id config)

Creates a CfnDatastore$SchemaDefinitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$SchemaDefinitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-datastore-timestamp-partition-property-builderclj

(cfn-datastore-timestamp-partition-property-builder id config)

Creates a CfnDatastore$TimestampPartitionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDatastore$TimestampPartitionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-activity-property-builderclj

(cfn-pipeline-activity-property-builder id config)

Creates a CfnPipeline$ActivityProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$ActivityProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-add-attributes-property-builderclj

(cfn-pipeline-add-attributes-property-builder id config)

Creates a CfnPipeline$AddAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$AddAttributesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-builderclj

(cfn-pipeline-builder scope id config)

Creates a CfnPipeline$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  `CfnPipeline$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-channel-property-builderclj

(cfn-pipeline-channel-property-builder id config)

Creates a CfnPipeline$ChannelProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$ChannelProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-datastore-property-builderclj

(cfn-pipeline-datastore-property-builder id config)

Creates a CfnPipeline$DatastoreProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$DatastoreProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-device-registry-enrich-property-builderclj

(cfn-pipeline-device-registry-enrich-property-builder id config)

Creates a CfnPipeline$DeviceRegistryEnrichProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$DeviceRegistryEnrichProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-device-shadow-enrich-property-builderclj

(cfn-pipeline-device-shadow-enrich-property-builder id config)

Creates a CfnPipeline$DeviceShadowEnrichProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$DeviceShadowEnrichProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-filter-property-builderclj

(cfn-pipeline-filter-property-builder id config)

Creates a CfnPipeline$FilterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$FilterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-lambda-property-builderclj

(cfn-pipeline-lambda-property-builder id config)

Creates a CfnPipeline$LambdaProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$LambdaProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-math-property-builderclj

(cfn-pipeline-math-property-builder id config)

Creates a CfnPipeline$MathProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$MathProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-props-builderclj

(cfn-pipeline-props-builder id config)

Creates a CfnPipelineProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipelineProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-remove-attributes-property-builderclj

(cfn-pipeline-remove-attributes-property-builder id config)

Creates a CfnPipeline$RemoveAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$RemoveAttributesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-pipeline-select-attributes-property-builderclj

(cfn-pipeline-select-attributes-property-builder id config)

Creates a CfnPipeline$SelectAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnPipeline$SelectAttributesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close