Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.timestream package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.timestream package.
(build-cfn-database-builder builder id config)
The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration. The function takes the CfnDatabase$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-database-builder function updates a CfnDatabase$Builder instance using the provided configuration. The function takes the CfnDatabase$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-database-props-builder builder id config)
The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration. The function takes the CfnDatabaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-database-props-builder function updates a CfnDatabaseProps$Builder instance using the provided configuration. The function takes the CfnDatabaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-influx-db-instance-builder builder id config)
The build-cfn-influx-db-instance-builder function updates a CfnInfluxDBInstance$Builder instance using the provided configuration. The function takes the CfnInfluxDBInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocatedStorage | java.lang.Number | cdk.support/lookup-entry | :allocated-storage |
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
dbInstanceType | java.lang.String | cdk.support/lookup-entry | :db-instance-type |
dbParameterGroupIdentifier | java.lang.String | cdk.support/lookup-entry | :db-parameter-group-identifier |
dbStorageType | java.lang.String | cdk.support/lookup-entry | :db-storage-type |
deploymentType | java.lang.String | cdk.support/lookup-entry | :deployment-type |
logDeliveryConfiguration | software.amazon.awscdk.services.timestream.CfnInfluxDBInstance$LogDeliveryConfigurationProperty | cdk.support/lookup-entry | :log-delivery-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
organization | java.lang.String | cdk.support/lookup-entry | :organization |
password | java.lang.String | cdk.support/lookup-entry | :password |
publiclyAccessible | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publicly-accessible |
tags | java.util.List | cdk.support/lookup-entry | :tags |
username | java.lang.String | cdk.support/lookup-entry | :username |
vpcSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :vpc-security-group-ids |
vpcSubnetIds | java.util.List | cdk.support/lookup-entry | :vpc-subnet-ids |
The build-cfn-influx-db-instance-builder function updates a CfnInfluxDBInstance$Builder instance using the provided configuration. The function takes the CfnInfluxDBInstance$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocatedStorage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocated-storage` | | `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` | | `dbInstanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-type` | | `dbParameterGroupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-parameter-group-identifier` | | `dbStorageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-storage-type` | | `deploymentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-type` | | `logDeliveryConfiguration` | software.amazon.awscdk.services.timestream.CfnInfluxDBInstance$LogDeliveryConfigurationProperty | [[cdk.support/lookup-entry]] | `:log-delivery-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `organization` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` | | `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` | | `vpcSubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-subnet-ids` |
(build-cfn-influx-db-instance-log-delivery-configuration-property-builder
builder
id
config)
The build-cfn-influx-db-instance-log-delivery-configuration-property-builder function updates a CfnInfluxDBInstance$LogDeliveryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInfluxDBInstance$LogDeliveryConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Configuration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-configuration |
The build-cfn-influx-db-instance-log-delivery-configuration-property-builder function updates a CfnInfluxDBInstance$LogDeliveryConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInfluxDBInstance$LogDeliveryConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `s3Configuration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-configuration` |
(build-cfn-influx-db-instance-props-builder builder id config)
The build-cfn-influx-db-instance-props-builder function updates a CfnInfluxDBInstanceProps$Builder instance using the provided configuration. The function takes the CfnInfluxDBInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
allocatedStorage | java.lang.Number | cdk.support/lookup-entry | :allocated-storage |
bucket | java.lang.String | cdk.support/lookup-entry | :bucket |
dbInstanceType | java.lang.String | cdk.support/lookup-entry | :db-instance-type |
dbParameterGroupIdentifier | java.lang.String | cdk.support/lookup-entry | :db-parameter-group-identifier |
dbStorageType | java.lang.String | cdk.support/lookup-entry | :db-storage-type |
deploymentType | java.lang.String | cdk.support/lookup-entry | :deployment-type |
logDeliveryConfiguration | software.amazon.awscdk.services.timestream.CfnInfluxDBInstance$LogDeliveryConfigurationProperty | cdk.support/lookup-entry | :log-delivery-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
organization | java.lang.String | cdk.support/lookup-entry | :organization |
password | java.lang.String | cdk.support/lookup-entry | :password |
publiclyAccessible | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :publicly-accessible |
tags | java.util.List | cdk.support/lookup-entry | :tags |
username | java.lang.String | cdk.support/lookup-entry | :username |
vpcSecurityGroupIds | java.util.List | cdk.support/lookup-entry | :vpc-security-group-ids |
vpcSubnetIds | java.util.List | cdk.support/lookup-entry | :vpc-subnet-ids |
The build-cfn-influx-db-instance-props-builder function updates a CfnInfluxDBInstanceProps$Builder instance using the provided configuration. The function takes the CfnInfluxDBInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `allocatedStorage` | java.lang.Number | [[cdk.support/lookup-entry]] | `:allocated-storage` | | `bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket` | | `dbInstanceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-instance-type` | | `dbParameterGroupIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-parameter-group-identifier` | | `dbStorageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:db-storage-type` | | `deploymentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-type` | | `logDeliveryConfiguration` | software.amazon.awscdk.services.timestream.CfnInfluxDBInstance$LogDeliveryConfigurationProperty | [[cdk.support/lookup-entry]] | `:log-delivery-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `organization` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization` | | `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` | | `publiclyAccessible` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:publicly-accessible` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` | | `vpcSecurityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-security-group-ids` | | `vpcSubnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-subnet-ids` |
(build-cfn-influx-db-instance-s3-configuration-property-builder builder
id
config)
The build-cfn-influx-db-instance-s3-configuration-property-builder function updates a CfnInfluxDBInstance$S3ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInfluxDBInstance$S3ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
enabled | java.lang.Boolean | cdk.support/lookup-entry | :enabled |
The build-cfn-influx-db-instance-s3-configuration-property-builder function updates a CfnInfluxDBInstance$S3ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnInfluxDBInstance$S3ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
(build-cfn-scheduled-query-builder builder id config)
The build-cfn-scheduled-query-builder function updates a CfnScheduledQuery$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientToken | java.lang.String | cdk.support/lookup-entry | :client-token |
errorReportConfiguration | software.amazon.awscdk.services.timestream.CfnScheduledQuery$ErrorReportConfigurationProperty | cdk.support/lookup-entry | :error-report-configuration |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
notificationConfiguration | software.amazon.awscdk.services.timestream.CfnScheduledQuery$NotificationConfigurationProperty | cdk.support/lookup-entry | :notification-configuration |
queryString | java.lang.String | cdk.support/lookup-entry | :query-string |
scheduleConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schedule-configuration |
scheduledQueryExecutionRoleArn | java.lang.String | cdk.support/lookup-entry | :scheduled-query-execution-role-arn |
scheduledQueryName | java.lang.String | cdk.support/lookup-entry | :scheduled-query-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
targetConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :target-configuration |
The build-cfn-scheduled-query-builder function updates a CfnScheduledQuery$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` | | `errorReportConfiguration` | software.amazon.awscdk.services.timestream.CfnScheduledQuery$ErrorReportConfigurationProperty | [[cdk.support/lookup-entry]] | `:error-report-configuration` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `notificationConfiguration` | software.amazon.awscdk.services.timestream.CfnScheduledQuery$NotificationConfigurationProperty | [[cdk.support/lookup-entry]] | `:notification-configuration` | | `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` | | `scheduleConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schedule-configuration` | | `scheduledQueryExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-query-execution-role-arn` | | `scheduledQueryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-query-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `targetConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-configuration` |
(build-cfn-scheduled-query-dimension-mapping-property-builder builder id config)
The build-cfn-scheduled-query-dimension-mapping-property-builder function updates a CfnScheduledQuery$DimensionMappingProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$DimensionMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dimensionValueType | java.lang.String | cdk.support/lookup-entry | :dimension-value-type |
name | java.lang.String | cdk.support/lookup-entry | :name |
The build-cfn-scheduled-query-dimension-mapping-property-builder function updates a CfnScheduledQuery$DimensionMappingProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$DimensionMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dimensionValueType` | java.lang.String | [[cdk.support/lookup-entry]] | `:dimension-value-type` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-scheduled-query-error-report-configuration-property-builder builder
id
config)
The build-cfn-scheduled-query-error-report-configuration-property-builder function updates a CfnScheduledQuery$ErrorReportConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$ErrorReportConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Configuration | software.amazon.awscdk.services.timestream.CfnScheduledQuery$S3ConfigurationProperty | cdk.support/lookup-entry | :s3-configuration |
The build-cfn-scheduled-query-error-report-configuration-property-builder function updates a CfnScheduledQuery$ErrorReportConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$ErrorReportConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `s3Configuration` | software.amazon.awscdk.services.timestream.CfnScheduledQuery$S3ConfigurationProperty | [[cdk.support/lookup-entry]] | `:s3-configuration` |
(build-cfn-scheduled-query-mixed-measure-mapping-property-builder builder
id
config)
The build-cfn-scheduled-query-mixed-measure-mapping-property-builder function updates a CfnScheduledQuery$MixedMeasureMappingProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$MixedMeasureMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
measureName | java.lang.String | cdk.support/lookup-entry | :measure-name |
measureValueType | java.lang.String | cdk.support/lookup-entry | :measure-value-type |
multiMeasureAttributeMappings | java.util.List | cdk.support/lookup-entry | :multi-measure-attribute-mappings |
sourceColumn | java.lang.String | cdk.support/lookup-entry | :source-column |
targetMeasureName | java.lang.String | cdk.support/lookup-entry | :target-measure-name |
The build-cfn-scheduled-query-mixed-measure-mapping-property-builder function updates a CfnScheduledQuery$MixedMeasureMappingProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$MixedMeasureMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `measureName` | java.lang.String | [[cdk.support/lookup-entry]] | `:measure-name` | | `measureValueType` | java.lang.String | [[cdk.support/lookup-entry]] | `:measure-value-type` | | `multiMeasureAttributeMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:multi-measure-attribute-mappings` | | `sourceColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-column` | | `targetMeasureName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-measure-name` |
(build-cfn-scheduled-query-multi-measure-attribute-mapping-property-builder
builder
id
config)
The build-cfn-scheduled-query-multi-measure-attribute-mapping-property-builder function updates a CfnScheduledQuery$MultiMeasureAttributeMappingProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$MultiMeasureAttributeMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
measureValueType | java.lang.String | cdk.support/lookup-entry | :measure-value-type |
sourceColumn | java.lang.String | cdk.support/lookup-entry | :source-column |
targetMultiMeasureAttributeName | java.lang.String | cdk.support/lookup-entry | :target-multi-measure-attribute-name |
The build-cfn-scheduled-query-multi-measure-attribute-mapping-property-builder function updates a CfnScheduledQuery$MultiMeasureAttributeMappingProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$MultiMeasureAttributeMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `measureValueType` | java.lang.String | [[cdk.support/lookup-entry]] | `:measure-value-type` | | `sourceColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-column` | | `targetMultiMeasureAttributeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-multi-measure-attribute-name` |
(build-cfn-scheduled-query-multi-measure-mappings-property-builder builder
id
config)
The build-cfn-scheduled-query-multi-measure-mappings-property-builder function updates a CfnScheduledQuery$MultiMeasureMappingsProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$MultiMeasureMappingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
multiMeasureAttributeMappings | java.util.List | cdk.support/lookup-entry | :multi-measure-attribute-mappings |
targetMultiMeasureName | java.lang.String | cdk.support/lookup-entry | :target-multi-measure-name |
The build-cfn-scheduled-query-multi-measure-mappings-property-builder function updates a CfnScheduledQuery$MultiMeasureMappingsProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$MultiMeasureMappingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `multiMeasureAttributeMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:multi-measure-attribute-mappings` | | `targetMultiMeasureName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-multi-measure-name` |
(build-cfn-scheduled-query-notification-configuration-property-builder builder
id
config)
The build-cfn-scheduled-query-notification-configuration-property-builder function updates a CfnScheduledQuery$NotificationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$NotificationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
snsConfiguration | software.amazon.awscdk.services.timestream.CfnScheduledQuery$SnsConfigurationProperty | cdk.support/lookup-entry | :sns-configuration |
The build-cfn-scheduled-query-notification-configuration-property-builder function updates a CfnScheduledQuery$NotificationConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$NotificationConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `snsConfiguration` | software.amazon.awscdk.services.timestream.CfnScheduledQuery$SnsConfigurationProperty | [[cdk.support/lookup-entry]] | `:sns-configuration` |
(build-cfn-scheduled-query-props-builder builder id config)
The build-cfn-scheduled-query-props-builder function updates a CfnScheduledQueryProps$Builder instance using the provided configuration. The function takes the CfnScheduledQueryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientToken | java.lang.String | cdk.support/lookup-entry | :client-token |
errorReportConfiguration | software.amazon.awscdk.services.timestream.CfnScheduledQuery$ErrorReportConfigurationProperty | cdk.support/lookup-entry | :error-report-configuration |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
notificationConfiguration | software.amazon.awscdk.services.timestream.CfnScheduledQuery$NotificationConfigurationProperty | cdk.support/lookup-entry | :notification-configuration |
queryString | java.lang.String | cdk.support/lookup-entry | :query-string |
scheduleConfiguration | software.amazon.awscdk.services.timestream.CfnScheduledQuery$ScheduleConfigurationProperty | cdk.support/lookup-entry | :schedule-configuration |
scheduledQueryExecutionRoleArn | java.lang.String | cdk.support/lookup-entry | :scheduled-query-execution-role-arn |
scheduledQueryName | java.lang.String | cdk.support/lookup-entry | :scheduled-query-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
targetConfiguration | software.amazon.awscdk.services.timestream.CfnScheduledQuery$TargetConfigurationProperty | cdk.support/lookup-entry | :target-configuration |
The build-cfn-scheduled-query-props-builder function updates a CfnScheduledQueryProps$Builder instance using the provided configuration. The function takes the CfnScheduledQueryProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` | | `errorReportConfiguration` | software.amazon.awscdk.services.timestream.CfnScheduledQuery$ErrorReportConfigurationProperty | [[cdk.support/lookup-entry]] | `:error-report-configuration` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `notificationConfiguration` | software.amazon.awscdk.services.timestream.CfnScheduledQuery$NotificationConfigurationProperty | [[cdk.support/lookup-entry]] | `:notification-configuration` | | `queryString` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-string` | | `scheduleConfiguration` | software.amazon.awscdk.services.timestream.CfnScheduledQuery$ScheduleConfigurationProperty | [[cdk.support/lookup-entry]] | `:schedule-configuration` | | `scheduledQueryExecutionRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-query-execution-role-arn` | | `scheduledQueryName` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheduled-query-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` | | `targetConfiguration` | software.amazon.awscdk.services.timestream.CfnScheduledQuery$TargetConfigurationProperty | [[cdk.support/lookup-entry]] | `:target-configuration` |
(build-cfn-scheduled-query-s3-configuration-property-builder builder id config)
The build-cfn-scheduled-query-s3-configuration-property-builder function updates a CfnScheduledQuery$S3ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$S3ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
encryptionOption | java.lang.String | cdk.support/lookup-entry | :encryption-option |
objectKeyPrefix | java.lang.String | cdk.support/lookup-entry | :object-key-prefix |
The build-cfn-scheduled-query-s3-configuration-property-builder function updates a CfnScheduledQuery$S3ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$S3ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `encryptionOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-option` | | `objectKeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key-prefix` |
(build-cfn-scheduled-query-schedule-configuration-property-builder builder
id
config)
The build-cfn-scheduled-query-schedule-configuration-property-builder function updates a CfnScheduledQuery$ScheduleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$ScheduleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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-scheduled-query-schedule-configuration-property-builder function updates a CfnScheduledQuery$ScheduleConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$ScheduleConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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-scheduled-query-sns-configuration-property-builder builder id config)
The build-cfn-scheduled-query-sns-configuration-property-builder function updates a CfnScheduledQuery$SnsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$SnsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
topicArn | java.lang.String | cdk.support/lookup-entry | :topic-arn |
The build-cfn-scheduled-query-sns-configuration-property-builder function updates a CfnScheduledQuery$SnsConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$SnsConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
(build-cfn-scheduled-query-target-configuration-property-builder builder
id
config)
The build-cfn-scheduled-query-target-configuration-property-builder function updates a CfnScheduledQuery$TargetConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$TargetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
timestreamConfiguration | software.amazon.awscdk.services.timestream.CfnScheduledQuery$TimestreamConfigurationProperty | cdk.support/lookup-entry | :timestream-configuration |
The build-cfn-scheduled-query-target-configuration-property-builder function updates a CfnScheduledQuery$TargetConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$TargetConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `timestreamConfiguration` | software.amazon.awscdk.services.timestream.CfnScheduledQuery$TimestreamConfigurationProperty | [[cdk.support/lookup-entry]] | `:timestream-configuration` |
(build-cfn-scheduled-query-timestream-configuration-property-builder builder
id
config)
The build-cfn-scheduled-query-timestream-configuration-property-builder function updates a CfnScheduledQuery$TimestreamConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$TimestreamConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
dimensionMappings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :dimension-mappings |
measureNameColumn | java.lang.String | cdk.support/lookup-entry | :measure-name-column |
mixedMeasureMappings | java.util.List | cdk.support/lookup-entry | :mixed-measure-mappings |
multiMeasureMappings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :multi-measure-mappings |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
timeColumn | java.lang.String | cdk.support/lookup-entry | :time-column |
The build-cfn-scheduled-query-timestream-configuration-property-builder function updates a CfnScheduledQuery$TimestreamConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnScheduledQuery$TimestreamConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `dimensionMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dimension-mappings` | | `measureNameColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:measure-name-column` | | `mixedMeasureMappings` | java.util.List | [[cdk.support/lookup-entry]] | `:mixed-measure-mappings` | | `multiMeasureMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:multi-measure-mappings` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` | | `timeColumn` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-column` |
(build-cfn-table-builder builder id config)
The build-cfn-table-builder function updates a CfnTable$Builder instance using the provided configuration. The function takes the CfnTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
magneticStoreWriteProperties | java.lang.Object | cdk.support/lookup-entry | :magnetic-store-write-properties |
retentionProperties | java.lang.Object | cdk.support/lookup-entry | :retention-properties |
schema | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :schema |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-table-builder function updates a CfnTable$Builder instance using the provided configuration. The function takes the CfnTable$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `magneticStoreWriteProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:magnetic-store-write-properties` | | `retentionProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:retention-properties` | | `schema` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:schema` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-table-magnetic-store-rejected-data-location-property-builder builder
id
config)
The build-cfn-table-magnetic-store-rejected-data-location-property-builder function updates a CfnTable$MagneticStoreRejectedDataLocationProperty$Builder instance using the provided configuration. The function takes the CfnTable$MagneticStoreRejectedDataLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
s3Configuration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :s3-configuration |
The build-cfn-table-magnetic-store-rejected-data-location-property-builder function updates a CfnTable$MagneticStoreRejectedDataLocationProperty$Builder instance using the provided configuration. The function takes the CfnTable$MagneticStoreRejectedDataLocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `s3Configuration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-configuration` |
(build-cfn-table-magnetic-store-write-properties-property-builder builder
id
config)
The build-cfn-table-magnetic-store-write-properties-property-builder function updates a CfnTable$MagneticStoreWritePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnTable$MagneticStoreWritePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enableMagneticStoreWrites | java.lang.Boolean | cdk.support/lookup-entry | :enable-magnetic-store-writes |
magneticStoreRejectedDataLocation | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :magnetic-store-rejected-data-location |
The build-cfn-table-magnetic-store-write-properties-property-builder function updates a CfnTable$MagneticStoreWritePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnTable$MagneticStoreWritePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enableMagneticStoreWrites` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-magnetic-store-writes` | | `magneticStoreRejectedDataLocation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:magnetic-store-rejected-data-location` |
(build-cfn-table-partition-key-property-builder builder id config)
The build-cfn-table-partition-key-property-builder function updates a CfnTable$PartitionKeyProperty$Builder instance using the provided configuration. The function takes the CfnTable$PartitionKeyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
enforcementInRecord | java.lang.String | cdk.support/lookup-entry | :enforcement-in-record |
name | java.lang.String | cdk.support/lookup-entry | :name |
type | java.lang.String | cdk.support/lookup-entry | :type |
The build-cfn-table-partition-key-property-builder function updates a CfnTable$PartitionKeyProperty$Builder instance using the provided configuration. The function takes the CfnTable$PartitionKeyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `enforcementInRecord` | java.lang.String | [[cdk.support/lookup-entry]] | `:enforcement-in-record` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
(build-cfn-table-props-builder builder id config)
The build-cfn-table-props-builder function updates a CfnTableProps$Builder instance using the provided configuration. The function takes the CfnTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
databaseName | java.lang.String | cdk.support/lookup-entry | :database-name |
magneticStoreWriteProperties | java.lang.Object | cdk.support/lookup-entry | :magnetic-store-write-properties |
retentionProperties | java.lang.Object | cdk.support/lookup-entry | :retention-properties |
schema | software.amazon.awscdk.services.timestream.CfnTable$SchemaProperty | cdk.support/lookup-entry | :schema |
tableName | java.lang.String | cdk.support/lookup-entry | :table-name |
tags | java.util.List | cdk.support/lookup-entry | :tags |
The build-cfn-table-props-builder function updates a CfnTableProps$Builder instance using the provided configuration. The function takes the CfnTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `databaseName` | java.lang.String | [[cdk.support/lookup-entry]] | `:database-name` | | `magneticStoreWriteProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:magnetic-store-write-properties` | | `retentionProperties` | java.lang.Object | [[cdk.support/lookup-entry]] | `:retention-properties` | | `schema` | software.amazon.awscdk.services.timestream.CfnTable$SchemaProperty | [[cdk.support/lookup-entry]] | `:schema` | | `tableName` | java.lang.String | [[cdk.support/lookup-entry]] | `:table-name` | | `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-table-retention-properties-property-builder builder id config)
The build-cfn-table-retention-properties-property-builder function updates a CfnTable$RetentionPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnTable$RetentionPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
magneticStoreRetentionPeriodInDays | java.lang.String | cdk.support/lookup-entry | :magnetic-store-retention-period-in-days |
memoryStoreRetentionPeriodInHours | java.lang.String | cdk.support/lookup-entry | :memory-store-retention-period-in-hours |
The build-cfn-table-retention-properties-property-builder function updates a CfnTable$RetentionPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnTable$RetentionPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `magneticStoreRetentionPeriodInDays` | java.lang.String | [[cdk.support/lookup-entry]] | `:magnetic-store-retention-period-in-days` | | `memoryStoreRetentionPeriodInHours` | java.lang.String | [[cdk.support/lookup-entry]] | `:memory-store-retention-period-in-hours` |
(build-cfn-table-s3-configuration-property-builder builder id config)
The build-cfn-table-s3-configuration-property-builder function updates a CfnTable$S3ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTable$S3ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
bucketName | java.lang.String | cdk.support/lookup-entry | :bucket-name |
encryptionOption | java.lang.String | cdk.support/lookup-entry | :encryption-option |
kmsKeyId | java.lang.String | cdk.support/lookup-entry | :kms-key-id |
objectKeyPrefix | java.lang.String | cdk.support/lookup-entry | :object-key-prefix |
The build-cfn-table-s3-configuration-property-builder function updates a CfnTable$S3ConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnTable$S3ConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` | | `encryptionOption` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-option` | | `kmsKeyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-id` | | `objectKeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key-prefix` |
(build-cfn-table-schema-property-builder builder id config)
The build-cfn-table-schema-property-builder function updates a CfnTable$SchemaProperty$Builder instance using the provided configuration. The function takes the CfnTable$SchemaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
compositePartitionKey | java.util.List | cdk.support/lookup-entry | :composite-partition-key |
The build-cfn-table-schema-property-builder function updates a CfnTable$SchemaProperty$Builder instance using the provided configuration. The function takes the CfnTable$SchemaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `compositePartitionKey` | java.util.List | [[cdk.support/lookup-entry]] | `:composite-partition-key` |
(cfn-database-builder scope id config)
Creates a CfnDatabase$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnDatabase$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-database-props-builder id config)
Creates a CfnDatabaseProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDatabaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-influx-db-instance-builder scope id config)
Creates a CfnInfluxDBInstance$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 `CfnInfluxDBInstance$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-influx-db-instance-log-delivery-configuration-property-builder id config)
Creates a CfnInfluxDBInstance$LogDeliveryConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInfluxDBInstance$LogDeliveryConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-influx-db-instance-props-builder id config)
Creates a CfnInfluxDBInstanceProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInfluxDBInstanceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-influx-db-instance-s3-configuration-property-builder id config)
Creates a CfnInfluxDBInstance$S3ConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnInfluxDBInstance$S3ConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-builder scope id config)
Creates a CfnScheduledQuery$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 `CfnScheduledQuery$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-scheduled-query-dimension-mapping-property-builder id config)
Creates a CfnScheduledQuery$DimensionMappingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$DimensionMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-error-report-configuration-property-builder id config)
Creates a CfnScheduledQuery$ErrorReportConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$ErrorReportConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-mixed-measure-mapping-property-builder id config)
Creates a CfnScheduledQuery$MixedMeasureMappingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$MixedMeasureMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-multi-measure-attribute-mapping-property-builder id config)
Creates a CfnScheduledQuery$MultiMeasureAttributeMappingProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$MultiMeasureAttributeMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-multi-measure-mappings-property-builder id config)
Creates a CfnScheduledQuery$MultiMeasureMappingsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$MultiMeasureMappingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-notification-configuration-property-builder id config)
Creates a CfnScheduledQuery$NotificationConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$NotificationConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-props-builder id config)
Creates a CfnScheduledQueryProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQueryProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-s3-configuration-property-builder id config)
Creates a CfnScheduledQuery$S3ConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$S3ConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-schedule-configuration-property-builder id config)
Creates a CfnScheduledQuery$ScheduleConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$ScheduleConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-sns-configuration-property-builder id config)
Creates a CfnScheduledQuery$SnsConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$SnsConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-target-configuration-property-builder id config)
Creates a CfnScheduledQuery$TargetConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$TargetConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-scheduled-query-timestream-configuration-property-builder id config)
Creates a CfnScheduledQuery$TimestreamConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `CfnScheduledQuery$TimestreamConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-builder scope id config)
Creates a CfnTable$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnTable$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-magnetic-store-rejected-data-location-property-builder id config)
Creates a CfnTable$MagneticStoreRejectedDataLocationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnTable$MagneticStoreRejectedDataLocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-magnetic-store-write-properties-property-builder id config)
Creates a CfnTable$MagneticStoreWritePropertiesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnTable$MagneticStoreWritePropertiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-partition-key-property-builder id config)
Creates a CfnTable$PartitionKeyProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnTable$PartitionKeyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-props-builder id config)
Creates a CfnTableProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnTableProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-retention-properties-property-builder id config)
Creates a CfnTable$RetentionPropertiesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnTable$RetentionPropertiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-s3-configuration-property-builder id config)
Creates a CfnTable$S3ConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnTable$S3ConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-table-schema-property-builder id config)
Creates a CfnTable$SchemaProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnTable$SchemaProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close