Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.cleanrooms

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

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

build-cfn-analysis-template-analysis-parameter-property-builderclj

(build-cfn-analysis-template-analysis-parameter-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-analysis-template-analysis-parameter-property-builder function updates a CfnAnalysisTemplate$AnalysisParameterProperty$Builder instance using the provided configuration. The function takes the CfnAnalysisTemplate$AnalysisParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
defaultValuejava.lang.Stringcdk.support/lookup-entry:default-value
namejava.lang.Stringcdk.support/lookup-entry:name
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-analysis-template-analysis-parameter-property-builder function updates a CfnAnalysisTemplate$AnalysisParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnAnalysisTemplate$AnalysisParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-analysis-template-analysis-schema-property-builderclj

(build-cfn-analysis-template-analysis-schema-property-builder builder id config)

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

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
referencedTablesjava.util.Listcdk.support/lookup-entry:referenced-tables
The build-cfn-analysis-template-analysis-schema-property-builder function updates a CfnAnalysisTemplate$AnalysisSchemaProperty$Builder instance using the provided configuration.
  The function takes the CfnAnalysisTemplate$AnalysisSchemaProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-analysis-template-analysis-source-property-builderclj

(build-cfn-analysis-template-analysis-source-property-builder builder id config)

The build-cfn-analysis-template-analysis-source-property-builder function updates a CfnAnalysisTemplate$AnalysisSourceProperty$Builder instance using the provided configuration. The function takes the CfnAnalysisTemplate$AnalysisSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
textjava.lang.Stringcdk.support/lookup-entry:text
The build-cfn-analysis-template-analysis-source-property-builder function updates a CfnAnalysisTemplate$AnalysisSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnAnalysisTemplate$AnalysisSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-analysis-template-builderclj

(build-cfn-analysis-template-builder builder id config)

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

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
analysisParametersjava.util.Listcdk.support/lookup-entry:analysis-parameters
descriptionjava.lang.Stringcdk.support/lookup-entry:description
formatjava.lang.Stringcdk.support/lookup-entry:format
membershipIdentifierjava.lang.Stringcdk.support/lookup-entry:membership-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
sourcesoftware.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate$AnalysisSourcePropertycdk.support/lookup-entry:source
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-analysis-template-builder function updates a CfnAnalysisTemplate$Builder instance using the provided configuration.
  The function takes the CfnAnalysisTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `analysisParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:analysis-parameters` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
| `membershipIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:membership-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `source` | software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate$AnalysisSourceProperty | [[cdk.support/lookup-entry]] | `:source` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-analysis-template-props-builderclj

(build-cfn-analysis-template-props-builder builder id config)

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

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
analysisParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:analysis-parameters
descriptionjava.lang.Stringcdk.support/lookup-entry:description
formatjava.lang.Stringcdk.support/lookup-entry:format
membershipIdentifierjava.lang.Stringcdk.support/lookup-entry:membership-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
sourcesoftware.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate$AnalysisSourcePropertycdk.support/lookup-entry:source
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-analysis-template-props-builder function updates a CfnAnalysisTemplateProps$Builder instance using the provided configuration.
  The function takes the CfnAnalysisTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `analysisParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:analysis-parameters` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
| `membershipIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:membership-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `source` | software.amazon.awscdk.services.cleanrooms.CfnAnalysisTemplate$AnalysisSourceProperty | [[cdk.support/lookup-entry]] | `:source` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-collaboration-builderclj

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

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

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
creatorDisplayNamejava.lang.Stringcdk.support/lookup-entry:creator-display-name
creatorMemberAbilitiesjava.util.Listcdk.support/lookup-entry:creator-member-abilities
creatorPaymentConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:creator-payment-configuration
dataEncryptionMetadatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-encryption-metadata
descriptionjava.lang.Stringcdk.support/lookup-entry:description
membersjava.util.Listcdk.support/lookup-entry:members
namejava.lang.Stringcdk.support/lookup-entry:name
queryLogStatusjava.lang.Stringcdk.support/lookup-entry:query-log-status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-collaboration-builder function updates a CfnCollaboration$Builder instance using the provided configuration.
  The function takes the CfnCollaboration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `creatorDisplayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:creator-display-name` |
| `creatorMemberAbilities` | java.util.List | [[cdk.support/lookup-entry]] | `:creator-member-abilities` |
| `creatorPaymentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:creator-payment-configuration` |
| `dataEncryptionMetadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-encryption-metadata` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `members` | java.util.List | [[cdk.support/lookup-entry]] | `:members` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `queryLogStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-log-status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-collaboration-data-encryption-metadata-property-builderclj

(build-cfn-collaboration-data-encryption-metadata-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-collaboration-data-encryption-metadata-property-builder function updates a CfnCollaboration$DataEncryptionMetadataProperty$Builder instance using the provided configuration. The function takes the CfnCollaboration$DataEncryptionMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowCleartextjava.lang.Booleancdk.support/lookup-entry:allow-cleartext
allowDuplicatesjava.lang.Booleancdk.support/lookup-entry:allow-duplicates
allowJoinsOnColumnsWithDifferentNamessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allow-joins-on-columns-with-different-names
preserveNullssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:preserve-nulls
The build-cfn-collaboration-data-encryption-metadata-property-builder function updates a CfnCollaboration$DataEncryptionMetadataProperty$Builder instance using the provided configuration.
  The function takes the CfnCollaboration$DataEncryptionMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowCleartext` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-cleartext` |
| `allowDuplicates` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-duplicates` |
| `allowJoinsOnColumnsWithDifferentNames` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allow-joins-on-columns-with-different-names` |
| `preserveNulls` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:preserve-nulls` |
sourceraw docstring

build-cfn-collaboration-member-specification-property-builderclj

(build-cfn-collaboration-member-specification-property-builder builder
                                                               id
                                                               config)

The build-cfn-collaboration-member-specification-property-builder function updates a CfnCollaboration$MemberSpecificationProperty$Builder instance using the provided configuration. The function takes the CfnCollaboration$MemberSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
accountIdjava.lang.Stringcdk.support/lookup-entry:account-id
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
memberAbilitiesjava.util.Listcdk.support/lookup-entry:member-abilities
paymentConfigurationsoftware.amazon.awscdk.services.cleanrooms.CfnCollaboration$PaymentConfigurationPropertycdk.support/lookup-entry:payment-configuration
The build-cfn-collaboration-member-specification-property-builder function updates a CfnCollaboration$MemberSpecificationProperty$Builder instance using the provided configuration.
  The function takes the CfnCollaboration$MemberSpecificationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accountId` | java.lang.String | [[cdk.support/lookup-entry]] | `:account-id` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `memberAbilities` | java.util.List | [[cdk.support/lookup-entry]] | `:member-abilities` |
| `paymentConfiguration` | software.amazon.awscdk.services.cleanrooms.CfnCollaboration$PaymentConfigurationProperty | [[cdk.support/lookup-entry]] | `:payment-configuration` |
sourceraw docstring

build-cfn-collaboration-payment-configuration-property-builderclj

(build-cfn-collaboration-payment-configuration-property-builder builder
                                                                id
                                                                config)

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

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
queryComputesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:query-compute
The build-cfn-collaboration-payment-configuration-property-builder function updates a CfnCollaboration$PaymentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnCollaboration$PaymentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-collaboration-props-builderclj

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

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

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
creatorDisplayNamejava.lang.Stringcdk.support/lookup-entry:creator-display-name
creatorMemberAbilitiesjava.util.Listcdk.support/lookup-entry:creator-member-abilities
creatorPaymentConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:creator-payment-configuration
dataEncryptionMetadatasoftware.amazon.awscdk.services.cleanrooms.CfnCollaboration$DataEncryptionMetadataPropertycdk.support/lookup-entry:data-encryption-metadata
descriptionjava.lang.Stringcdk.support/lookup-entry:description
membersjava.util.Listcdk.support/lookup-entry:members
namejava.lang.Stringcdk.support/lookup-entry:name
queryLogStatusjava.lang.Stringcdk.support/lookup-entry:query-log-status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-collaboration-props-builder function updates a CfnCollaborationProps$Builder instance using the provided configuration.
  The function takes the CfnCollaborationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `creatorDisplayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:creator-display-name` |
| `creatorMemberAbilities` | java.util.List | [[cdk.support/lookup-entry]] | `:creator-member-abilities` |
| `creatorPaymentConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:creator-payment-configuration` |
| `dataEncryptionMetadata` | software.amazon.awscdk.services.cleanrooms.CfnCollaboration$DataEncryptionMetadataProperty | [[cdk.support/lookup-entry]] | `:data-encryption-metadata` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `members` | java.util.List | [[cdk.support/lookup-entry]] | `:members` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `queryLogStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-log-status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-collaboration-query-compute-payment-config-property-builderclj

(build-cfn-collaboration-query-compute-payment-config-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-collaboration-query-compute-payment-config-property-builder function updates a CfnCollaboration$QueryComputePaymentConfigProperty$Builder instance using the provided configuration. The function takes the CfnCollaboration$QueryComputePaymentConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
isResponsiblesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:is-responsible
The build-cfn-collaboration-query-compute-payment-config-property-builder function updates a CfnCollaboration$QueryComputePaymentConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnCollaboration$QueryComputePaymentConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-configured-table-aggregate-column-property-builderclj

(build-cfn-configured-table-aggregate-column-property-builder builder id config)

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

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
columnNamesjava.util.Listcdk.support/lookup-entry:column-names
functionjava.lang.Stringcdk.support/lookup-entry:function
The build-cfn-configured-table-aggregate-column-property-builder function updates a CfnConfiguredTable$AggregateColumnProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$AggregateColumnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `columnNames` | java.util.List | [[cdk.support/lookup-entry]] | `:column-names` |
| `function` | java.lang.String | [[cdk.support/lookup-entry]] | `:function` |
sourceraw docstring

build-cfn-configured-table-aggregation-constraint-property-builderclj

(build-cfn-configured-table-aggregation-constraint-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-configured-table-aggregation-constraint-property-builder function updates a CfnConfiguredTable$AggregationConstraintProperty$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$AggregationConstraintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
columnNamejava.lang.Stringcdk.support/lookup-entry:column-name
minimumjava.lang.Numbercdk.support/lookup-entry:minimum
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-configured-table-aggregation-constraint-property-builder function updates a CfnConfiguredTable$AggregationConstraintProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$AggregationConstraintProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `columnName` | java.lang.String | [[cdk.support/lookup-entry]] | `:column-name` |
| `minimum` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-configured-table-analysis-rule-aggregation-property-builderclj

(build-cfn-configured-table-analysis-rule-aggregation-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-configured-table-analysis-rule-aggregation-property-builder function updates a CfnConfiguredTable$AnalysisRuleAggregationProperty$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$AnalysisRuleAggregationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
aggregateColumnsjava.util.Listcdk.support/lookup-entry:aggregate-columns
allowedJoinOperatorsjava.util.Listcdk.support/lookup-entry:allowed-join-operators
dimensionColumnsjava.util.Listcdk.support/lookup-entry:dimension-columns
joinColumnsjava.util.Listcdk.support/lookup-entry:join-columns
joinRequiredjava.lang.Stringcdk.support/lookup-entry:join-required
outputConstraintssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:output-constraints
scalarFunctionsjava.util.Listcdk.support/lookup-entry:scalar-functions
The build-cfn-configured-table-analysis-rule-aggregation-property-builder function updates a CfnConfiguredTable$AnalysisRuleAggregationProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$AnalysisRuleAggregationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `aggregateColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:aggregate-columns` |
| `allowedJoinOperators` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-join-operators` |
| `dimensionColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:dimension-columns` |
| `joinColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:join-columns` |
| `joinRequired` | java.lang.String | [[cdk.support/lookup-entry]] | `:join-required` |
| `outputConstraints` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:output-constraints` |
| `scalarFunctions` | java.util.List | [[cdk.support/lookup-entry]] | `:scalar-functions` |
sourceraw docstring

build-cfn-configured-table-analysis-rule-custom-property-builderclj

(build-cfn-configured-table-analysis-rule-custom-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-configured-table-analysis-rule-custom-property-builder function updates a CfnConfiguredTable$AnalysisRuleCustomProperty$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$AnalysisRuleCustomProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowedAnalysesjava.util.Listcdk.support/lookup-entry:allowed-analyses
allowedAnalysisProvidersjava.util.Listcdk.support/lookup-entry:allowed-analysis-providers
differentialPrivacysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:differential-privacy
The build-cfn-configured-table-analysis-rule-custom-property-builder function updates a CfnConfiguredTable$AnalysisRuleCustomProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$AnalysisRuleCustomProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedAnalyses` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-analyses` |
| `allowedAnalysisProviders` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-analysis-providers` |
| `differentialPrivacy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:differential-privacy` |
sourceraw docstring

build-cfn-configured-table-analysis-rule-list-property-builderclj

(build-cfn-configured-table-analysis-rule-list-property-builder builder
                                                                id
                                                                config)

The build-cfn-configured-table-analysis-rule-list-property-builder function updates a CfnConfiguredTable$AnalysisRuleListProperty$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$AnalysisRuleListProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
allowedJoinOperatorsjava.util.Listcdk.support/lookup-entry:allowed-join-operators
joinColumnsjava.util.Listcdk.support/lookup-entry:join-columns
listColumnsjava.util.Listcdk.support/lookup-entry:list-columns
The build-cfn-configured-table-analysis-rule-list-property-builder function updates a CfnConfiguredTable$AnalysisRuleListProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$AnalysisRuleListProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedJoinOperators` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-join-operators` |
| `joinColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:join-columns` |
| `listColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:list-columns` |
sourceraw docstring

build-cfn-configured-table-analysis-rule-property-builderclj

(build-cfn-configured-table-analysis-rule-property-builder builder id config)

The build-cfn-configured-table-analysis-rule-property-builder function updates a CfnConfiguredTable$AnalysisRuleProperty$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$AnalysisRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
policysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:policy
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-configured-table-analysis-rule-property-builder function updates a CfnConfiguredTable$AnalysisRuleProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$AnalysisRuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-configured-table-association-builderclj

(build-cfn-configured-table-association-builder builder id config)

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

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
configuredTableIdentifierjava.lang.Stringcdk.support/lookup-entry:configured-table-identifier
descriptionjava.lang.Stringcdk.support/lookup-entry:description
membershipIdentifierjava.lang.Stringcdk.support/lookup-entry:membership-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-configured-table-association-builder function updates a CfnConfiguredTableAssociation$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTableAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configuredTableIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:configured-table-identifier` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `membershipIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:membership-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-configured-table-association-props-builderclj

(build-cfn-configured-table-association-props-builder builder id config)

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

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
configuredTableIdentifierjava.lang.Stringcdk.support/lookup-entry:configured-table-identifier
descriptionjava.lang.Stringcdk.support/lookup-entry:description
membershipIdentifierjava.lang.Stringcdk.support/lookup-entry:membership-identifier
namejava.lang.Stringcdk.support/lookup-entry:name
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-configured-table-association-props-builder function updates a CfnConfiguredTableAssociationProps$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTableAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configuredTableIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:configured-table-identifier` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `membershipIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:membership-identifier` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-configured-table-builderclj

(build-cfn-configured-table-builder builder id config)

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

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
allowedColumnsjava.util.Listcdk.support/lookup-entry:allowed-columns
analysisMethodjava.lang.Stringcdk.support/lookup-entry:analysis-method
analysisRulesjava.util.Listcdk.support/lookup-entry:analysis-rules
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
tableReferencesoftware.amazon.awscdk.services.cleanrooms.CfnConfiguredTable$TableReferencePropertycdk.support/lookup-entry:table-reference
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-configured-table-builder function updates a CfnConfiguredTable$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-columns` |
| `analysisMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:analysis-method` |
| `analysisRules` | java.util.List | [[cdk.support/lookup-entry]] | `:analysis-rules` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tableReference` | software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable$TableReferenceProperty | [[cdk.support/lookup-entry]] | `:table-reference` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-configured-table-configured-table-analysis-rule-policy-property-builderclj

(build-cfn-configured-table-configured-table-analysis-rule-policy-property-builder
  builder
  id
  config)

The build-cfn-configured-table-configured-table-analysis-rule-policy-property-builder function updates a CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyProperty$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
v1software.amazon.awscdk.IResolvablecdk.support/lookup-entry:v1
The build-cfn-configured-table-configured-table-analysis-rule-policy-property-builder function updates a CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-configured-table-configured-table-analysis-rule-policy-v1-property-builderclj

(build-cfn-configured-table-configured-table-analysis-rule-policy-v1-property-builder
  builder
  id
  config)

The build-cfn-configured-table-configured-table-analysis-rule-policy-v1-property-builder function updates a CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyV1Property$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyV1Property$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
aggregationsoftware.amazon.awscdk.services.cleanrooms.CfnConfiguredTable$AnalysisRuleAggregationPropertycdk.support/lookup-entry:aggregation
customsoftware.amazon.awscdk.services.cleanrooms.CfnConfiguredTable$AnalysisRuleCustomPropertycdk.support/lookup-entry:custom
listsoftware.amazon.awscdk.services.cleanrooms.CfnConfiguredTable$AnalysisRuleListPropertycdk.support/lookup-entry:list
The build-cfn-configured-table-configured-table-analysis-rule-policy-v1-property-builder function updates a CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyV1Property$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyV1Property$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `aggregation` | software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable$AnalysisRuleAggregationProperty | [[cdk.support/lookup-entry]] | `:aggregation` |
| `custom` | software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable$AnalysisRuleCustomProperty | [[cdk.support/lookup-entry]] | `:custom` |
| `list` | software.amazon.awscdk.services.cleanrooms.CfnConfiguredTable$AnalysisRuleListProperty | [[cdk.support/lookup-entry]] | `:list` |
sourceraw docstring

build-cfn-configured-table-differential-privacy-column-property-builderclj

(build-cfn-configured-table-differential-privacy-column-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-configured-table-differential-privacy-column-property-builder function updates a CfnConfiguredTable$DifferentialPrivacyColumnProperty$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$DifferentialPrivacyColumnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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-configured-table-differential-privacy-column-property-builder function updates a CfnConfiguredTable$DifferentialPrivacyColumnProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$DifferentialPrivacyColumnProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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-configured-table-differential-privacy-property-builderclj

(build-cfn-configured-table-differential-privacy-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-configured-table-differential-privacy-property-builder function updates a CfnConfiguredTable$DifferentialPrivacyProperty$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$DifferentialPrivacyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

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

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

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

build-cfn-configured-table-glue-table-reference-property-builderclj

(build-cfn-configured-table-glue-table-reference-property-builder builder
                                                                  id
                                                                  config)

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

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

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

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

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

build-cfn-configured-table-props-builderclj

(build-cfn-configured-table-props-builder builder id config)

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

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
allowedColumnsjava.util.Listcdk.support/lookup-entry:allowed-columns
analysisMethodjava.lang.Stringcdk.support/lookup-entry:analysis-method
analysisRulessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:analysis-rules
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
tableReferencesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:table-reference
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-configured-table-props-builder function updates a CfnConfiguredTableProps$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTableProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedColumns` | java.util.List | [[cdk.support/lookup-entry]] | `:allowed-columns` |
| `analysisMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:analysis-method` |
| `analysisRules` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:analysis-rules` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tableReference` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:table-reference` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-configured-table-table-reference-property-builderclj

(build-cfn-configured-table-table-reference-property-builder builder id config)

The build-cfn-configured-table-table-reference-property-builder function updates a CfnConfiguredTable$TableReferenceProperty$Builder instance using the provided configuration. The function takes the CfnConfiguredTable$TableReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
gluesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:glue
The build-cfn-configured-table-table-reference-property-builder function updates a CfnConfiguredTable$TableReferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnConfiguredTable$TableReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-membership-builderclj

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

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

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
collaborationIdentifierjava.lang.Stringcdk.support/lookup-entry:collaboration-identifier
defaultResultConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-result-configuration
paymentConfigurationsoftware.amazon.awscdk.services.cleanrooms.CfnMembership$MembershipPaymentConfigurationPropertycdk.support/lookup-entry:payment-configuration
queryLogStatusjava.lang.Stringcdk.support/lookup-entry:query-log-status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-membership-builder function updates a CfnMembership$Builder instance using the provided configuration.
  The function takes the CfnMembership$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `collaborationIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:collaboration-identifier` |
| `defaultResultConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-result-configuration` |
| `paymentConfiguration` | software.amazon.awscdk.services.cleanrooms.CfnMembership$MembershipPaymentConfigurationProperty | [[cdk.support/lookup-entry]] | `:payment-configuration` |
| `queryLogStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-log-status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-membership-membership-payment-configuration-property-builderclj

(build-cfn-membership-membership-payment-configuration-property-builder builder
                                                                        id
                                                                        config)

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

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
queryComputesoftware.amazon.awscdk.services.cleanrooms.CfnMembership$MembershipQueryComputePaymentConfigPropertycdk.support/lookup-entry:query-compute
The build-cfn-membership-membership-payment-configuration-property-builder function updates a CfnMembership$MembershipPaymentConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnMembership$MembershipPaymentConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `queryCompute` | software.amazon.awscdk.services.cleanrooms.CfnMembership$MembershipQueryComputePaymentConfigProperty | [[cdk.support/lookup-entry]] | `:query-compute` |
sourceraw docstring

build-cfn-membership-membership-protected-query-output-configuration-property-builderclj

(build-cfn-membership-membership-protected-query-output-configuration-property-builder
  builder
  id
  config)

The build-cfn-membership-membership-protected-query-output-configuration-property-builder function updates a CfnMembership$MembershipProtectedQueryOutputConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnMembership$MembershipProtectedQueryOutputConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
s3software.amazon.awscdk.services.cleanrooms.CfnMembership$ProtectedQueryS3OutputConfigurationPropertycdk.support/lookup-entry:s3
The build-cfn-membership-membership-protected-query-output-configuration-property-builder function updates a CfnMembership$MembershipProtectedQueryOutputConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnMembership$MembershipProtectedQueryOutputConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `s3` | software.amazon.awscdk.services.cleanrooms.CfnMembership$ProtectedQueryS3OutputConfigurationProperty | [[cdk.support/lookup-entry]] | `:s3` |
sourceraw docstring

build-cfn-membership-membership-protected-query-result-configuration-property-builderclj

(build-cfn-membership-membership-protected-query-result-configuration-property-builder
  builder
  id
  config)

The build-cfn-membership-membership-protected-query-result-configuration-property-builder function updates a CfnMembership$MembershipProtectedQueryResultConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnMembership$MembershipProtectedQueryResultConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
outputConfigurationsoftware.amazon.awscdk.services.cleanrooms.CfnMembership$MembershipProtectedQueryOutputConfigurationPropertycdk.support/lookup-entry:output-configuration
roleArnjava.lang.Stringcdk.support/lookup-entry:role-arn
The build-cfn-membership-membership-protected-query-result-configuration-property-builder function updates a CfnMembership$MembershipProtectedQueryResultConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnMembership$MembershipProtectedQueryResultConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `outputConfiguration` | software.amazon.awscdk.services.cleanrooms.CfnMembership$MembershipProtectedQueryOutputConfigurationProperty | [[cdk.support/lookup-entry]] | `:output-configuration` |
| `roleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:role-arn` |
sourceraw docstring

build-cfn-membership-membership-query-compute-payment-config-property-builderclj

(build-cfn-membership-membership-query-compute-payment-config-property-builder
  builder
  id
  config)

The build-cfn-membership-membership-query-compute-payment-config-property-builder function updates a CfnMembership$MembershipQueryComputePaymentConfigProperty$Builder instance using the provided configuration. The function takes the CfnMembership$MembershipQueryComputePaymentConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
isResponsiblejava.lang.Booleancdk.support/lookup-entry:is-responsible
The build-cfn-membership-membership-query-compute-payment-config-property-builder function updates a CfnMembership$MembershipQueryComputePaymentConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnMembership$MembershipQueryComputePaymentConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `isResponsible` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:is-responsible` |
sourceraw docstring

build-cfn-membership-props-builderclj

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

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

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
collaborationIdentifierjava.lang.Stringcdk.support/lookup-entry:collaboration-identifier
defaultResultConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:default-result-configuration
paymentConfigurationsoftware.amazon.awscdk.services.cleanrooms.CfnMembership$MembershipPaymentConfigurationPropertycdk.support/lookup-entry:payment-configuration
queryLogStatusjava.lang.Stringcdk.support/lookup-entry:query-log-status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-membership-props-builder function updates a CfnMembershipProps$Builder instance using the provided configuration.
  The function takes the CfnMembershipProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `collaborationIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:collaboration-identifier` |
| `defaultResultConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-result-configuration` |
| `paymentConfiguration` | software.amazon.awscdk.services.cleanrooms.CfnMembership$MembershipPaymentConfigurationProperty | [[cdk.support/lookup-entry]] | `:payment-configuration` |
| `queryLogStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:query-log-status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-membership-protected-query-s3-output-configuration-property-builderclj

(build-cfn-membership-protected-query-s3-output-configuration-property-builder
  builder
  id
  config)

The build-cfn-membership-protected-query-s3-output-configuration-property-builder function updates a CfnMembership$ProtectedQueryS3OutputConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnMembership$ProtectedQueryS3OutputConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyPrefixjava.lang.Stringcdk.support/lookup-entry:key-prefix
resultFormatjava.lang.Stringcdk.support/lookup-entry:result-format
The build-cfn-membership-protected-query-s3-output-configuration-property-builder function updates a CfnMembership$ProtectedQueryS3OutputConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnMembership$ProtectedQueryS3OutputConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-privacy-budget-template-builderclj

(build-cfn-privacy-budget-template-builder builder id config)

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

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
autoRefreshjava.lang.Stringcdk.support/lookup-entry:auto-refresh
membershipIdentifierjava.lang.Stringcdk.support/lookup-entry:membership-identifier
parameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parameters
privacyBudgetTypejava.lang.Stringcdk.support/lookup-entry:privacy-budget-type
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-privacy-budget-template-builder function updates a CfnPrivacyBudgetTemplate$Builder instance using the provided configuration.
  The function takes the CfnPrivacyBudgetTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoRefresh` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-refresh` |
| `membershipIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:membership-identifier` |
| `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` |
| `privacyBudgetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:privacy-budget-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-privacy-budget-template-parameters-property-builderclj

(build-cfn-privacy-budget-template-parameters-property-builder builder
                                                               id
                                                               config)

The build-cfn-privacy-budget-template-parameters-property-builder function updates a CfnPrivacyBudgetTemplate$ParametersProperty$Builder instance using the provided configuration. The function takes the CfnPrivacyBudgetTemplate$ParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
epsilonjava.lang.Numbercdk.support/lookup-entry:epsilon
usersNoisePerQueryjava.lang.Numbercdk.support/lookup-entry:users-noise-per-query
The build-cfn-privacy-budget-template-parameters-property-builder function updates a CfnPrivacyBudgetTemplate$ParametersProperty$Builder instance using the provided configuration.
  The function takes the CfnPrivacyBudgetTemplate$ParametersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `epsilon` | java.lang.Number | [[cdk.support/lookup-entry]] | `:epsilon` |
| `usersNoisePerQuery` | java.lang.Number | [[cdk.support/lookup-entry]] | `:users-noise-per-query` |
sourceraw docstring

build-cfn-privacy-budget-template-props-builderclj

(build-cfn-privacy-budget-template-props-builder builder id config)

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

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
autoRefreshjava.lang.Stringcdk.support/lookup-entry:auto-refresh
membershipIdentifierjava.lang.Stringcdk.support/lookup-entry:membership-identifier
parameterssoftware.amazon.awscdk.services.cleanrooms.CfnPrivacyBudgetTemplate$ParametersPropertycdk.support/lookup-entry:parameters
privacyBudgetTypejava.lang.Stringcdk.support/lookup-entry:privacy-budget-type
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-privacy-budget-template-props-builder function updates a CfnPrivacyBudgetTemplateProps$Builder instance using the provided configuration.
  The function takes the CfnPrivacyBudgetTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoRefresh` | java.lang.String | [[cdk.support/lookup-entry]] | `:auto-refresh` |
| `membershipIdentifier` | java.lang.String | [[cdk.support/lookup-entry]] | `:membership-identifier` |
| `parameters` | software.amazon.awscdk.services.cleanrooms.CfnPrivacyBudgetTemplate$ParametersProperty | [[cdk.support/lookup-entry]] | `:parameters` |
| `privacyBudgetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:privacy-budget-type` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

cfn-analysis-template-analysis-parameter-property-builderclj

(cfn-analysis-template-analysis-parameter-property-builder id config)

Creates a CfnAnalysisTemplate$AnalysisParameterProperty$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  `CfnAnalysisTemplate$AnalysisParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-analysis-template-analysis-schema-property-builderclj

(cfn-analysis-template-analysis-schema-property-builder id config)

Creates a CfnAnalysisTemplate$AnalysisSchemaProperty$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  `CfnAnalysisTemplate$AnalysisSchemaProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-analysis-template-analysis-source-property-builderclj

(cfn-analysis-template-analysis-source-property-builder id config)

Creates a CfnAnalysisTemplate$AnalysisSourceProperty$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  `CfnAnalysisTemplate$AnalysisSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-analysis-template-builderclj

(cfn-analysis-template-builder scope id config)

Creates a CfnAnalysisTemplate$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  `CfnAnalysisTemplate$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-analysis-template-props-builderclj

(cfn-analysis-template-props-builder id config)

Creates a CfnAnalysisTemplateProps$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  `CfnAnalysisTemplateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-collaboration-builderclj

(cfn-collaboration-builder scope id config)

Creates a CfnCollaboration$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  `CfnCollaboration$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-collaboration-data-encryption-metadata-property-builderclj

(cfn-collaboration-data-encryption-metadata-property-builder id config)

Creates a CfnCollaboration$DataEncryptionMetadataProperty$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  `CfnCollaboration$DataEncryptionMetadataProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-collaboration-member-specification-property-builderclj

(cfn-collaboration-member-specification-property-builder id config)

Creates a CfnCollaboration$MemberSpecificationProperty$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  `CfnCollaboration$MemberSpecificationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-collaboration-payment-configuration-property-builderclj

(cfn-collaboration-payment-configuration-property-builder id config)

Creates a CfnCollaboration$PaymentConfigurationProperty$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  `CfnCollaboration$PaymentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-collaboration-props-builderclj

(cfn-collaboration-props-builder id config)

Creates a CfnCollaborationProps$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  `CfnCollaborationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-collaboration-query-compute-payment-config-property-builderclj

(cfn-collaboration-query-compute-payment-config-property-builder id config)

Creates a CfnCollaboration$QueryComputePaymentConfigProperty$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  `CfnCollaboration$QueryComputePaymentConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-aggregate-column-property-builderclj

(cfn-configured-table-aggregate-column-property-builder id config)

Creates a CfnConfiguredTable$AggregateColumnProperty$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  `CfnConfiguredTable$AggregateColumnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-aggregation-constraint-property-builderclj

(cfn-configured-table-aggregation-constraint-property-builder id config)

Creates a CfnConfiguredTable$AggregationConstraintProperty$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  `CfnConfiguredTable$AggregationConstraintProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-analysis-rule-aggregation-property-builderclj

(cfn-configured-table-analysis-rule-aggregation-property-builder id config)

Creates a CfnConfiguredTable$AnalysisRuleAggregationProperty$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  `CfnConfiguredTable$AnalysisRuleAggregationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-analysis-rule-custom-property-builderclj

(cfn-configured-table-analysis-rule-custom-property-builder id config)

Creates a CfnConfiguredTable$AnalysisRuleCustomProperty$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  `CfnConfiguredTable$AnalysisRuleCustomProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-analysis-rule-list-property-builderclj

(cfn-configured-table-analysis-rule-list-property-builder id config)

Creates a CfnConfiguredTable$AnalysisRuleListProperty$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  `CfnConfiguredTable$AnalysisRuleListProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-analysis-rule-property-builderclj

(cfn-configured-table-analysis-rule-property-builder id config)

Creates a CfnConfiguredTable$AnalysisRuleProperty$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  `CfnConfiguredTable$AnalysisRuleProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-association-builderclj

(cfn-configured-table-association-builder scope id config)

Creates a CfnConfiguredTableAssociation$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  `CfnConfiguredTableAssociation$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-configured-table-association-props-builderclj

(cfn-configured-table-association-props-builder id config)

Creates a CfnConfiguredTableAssociationProps$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  `CfnConfiguredTableAssociationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-builderclj

(cfn-configured-table-builder scope id config)

Creates a CfnConfiguredTable$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  `CfnConfiguredTable$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-configured-table-configured-table-analysis-rule-policy-property-builderclj

(cfn-configured-table-configured-table-analysis-rule-policy-property-builder
  id
  config)

Creates a CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyProperty$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  `CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-configured-table-analysis-rule-policy-v1-property-builderclj

(cfn-configured-table-configured-table-analysis-rule-policy-v1-property-builder
  id
  config)

Creates a CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyV1Property$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  `CfnConfiguredTable$ConfiguredTableAnalysisRulePolicyV1Property$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-differential-privacy-column-property-builderclj

(cfn-configured-table-differential-privacy-column-property-builder id config)

Creates a CfnConfiguredTable$DifferentialPrivacyColumnProperty$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  `CfnConfiguredTable$DifferentialPrivacyColumnProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-differential-privacy-property-builderclj

(cfn-configured-table-differential-privacy-property-builder id config)

Creates a CfnConfiguredTable$DifferentialPrivacyProperty$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  `CfnConfiguredTable$DifferentialPrivacyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-glue-table-reference-property-builderclj

(cfn-configured-table-glue-table-reference-property-builder id config)

Creates a CfnConfiguredTable$GlueTableReferenceProperty$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  `CfnConfiguredTable$GlueTableReferenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-props-builderclj

(cfn-configured-table-props-builder id config)

Creates a CfnConfiguredTableProps$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  `CfnConfiguredTableProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-configured-table-table-reference-property-builderclj

(cfn-configured-table-table-reference-property-builder id config)

Creates a CfnConfiguredTable$TableReferenceProperty$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  `CfnConfiguredTable$TableReferenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-membership-builderclj

(cfn-membership-builder scope id config)

Creates a CfnMembership$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  `CfnMembership$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-membership-membership-payment-configuration-property-builderclj

(cfn-membership-membership-payment-configuration-property-builder id config)

Creates a CfnMembership$MembershipPaymentConfigurationProperty$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  `CfnMembership$MembershipPaymentConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-membership-membership-protected-query-output-configuration-property-builderclj

(cfn-membership-membership-protected-query-output-configuration-property-builder
  id
  config)

Creates a CfnMembership$MembershipProtectedQueryOutputConfigurationProperty$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  `CfnMembership$MembershipProtectedQueryOutputConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-membership-membership-protected-query-result-configuration-property-builderclj

(cfn-membership-membership-protected-query-result-configuration-property-builder
  id
  config)

Creates a CfnMembership$MembershipProtectedQueryResultConfigurationProperty$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  `CfnMembership$MembershipProtectedQueryResultConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-membership-membership-query-compute-payment-config-property-builderclj

(cfn-membership-membership-query-compute-payment-config-property-builder id
                                                                         config)

Creates a CfnMembership$MembershipQueryComputePaymentConfigProperty$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  `CfnMembership$MembershipQueryComputePaymentConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-membership-props-builderclj

(cfn-membership-props-builder id config)

Creates a CfnMembershipProps$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  `CfnMembershipProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-membership-protected-query-s3-output-configuration-property-builderclj

(cfn-membership-protected-query-s3-output-configuration-property-builder id
                                                                         config)

Creates a CfnMembership$ProtectedQueryS3OutputConfigurationProperty$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  `CfnMembership$ProtectedQueryS3OutputConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-privacy-budget-template-builderclj

(cfn-privacy-budget-template-builder scope id config)

Creates a CfnPrivacyBudgetTemplate$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  `CfnPrivacyBudgetTemplate$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-privacy-budget-template-parameters-property-builderclj

(cfn-privacy-budget-template-parameters-property-builder id config)

Creates a CfnPrivacyBudgetTemplate$ParametersProperty$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  `CfnPrivacyBudgetTemplate$ParametersProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-privacy-budget-template-props-builderclj

(cfn-privacy-budget-template-props-builder id config)

Creates a CfnPrivacyBudgetTemplateProps$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  `CfnPrivacyBudgetTemplateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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