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.
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(build-cfn-dataset-builder builder id config)
The build-cfn-dataset-builder function updates a CfnDataset$Builder instance using the provided configuration. The function takes the CfnDataset$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
datasetName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
timeoutInMinutes | java.lang.Number | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deltaTime | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
The build-cfn-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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
deltaTimeSessionWindowConfiguration | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
fileName | java.lang.String | cdk.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` |
(build-cfn-dataset-props-builder builder id config)
The build-cfn-dataset-props-builder function updates a CfnDatasetProps$Builder instance using the provided configuration. The function takes the CfnDatasetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
scheduleExpression | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
datasetName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
type | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
partitions | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
customerManagedS3Storage | software.amazon.awscdk.services.iotanalytics.CfnDatastore$CustomerManagedS3StorageProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
schemaDefinition | software.amazon.awscdk.services.iotanalytics.CfnDatastore$SchemaDefinitionProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
attributeName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
columns | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$ActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-dataset-builder scope id config)
Creates a CfnDataset$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDataset$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-dataset-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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(cfn-dataset-props-builder id config)
Creates a CfnDatasetProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDatasetProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-dataset-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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$ScheduleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDataset$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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close