Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.customerprofiles

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

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

build-cfn-calculated-attribute-definition-attribute-details-property-builderclj

(build-cfn-calculated-attribute-definition-attribute-details-property-builder
  builder
  id
  config)

The build-cfn-calculated-attribute-definition-attribute-details-property-builder function updates a CfnCalculatedAttributeDefinition$AttributeDetailsProperty$Builder instance using the provided configuration. The function takes the CfnCalculatedAttributeDefinition$AttributeDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
expressionjava.lang.Stringcdk.support/lookup-entry:expression
The build-cfn-calculated-attribute-definition-attribute-details-property-builder function updates a CfnCalculatedAttributeDefinition$AttributeDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnCalculatedAttributeDefinition$AttributeDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-calculated-attribute-definition-attribute-item-property-builderclj

(build-cfn-calculated-attribute-definition-attribute-item-property-builder
  builder
  id
  config)

The build-cfn-calculated-attribute-definition-attribute-item-property-builder function updates a CfnCalculatedAttributeDefinition$AttributeItemProperty$Builder instance using the provided configuration. The function takes the CfnCalculatedAttributeDefinition$AttributeItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-calculated-attribute-definition-attribute-item-property-builder function updates a CfnCalculatedAttributeDefinition$AttributeItemProperty$Builder instance using the provided configuration.
  The function takes the CfnCalculatedAttributeDefinition$AttributeItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
sourceraw docstring

build-cfn-calculated-attribute-definition-builderclj

(build-cfn-calculated-attribute-definition-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
attributeDetailssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attribute-details
calculatedAttributeNamejava.lang.Stringcdk.support/lookup-entry:calculated-attribute-name
conditionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:conditions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-calculated-attribute-definition-builder function updates a CfnCalculatedAttributeDefinition$Builder instance using the provided configuration.
  The function takes the CfnCalculatedAttributeDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attributeDetails` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attribute-details` |
| `calculatedAttributeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:calculated-attribute-name` |
| `conditions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:conditions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-calculated-attribute-definition-conditions-property-builderclj

(build-cfn-calculated-attribute-definition-conditions-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-calculated-attribute-definition-conditions-property-builder function updates a CfnCalculatedAttributeDefinition$ConditionsProperty$Builder instance using the provided configuration. The function takes the CfnCalculatedAttributeDefinition$ConditionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
objectCountjava.lang.Numbercdk.support/lookup-entry:object-count
rangesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:range
thresholdsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:threshold
The build-cfn-calculated-attribute-definition-conditions-property-builder function updates a CfnCalculatedAttributeDefinition$ConditionsProperty$Builder instance using the provided configuration.
  The function takes the CfnCalculatedAttributeDefinition$ConditionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `objectCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:object-count` |
| `range` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:range` |
| `threshold` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:threshold` |
sourceraw docstring

build-cfn-calculated-attribute-definition-props-builderclj

(build-cfn-calculated-attribute-definition-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
attributeDetailssoftware.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinition$AttributeDetailsPropertycdk.support/lookup-entry:attribute-details
calculatedAttributeNamejava.lang.Stringcdk.support/lookup-entry:calculated-attribute-name
conditionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:conditions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
statisticjava.lang.Stringcdk.support/lookup-entry:statistic
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-calculated-attribute-definition-props-builder function updates a CfnCalculatedAttributeDefinitionProps$Builder instance using the provided configuration.
  The function takes the CfnCalculatedAttributeDefinitionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attributeDetails` | software.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinition$AttributeDetailsProperty | [[cdk.support/lookup-entry]] | `:attribute-details` |
| `calculatedAttributeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:calculated-attribute-name` |
| `conditions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:conditions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `statistic` | java.lang.String | [[cdk.support/lookup-entry]] | `:statistic` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-calculated-attribute-definition-range-property-builderclj

(build-cfn-calculated-attribute-definition-range-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-calculated-attribute-definition-range-property-builder function updates a CfnCalculatedAttributeDefinition$RangeProperty$Builder instance using the provided configuration. The function takes the CfnCalculatedAttributeDefinition$RangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
unitjava.lang.Stringcdk.support/lookup-entry:unit
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-calculated-attribute-definition-range-property-builder function updates a CfnCalculatedAttributeDefinition$RangeProperty$Builder instance using the provided configuration.
  The function takes the CfnCalculatedAttributeDefinition$RangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `unit` | java.lang.String | [[cdk.support/lookup-entry]] | `:unit` |
| `value` | java.lang.Number | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-calculated-attribute-definition-threshold-property-builderclj

(build-cfn-calculated-attribute-definition-threshold-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-calculated-attribute-definition-threshold-property-builder function updates a CfnCalculatedAttributeDefinition$ThresholdProperty$Builder instance using the provided configuration. The function takes the CfnCalculatedAttributeDefinition$ThresholdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
operatorjava.lang.Stringcdk.support/lookup-entry:operator
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-calculated-attribute-definition-threshold-property-builder function updates a CfnCalculatedAttributeDefinition$ThresholdProperty$Builder instance using the provided configuration.
  The function takes the CfnCalculatedAttributeDefinition$ThresholdProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-domain-attribute-types-selector-property-builderclj

(build-cfn-domain-attribute-types-selector-property-builder builder id config)

The build-cfn-domain-attribute-types-selector-property-builder function updates a CfnDomain$AttributeTypesSelectorProperty$Builder instance using the provided configuration. The function takes the CfnDomain$AttributeTypesSelectorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
addressjava.util.Listcdk.support/lookup-entry:address
attributeMatchingModeljava.lang.Stringcdk.support/lookup-entry:attribute-matching-model
emailAddressjava.util.Listcdk.support/lookup-entry:email-address
phoneNumberjava.util.Listcdk.support/lookup-entry:phone-number
The build-cfn-domain-attribute-types-selector-property-builder function updates a CfnDomain$AttributeTypesSelectorProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$AttributeTypesSelectorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `address` | java.util.List | [[cdk.support/lookup-entry]] | `:address` |
| `attributeMatchingModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:attribute-matching-model` |
| `emailAddress` | java.util.List | [[cdk.support/lookup-entry]] | `:email-address` |
| `phoneNumber` | java.util.List | [[cdk.support/lookup-entry]] | `:phone-number` |
sourceraw docstring

build-cfn-domain-auto-merging-property-builderclj

(build-cfn-domain-auto-merging-property-builder builder id config)

The build-cfn-domain-auto-merging-property-builder function updates a CfnDomain$AutoMergingProperty$Builder instance using the provided configuration. The function takes the CfnDomain$AutoMergingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
conflictResolutionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:conflict-resolution
consolidationsoftware.amazon.awscdk.services.customerprofiles.CfnDomain$ConsolidationPropertycdk.support/lookup-entry:consolidation
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
minAllowedConfidenceScoreForMergingjava.lang.Numbercdk.support/lookup-entry:min-allowed-confidence-score-for-merging
The build-cfn-domain-auto-merging-property-builder function updates a CfnDomain$AutoMergingProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$AutoMergingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `conflictResolution` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:conflict-resolution` |
| `consolidation` | software.amazon.awscdk.services.customerprofiles.CfnDomain$ConsolidationProperty | [[cdk.support/lookup-entry]] | `:consolidation` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `minAllowedConfidenceScoreForMerging` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-allowed-confidence-score-for-merging` |
sourceraw docstring

build-cfn-domain-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
deadLetterQueueUrljava.lang.Stringcdk.support/lookup-entry:dead-letter-queue-url
defaultEncryptionKeyjava.lang.Stringcdk.support/lookup-entry:default-encryption-key
defaultExpirationDaysjava.lang.Numbercdk.support/lookup-entry:default-expiration-days
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
matchingsoftware.amazon.awscdk.services.customerprofiles.CfnDomain$MatchingPropertycdk.support/lookup-entry:matching
ruleBasedMatchingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rule-based-matching
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-domain-builder function updates a CfnDomain$Builder instance using the provided configuration.
  The function takes the CfnDomain$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deadLetterQueueUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:dead-letter-queue-url` |
| `defaultEncryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-encryption-key` |
| `defaultExpirationDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-expiration-days` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `matching` | software.amazon.awscdk.services.customerprofiles.CfnDomain$MatchingProperty | [[cdk.support/lookup-entry]] | `:matching` |
| `ruleBasedMatching` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:rule-based-matching` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-domain-conflict-resolution-property-builderclj

(build-cfn-domain-conflict-resolution-property-builder builder id config)

The build-cfn-domain-conflict-resolution-property-builder function updates a CfnDomain$ConflictResolutionProperty$Builder instance using the provided configuration. The function takes the CfnDomain$ConflictResolutionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
conflictResolvingModeljava.lang.Stringcdk.support/lookup-entry:conflict-resolving-model
sourceNamejava.lang.Stringcdk.support/lookup-entry:source-name
The build-cfn-domain-conflict-resolution-property-builder function updates a CfnDomain$ConflictResolutionProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$ConflictResolutionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `conflictResolvingModel` | java.lang.String | [[cdk.support/lookup-entry]] | `:conflict-resolving-model` |
| `sourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-name` |
sourceraw docstring

build-cfn-domain-consolidation-property-builderclj

(build-cfn-domain-consolidation-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
matchingAttributesListjava.util.Listcdk.support/lookup-entry:matching-attributes-list
The build-cfn-domain-consolidation-property-builder function updates a CfnDomain$ConsolidationProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$ConsolidationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `matchingAttributesList` | java.util.List | [[cdk.support/lookup-entry]] | `:matching-attributes-list` |
sourceraw docstring

build-cfn-domain-domain-stats-property-builderclj

(build-cfn-domain-domain-stats-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meteringProfileCountjava.lang.Numbercdk.support/lookup-entry:metering-profile-count
objectCountjava.lang.Numbercdk.support/lookup-entry:object-count
profileCountjava.lang.Numbercdk.support/lookup-entry:profile-count
totalSizejava.lang.Numbercdk.support/lookup-entry:total-size
The build-cfn-domain-domain-stats-property-builder function updates a CfnDomain$DomainStatsProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$DomainStatsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meteringProfileCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:metering-profile-count` |
| `objectCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:object-count` |
| `profileCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:profile-count` |
| `totalSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:total-size` |
sourceraw docstring

build-cfn-domain-exporting-config-property-builderclj

(build-cfn-domain-exporting-config-property-builder builder id config)

The build-cfn-domain-exporting-config-property-builder function updates a CfnDomain$ExportingConfigProperty$Builder instance using the provided configuration. The function takes the CfnDomain$ExportingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
s3Exportingsoftware.amazon.awscdk.services.customerprofiles.CfnDomain$S3ExportingConfigPropertycdk.support/lookup-entry:s3-exporting
The build-cfn-domain-exporting-config-property-builder function updates a CfnDomain$ExportingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$ExportingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3Exporting` | software.amazon.awscdk.services.customerprofiles.CfnDomain$S3ExportingConfigProperty | [[cdk.support/lookup-entry]] | `:s3-exporting` |
sourceraw docstring

build-cfn-domain-job-schedule-property-builderclj

(build-cfn-domain-job-schedule-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
dayOfTheWeekjava.lang.Stringcdk.support/lookup-entry:day-of-the-week
timejava.lang.Stringcdk.support/lookup-entry:time
The build-cfn-domain-job-schedule-property-builder function updates a CfnDomain$JobScheduleProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$JobScheduleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dayOfTheWeek` | java.lang.String | [[cdk.support/lookup-entry]] | `:day-of-the-week` |
| `time` | java.lang.String | [[cdk.support/lookup-entry]] | `:time` |
sourceraw docstring

build-cfn-domain-matching-property-builderclj

(build-cfn-domain-matching-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
autoMergingsoftware.amazon.awscdk.services.customerprofiles.CfnDomain$AutoMergingPropertycdk.support/lookup-entry:auto-merging
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
exportingConfigsoftware.amazon.awscdk.services.customerprofiles.CfnDomain$ExportingConfigPropertycdk.support/lookup-entry:exporting-config
jobSchedulesoftware.amazon.awscdk.services.customerprofiles.CfnDomain$JobSchedulePropertycdk.support/lookup-entry:job-schedule
The build-cfn-domain-matching-property-builder function updates a CfnDomain$MatchingProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$MatchingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoMerging` | software.amazon.awscdk.services.customerprofiles.CfnDomain$AutoMergingProperty | [[cdk.support/lookup-entry]] | `:auto-merging` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `exportingConfig` | software.amazon.awscdk.services.customerprofiles.CfnDomain$ExportingConfigProperty | [[cdk.support/lookup-entry]] | `:exporting-config` |
| `jobSchedule` | software.amazon.awscdk.services.customerprofiles.CfnDomain$JobScheduleProperty | [[cdk.support/lookup-entry]] | `:job-schedule` |
sourceraw docstring

build-cfn-domain-matching-rule-property-builderclj

(build-cfn-domain-matching-rule-property-builder builder id config)

The build-cfn-domain-matching-rule-property-builder function updates a CfnDomain$MatchingRuleProperty$Builder instance using the provided configuration. The function takes the CfnDomain$MatchingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
rulejava.util.Listcdk.support/lookup-entry:rule
The build-cfn-domain-matching-rule-property-builder function updates a CfnDomain$MatchingRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$MatchingRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `rule` | java.util.List | [[cdk.support/lookup-entry]] | `:rule` |
sourceraw docstring

build-cfn-domain-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
deadLetterQueueUrljava.lang.Stringcdk.support/lookup-entry:dead-letter-queue-url
defaultEncryptionKeyjava.lang.Stringcdk.support/lookup-entry:default-encryption-key
defaultExpirationDaysjava.lang.Numbercdk.support/lookup-entry:default-expiration-days
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
matchingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:matching
ruleBasedMatchingsoftware.amazon.awscdk.services.customerprofiles.CfnDomain$RuleBasedMatchingPropertycdk.support/lookup-entry:rule-based-matching
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-domain-props-builder function updates a CfnDomainProps$Builder instance using the provided configuration.
  The function takes the CfnDomainProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deadLetterQueueUrl` | java.lang.String | [[cdk.support/lookup-entry]] | `:dead-letter-queue-url` |
| `defaultEncryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-encryption-key` |
| `defaultExpirationDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-expiration-days` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `matching` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:matching` |
| `ruleBasedMatching` | software.amazon.awscdk.services.customerprofiles.CfnDomain$RuleBasedMatchingProperty | [[cdk.support/lookup-entry]] | `:rule-based-matching` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-domain-rule-based-matching-property-builderclj

(build-cfn-domain-rule-based-matching-property-builder builder id config)

The build-cfn-domain-rule-based-matching-property-builder function updates a CfnDomain$RuleBasedMatchingProperty$Builder instance using the provided configuration. The function takes the CfnDomain$RuleBasedMatchingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributeTypesSelectorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attribute-types-selector
conflictResolutionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:conflict-resolution
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
exportingConfigsoftware.amazon.awscdk.services.customerprofiles.CfnDomain$ExportingConfigPropertycdk.support/lookup-entry:exporting-config
matchingRulesjava.util.Listcdk.support/lookup-entry:matching-rules
maxAllowedRuleLevelForMatchingjava.lang.Numbercdk.support/lookup-entry:max-allowed-rule-level-for-matching
maxAllowedRuleLevelForMergingjava.lang.Numbercdk.support/lookup-entry:max-allowed-rule-level-for-merging
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-domain-rule-based-matching-property-builder function updates a CfnDomain$RuleBasedMatchingProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$RuleBasedMatchingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attributeTypesSelector` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attribute-types-selector` |
| `conflictResolution` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:conflict-resolution` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `exportingConfig` | software.amazon.awscdk.services.customerprofiles.CfnDomain$ExportingConfigProperty | [[cdk.support/lookup-entry]] | `:exporting-config` |
| `matchingRules` | java.util.List | [[cdk.support/lookup-entry]] | `:matching-rules` |
| `maxAllowedRuleLevelForMatching` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-allowed-rule-level-for-matching` |
| `maxAllowedRuleLevelForMerging` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-allowed-rule-level-for-merging` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
sourceraw docstring

build-cfn-domain-s3-exporting-config-property-builderclj

(build-cfn-domain-s3-exporting-config-property-builder builder id config)

The build-cfn-domain-s3-exporting-config-property-builder function updates a CfnDomain$S3ExportingConfigProperty$Builder instance using the provided configuration. The function takes the CfnDomain$S3ExportingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
s3BucketNamejava.lang.Stringcdk.support/lookup-entry:s3-bucket-name
s3KeyNamejava.lang.Stringcdk.support/lookup-entry:s3-key-name
The build-cfn-domain-s3-exporting-config-property-builder function updates a CfnDomain$S3ExportingConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnDomain$S3ExportingConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-event-stream-builderclj

(build-cfn-event-stream-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
eventStreamNamejava.lang.Stringcdk.support/lookup-entry:event-stream-name
tagsjava.util.Listcdk.support/lookup-entry:tags
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-cfn-event-stream-builder function updates a CfnEventStream$Builder instance using the provided configuration.
  The function takes the CfnEventStream$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `eventStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-stream-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-cfn-event-stream-destination-details-property-builderclj

(build-cfn-event-stream-destination-details-property-builder builder id config)

The build-cfn-event-stream-destination-details-property-builder function updates a CfnEventStream$DestinationDetailsProperty$Builder instance using the provided configuration. The function takes the CfnEventStream$DestinationDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
statusjava.lang.Stringcdk.support/lookup-entry:status
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-cfn-event-stream-destination-details-property-builder function updates a CfnEventStream$DestinationDetailsProperty$Builder instance using the provided configuration.
  The function takes the CfnEventStream$DestinationDetailsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-event-stream-props-builderclj

(build-cfn-event-stream-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
eventStreamNamejava.lang.Stringcdk.support/lookup-entry:event-stream-name
tagsjava.util.Listcdk.support/lookup-entry:tags
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-cfn-event-stream-props-builder function updates a CfnEventStreamProps$Builder instance using the provided configuration.
  The function takes the CfnEventStreamProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `eventStreamName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-stream-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-cfn-integration-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
flowDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:flow-definition
objectTypeNamejava.lang.Stringcdk.support/lookup-entry:object-type-name
objectTypeNamessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:object-type-names
tagsjava.util.Listcdk.support/lookup-entry:tags
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-cfn-integration-builder function updates a CfnIntegration$Builder instance using the provided configuration.
  The function takes the CfnIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `flowDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:flow-definition` |
| `objectTypeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-type-name` |
| `objectTypeNames` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:object-type-names` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-cfn-integration-connector-operator-property-builderclj

(build-cfn-integration-connector-operator-property-builder builder id config)

The build-cfn-integration-connector-operator-property-builder function updates a CfnIntegration$ConnectorOperatorProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$ConnectorOperatorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
marketojava.lang.Stringcdk.support/lookup-entry:marketo
s3java.lang.Stringcdk.support/lookup-entry:s3
salesforcejava.lang.Stringcdk.support/lookup-entry:salesforce
serviceNowjava.lang.Stringcdk.support/lookup-entry:service-now
zendeskjava.lang.Stringcdk.support/lookup-entry:zendesk
The build-cfn-integration-connector-operator-property-builder function updates a CfnIntegration$ConnectorOperatorProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$ConnectorOperatorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `marketo` | java.lang.String | [[cdk.support/lookup-entry]] | `:marketo` |
| `s3` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3` |
| `salesforce` | java.lang.String | [[cdk.support/lookup-entry]] | `:salesforce` |
| `serviceNow` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-now` |
| `zendesk` | java.lang.String | [[cdk.support/lookup-entry]] | `:zendesk` |
sourceraw docstring

build-cfn-integration-flow-definition-property-builderclj

(build-cfn-integration-flow-definition-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
flowNamejava.lang.Stringcdk.support/lookup-entry:flow-name
kmsArnjava.lang.Stringcdk.support/lookup-entry:kms-arn
sourceFlowConfigsoftware.amazon.awscdk.services.customerprofiles.CfnIntegration$SourceFlowConfigPropertycdk.support/lookup-entry:source-flow-config
tasksjava.util.Listcdk.support/lookup-entry:tasks
triggerConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trigger-config
The build-cfn-integration-flow-definition-property-builder function updates a CfnIntegration$FlowDefinitionProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$FlowDefinitionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `flowName` | java.lang.String | [[cdk.support/lookup-entry]] | `:flow-name` |
| `kmsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-arn` |
| `sourceFlowConfig` | software.amazon.awscdk.services.customerprofiles.CfnIntegration$SourceFlowConfigProperty | [[cdk.support/lookup-entry]] | `:source-flow-config` |
| `tasks` | java.util.List | [[cdk.support/lookup-entry]] | `:tasks` |
| `triggerConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trigger-config` |
sourceraw docstring

build-cfn-integration-incremental-pull-config-property-builderclj

(build-cfn-integration-incremental-pull-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-integration-incremental-pull-config-property-builder function updates a CfnIntegration$IncrementalPullConfigProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$IncrementalPullConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
datetimeTypeFieldNamejava.lang.Stringcdk.support/lookup-entry:datetime-type-field-name
The build-cfn-integration-incremental-pull-config-property-builder function updates a CfnIntegration$IncrementalPullConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$IncrementalPullConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-integration-marketo-source-properties-property-builderclj

(build-cfn-integration-marketo-source-properties-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-integration-marketo-source-properties-property-builder function updates a CfnIntegration$MarketoSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$MarketoSourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-integration-marketo-source-properties-property-builder function updates a CfnIntegration$MarketoSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$MarketoSourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-integration-object-type-mapping-property-builderclj

(build-cfn-integration-object-type-mapping-property-builder builder id config)

The build-cfn-integration-object-type-mapping-property-builder function updates a CfnIntegration$ObjectTypeMappingProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$ObjectTypeMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-integration-object-type-mapping-property-builder function updates a CfnIntegration$ObjectTypeMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$ObjectTypeMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-integration-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
flowDefinitionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:flow-definition
objectTypeNamejava.lang.Stringcdk.support/lookup-entry:object-type-name
objectTypeNamesjava.util.Listcdk.support/lookup-entry:object-type-names
tagsjava.util.Listcdk.support/lookup-entry:tags
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-cfn-integration-props-builder function updates a CfnIntegrationProps$Builder instance using the provided configuration.
  The function takes the CfnIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `flowDefinition` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:flow-definition` |
| `objectTypeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-type-name` |
| `objectTypeNames` | java.util.List | [[cdk.support/lookup-entry]] | `:object-type-names` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-cfn-integration-s3-source-properties-property-builderclj

(build-cfn-integration-s3-source-properties-property-builder builder id config)

The build-cfn-integration-s3-source-properties-property-builder function updates a CfnIntegration$S3SourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$S3SourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
The build-cfn-integration-s3-source-properties-property-builder function updates a CfnIntegration$S3SourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$S3SourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-integration-salesforce-source-properties-property-builderclj

(build-cfn-integration-salesforce-source-properties-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-integration-salesforce-source-properties-property-builder function updates a CfnIntegration$SalesforceSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$SalesforceSourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
enableDynamicFieldUpdatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enable-dynamic-field-update
includeDeletedRecordssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:include-deleted-records
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-integration-salesforce-source-properties-property-builder function updates a CfnIntegration$SalesforceSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$SalesforceSourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enableDynamicFieldUpdate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-dynamic-field-update` |
| `includeDeletedRecords` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:include-deleted-records` |
| `object` | java.lang.String | [[cdk.support/lookup-entry]] | `:object` |
sourceraw docstring

build-cfn-integration-scheduled-trigger-properties-property-builderclj

(build-cfn-integration-scheduled-trigger-properties-property-builder builder
                                                                     id
                                                                     config)

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

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

FieldDataTypeLookup FunctionData Key
dataPullModejava.lang.Stringcdk.support/lookup-entry:data-pull-mode
firstExecutionFromjava.lang.Numbercdk.support/lookup-entry:first-execution-from
scheduleEndTimejava.lang.Numbercdk.support/lookup-entry:schedule-end-time
scheduleExpressionjava.lang.Stringcdk.support/lookup-entry:schedule-expression
scheduleOffsetjava.lang.Numbercdk.support/lookup-entry:schedule-offset
scheduleStartTimejava.lang.Numbercdk.support/lookup-entry:schedule-start-time
timezonejava.lang.Stringcdk.support/lookup-entry:timezone
The build-cfn-integration-scheduled-trigger-properties-property-builder function updates a CfnIntegration$ScheduledTriggerPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$ScheduledTriggerPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dataPullMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:data-pull-mode` |
| `firstExecutionFrom` | java.lang.Number | [[cdk.support/lookup-entry]] | `:first-execution-from` |
| `scheduleEndTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-end-time` |
| `scheduleExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:schedule-expression` |
| `scheduleOffset` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-offset` |
| `scheduleStartTime` | java.lang.Number | [[cdk.support/lookup-entry]] | `:schedule-start-time` |
| `timezone` | java.lang.String | [[cdk.support/lookup-entry]] | `:timezone` |
sourceraw docstring

build-cfn-integration-service-now-source-properties-property-builderclj

(build-cfn-integration-service-now-source-properties-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-integration-service-now-source-properties-property-builder function updates a CfnIntegration$ServiceNowSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$ServiceNowSourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-integration-service-now-source-properties-property-builder function updates a CfnIntegration$ServiceNowSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$ServiceNowSourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-integration-source-connector-properties-property-builderclj

(build-cfn-integration-source-connector-properties-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-integration-source-connector-properties-property-builder function updates a CfnIntegration$SourceConnectorPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$SourceConnectorPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
marketosoftware.amazon.awscdk.services.customerprofiles.CfnIntegration$MarketoSourcePropertiesPropertycdk.support/lookup-entry:marketo
s3software.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3
salesforcesoftware.amazon.awscdk.services.customerprofiles.CfnIntegration$SalesforceSourcePropertiesPropertycdk.support/lookup-entry:salesforce
serviceNowsoftware.amazon.awscdk.services.customerprofiles.CfnIntegration$ServiceNowSourcePropertiesPropertycdk.support/lookup-entry:service-now
zendesksoftware.amazon.awscdk.services.customerprofiles.CfnIntegration$ZendeskSourcePropertiesPropertycdk.support/lookup-entry:zendesk
The build-cfn-integration-source-connector-properties-property-builder function updates a CfnIntegration$SourceConnectorPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$SourceConnectorPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `marketo` | software.amazon.awscdk.services.customerprofiles.CfnIntegration$MarketoSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:marketo` |
| `s3` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3` |
| `salesforce` | software.amazon.awscdk.services.customerprofiles.CfnIntegration$SalesforceSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:salesforce` |
| `serviceNow` | software.amazon.awscdk.services.customerprofiles.CfnIntegration$ServiceNowSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:service-now` |
| `zendesk` | software.amazon.awscdk.services.customerprofiles.CfnIntegration$ZendeskSourcePropertiesProperty | [[cdk.support/lookup-entry]] | `:zendesk` |
sourceraw docstring

build-cfn-integration-source-flow-config-property-builderclj

(build-cfn-integration-source-flow-config-property-builder builder id config)

The build-cfn-integration-source-flow-config-property-builder function updates a CfnIntegration$SourceFlowConfigProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$SourceFlowConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
connectorProfileNamejava.lang.Stringcdk.support/lookup-entry:connector-profile-name
connectorTypejava.lang.Stringcdk.support/lookup-entry:connector-type
incrementalPullConfigsoftware.amazon.awscdk.services.customerprofiles.CfnIntegration$IncrementalPullConfigPropertycdk.support/lookup-entry:incremental-pull-config
sourceConnectorPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-connector-properties
The build-cfn-integration-source-flow-config-property-builder function updates a CfnIntegration$SourceFlowConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$SourceFlowConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectorProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-profile-name` |
| `connectorType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connector-type` |
| `incrementalPullConfig` | software.amazon.awscdk.services.customerprofiles.CfnIntegration$IncrementalPullConfigProperty | [[cdk.support/lookup-entry]] | `:incremental-pull-config` |
| `sourceConnectorProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-connector-properties` |
sourceraw docstring

build-cfn-integration-task-properties-map-property-builderclj

(build-cfn-integration-task-properties-map-property-builder builder id config)

The build-cfn-integration-task-properties-map-property-builder function updates a CfnIntegration$TaskPropertiesMapProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$TaskPropertiesMapProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
operatorPropertyKeyjava.lang.Stringcdk.support/lookup-entry:operator-property-key
propertyjava.lang.Stringcdk.support/lookup-entry:property
The build-cfn-integration-task-properties-map-property-builder function updates a CfnIntegration$TaskPropertiesMapProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$TaskPropertiesMapProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-integration-task-property-builderclj

(build-cfn-integration-task-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
connectorOperatorsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connector-operator
destinationFieldjava.lang.Stringcdk.support/lookup-entry:destination-field
sourceFieldsjava.util.Listcdk.support/lookup-entry:source-fields
taskPropertiesjava.util.Listcdk.support/lookup-entry:task-properties
taskTypejava.lang.Stringcdk.support/lookup-entry:task-type
The build-cfn-integration-task-property-builder function updates a CfnIntegration$TaskProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$TaskProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectorOperator` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connector-operator` |
| `destinationField` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination-field` |
| `sourceFields` | java.util.List | [[cdk.support/lookup-entry]] | `:source-fields` |
| `taskProperties` | java.util.List | [[cdk.support/lookup-entry]] | `:task-properties` |
| `taskType` | java.lang.String | [[cdk.support/lookup-entry]] | `:task-type` |
sourceraw docstring

build-cfn-integration-trigger-config-property-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
triggerPropertiessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trigger-properties
triggerTypejava.lang.Stringcdk.support/lookup-entry:trigger-type
The build-cfn-integration-trigger-config-property-builder function updates a CfnIntegration$TriggerConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$TriggerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `triggerProperties` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trigger-properties` |
| `triggerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:trigger-type` |
sourceraw docstring

build-cfn-integration-trigger-properties-property-builderclj

(build-cfn-integration-trigger-properties-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
scheduledsoftware.amazon.awscdk.services.customerprofiles.CfnIntegration$ScheduledTriggerPropertiesPropertycdk.support/lookup-entry:scheduled
The build-cfn-integration-trigger-properties-property-builder function updates a CfnIntegration$TriggerPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$TriggerPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `scheduled` | software.amazon.awscdk.services.customerprofiles.CfnIntegration$ScheduledTriggerPropertiesProperty | [[cdk.support/lookup-entry]] | `:scheduled` |
sourceraw docstring

build-cfn-integration-zendesk-source-properties-property-builderclj

(build-cfn-integration-zendesk-source-properties-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-integration-zendesk-source-properties-property-builder function updates a CfnIntegration$ZendeskSourcePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$ZendeskSourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
objectjava.lang.Stringcdk.support/lookup-entry:object
The build-cfn-integration-zendesk-source-properties-property-builder function updates a CfnIntegration$ZendeskSourcePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnIntegration$ZendeskSourcePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-object-type-builderclj

(build-cfn-object-type-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
allowProfileCreationjava.lang.Booleancdk.support/lookup-entry:allow-profile-creation
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
encryptionKeyjava.lang.Stringcdk.support/lookup-entry:encryption-key
expirationDaysjava.lang.Numbercdk.support/lookup-entry:expiration-days
fieldssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:fields
keysjava.util.Listcdk.support/lookup-entry:keys
objectTypeNamejava.lang.Stringcdk.support/lookup-entry:object-type-name
sourceLastUpdatedTimestampFormatjava.lang.Stringcdk.support/lookup-entry:source-last-updated-timestamp-format
tagsjava.util.Listcdk.support/lookup-entry:tags
templateIdjava.lang.Stringcdk.support/lookup-entry:template-id
The build-cfn-object-type-builder function updates a CfnObjectType$Builder instance using the provided configuration.
  The function takes the CfnObjectType$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowProfileCreation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-profile-creation` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `encryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `expirationDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:expiration-days` |
| `fields` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fields` |
| `keys` | java.util.List | [[cdk.support/lookup-entry]] | `:keys` |
| `objectTypeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-type-name` |
| `sourceLastUpdatedTimestampFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-last-updated-timestamp-format` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `templateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-id` |
sourceraw docstring

build-cfn-object-type-field-map-property-builderclj

(build-cfn-object-type-field-map-property-builder builder id config)

The build-cfn-object-type-field-map-property-builder function updates a CfnObjectType$FieldMapProperty$Builder instance using the provided configuration. The function takes the CfnObjectType$FieldMapProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
objectTypeFieldsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:object-type-field
The build-cfn-object-type-field-map-property-builder function updates a CfnObjectType$FieldMapProperty$Builder instance using the provided configuration.
  The function takes the CfnObjectType$FieldMapProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `objectTypeField` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:object-type-field` |
sourceraw docstring

build-cfn-object-type-key-map-property-builderclj

(build-cfn-object-type-key-map-property-builder builder id config)

The build-cfn-object-type-key-map-property-builder function updates a CfnObjectType$KeyMapProperty$Builder instance using the provided configuration. The function takes the CfnObjectType$KeyMapProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
objectTypeKeyListsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:object-type-key-list
The build-cfn-object-type-key-map-property-builder function updates a CfnObjectType$KeyMapProperty$Builder instance using the provided configuration.
  The function takes the CfnObjectType$KeyMapProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `objectTypeKeyList` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:object-type-key-list` |
sourceraw docstring

build-cfn-object-type-object-type-field-property-builderclj

(build-cfn-object-type-object-type-field-property-builder builder id config)

The build-cfn-object-type-object-type-field-property-builder function updates a CfnObjectType$ObjectTypeFieldProperty$Builder instance using the provided configuration. The function takes the CfnObjectType$ObjectTypeFieldProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
sourcejava.lang.Stringcdk.support/lookup-entry:source
targetjava.lang.Stringcdk.support/lookup-entry:target
The build-cfn-object-type-object-type-field-property-builder function updates a CfnObjectType$ObjectTypeFieldProperty$Builder instance using the provided configuration.
  The function takes the CfnObjectType$ObjectTypeFieldProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
| `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-object-type-object-type-key-property-builderclj

(build-cfn-object-type-object-type-key-property-builder builder id config)

The build-cfn-object-type-object-type-key-property-builder function updates a CfnObjectType$ObjectTypeKeyProperty$Builder instance using the provided configuration. The function takes the CfnObjectType$ObjectTypeKeyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
fieldNamesjava.util.Listcdk.support/lookup-entry:field-names
standardIdentifiersjava.util.Listcdk.support/lookup-entry:standard-identifiers
The build-cfn-object-type-object-type-key-property-builder function updates a CfnObjectType$ObjectTypeKeyProperty$Builder instance using the provided configuration.
  The function takes the CfnObjectType$ObjectTypeKeyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `fieldNames` | java.util.List | [[cdk.support/lookup-entry]] | `:field-names` |
| `standardIdentifiers` | java.util.List | [[cdk.support/lookup-entry]] | `:standard-identifiers` |
sourceraw docstring

build-cfn-object-type-props-builderclj

(build-cfn-object-type-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
allowProfileCreationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-profile-creation
descriptionjava.lang.Stringcdk.support/lookup-entry:description
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
encryptionKeyjava.lang.Stringcdk.support/lookup-entry:encryption-key
expirationDaysjava.lang.Numbercdk.support/lookup-entry:expiration-days
fieldsjava.util.Listcdk.support/lookup-entry:fields
keysjava.util.Listcdk.support/lookup-entry:keys
objectTypeNamejava.lang.Stringcdk.support/lookup-entry:object-type-name
sourceLastUpdatedTimestampFormatjava.lang.Stringcdk.support/lookup-entry:source-last-updated-timestamp-format
tagsjava.util.Listcdk.support/lookup-entry:tags
templateIdjava.lang.Stringcdk.support/lookup-entry:template-id
The build-cfn-object-type-props-builder function updates a CfnObjectTypeProps$Builder instance using the provided configuration.
  The function takes the CfnObjectTypeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowProfileCreation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-profile-creation` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `encryptionKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:encryption-key` |
| `expirationDays` | java.lang.Number | [[cdk.support/lookup-entry]] | `:expiration-days` |
| `fields` | java.util.List | [[cdk.support/lookup-entry]] | `:fields` |
| `keys` | java.util.List | [[cdk.support/lookup-entry]] | `:keys` |
| `objectTypeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-type-name` |
| `sourceLastUpdatedTimestampFormat` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-last-updated-timestamp-format` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `templateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-id` |
sourceraw docstring

cfn-calculated-attribute-definition-attribute-details-property-builderclj

(cfn-calculated-attribute-definition-attribute-details-property-builder id
                                                                        config)

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

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

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

cfn-calculated-attribute-definition-attribute-item-property-builderclj

(cfn-calculated-attribute-definition-attribute-item-property-builder id config)

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

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

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

cfn-calculated-attribute-definition-builderclj

(cfn-calculated-attribute-definition-builder scope id config)

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

cfn-calculated-attribute-definition-conditions-property-builderclj

(cfn-calculated-attribute-definition-conditions-property-builder id config)

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

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

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

cfn-calculated-attribute-definition-props-builderclj

(cfn-calculated-attribute-definition-props-builder id config)

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

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

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

cfn-calculated-attribute-definition-range-property-builderclj

(cfn-calculated-attribute-definition-range-property-builder id config)

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

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

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

cfn-calculated-attribute-definition-threshold-property-builderclj

(cfn-calculated-attribute-definition-threshold-property-builder id config)

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

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

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

cfn-domain-attribute-types-selector-property-builderclj

(cfn-domain-attribute-types-selector-property-builder id config)

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

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

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

cfn-domain-auto-merging-property-builderclj

(cfn-domain-auto-merging-property-builder id config)

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

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

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

cfn-domain-builderclj

(cfn-domain-builder scope id config)

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

cfn-domain-conflict-resolution-property-builderclj

(cfn-domain-conflict-resolution-property-builder id config)

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

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

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

cfn-domain-consolidation-property-builderclj

(cfn-domain-consolidation-property-builder id config)

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

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

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

cfn-domain-domain-stats-property-builderclj

(cfn-domain-domain-stats-property-builder id config)

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

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

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

cfn-domain-exporting-config-property-builderclj

(cfn-domain-exporting-config-property-builder id config)

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

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

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

cfn-domain-job-schedule-property-builderclj

(cfn-domain-job-schedule-property-builder id config)

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

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

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

cfn-domain-matching-property-builderclj

(cfn-domain-matching-property-builder id config)

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

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

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

cfn-domain-matching-rule-property-builderclj

(cfn-domain-matching-rule-property-builder id config)

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

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

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

cfn-domain-props-builderclj

(cfn-domain-props-builder id config)

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

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

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

cfn-domain-rule-based-matching-property-builderclj

(cfn-domain-rule-based-matching-property-builder id config)

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

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

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

cfn-domain-s3-exporting-config-property-builderclj

(cfn-domain-s3-exporting-config-property-builder id config)

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

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

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

cfn-event-stream-builderclj

(cfn-event-stream-builder scope id config)

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

cfn-event-stream-destination-details-property-builderclj

(cfn-event-stream-destination-details-property-builder id config)

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

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

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

cfn-event-stream-props-builderclj

(cfn-event-stream-props-builder id config)

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

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

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

cfn-integration-builderclj

(cfn-integration-builder scope id config)

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

cfn-integration-connector-operator-property-builderclj

(cfn-integration-connector-operator-property-builder id config)

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

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

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

cfn-integration-flow-definition-property-builderclj

(cfn-integration-flow-definition-property-builder id config)

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

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

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

cfn-integration-incremental-pull-config-property-builderclj

(cfn-integration-incremental-pull-config-property-builder id config)

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

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

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

cfn-integration-marketo-source-properties-property-builderclj

(cfn-integration-marketo-source-properties-property-builder id config)

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

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

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

cfn-integration-object-type-mapping-property-builderclj

(cfn-integration-object-type-mapping-property-builder id config)

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

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

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

cfn-integration-props-builderclj

(cfn-integration-props-builder id config)

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

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

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

cfn-integration-s3-source-properties-property-builderclj

(cfn-integration-s3-source-properties-property-builder id config)

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

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

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

cfn-integration-salesforce-source-properties-property-builderclj

(cfn-integration-salesforce-source-properties-property-builder id config)

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

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

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

cfn-integration-scheduled-trigger-properties-property-builderclj

(cfn-integration-scheduled-trigger-properties-property-builder id config)

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

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

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

cfn-integration-service-now-source-properties-property-builderclj

(cfn-integration-service-now-source-properties-property-builder id config)

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

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

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

cfn-integration-source-connector-properties-property-builderclj

(cfn-integration-source-connector-properties-property-builder id config)

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

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

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

cfn-integration-source-flow-config-property-builderclj

(cfn-integration-source-flow-config-property-builder id config)

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

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

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

cfn-integration-task-properties-map-property-builderclj

(cfn-integration-task-properties-map-property-builder id config)

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

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

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

cfn-integration-task-property-builderclj

(cfn-integration-task-property-builder id config)

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

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

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

cfn-integration-trigger-config-property-builderclj

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

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

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

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

cfn-integration-trigger-properties-property-builderclj

(cfn-integration-trigger-properties-property-builder id config)

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

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

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

cfn-integration-zendesk-source-properties-property-builderclj

(cfn-integration-zendesk-source-properties-property-builder id config)

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

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

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

cfn-object-type-builderclj

(cfn-object-type-builder scope id config)

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

cfn-object-type-field-map-property-builderclj

(cfn-object-type-field-map-property-builder id config)

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

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

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

cfn-object-type-key-map-property-builderclj

(cfn-object-type-key-map-property-builder id config)

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

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

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

cfn-object-type-object-type-field-property-builderclj

(cfn-object-type-object-type-field-property-builder id config)

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

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

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

cfn-object-type-object-type-key-property-builderclj

(cfn-object-type-object-type-key-property-builder id config)

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

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

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

cfn-object-type-props-builderclj

(cfn-object-type-props-builder id config)

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

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

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

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

× close