Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.connect

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

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

build-cfn-approved-origin-builderclj

(build-cfn-approved-origin-builder builder id config)

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

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
instanceIdjava.lang.Stringcdk.support/lookup-entry:instance-id
originjava.lang.Stringcdk.support/lookup-entry:origin
The build-cfn-approved-origin-builder function updates a CfnApprovedOrigin$Builder instance using the provided configuration.
  The function takes the CfnApprovedOrigin$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-approved-origin-props-builderclj

(build-cfn-approved-origin-props-builder builder id config)

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

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
instanceIdjava.lang.Stringcdk.support/lookup-entry:instance-id
originjava.lang.Stringcdk.support/lookup-entry:origin
The build-cfn-approved-origin-props-builder function updates a CfnApprovedOriginProps$Builder instance using the provided configuration.
  The function takes the CfnApprovedOriginProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-contact-flow-builderclj

(build-cfn-contact-flow-builder builder id config)

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

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
contentjava.lang.Stringcdk.support/lookup-entry:content
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
statejava.lang.Stringcdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-contact-flow-builder function updates a CfnContactFlow$Builder instance using the provided configuration.
  The function takes the CfnContactFlow$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `content` | java.lang.String | [[cdk.support/lookup-entry]] | `:content` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-contact-flow-module-builderclj

(build-cfn-contact-flow-module-builder builder id config)

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

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
contentjava.lang.Stringcdk.support/lookup-entry:content
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
statejava.lang.Stringcdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-contact-flow-module-builder function updates a CfnContactFlowModule$Builder instance using the provided configuration.
  The function takes the CfnContactFlowModule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `content` | java.lang.String | [[cdk.support/lookup-entry]] | `:content` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-contact-flow-module-props-builderclj

(build-cfn-contact-flow-module-props-builder builder id config)

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

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
contentjava.lang.Stringcdk.support/lookup-entry:content
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
statejava.lang.Stringcdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-contact-flow-module-props-builder function updates a CfnContactFlowModuleProps$Builder instance using the provided configuration.
  The function takes the CfnContactFlowModuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `content` | java.lang.String | [[cdk.support/lookup-entry]] | `:content` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-contact-flow-props-builderclj

(build-cfn-contact-flow-props-builder builder id config)

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

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
contentjava.lang.Stringcdk.support/lookup-entry:content
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
statejava.lang.Stringcdk.support/lookup-entry:state
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-contact-flow-props-builder function updates a CfnContactFlowProps$Builder instance using the provided configuration.
  The function takes the CfnContactFlowProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `content` | java.lang.String | [[cdk.support/lookup-entry]] | `:content` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `state` | java.lang.String | [[cdk.support/lookup-entry]] | `:state` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-evaluation-form-builderclj

(build-cfn-evaluation-form-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
itemssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:items
scoringStrategysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scoring-strategy
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
titlejava.lang.Stringcdk.support/lookup-entry:title
The build-cfn-evaluation-form-builder function updates a CfnEvaluationForm$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `items` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:items` |
| `scoringStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scoring-strategy` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
sourceraw docstring

build-cfn-evaluation-form-evaluation-form-base-item-property-builderclj

(build-cfn-evaluation-form-evaluation-form-base-item-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-evaluation-form-evaluation-form-base-item-property-builder function updates a CfnEvaluationForm$EvaluationFormBaseItemProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormBaseItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
sectionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:section
The build-cfn-evaluation-form-evaluation-form-base-item-property-builder function updates a CfnEvaluationForm$EvaluationFormBaseItemProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormBaseItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-evaluation-form-evaluation-form-item-property-builderclj

(build-cfn-evaluation-form-evaluation-form-item-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-evaluation-form-evaluation-form-item-property-builder function updates a CfnEvaluationForm$EvaluationFormItemProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
questionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:question
sectionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:section
The build-cfn-evaluation-form-evaluation-form-item-property-builder function updates a CfnEvaluationForm$EvaluationFormItemProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormItemProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-evaluation-form-evaluation-form-numeric-question-automation-property-builderclj

(build-cfn-evaluation-form-evaluation-form-numeric-question-automation-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-evaluation-form-numeric-question-automation-property-builder function updates a CfnEvaluationForm$EvaluationFormNumericQuestionAutomationProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormNumericQuestionAutomationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
propertyValuesoftware.amazon.awscdk.services.connect.CfnEvaluationForm$NumericQuestionPropertyValueAutomationPropertycdk.support/lookup-entry:property-value
The build-cfn-evaluation-form-evaluation-form-numeric-question-automation-property-builder function updates a CfnEvaluationForm$EvaluationFormNumericQuestionAutomationProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormNumericQuestionAutomationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `propertyValue` | software.amazon.awscdk.services.connect.CfnEvaluationForm$NumericQuestionPropertyValueAutomationProperty | [[cdk.support/lookup-entry]] | `:property-value` |
sourceraw docstring

build-cfn-evaluation-form-evaluation-form-numeric-question-option-property-builderclj

(build-cfn-evaluation-form-evaluation-form-numeric-question-option-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-evaluation-form-numeric-question-option-property-builder function updates a CfnEvaluationForm$EvaluationFormNumericQuestionOptionProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormNumericQuestionOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
automaticFailsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:automatic-fail
maxValuejava.lang.Numbercdk.support/lookup-entry:max-value
minValuejava.lang.Numbercdk.support/lookup-entry:min-value
scorejava.lang.Numbercdk.support/lookup-entry:score
The build-cfn-evaluation-form-evaluation-form-numeric-question-option-property-builder function updates a CfnEvaluationForm$EvaluationFormNumericQuestionOptionProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormNumericQuestionOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `automaticFail` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:automatic-fail` |
| `maxValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-value` |
| `minValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-value` |
| `score` | java.lang.Number | [[cdk.support/lookup-entry]] | `:score` |
sourceraw docstring

build-cfn-evaluation-form-evaluation-form-numeric-question-properties-property-builderclj

(build-cfn-evaluation-form-evaluation-form-numeric-question-properties-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-evaluation-form-numeric-question-properties-property-builder function updates a CfnEvaluationForm$EvaluationFormNumericQuestionPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormNumericQuestionPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
automationsoftware.amazon.awscdk.services.connect.CfnEvaluationForm$EvaluationFormNumericQuestionAutomationPropertycdk.support/lookup-entry:automation
maxValuejava.lang.Numbercdk.support/lookup-entry:max-value
minValuejava.lang.Numbercdk.support/lookup-entry:min-value
optionsjava.util.Listcdk.support/lookup-entry:options
The build-cfn-evaluation-form-evaluation-form-numeric-question-properties-property-builder function updates a CfnEvaluationForm$EvaluationFormNumericQuestionPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormNumericQuestionPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `automation` | software.amazon.awscdk.services.connect.CfnEvaluationForm$EvaluationFormNumericQuestionAutomationProperty | [[cdk.support/lookup-entry]] | `:automation` |
| `maxValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-value` |
| `minValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-value` |
| `options` | java.util.List | [[cdk.support/lookup-entry]] | `:options` |
sourceraw docstring

build-cfn-evaluation-form-evaluation-form-question-property-builderclj

(build-cfn-evaluation-form-evaluation-form-question-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-evaluation-form-evaluation-form-question-property-builder function updates a CfnEvaluationForm$EvaluationFormQuestionProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormQuestionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
instructionsjava.lang.Stringcdk.support/lookup-entry:instructions
notApplicableEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:not-applicable-enabled
questionTypejava.lang.Stringcdk.support/lookup-entry:question-type
questionTypePropertiessoftware.amazon.awscdk.services.connect.CfnEvaluationForm$EvaluationFormQuestionTypePropertiesPropertycdk.support/lookup-entry:question-type-properties
refIdjava.lang.Stringcdk.support/lookup-entry:ref-id
titlejava.lang.Stringcdk.support/lookup-entry:title
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-evaluation-form-evaluation-form-question-property-builder function updates a CfnEvaluationForm$EvaluationFormQuestionProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormQuestionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instructions` | java.lang.String | [[cdk.support/lookup-entry]] | `:instructions` |
| `notApplicableEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:not-applicable-enabled` |
| `questionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:question-type` |
| `questionTypeProperties` | software.amazon.awscdk.services.connect.CfnEvaluationForm$EvaluationFormQuestionTypePropertiesProperty | [[cdk.support/lookup-entry]] | `:question-type-properties` |
| `refId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ref-id` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-evaluation-form-evaluation-form-question-type-properties-property-builderclj

(build-cfn-evaluation-form-evaluation-form-question-type-properties-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-evaluation-form-question-type-properties-property-builder function updates a CfnEvaluationForm$EvaluationFormQuestionTypePropertiesProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormQuestionTypePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
numericsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:numeric
singleSelectsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:single-select
The build-cfn-evaluation-form-evaluation-form-question-type-properties-property-builder function updates a CfnEvaluationForm$EvaluationFormQuestionTypePropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormQuestionTypePropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-evaluation-form-evaluation-form-section-property-builderclj

(build-cfn-evaluation-form-evaluation-form-section-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-evaluation-form-evaluation-form-section-property-builder function updates a CfnEvaluationForm$EvaluationFormSectionProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormSectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
instructionsjava.lang.Stringcdk.support/lookup-entry:instructions
itemssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:items
refIdjava.lang.Stringcdk.support/lookup-entry:ref-id
titlejava.lang.Stringcdk.support/lookup-entry:title
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-evaluation-form-evaluation-form-section-property-builder function updates a CfnEvaluationForm$EvaluationFormSectionProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormSectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instructions` | java.lang.String | [[cdk.support/lookup-entry]] | `:instructions` |
| `items` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:items` |
| `refId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ref-id` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-evaluation-form-evaluation-form-single-select-question-automation-option-property-builderclj

(build-cfn-evaluation-form-evaluation-form-single-select-question-automation-option-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-evaluation-form-single-select-question-automation-option-property-builder function updates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationOptionProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
ruleCategorysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:rule-category
The build-cfn-evaluation-form-evaluation-form-single-select-question-automation-option-property-builder function updates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationOptionProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-evaluation-form-evaluation-form-single-select-question-automation-property-builderclj

(build-cfn-evaluation-form-evaluation-form-single-select-question-automation-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-evaluation-form-single-select-question-automation-property-builder function updates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
defaultOptionRefIdjava.lang.Stringcdk.support/lookup-entry:default-option-ref-id
optionsjava.util.Listcdk.support/lookup-entry:options
The build-cfn-evaluation-form-evaluation-form-single-select-question-automation-property-builder function updates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultOptionRefId` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-option-ref-id` |
| `options` | java.util.List | [[cdk.support/lookup-entry]] | `:options` |
sourceraw docstring

build-cfn-evaluation-form-evaluation-form-single-select-question-option-property-builderclj

(build-cfn-evaluation-form-evaluation-form-single-select-question-option-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-evaluation-form-single-select-question-option-property-builder function updates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionOptionProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormSingleSelectQuestionOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
automaticFailsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:automatic-fail
refIdjava.lang.Stringcdk.support/lookup-entry:ref-id
scorejava.lang.Numbercdk.support/lookup-entry:score
textjava.lang.Stringcdk.support/lookup-entry:text
The build-cfn-evaluation-form-evaluation-form-single-select-question-option-property-builder function updates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionOptionProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormSingleSelectQuestionOptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `automaticFail` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:automatic-fail` |
| `refId` | java.lang.String | [[cdk.support/lookup-entry]] | `:ref-id` |
| `score` | java.lang.Number | [[cdk.support/lookup-entry]] | `:score` |
| `text` | java.lang.String | [[cdk.support/lookup-entry]] | `:text` |
sourceraw docstring

build-cfn-evaluation-form-evaluation-form-single-select-question-properties-property-builderclj

(build-cfn-evaluation-form-evaluation-form-single-select-question-properties-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-evaluation-form-single-select-question-properties-property-builder function updates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionPropertiesProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$EvaluationFormSingleSelectQuestionPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
automationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:automation
displayAsjava.lang.Stringcdk.support/lookup-entry:display-as
optionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:options
The build-cfn-evaluation-form-evaluation-form-single-select-question-properties-property-builder function updates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionPropertiesProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$EvaluationFormSingleSelectQuestionPropertiesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `automation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:automation` |
| `displayAs` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-as` |
| `options` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:options` |
sourceraw docstring

build-cfn-evaluation-form-numeric-question-property-value-automation-property-builderclj

(build-cfn-evaluation-form-numeric-question-property-value-automation-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-numeric-question-property-value-automation-property-builder function updates a CfnEvaluationForm$NumericQuestionPropertyValueAutomationProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$NumericQuestionPropertyValueAutomationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
labeljava.lang.Stringcdk.support/lookup-entry:label
The build-cfn-evaluation-form-numeric-question-property-value-automation-property-builder function updates a CfnEvaluationForm$NumericQuestionPropertyValueAutomationProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$NumericQuestionPropertyValueAutomationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-evaluation-form-props-builderclj

(build-cfn-evaluation-form-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
itemsjava.util.Listcdk.support/lookup-entry:items
scoringStrategysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:scoring-strategy
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
titlejava.lang.Stringcdk.support/lookup-entry:title
The build-cfn-evaluation-form-props-builder function updates a CfnEvaluationFormProps$Builder instance using the provided configuration.
  The function takes the CfnEvaluationFormProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `items` | java.util.List | [[cdk.support/lookup-entry]] | `:items` |
| `scoringStrategy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:scoring-strategy` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
sourceraw docstring

build-cfn-evaluation-form-scoring-strategy-property-builderclj

(build-cfn-evaluation-form-scoring-strategy-property-builder builder id config)

The build-cfn-evaluation-form-scoring-strategy-property-builder function updates a CfnEvaluationForm$ScoringStrategyProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$ScoringStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
modejava.lang.Stringcdk.support/lookup-entry:mode
statusjava.lang.Stringcdk.support/lookup-entry:status
The build-cfn-evaluation-form-scoring-strategy-property-builder function updates a CfnEvaluationForm$ScoringStrategyProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$ScoringStrategyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-evaluation-form-single-select-question-rule-category-automation-property-builderclj

(build-cfn-evaluation-form-single-select-question-rule-category-automation-property-builder
  builder
  id
  config)

The build-cfn-evaluation-form-single-select-question-rule-category-automation-property-builder function updates a CfnEvaluationForm$SingleSelectQuestionRuleCategoryAutomationProperty$Builder instance using the provided configuration. The function takes the CfnEvaluationForm$SingleSelectQuestionRuleCategoryAutomationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
categoryjava.lang.Stringcdk.support/lookup-entry:category
conditionjava.lang.Stringcdk.support/lookup-entry:condition
optionRefIdjava.lang.Stringcdk.support/lookup-entry:option-ref-id
The build-cfn-evaluation-form-single-select-question-rule-category-automation-property-builder function updates a CfnEvaluationForm$SingleSelectQuestionRuleCategoryAutomationProperty$Builder instance using the provided configuration.
  The function takes the CfnEvaluationForm$SingleSelectQuestionRuleCategoryAutomationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `category` | java.lang.String | [[cdk.support/lookup-entry]] | `:category` |
| `condition` | java.lang.String | [[cdk.support/lookup-entry]] | `:condition` |
| `optionRefId` | java.lang.String | [[cdk.support/lookup-entry]] | `:option-ref-id` |
sourceraw docstring

build-cfn-hours-of-operation-builderclj

(build-cfn-hours-of-operation-builder builder id config)

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

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
configsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
timeZonejava.lang.Stringcdk.support/lookup-entry:time-zone
The build-cfn-hours-of-operation-builder function updates a CfnHoursOfOperation$Builder instance using the provided configuration.
  The function takes the CfnHoursOfOperation$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:config` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-zone` |
sourceraw docstring

build-cfn-hours-of-operation-hours-of-operation-config-property-builderclj

(build-cfn-hours-of-operation-hours-of-operation-config-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-hours-of-operation-hours-of-operation-config-property-builder function updates a CfnHoursOfOperation$HoursOfOperationConfigProperty$Builder instance using the provided configuration. The function takes the CfnHoursOfOperation$HoursOfOperationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
dayjava.lang.Stringcdk.support/lookup-entry:day
endTimesoftware.amazon.awscdk.services.connect.CfnHoursOfOperation$HoursOfOperationTimeSlicePropertycdk.support/lookup-entry:end-time
startTimesoftware.amazon.awscdk.services.connect.CfnHoursOfOperation$HoursOfOperationTimeSlicePropertycdk.support/lookup-entry:start-time
The build-cfn-hours-of-operation-hours-of-operation-config-property-builder function updates a CfnHoursOfOperation$HoursOfOperationConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnHoursOfOperation$HoursOfOperationConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `day` | java.lang.String | [[cdk.support/lookup-entry]] | `:day` |
| `endTime` | software.amazon.awscdk.services.connect.CfnHoursOfOperation$HoursOfOperationTimeSliceProperty | [[cdk.support/lookup-entry]] | `:end-time` |
| `startTime` | software.amazon.awscdk.services.connect.CfnHoursOfOperation$HoursOfOperationTimeSliceProperty | [[cdk.support/lookup-entry]] | `:start-time` |
sourceraw docstring

build-cfn-hours-of-operation-hours-of-operation-time-slice-property-builderclj

(build-cfn-hours-of-operation-hours-of-operation-time-slice-property-builder
  builder
  id
  config)

The build-cfn-hours-of-operation-hours-of-operation-time-slice-property-builder function updates a CfnHoursOfOperation$HoursOfOperationTimeSliceProperty$Builder instance using the provided configuration. The function takes the CfnHoursOfOperation$HoursOfOperationTimeSliceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
hoursjava.lang.Numbercdk.support/lookup-entry:hours
minutesjava.lang.Numbercdk.support/lookup-entry:minutes
The build-cfn-hours-of-operation-hours-of-operation-time-slice-property-builder function updates a CfnHoursOfOperation$HoursOfOperationTimeSliceProperty$Builder instance using the provided configuration.
  The function takes the CfnHoursOfOperation$HoursOfOperationTimeSliceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-hours-of-operation-props-builderclj

(build-cfn-hours-of-operation-props-builder builder id config)

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

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
configsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:config
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
timeZonejava.lang.Stringcdk.support/lookup-entry:time-zone
The build-cfn-hours-of-operation-props-builder function updates a CfnHoursOfOperationProps$Builder instance using the provided configuration.
  The function takes the CfnHoursOfOperationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:config` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `timeZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:time-zone` |
sourceraw docstring

build-cfn-instance-attributes-property-builderclj

(build-cfn-instance-attributes-property-builder builder id config)

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

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
autoResolveBestVoicesjava.lang.Booleancdk.support/lookup-entry:auto-resolve-best-voices
contactLenssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:contact-lens
contactflowLogssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:contactflow-logs
earlyMediajava.lang.Booleancdk.support/lookup-entry:early-media
inboundCallsjava.lang.Booleancdk.support/lookup-entry:inbound-calls
outboundCallssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:outbound-calls
useCustomTtsVoicesjava.lang.Booleancdk.support/lookup-entry:use-custom-tts-voices
The build-cfn-instance-attributes-property-builder function updates a CfnInstance$AttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnInstance$AttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `autoResolveBestVoices` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-resolve-best-voices` |
| `contactLens` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:contact-lens` |
| `contactflowLogs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:contactflow-logs` |
| `earlyMedia` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:early-media` |
| `inboundCalls` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:inbound-calls` |
| `outboundCalls` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:outbound-calls` |
| `useCustomTtsVoices` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-custom-tts-voices` |
sourceraw docstring

build-cfn-instance-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.services.connect.CfnInstance$AttributesPropertycdk.support/lookup-entry:attributes
directoryIdjava.lang.Stringcdk.support/lookup-entry:directory-id
identityManagementTypejava.lang.Stringcdk.support/lookup-entry:identity-management-type
instanceAliasjava.lang.Stringcdk.support/lookup-entry:instance-alias
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-instance-builder function updates a CfnInstance$Builder instance using the provided configuration.
  The function takes the CfnInstance$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attributes` | software.amazon.awscdk.services.connect.CfnInstance$AttributesProperty | [[cdk.support/lookup-entry]] | `:attributes` |
| `directoryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-id` |
| `identityManagementType` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-management-type` |
| `instanceAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-alias` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-instance-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.services.connect.CfnInstance$AttributesPropertycdk.support/lookup-entry:attributes
directoryIdjava.lang.Stringcdk.support/lookup-entry:directory-id
identityManagementTypejava.lang.Stringcdk.support/lookup-entry:identity-management-type
instanceAliasjava.lang.Stringcdk.support/lookup-entry:instance-alias
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-instance-props-builder function updates a CfnInstanceProps$Builder instance using the provided configuration.
  The function takes the CfnInstanceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attributes` | software.amazon.awscdk.services.connect.CfnInstance$AttributesProperty | [[cdk.support/lookup-entry]] | `:attributes` |
| `directoryId` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-id` |
| `identityManagementType` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-management-type` |
| `instanceAlias` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-alias` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-instance-storage-config-builderclj

(build-cfn-instance-storage-config-builder builder id config)

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

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
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
kinesisFirehoseConfigsoftware.amazon.awscdk.services.connect.CfnInstanceStorageConfig$KinesisFirehoseConfigPropertycdk.support/lookup-entry:kinesis-firehose-config
kinesisStreamConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis-stream-config
kinesisVideoStreamConfigsoftware.amazon.awscdk.services.connect.CfnInstanceStorageConfig$KinesisVideoStreamConfigPropertycdk.support/lookup-entry:kinesis-video-stream-config
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
s3Configsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:s3-config
storageTypejava.lang.Stringcdk.support/lookup-entry:storage-type
The build-cfn-instance-storage-config-builder function updates a CfnInstanceStorageConfig$Builder instance using the provided configuration.
  The function takes the CfnInstanceStorageConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `kinesisFirehoseConfig` | software.amazon.awscdk.services.connect.CfnInstanceStorageConfig$KinesisFirehoseConfigProperty | [[cdk.support/lookup-entry]] | `:kinesis-firehose-config` |
| `kinesisStreamConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-stream-config` |
| `kinesisVideoStreamConfig` | software.amazon.awscdk.services.connect.CfnInstanceStorageConfig$KinesisVideoStreamConfigProperty | [[cdk.support/lookup-entry]] | `:kinesis-video-stream-config` |
| `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
| `s3Config` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:s3-config` |
| `storageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-type` |
sourceraw docstring

build-cfn-instance-storage-config-encryption-config-property-builderclj

(build-cfn-instance-storage-config-encryption-config-property-builder builder
                                                                      id
                                                                      config)

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

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
encryptionTypejava.lang.Stringcdk.support/lookup-entry:encryption-type
keyIdjava.lang.Stringcdk.support/lookup-entry:key-id
The build-cfn-instance-storage-config-encryption-config-property-builder function updates a CfnInstanceStorageConfig$EncryptionConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceStorageConfig$EncryptionConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-instance-storage-config-kinesis-firehose-config-property-builderclj

(build-cfn-instance-storage-config-kinesis-firehose-config-property-builder
  builder
  id
  config)

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

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
firehoseArnjava.lang.Stringcdk.support/lookup-entry:firehose-arn
The build-cfn-instance-storage-config-kinesis-firehose-config-property-builder function updates a CfnInstanceStorageConfig$KinesisFirehoseConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceStorageConfig$KinesisFirehoseConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-instance-storage-config-kinesis-stream-config-property-builderclj

(build-cfn-instance-storage-config-kinesis-stream-config-property-builder
  builder
  id
  config)

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

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
streamArnjava.lang.Stringcdk.support/lookup-entry:stream-arn
The build-cfn-instance-storage-config-kinesis-stream-config-property-builder function updates a CfnInstanceStorageConfig$KinesisStreamConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceStorageConfig$KinesisStreamConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-instance-storage-config-kinesis-video-stream-config-property-builderclj

(build-cfn-instance-storage-config-kinesis-video-stream-config-property-builder
  builder
  id
  config)

The build-cfn-instance-storage-config-kinesis-video-stream-config-property-builder function updates a CfnInstanceStorageConfig$KinesisVideoStreamConfigProperty$Builder instance using the provided configuration. The function takes the CfnInstanceStorageConfig$KinesisVideoStreamConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
encryptionConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-config
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
retentionPeriodHoursjava.lang.Numbercdk.support/lookup-entry:retention-period-hours
The build-cfn-instance-storage-config-kinesis-video-stream-config-property-builder function updates a CfnInstanceStorageConfig$KinesisVideoStreamConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceStorageConfig$KinesisVideoStreamConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `encryptionConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-config` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `retentionPeriodHours` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retention-period-hours` |
sourceraw docstring

build-cfn-instance-storage-config-props-builderclj

(build-cfn-instance-storage-config-props-builder builder id config)

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

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
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
kinesisFirehoseConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis-firehose-config
kinesisStreamConfigsoftware.amazon.awscdk.services.connect.CfnInstanceStorageConfig$KinesisStreamConfigPropertycdk.support/lookup-entry:kinesis-stream-config
kinesisVideoStreamConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:kinesis-video-stream-config
resourceTypejava.lang.Stringcdk.support/lookup-entry:resource-type
s3Configsoftware.amazon.awscdk.services.connect.CfnInstanceStorageConfig$S3ConfigPropertycdk.support/lookup-entry:s3-config
storageTypejava.lang.Stringcdk.support/lookup-entry:storage-type
The build-cfn-instance-storage-config-props-builder function updates a CfnInstanceStorageConfigProps$Builder instance using the provided configuration.
  The function takes the CfnInstanceStorageConfigProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `kinesisFirehoseConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-firehose-config` |
| `kinesisStreamConfig` | software.amazon.awscdk.services.connect.CfnInstanceStorageConfig$KinesisStreamConfigProperty | [[cdk.support/lookup-entry]] | `:kinesis-stream-config` |
| `kinesisVideoStreamConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:kinesis-video-stream-config` |
| `resourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-type` |
| `s3Config` | software.amazon.awscdk.services.connect.CfnInstanceStorageConfig$S3ConfigProperty | [[cdk.support/lookup-entry]] | `:s3-config` |
| `storageType` | java.lang.String | [[cdk.support/lookup-entry]] | `:storage-type` |
sourceraw docstring

build-cfn-instance-storage-config-s3-config-property-builderclj

(build-cfn-instance-storage-config-s3-config-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
bucketPrefixjava.lang.Stringcdk.support/lookup-entry:bucket-prefix
encryptionConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:encryption-config
The build-cfn-instance-storage-config-s3-config-property-builder function updates a CfnInstanceStorageConfig$S3ConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnInstanceStorageConfig$S3ConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `bucketPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-prefix` |
| `encryptionConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:encryption-config` |
sourceraw docstring

build-cfn-integration-association-builderclj

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

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

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
instanceIdjava.lang.Stringcdk.support/lookup-entry:instance-id
integrationArnjava.lang.Stringcdk.support/lookup-entry:integration-arn
integrationTypejava.lang.Stringcdk.support/lookup-entry:integration-type
The build-cfn-integration-association-builder function updates a CfnIntegrationAssociation$Builder instance using the provided configuration.
  The function takes the CfnIntegrationAssociation$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` |
| `integrationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-arn` |
| `integrationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-type` |
sourceraw docstring

build-cfn-integration-association-props-builderclj

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

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

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
instanceIdjava.lang.Stringcdk.support/lookup-entry:instance-id
integrationArnjava.lang.Stringcdk.support/lookup-entry:integration-arn
integrationTypejava.lang.Stringcdk.support/lookup-entry:integration-type
The build-cfn-integration-association-props-builder function updates a CfnIntegrationAssociationProps$Builder instance using the provided configuration.
  The function takes the CfnIntegrationAssociationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-id` |
| `integrationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-arn` |
| `integrationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-type` |
sourceraw docstring

build-cfn-phone-number-builderclj

(build-cfn-phone-number-builder builder id config)

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

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
countryCodejava.lang.Stringcdk.support/lookup-entry:country-code
descriptionjava.lang.Stringcdk.support/lookup-entry:description
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
sourcePhoneNumberArnjava.lang.Stringcdk.support/lookup-entry:source-phone-number-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-phone-number-builder function updates a CfnPhoneNumber$Builder instance using the provided configuration.
  The function takes the CfnPhoneNumber$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `countryCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:country-code` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `sourcePhoneNumberArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-phone-number-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-phone-number-props-builderclj

(build-cfn-phone-number-props-builder builder id config)

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

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
countryCodejava.lang.Stringcdk.support/lookup-entry:country-code
descriptionjava.lang.Stringcdk.support/lookup-entry:description
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
sourcePhoneNumberArnjava.lang.Stringcdk.support/lookup-entry:source-phone-number-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnjava.lang.Stringcdk.support/lookup-entry:target-arn
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-phone-number-props-builder function updates a CfnPhoneNumberProps$Builder instance using the provided configuration.
  The function takes the CfnPhoneNumberProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `countryCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:country-code` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `sourcePhoneNumberArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:source-phone-number-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-arn` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-predefined-attribute-builderclj

(build-cfn-predefined-attribute-builder builder id config)

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

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
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
valuessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:values
The build-cfn-predefined-attribute-builder function updates a CfnPredefinedAttribute$Builder instance using the provided configuration.
  The function takes the CfnPredefinedAttribute$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-predefined-attribute-props-builderclj

(build-cfn-predefined-attribute-props-builder builder id config)

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

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
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
valuessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:values
The build-cfn-predefined-attribute-props-builder function updates a CfnPredefinedAttributeProps$Builder instance using the provided configuration.
  The function takes the CfnPredefinedAttributeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-predefined-attribute-values-property-builderclj

(build-cfn-predefined-attribute-values-property-builder builder id config)

The build-cfn-predefined-attribute-values-property-builder function updates a CfnPredefinedAttribute$ValuesProperty$Builder instance using the provided configuration. The function takes the CfnPredefinedAttribute$ValuesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
stringListjava.util.Listcdk.support/lookup-entry:string-list
The build-cfn-predefined-attribute-values-property-builder function updates a CfnPredefinedAttribute$ValuesProperty$Builder instance using the provided configuration.
  The function takes the CfnPredefinedAttribute$ValuesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-prompt-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-prompt-builder function updates a CfnPrompt$Builder instance using the provided configuration.
  The function takes the CfnPrompt$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-prompt-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
s3Urijava.lang.Stringcdk.support/lookup-entry:s3-uri
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-prompt-props-builder function updates a CfnPromptProps$Builder instance using the provided configuration.
  The function takes the CfnPromptProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `s3Uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-uri` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-queue-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
hoursOfOperationArnjava.lang.Stringcdk.support/lookup-entry:hours-of-operation-arn
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
maxContactsjava.lang.Numbercdk.support/lookup-entry:max-contacts
namejava.lang.Stringcdk.support/lookup-entry:name
outboundCallerConfigsoftware.amazon.awscdk.services.connect.CfnQueue$OutboundCallerConfigPropertycdk.support/lookup-entry:outbound-caller-config
quickConnectArnsjava.util.Listcdk.support/lookup-entry:quick-connect-arns
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-queue-builder function updates a CfnQueue$Builder instance using the provided configuration.
  The function takes the CfnQueue$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `hoursOfOperationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:hours-of-operation-arn` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `maxContacts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-contacts` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outboundCallerConfig` | software.amazon.awscdk.services.connect.CfnQueue$OutboundCallerConfigProperty | [[cdk.support/lookup-entry]] | `:outbound-caller-config` |
| `quickConnectArns` | java.util.List | [[cdk.support/lookup-entry]] | `:quick-connect-arns` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-queue-outbound-caller-config-property-builderclj

(build-cfn-queue-outbound-caller-config-property-builder builder id config)

The build-cfn-queue-outbound-caller-config-property-builder function updates a CfnQueue$OutboundCallerConfigProperty$Builder instance using the provided configuration. The function takes the CfnQueue$OutboundCallerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
outboundCallerIdNamejava.lang.Stringcdk.support/lookup-entry:outbound-caller-id-name
outboundCallerIdNumberArnjava.lang.Stringcdk.support/lookup-entry:outbound-caller-id-number-arn
outboundFlowArnjava.lang.Stringcdk.support/lookup-entry:outbound-flow-arn
The build-cfn-queue-outbound-caller-config-property-builder function updates a CfnQueue$OutboundCallerConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnQueue$OutboundCallerConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `outboundCallerIdName` | java.lang.String | [[cdk.support/lookup-entry]] | `:outbound-caller-id-name` |
| `outboundCallerIdNumberArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:outbound-caller-id-number-arn` |
| `outboundFlowArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:outbound-flow-arn` |
sourceraw docstring

build-cfn-queue-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
hoursOfOperationArnjava.lang.Stringcdk.support/lookup-entry:hours-of-operation-arn
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
maxContactsjava.lang.Numbercdk.support/lookup-entry:max-contacts
namejava.lang.Stringcdk.support/lookup-entry:name
outboundCallerConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:outbound-caller-config
quickConnectArnsjava.util.Listcdk.support/lookup-entry:quick-connect-arns
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-queue-props-builder function updates a CfnQueueProps$Builder instance using the provided configuration.
  The function takes the CfnQueueProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `hoursOfOperationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:hours-of-operation-arn` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `maxContacts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-contacts` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `outboundCallerConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:outbound-caller-config` |
| `quickConnectArns` | java.util.List | [[cdk.support/lookup-entry]] | `:quick-connect-arns` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-quick-connect-builderclj

(build-cfn-quick-connect-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
quickConnectConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:quick-connect-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-quick-connect-builder function updates a CfnQuickConnect$Builder instance using the provided configuration.
  The function takes the CfnQuickConnect$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `quickConnectConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:quick-connect-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-quick-connect-phone-number-quick-connect-config-property-builderclj

(build-cfn-quick-connect-phone-number-quick-connect-config-property-builder
  builder
  id
  config)

The build-cfn-quick-connect-phone-number-quick-connect-config-property-builder function updates a CfnQuickConnect$PhoneNumberQuickConnectConfigProperty$Builder instance using the provided configuration. The function takes the CfnQuickConnect$PhoneNumberQuickConnectConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
phoneNumberjava.lang.Stringcdk.support/lookup-entry:phone-number
The build-cfn-quick-connect-phone-number-quick-connect-config-property-builder function updates a CfnQuickConnect$PhoneNumberQuickConnectConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnQuickConnect$PhoneNumberQuickConnectConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-quick-connect-props-builderclj

(build-cfn-quick-connect-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
quickConnectConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:quick-connect-config
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-quick-connect-props-builder function updates a CfnQuickConnectProps$Builder instance using the provided configuration.
  The function takes the CfnQuickConnectProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `quickConnectConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:quick-connect-config` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-quick-connect-queue-quick-connect-config-property-builderclj

(build-cfn-quick-connect-queue-quick-connect-config-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-quick-connect-queue-quick-connect-config-property-builder function updates a CfnQuickConnect$QueueQuickConnectConfigProperty$Builder instance using the provided configuration. The function takes the CfnQuickConnect$QueueQuickConnectConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
contactFlowArnjava.lang.Stringcdk.support/lookup-entry:contact-flow-arn
queueArnjava.lang.Stringcdk.support/lookup-entry:queue-arn
The build-cfn-quick-connect-queue-quick-connect-config-property-builder function updates a CfnQuickConnect$QueueQuickConnectConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnQuickConnect$QueueQuickConnectConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contactFlowArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-flow-arn` |
| `queueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:queue-arn` |
sourceraw docstring

build-cfn-quick-connect-quick-connect-config-property-builderclj

(build-cfn-quick-connect-quick-connect-config-property-builder builder
                                                               id
                                                               config)

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

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
phoneConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:phone-config
queueConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:queue-config
quickConnectTypejava.lang.Stringcdk.support/lookup-entry:quick-connect-type
userConfigsoftware.amazon.awscdk.services.connect.CfnQuickConnect$UserQuickConnectConfigPropertycdk.support/lookup-entry:user-config
The build-cfn-quick-connect-quick-connect-config-property-builder function updates a CfnQuickConnect$QuickConnectConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnQuickConnect$QuickConnectConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `phoneConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:phone-config` |
| `queueConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:queue-config` |
| `quickConnectType` | java.lang.String | [[cdk.support/lookup-entry]] | `:quick-connect-type` |
| `userConfig` | software.amazon.awscdk.services.connect.CfnQuickConnect$UserQuickConnectConfigProperty | [[cdk.support/lookup-entry]] | `:user-config` |
sourceraw docstring

build-cfn-quick-connect-user-quick-connect-config-property-builderclj

(build-cfn-quick-connect-user-quick-connect-config-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-quick-connect-user-quick-connect-config-property-builder function updates a CfnQuickConnect$UserQuickConnectConfigProperty$Builder instance using the provided configuration. The function takes the CfnQuickConnect$UserQuickConnectConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
contactFlowArnjava.lang.Stringcdk.support/lookup-entry:contact-flow-arn
userArnjava.lang.Stringcdk.support/lookup-entry:user-arn
The build-cfn-quick-connect-user-quick-connect-config-property-builder function updates a CfnQuickConnect$UserQuickConnectConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnQuickConnect$UserQuickConnectConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contactFlowArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-flow-arn` |
| `userArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-arn` |
sourceraw docstring

build-cfn-routing-profile-builderclj

(build-cfn-routing-profile-builder builder id config)

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

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
agentAvailabilityTimerjava.lang.Stringcdk.support/lookup-entry:agent-availability-timer
defaultOutboundQueueArnjava.lang.Stringcdk.support/lookup-entry:default-outbound-queue-arn
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
mediaConcurrenciesjava.util.Listcdk.support/lookup-entry:media-concurrencies
namejava.lang.Stringcdk.support/lookup-entry:name
queueConfigssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:queue-configs
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-routing-profile-builder function updates a CfnRoutingProfile$Builder instance using the provided configuration.
  The function takes the CfnRoutingProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `agentAvailabilityTimer` | java.lang.String | [[cdk.support/lookup-entry]] | `:agent-availability-timer` |
| `defaultOutboundQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-outbound-queue-arn` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `mediaConcurrencies` | java.util.List | [[cdk.support/lookup-entry]] | `:media-concurrencies` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `queueConfigs` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:queue-configs` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-routing-profile-cross-channel-behavior-property-builderclj

(build-cfn-routing-profile-cross-channel-behavior-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-routing-profile-cross-channel-behavior-property-builder function updates a CfnRoutingProfile$CrossChannelBehaviorProperty$Builder instance using the provided configuration. The function takes the CfnRoutingProfile$CrossChannelBehaviorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
behaviorTypejava.lang.Stringcdk.support/lookup-entry:behavior-type
The build-cfn-routing-profile-cross-channel-behavior-property-builder function updates a CfnRoutingProfile$CrossChannelBehaviorProperty$Builder instance using the provided configuration.
  The function takes the CfnRoutingProfile$CrossChannelBehaviorProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-routing-profile-media-concurrency-property-builderclj

(build-cfn-routing-profile-media-concurrency-property-builder builder id config)

The build-cfn-routing-profile-media-concurrency-property-builder function updates a CfnRoutingProfile$MediaConcurrencyProperty$Builder instance using the provided configuration. The function takes the CfnRoutingProfile$MediaConcurrencyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
channeljava.lang.Stringcdk.support/lookup-entry:channel
concurrencyjava.lang.Numbercdk.support/lookup-entry:concurrency
crossChannelBehaviorsoftware.amazon.awscdk.services.connect.CfnRoutingProfile$CrossChannelBehaviorPropertycdk.support/lookup-entry:cross-channel-behavior
The build-cfn-routing-profile-media-concurrency-property-builder function updates a CfnRoutingProfile$MediaConcurrencyProperty$Builder instance using the provided configuration.
  The function takes the CfnRoutingProfile$MediaConcurrencyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `channel` | java.lang.String | [[cdk.support/lookup-entry]] | `:channel` |
| `concurrency` | java.lang.Number | [[cdk.support/lookup-entry]] | `:concurrency` |
| `crossChannelBehavior` | software.amazon.awscdk.services.connect.CfnRoutingProfile$CrossChannelBehaviorProperty | [[cdk.support/lookup-entry]] | `:cross-channel-behavior` |
sourceraw docstring

build-cfn-routing-profile-props-builderclj

(build-cfn-routing-profile-props-builder builder id config)

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

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
agentAvailabilityTimerjava.lang.Stringcdk.support/lookup-entry:agent-availability-timer
defaultOutboundQueueArnjava.lang.Stringcdk.support/lookup-entry:default-outbound-queue-arn
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
mediaConcurrenciesjava.util.Listcdk.support/lookup-entry:media-concurrencies
namejava.lang.Stringcdk.support/lookup-entry:name
queueConfigsjava.util.Listcdk.support/lookup-entry:queue-configs
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-routing-profile-props-builder function updates a CfnRoutingProfileProps$Builder instance using the provided configuration.
  The function takes the CfnRoutingProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `agentAvailabilityTimer` | java.lang.String | [[cdk.support/lookup-entry]] | `:agent-availability-timer` |
| `defaultOutboundQueueArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-outbound-queue-arn` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `mediaConcurrencies` | java.util.List | [[cdk.support/lookup-entry]] | `:media-concurrencies` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `queueConfigs` | java.util.List | [[cdk.support/lookup-entry]] | `:queue-configs` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-routing-profile-routing-profile-queue-config-property-builderclj

(build-cfn-routing-profile-routing-profile-queue-config-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-routing-profile-routing-profile-queue-config-property-builder function updates a CfnRoutingProfile$RoutingProfileQueueConfigProperty$Builder instance using the provided configuration. The function takes the CfnRoutingProfile$RoutingProfileQueueConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
delayjava.lang.Numbercdk.support/lookup-entry:delay
priorityjava.lang.Numbercdk.support/lookup-entry:priority
queueReferencesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:queue-reference
The build-cfn-routing-profile-routing-profile-queue-config-property-builder function updates a CfnRoutingProfile$RoutingProfileQueueConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnRoutingProfile$RoutingProfileQueueConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `delay` | java.lang.Number | [[cdk.support/lookup-entry]] | `:delay` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `queueReference` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:queue-reference` |
sourceraw docstring

build-cfn-routing-profile-routing-profile-queue-reference-property-builderclj

(build-cfn-routing-profile-routing-profile-queue-reference-property-builder
  builder
  id
  config)

The build-cfn-routing-profile-routing-profile-queue-reference-property-builder function updates a CfnRoutingProfile$RoutingProfileQueueReferenceProperty$Builder instance using the provided configuration. The function takes the CfnRoutingProfile$RoutingProfileQueueReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
channeljava.lang.Stringcdk.support/lookup-entry:channel
queueArnjava.lang.Stringcdk.support/lookup-entry:queue-arn
The build-cfn-routing-profile-routing-profile-queue-reference-property-builder function updates a CfnRoutingProfile$RoutingProfileQueueReferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnRoutingProfile$RoutingProfileQueueReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-rule-actions-property-builderclj

(build-cfn-rule-actions-property-builder builder id config)

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

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
assignContactCategoryActionsjava.util.Listcdk.support/lookup-entry:assign-contact-category-actions
createCaseActionsjava.util.Listcdk.support/lookup-entry:create-case-actions
endAssociatedTasksActionsjava.util.Listcdk.support/lookup-entry:end-associated-tasks-actions
eventBridgeActionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-bridge-actions
sendNotificationActionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:send-notification-actions
taskActionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:task-actions
updateCaseActionsjava.util.Listcdk.support/lookup-entry:update-case-actions
The build-cfn-rule-actions-property-builder function updates a CfnRule$ActionsProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$ActionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assignContactCategoryActions` | java.util.List | [[cdk.support/lookup-entry]] | `:assign-contact-category-actions` |
| `createCaseActions` | java.util.List | [[cdk.support/lookup-entry]] | `:create-case-actions` |
| `endAssociatedTasksActions` | java.util.List | [[cdk.support/lookup-entry]] | `:end-associated-tasks-actions` |
| `eventBridgeActions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-bridge-actions` |
| `sendNotificationActions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:send-notification-actions` |
| `taskActions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:task-actions` |
| `updateCaseActions` | java.util.List | [[cdk.support/lookup-entry]] | `:update-case-actions` |
sourceraw docstring

build-cfn-rule-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
actionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:actions
functionjava.lang.Stringcdk.support/lookup-entry:function
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
publishStatusjava.lang.Stringcdk.support/lookup-entry:publish-status
tagsjava.util.Listcdk.support/lookup-entry:tags
triggerEventSourcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trigger-event-source
The build-cfn-rule-builder function updates a CfnRule$Builder instance using the provided configuration.
  The function takes the CfnRule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:actions` |
| `function` | java.lang.String | [[cdk.support/lookup-entry]] | `:function` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `publishStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:publish-status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `triggerEventSource` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trigger-event-source` |
sourceraw docstring

build-cfn-rule-create-case-action-property-builderclj

(build-cfn-rule-create-case-action-property-builder builder id config)

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

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
fieldssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:fields
templateIdjava.lang.Stringcdk.support/lookup-entry:template-id
The build-cfn-rule-create-case-action-property-builder function updates a CfnRule$CreateCaseActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$CreateCaseActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-rule-event-bridge-action-property-builderclj

(build-cfn-rule-event-bridge-action-property-builder builder id config)

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

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-rule-event-bridge-action-property-builder function updates a CfnRule$EventBridgeActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$EventBridgeActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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-rule-field-property-builderclj

(build-cfn-rule-field-property-builder builder id config)

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

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
idjava.lang.Stringcdk.support/lookup-entry:id
valuesoftware.amazon.awscdk.services.connect.CfnRule$FieldValuePropertycdk.support/lookup-entry:value
The build-cfn-rule-field-property-builder function updates a CfnRule$FieldProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$FieldProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `value` | software.amazon.awscdk.services.connect.CfnRule$FieldValueProperty | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-rule-field-value-property-builderclj

(build-cfn-rule-field-value-property-builder builder id config)

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

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
booleanValuesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:boolean-value
doubleValuejava.lang.Numbercdk.support/lookup-entry:double-value
emptyValuejava.lang.Objectcdk.support/lookup-entry:empty-value
stringValuejava.lang.Stringcdk.support/lookup-entry:string-value
The build-cfn-rule-field-value-property-builder function updates a CfnRule$FieldValueProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$FieldValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `booleanValue` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:boolean-value` |
| `doubleValue` | java.lang.Number | [[cdk.support/lookup-entry]] | `:double-value` |
| `emptyValue` | java.lang.Object | [[cdk.support/lookup-entry]] | `:empty-value` |
| `stringValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:string-value` |
sourceraw docstring

build-cfn-rule-notification-recipient-type-property-builderclj

(build-cfn-rule-notification-recipient-type-property-builder builder id config)

The build-cfn-rule-notification-recipient-type-property-builder function updates a CfnRule$NotificationRecipientTypeProperty$Builder instance using the provided configuration. The function takes the CfnRule$NotificationRecipientTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
userArnsjava.util.Listcdk.support/lookup-entry:user-arns
userTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:user-tags
The build-cfn-rule-notification-recipient-type-property-builder function updates a CfnRule$NotificationRecipientTypeProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$NotificationRecipientTypeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `userArns` | java.util.List | [[cdk.support/lookup-entry]] | `:user-arns` |
| `userTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:user-tags` |
sourceraw docstring

build-cfn-rule-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
actionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:actions
functionjava.lang.Stringcdk.support/lookup-entry:function
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
publishStatusjava.lang.Stringcdk.support/lookup-entry:publish-status
tagsjava.util.Listcdk.support/lookup-entry:tags
triggerEventSourcesoftware.amazon.awscdk.services.connect.CfnRule$RuleTriggerEventSourcePropertycdk.support/lookup-entry:trigger-event-source
The build-cfn-rule-props-builder function updates a CfnRuleProps$Builder instance using the provided configuration.
  The function takes the CfnRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:actions` |
| `function` | java.lang.String | [[cdk.support/lookup-entry]] | `:function` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `publishStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:publish-status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `triggerEventSource` | software.amazon.awscdk.services.connect.CfnRule$RuleTriggerEventSourceProperty | [[cdk.support/lookup-entry]] | `:trigger-event-source` |
sourceraw docstring

build-cfn-rule-reference-property-builderclj

(build-cfn-rule-reference-property-builder builder id config)

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

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
typejava.lang.Stringcdk.support/lookup-entry:type
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-rule-reference-property-builder function updates a CfnRule$ReferenceProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$ReferenceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-rule-rule-trigger-event-source-property-builderclj

(build-cfn-rule-rule-trigger-event-source-property-builder builder id config)

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

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
eventSourceNamejava.lang.Stringcdk.support/lookup-entry:event-source-name
integrationAssociationArnjava.lang.Stringcdk.support/lookup-entry:integration-association-arn
The build-cfn-rule-rule-trigger-event-source-property-builder function updates a CfnRule$RuleTriggerEventSourceProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$RuleTriggerEventSourceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `eventSourceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:event-source-name` |
| `integrationAssociationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-association-arn` |
sourceraw docstring

build-cfn-rule-send-notification-action-property-builderclj

(build-cfn-rule-send-notification-action-property-builder builder id config)

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

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
contentjava.lang.Stringcdk.support/lookup-entry:content
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
deliveryMethodjava.lang.Stringcdk.support/lookup-entry:delivery-method
recipientsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:recipient
subjectjava.lang.Stringcdk.support/lookup-entry:subject
The build-cfn-rule-send-notification-action-property-builder function updates a CfnRule$SendNotificationActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$SendNotificationActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `content` | java.lang.String | [[cdk.support/lookup-entry]] | `:content` |
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `deliveryMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-method` |
| `recipient` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:recipient` |
| `subject` | java.lang.String | [[cdk.support/lookup-entry]] | `:subject` |
sourceraw docstring

build-cfn-rule-task-action-property-builderclj

(build-cfn-rule-task-action-property-builder builder id config)

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

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
contactFlowArnjava.lang.Stringcdk.support/lookup-entry:contact-flow-arn
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
referencessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:references
The build-cfn-rule-task-action-property-builder function updates a CfnRule$TaskActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$TaskActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contactFlowArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-flow-arn` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `references` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:references` |
sourceraw docstring

build-cfn-rule-update-case-action-property-builderclj

(build-cfn-rule-update-case-action-property-builder builder id config)

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

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
fieldssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:fields
The build-cfn-rule-update-case-action-property-builder function updates a CfnRule$UpdateCaseActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRule$UpdateCaseActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-security-key-builderclj

(build-cfn-security-key-builder builder id config)

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

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
instanceIdjava.lang.Stringcdk.support/lookup-entry:instance-id
keyjava.lang.Stringcdk.support/lookup-entry:key
The build-cfn-security-key-builder function updates a CfnSecurityKey$Builder instance using the provided configuration.
  The function takes the CfnSecurityKey$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-security-key-props-builderclj

(build-cfn-security-key-props-builder builder id config)

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

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
instanceIdjava.lang.Stringcdk.support/lookup-entry:instance-id
keyjava.lang.Stringcdk.support/lookup-entry:key
The build-cfn-security-key-props-builder function updates a CfnSecurityKeyProps$Builder instance using the provided configuration.
  The function takes the CfnSecurityKeyProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-security-profile-application-property-builderclj

(build-cfn-security-profile-application-property-builder builder id config)

The build-cfn-security-profile-application-property-builder function updates a CfnSecurityProfile$ApplicationProperty$Builder instance using the provided configuration. The function takes the CfnSecurityProfile$ApplicationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
applicationPermissionsjava.util.Listcdk.support/lookup-entry:application-permissions
namespacejava.lang.Stringcdk.support/lookup-entry:namespace
The build-cfn-security-profile-application-property-builder function updates a CfnSecurityProfile$ApplicationProperty$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$ApplicationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `applicationPermissions` | java.util.List | [[cdk.support/lookup-entry]] | `:application-permissions` |
| `namespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace` |
sourceraw docstring

build-cfn-security-profile-builderclj

(build-cfn-security-profile-builder builder id config)

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

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
allowedAccessControlHierarchyGroupIdjava.lang.Stringcdk.support/lookup-entry:allowed-access-control-hierarchy-group-id
allowedAccessControlTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allowed-access-control-tags
applicationsjava.util.Listcdk.support/lookup-entry:applications
descriptionjava.lang.Stringcdk.support/lookup-entry:description
hierarchyRestrictedResourcesjava.util.Listcdk.support/lookup-entry:hierarchy-restricted-resources
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
permissionsjava.util.Listcdk.support/lookup-entry:permissions
securityProfileNamejava.lang.Stringcdk.support/lookup-entry:security-profile-name
tagRestrictedResourcesjava.util.Listcdk.support/lookup-entry:tag-restricted-resources
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-security-profile-builder function updates a CfnSecurityProfile$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfile$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedAccessControlHierarchyGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-access-control-hierarchy-group-id` |
| `allowedAccessControlTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allowed-access-control-tags` |
| `applications` | java.util.List | [[cdk.support/lookup-entry]] | `:applications` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `hierarchyRestrictedResources` | java.util.List | [[cdk.support/lookup-entry]] | `:hierarchy-restricted-resources` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
| `securityProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-profile-name` |
| `tagRestrictedResources` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-restricted-resources` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-security-profile-props-builderclj

(build-cfn-security-profile-props-builder builder id config)

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

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
allowedAccessControlHierarchyGroupIdjava.lang.Stringcdk.support/lookup-entry:allowed-access-control-hierarchy-group-id
allowedAccessControlTagssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:allowed-access-control-tags
applicationsjava.util.Listcdk.support/lookup-entry:applications
descriptionjava.lang.Stringcdk.support/lookup-entry:description
hierarchyRestrictedResourcesjava.util.Listcdk.support/lookup-entry:hierarchy-restricted-resources
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
permissionsjava.util.Listcdk.support/lookup-entry:permissions
securityProfileNamejava.lang.Stringcdk.support/lookup-entry:security-profile-name
tagRestrictedResourcesjava.util.Listcdk.support/lookup-entry:tag-restricted-resources
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-security-profile-props-builder function updates a CfnSecurityProfileProps$Builder instance using the provided configuration.
  The function takes the CfnSecurityProfileProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowedAccessControlHierarchyGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:allowed-access-control-hierarchy-group-id` |
| `allowedAccessControlTags` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:allowed-access-control-tags` |
| `applications` | java.util.List | [[cdk.support/lookup-entry]] | `:applications` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `hierarchyRestrictedResources` | java.util.List | [[cdk.support/lookup-entry]] | `:hierarchy-restricted-resources` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `permissions` | java.util.List | [[cdk.support/lookup-entry]] | `:permissions` |
| `securityProfileName` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-profile-name` |
| `tagRestrictedResources` | java.util.List | [[cdk.support/lookup-entry]] | `:tag-restricted-resources` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-task-template-builderclj

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

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

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
clientTokenjava.lang.Stringcdk.support/lookup-entry:client-token
constraintsjava.lang.Objectcdk.support/lookup-entry:constraints
contactFlowArnjava.lang.Stringcdk.support/lookup-entry:contact-flow-arn
defaultsjava.util.Listcdk.support/lookup-entry:defaults
descriptionjava.lang.Stringcdk.support/lookup-entry:description
fieldssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:fields
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-task-template-builder function updates a CfnTaskTemplate$Builder instance using the provided configuration.
  The function takes the CfnTaskTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` |
| `constraints` | java.lang.Object | [[cdk.support/lookup-entry]] | `:constraints` |
| `contactFlowArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-flow-arn` |
| `defaults` | java.util.List | [[cdk.support/lookup-entry]] | `:defaults` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `fields` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fields` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-task-template-constraints-property-builderclj

(build-cfn-task-template-constraints-property-builder builder id config)

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

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
invisibleFieldssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:invisible-fields
readOnlyFieldsjava.util.Listcdk.support/lookup-entry:read-only-fields
requiredFieldssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:required-fields
The build-cfn-task-template-constraints-property-builder function updates a CfnTaskTemplate$ConstraintsProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskTemplate$ConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `invisibleFields` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:invisible-fields` |
| `readOnlyFields` | java.util.List | [[cdk.support/lookup-entry]] | `:read-only-fields` |
| `requiredFields` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:required-fields` |
sourceraw docstring

build-cfn-task-template-default-field-value-property-builderclj

(build-cfn-task-template-default-field-value-property-builder builder id config)

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

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
idsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:id
The build-cfn-task-template-default-field-value-property-builder function updates a CfnTaskTemplate$DefaultFieldValueProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskTemplate$DefaultFieldValueProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-task-template-field-identifier-property-builderclj

(build-cfn-task-template-field-identifier-property-builder builder id config)

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

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-task-template-field-identifier-property-builder function updates a CfnTaskTemplate$FieldIdentifierProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskTemplate$FieldIdentifierProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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-task-template-field-property-builderclj

(build-cfn-task-template-field-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
idsoftware.amazon.awscdk.services.connect.CfnTaskTemplate$FieldIdentifierPropertycdk.support/lookup-entry:id
singleSelectOptionsjava.util.Listcdk.support/lookup-entry:single-select-options
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-task-template-field-property-builder function updates a CfnTaskTemplate$FieldProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskTemplate$FieldProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `id` | software.amazon.awscdk.services.connect.CfnTaskTemplate$FieldIdentifierProperty | [[cdk.support/lookup-entry]] | `:id` |
| `singleSelectOptions` | java.util.List | [[cdk.support/lookup-entry]] | `:single-select-options` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-task-template-invisible-field-info-property-builderclj

(build-cfn-task-template-invisible-field-info-property-builder builder
                                                               id
                                                               config)

The build-cfn-task-template-invisible-field-info-property-builder function updates a CfnTaskTemplate$InvisibleFieldInfoProperty$Builder instance using the provided configuration. The function takes the CfnTaskTemplate$InvisibleFieldInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
idsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:id
The build-cfn-task-template-invisible-field-info-property-builder function updates a CfnTaskTemplate$InvisibleFieldInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskTemplate$InvisibleFieldInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-template-props-builderclj

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

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

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
clientTokenjava.lang.Stringcdk.support/lookup-entry:client-token
constraintsjava.lang.Objectcdk.support/lookup-entry:constraints
contactFlowArnjava.lang.Stringcdk.support/lookup-entry:contact-flow-arn
defaultssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:defaults
descriptionjava.lang.Stringcdk.support/lookup-entry:description
fieldsjava.util.Listcdk.support/lookup-entry:fields
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
statusjava.lang.Stringcdk.support/lookup-entry:status
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-task-template-props-builder function updates a CfnTaskTemplateProps$Builder instance using the provided configuration.
  The function takes the CfnTaskTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-token` |
| `constraints` | java.lang.Object | [[cdk.support/lookup-entry]] | `:constraints` |
| `contactFlowArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-flow-arn` |
| `defaults` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:defaults` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `fields` | java.util.List | [[cdk.support/lookup-entry]] | `:fields` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `status` | java.lang.String | [[cdk.support/lookup-entry]] | `:status` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-task-template-read-only-field-info-property-builderclj

(build-cfn-task-template-read-only-field-info-property-builder builder
                                                               id
                                                               config)

The build-cfn-task-template-read-only-field-info-property-builder function updates a CfnTaskTemplate$ReadOnlyFieldInfoProperty$Builder instance using the provided configuration. The function takes the CfnTaskTemplate$ReadOnlyFieldInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
idsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:id
The build-cfn-task-template-read-only-field-info-property-builder function updates a CfnTaskTemplate$ReadOnlyFieldInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskTemplate$ReadOnlyFieldInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-task-template-required-field-info-property-builderclj

(build-cfn-task-template-required-field-info-property-builder builder id config)

The build-cfn-task-template-required-field-info-property-builder function updates a CfnTaskTemplate$RequiredFieldInfoProperty$Builder instance using the provided configuration. The function takes the CfnTaskTemplate$RequiredFieldInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
idsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:id
The build-cfn-task-template-required-field-info-property-builder function updates a CfnTaskTemplate$RequiredFieldInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnTaskTemplate$RequiredFieldInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-traffic-distribution-group-builderclj

(build-cfn-traffic-distribution-group-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-traffic-distribution-group-builder function updates a CfnTrafficDistributionGroup$Builder instance using the provided configuration.
  The function takes the CfnTrafficDistributionGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-traffic-distribution-group-props-builderclj

(build-cfn-traffic-distribution-group-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-traffic-distribution-group-props-builder function updates a CfnTrafficDistributionGroupProps$Builder instance using the provided configuration.
  The function takes the CfnTrafficDistributionGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-user-builderclj

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

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

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
directoryUserIdjava.lang.Stringcdk.support/lookup-entry:directory-user-id
hierarchyGroupArnjava.lang.Stringcdk.support/lookup-entry:hierarchy-group-arn
identityInfosoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:identity-info
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
passwordjava.lang.Stringcdk.support/lookup-entry:password
phoneConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:phone-config
routingProfileArnjava.lang.Stringcdk.support/lookup-entry:routing-profile-arn
securityProfileArnsjava.util.Listcdk.support/lookup-entry:security-profile-arns
tagsjava.util.Listcdk.support/lookup-entry:tags
userProficienciesjava.util.Listcdk.support/lookup-entry:user-proficiencies
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-user-builder function updates a CfnUser$Builder instance using the provided configuration.
  The function takes the CfnUser$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `directoryUserId` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-user-id` |
| `hierarchyGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:hierarchy-group-arn` |
| `identityInfo` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:identity-info` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `phoneConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:phone-config` |
| `routingProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:routing-profile-arn` |
| `securityProfileArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-profile-arns` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userProficiencies` | java.util.List | [[cdk.support/lookup-entry]] | `:user-proficiencies` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-user-hierarchy-group-builderclj

(build-cfn-user-hierarchy-group-builder builder id config)

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

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
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
parentGroupArnjava.lang.Stringcdk.support/lookup-entry:parent-group-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-user-hierarchy-group-builder function updates a CfnUserHierarchyGroup$Builder instance using the provided configuration.
  The function takes the CfnUserHierarchyGroup$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `parentGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-group-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-user-hierarchy-group-props-builderclj

(build-cfn-user-hierarchy-group-props-builder builder id config)

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

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
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
parentGroupArnjava.lang.Stringcdk.support/lookup-entry:parent-group-arn
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-user-hierarchy-group-props-builder function updates a CfnUserHierarchyGroupProps$Builder instance using the provided configuration.
  The function takes the CfnUserHierarchyGroupProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `parentGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-group-arn` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-user-props-builderclj

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

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

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
directoryUserIdjava.lang.Stringcdk.support/lookup-entry:directory-user-id
hierarchyGroupArnjava.lang.Stringcdk.support/lookup-entry:hierarchy-group-arn
identityInfosoftware.amazon.awscdk.services.connect.CfnUser$UserIdentityInfoPropertycdk.support/lookup-entry:identity-info
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
passwordjava.lang.Stringcdk.support/lookup-entry:password
phoneConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:phone-config
routingProfileArnjava.lang.Stringcdk.support/lookup-entry:routing-profile-arn
securityProfileArnsjava.util.Listcdk.support/lookup-entry:security-profile-arns
tagsjava.util.Listcdk.support/lookup-entry:tags
userProficienciesjava.util.Listcdk.support/lookup-entry:user-proficiencies
usernamejava.lang.Stringcdk.support/lookup-entry:username
The build-cfn-user-props-builder function updates a CfnUserProps$Builder instance using the provided configuration.
  The function takes the CfnUserProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `directoryUserId` | java.lang.String | [[cdk.support/lookup-entry]] | `:directory-user-id` |
| `hierarchyGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:hierarchy-group-arn` |
| `identityInfo` | software.amazon.awscdk.services.connect.CfnUser$UserIdentityInfoProperty | [[cdk.support/lookup-entry]] | `:identity-info` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `password` | java.lang.String | [[cdk.support/lookup-entry]] | `:password` |
| `phoneConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:phone-config` |
| `routingProfileArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:routing-profile-arn` |
| `securityProfileArns` | java.util.List | [[cdk.support/lookup-entry]] | `:security-profile-arns` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `userProficiencies` | java.util.List | [[cdk.support/lookup-entry]] | `:user-proficiencies` |
| `username` | java.lang.String | [[cdk.support/lookup-entry]] | `:username` |
sourceraw docstring

build-cfn-user-user-identity-info-property-builderclj

(build-cfn-user-user-identity-info-property-builder builder id config)

The build-cfn-user-user-identity-info-property-builder function updates a CfnUser$UserIdentityInfoProperty$Builder instance using the provided configuration. The function takes the CfnUser$UserIdentityInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
emailjava.lang.Stringcdk.support/lookup-entry:email
firstNamejava.lang.Stringcdk.support/lookup-entry:first-name
lastNamejava.lang.Stringcdk.support/lookup-entry:last-name
mobilejava.lang.Stringcdk.support/lookup-entry:mobile
secondaryEmailjava.lang.Stringcdk.support/lookup-entry:secondary-email
The build-cfn-user-user-identity-info-property-builder function updates a CfnUser$UserIdentityInfoProperty$Builder instance using the provided configuration.
  The function takes the CfnUser$UserIdentityInfoProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `email` | java.lang.String | [[cdk.support/lookup-entry]] | `:email` |
| `firstName` | java.lang.String | [[cdk.support/lookup-entry]] | `:first-name` |
| `lastName` | java.lang.String | [[cdk.support/lookup-entry]] | `:last-name` |
| `mobile` | java.lang.String | [[cdk.support/lookup-entry]] | `:mobile` |
| `secondaryEmail` | java.lang.String | [[cdk.support/lookup-entry]] | `:secondary-email` |
sourceraw docstring

build-cfn-user-user-phone-config-property-builderclj

(build-cfn-user-user-phone-config-property-builder builder id config)

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

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
afterContactWorkTimeLimitjava.lang.Numbercdk.support/lookup-entry:after-contact-work-time-limit
autoAcceptjava.lang.Booleancdk.support/lookup-entry:auto-accept
deskPhoneNumberjava.lang.Stringcdk.support/lookup-entry:desk-phone-number
phoneTypejava.lang.Stringcdk.support/lookup-entry:phone-type
The build-cfn-user-user-phone-config-property-builder function updates a CfnUser$UserPhoneConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnUser$UserPhoneConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `afterContactWorkTimeLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:after-contact-work-time-limit` |
| `autoAccept` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-accept` |
| `deskPhoneNumber` | java.lang.String | [[cdk.support/lookup-entry]] | `:desk-phone-number` |
| `phoneType` | java.lang.String | [[cdk.support/lookup-entry]] | `:phone-type` |
sourceraw docstring

build-cfn-user-user-proficiency-property-builderclj

(build-cfn-user-user-proficiency-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
attributeNamejava.lang.Stringcdk.support/lookup-entry:attribute-name
attributeValuejava.lang.Stringcdk.support/lookup-entry:attribute-value
leveljava.lang.Numbercdk.support/lookup-entry:level
The build-cfn-user-user-proficiency-property-builder function updates a CfnUser$UserProficiencyProperty$Builder instance using the provided configuration.
  The function takes the CfnUser$UserProficiencyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-view-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
actionsjava.util.Listcdk.support/lookup-entry:actions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
templatejava.lang.Objectcdk.support/lookup-entry:template
The build-cfn-view-builder function updates a CfnView$Builder instance using the provided configuration.
  The function takes the CfnView$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `template` | java.lang.Object | [[cdk.support/lookup-entry]] | `:template` |
sourceraw docstring

build-cfn-view-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
actionsjava.util.Listcdk.support/lookup-entry:actions
descriptionjava.lang.Stringcdk.support/lookup-entry:description
instanceArnjava.lang.Stringcdk.support/lookup-entry:instance-arn
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
templatejava.lang.Objectcdk.support/lookup-entry:template
The build-cfn-view-props-builder function updates a CfnViewProps$Builder instance using the provided configuration.
  The function takes the CfnViewProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `instanceArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:instance-arn` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `template` | java.lang.Object | [[cdk.support/lookup-entry]] | `:template` |
sourceraw docstring

build-cfn-view-version-builderclj

(build-cfn-view-version-builder builder id config)

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

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
versionDescriptionjava.lang.Stringcdk.support/lookup-entry:version-description
viewArnjava.lang.Stringcdk.support/lookup-entry:view-arn
viewContentSha256java.lang.Stringcdk.support/lookup-entry:view-content-sha256
The build-cfn-view-version-builder function updates a CfnViewVersion$Builder instance using the provided configuration.
  The function takes the CfnViewVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `versionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-description` |
| `viewArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:view-arn` |
| `viewContentSha256` | java.lang.String | [[cdk.support/lookup-entry]] | `:view-content-sha256` |
sourceraw docstring

build-cfn-view-version-props-builderclj

(build-cfn-view-version-props-builder builder id config)

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

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
versionDescriptionjava.lang.Stringcdk.support/lookup-entry:version-description
viewArnjava.lang.Stringcdk.support/lookup-entry:view-arn
viewContentSha256java.lang.Stringcdk.support/lookup-entry:view-content-sha256
The build-cfn-view-version-props-builder function updates a CfnViewVersionProps$Builder instance using the provided configuration.
  The function takes the CfnViewVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `versionDescription` | java.lang.String | [[cdk.support/lookup-entry]] | `:version-description` |
| `viewArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:view-arn` |
| `viewContentSha256` | java.lang.String | [[cdk.support/lookup-entry]] | `:view-content-sha256` |
sourceraw docstring

cfn-approved-origin-builderclj

(cfn-approved-origin-builder scope id config)

Creates a CfnApprovedOrigin$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  `CfnApprovedOrigin$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-approved-origin-props-builderclj

(cfn-approved-origin-props-builder id config)

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

(cfn-contact-flow-builder scope id config)

Creates a CfnContactFlow$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  `CfnContactFlow$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-contact-flow-module-builderclj

(cfn-contact-flow-module-builder scope id config)

Creates a CfnContactFlowModule$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  `CfnContactFlowModule$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-contact-flow-module-props-builderclj

(cfn-contact-flow-module-props-builder id config)

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

(cfn-contact-flow-props-builder id config)

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

(cfn-evaluation-form-builder scope id config)

Creates a CfnEvaluationForm$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  `CfnEvaluationForm$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-evaluation-form-evaluation-form-base-item-property-builderclj

(cfn-evaluation-form-evaluation-form-base-item-property-builder id config)

Creates a CfnEvaluationForm$EvaluationFormBaseItemProperty$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  `CfnEvaluationForm$EvaluationFormBaseItemProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-item-property-builderclj

(cfn-evaluation-form-evaluation-form-item-property-builder id config)

Creates a CfnEvaluationForm$EvaluationFormItemProperty$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  `CfnEvaluationForm$EvaluationFormItemProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-numeric-question-automation-property-builderclj

(cfn-evaluation-form-evaluation-form-numeric-question-automation-property-builder
  id
  config)

Creates a CfnEvaluationForm$EvaluationFormNumericQuestionAutomationProperty$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  `CfnEvaluationForm$EvaluationFormNumericQuestionAutomationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-numeric-question-option-property-builderclj

(cfn-evaluation-form-evaluation-form-numeric-question-option-property-builder
  id
  config)

Creates a CfnEvaluationForm$EvaluationFormNumericQuestionOptionProperty$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  `CfnEvaluationForm$EvaluationFormNumericQuestionOptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-numeric-question-properties-property-builderclj

(cfn-evaluation-form-evaluation-form-numeric-question-properties-property-builder
  id
  config)

Creates a CfnEvaluationForm$EvaluationFormNumericQuestionPropertiesProperty$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  `CfnEvaluationForm$EvaluationFormNumericQuestionPropertiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-question-property-builderclj

(cfn-evaluation-form-evaluation-form-question-property-builder id config)

Creates a CfnEvaluationForm$EvaluationFormQuestionProperty$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  `CfnEvaluationForm$EvaluationFormQuestionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-question-type-properties-property-builderclj

(cfn-evaluation-form-evaluation-form-question-type-properties-property-builder
  id
  config)

Creates a CfnEvaluationForm$EvaluationFormQuestionTypePropertiesProperty$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  `CfnEvaluationForm$EvaluationFormQuestionTypePropertiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-section-property-builderclj

(cfn-evaluation-form-evaluation-form-section-property-builder id config)

Creates a CfnEvaluationForm$EvaluationFormSectionProperty$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  `CfnEvaluationForm$EvaluationFormSectionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-single-select-question-automation-option-property-builderclj

(cfn-evaluation-form-evaluation-form-single-select-question-automation-option-property-builder
  id
  config)

Creates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationOptionProperty$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  `CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationOptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-single-select-question-automation-property-builderclj

(cfn-evaluation-form-evaluation-form-single-select-question-automation-property-builder
  id
  config)

Creates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationProperty$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  `CfnEvaluationForm$EvaluationFormSingleSelectQuestionAutomationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-single-select-question-option-property-builderclj

(cfn-evaluation-form-evaluation-form-single-select-question-option-property-builder
  id
  config)

Creates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionOptionProperty$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  `CfnEvaluationForm$EvaluationFormSingleSelectQuestionOptionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-evaluation-form-single-select-question-properties-property-builderclj

(cfn-evaluation-form-evaluation-form-single-select-question-properties-property-builder
  id
  config)

Creates a CfnEvaluationForm$EvaluationFormSingleSelectQuestionPropertiesProperty$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  `CfnEvaluationForm$EvaluationFormSingleSelectQuestionPropertiesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-numeric-question-property-value-automation-property-builderclj

(cfn-evaluation-form-numeric-question-property-value-automation-property-builder
  id
  config)

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

(cfn-evaluation-form-props-builder id config)

Creates a CfnEvaluationFormProps$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  `CfnEvaluationFormProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-scoring-strategy-property-builderclj

(cfn-evaluation-form-scoring-strategy-property-builder id config)

Creates a CfnEvaluationForm$ScoringStrategyProperty$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  `CfnEvaluationForm$ScoringStrategyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-evaluation-form-single-select-question-rule-category-automation-property-builderclj

(cfn-evaluation-form-single-select-question-rule-category-automation-property-builder
  id
  config)

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

(cfn-hours-of-operation-builder scope id config)

Creates a CfnHoursOfOperation$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  `CfnHoursOfOperation$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-hours-of-operation-hours-of-operation-config-property-builderclj

(cfn-hours-of-operation-hours-of-operation-config-property-builder id config)

Creates a CfnHoursOfOperation$HoursOfOperationConfigProperty$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  `CfnHoursOfOperation$HoursOfOperationConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-hours-of-operation-hours-of-operation-time-slice-property-builderclj

(cfn-hours-of-operation-hours-of-operation-time-slice-property-builder id
                                                                       config)

Creates a CfnHoursOfOperation$HoursOfOperationTimeSliceProperty$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  `CfnHoursOfOperation$HoursOfOperationTimeSliceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-hours-of-operation-props-builderclj

(cfn-hours-of-operation-props-builder id config)

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

(cfn-instance-attributes-property-builder id config)

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

(cfn-instance-builder scope id config)

Creates a CfnInstance$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  `CfnInstance$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-instance-props-builderclj

(cfn-instance-props-builder id config)

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

(cfn-instance-storage-config-builder scope id config)

Creates a CfnInstanceStorageConfig$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  `CfnInstanceStorageConfig$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-instance-storage-config-encryption-config-property-builderclj

(cfn-instance-storage-config-encryption-config-property-builder id config)

Creates a CfnInstanceStorageConfig$EncryptionConfigProperty$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  `CfnInstanceStorageConfig$EncryptionConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-instance-storage-config-kinesis-firehose-config-property-builderclj

(cfn-instance-storage-config-kinesis-firehose-config-property-builder id config)

Creates a CfnInstanceStorageConfig$KinesisFirehoseConfigProperty$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  `CfnInstanceStorageConfig$KinesisFirehoseConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-instance-storage-config-kinesis-stream-config-property-builderclj

(cfn-instance-storage-config-kinesis-stream-config-property-builder id config)

Creates a CfnInstanceStorageConfig$KinesisStreamConfigProperty$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  `CfnInstanceStorageConfig$KinesisStreamConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-instance-storage-config-kinesis-video-stream-config-property-builderclj

(cfn-instance-storage-config-kinesis-video-stream-config-property-builder
  id
  config)

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

(cfn-instance-storage-config-props-builder id config)

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

(cfn-instance-storage-config-s3-config-property-builder id config)

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

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

cfn-integration-association-builderclj

(cfn-integration-association-builder scope id config)

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

cfn-integration-association-props-builderclj

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

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

(cfn-phone-number-builder scope id config)

Creates a CfnPhoneNumber$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  `CfnPhoneNumber$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-phone-number-props-builderclj

(cfn-phone-number-props-builder id config)

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

(cfn-predefined-attribute-builder scope id config)

Creates a CfnPredefinedAttribute$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  `CfnPredefinedAttribute$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-predefined-attribute-props-builderclj

(cfn-predefined-attribute-props-builder id config)

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

(cfn-predefined-attribute-values-property-builder id config)

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

(cfn-prompt-builder scope id config)

Creates a CfnPrompt$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  `CfnPrompt$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-prompt-props-builderclj

(cfn-prompt-props-builder id config)

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

(cfn-queue-builder scope id config)

Creates a CfnQueue$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  `CfnQueue$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-queue-outbound-caller-config-property-builderclj

(cfn-queue-outbound-caller-config-property-builder id config)

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

(cfn-queue-props-builder id config)

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

(cfn-quick-connect-builder scope id config)

Creates a CfnQuickConnect$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  `CfnQuickConnect$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-quick-connect-phone-number-quick-connect-config-property-builderclj

(cfn-quick-connect-phone-number-quick-connect-config-property-builder id config)

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

(cfn-quick-connect-props-builder id config)

Creates a CfnQuickConnectProps$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  `CfnQuickConnectProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-quick-connect-queue-quick-connect-config-property-builderclj

(cfn-quick-connect-queue-quick-connect-config-property-builder id config)

Creates a CfnQuickConnect$QueueQuickConnectConfigProperty$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  `CfnQuickConnect$QueueQuickConnectConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-quick-connect-quick-connect-config-property-builderclj

(cfn-quick-connect-quick-connect-config-property-builder id config)

Creates a CfnQuickConnect$QuickConnectConfigProperty$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  `CfnQuickConnect$QuickConnectConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-quick-connect-user-quick-connect-config-property-builderclj

(cfn-quick-connect-user-quick-connect-config-property-builder id config)

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

(cfn-routing-profile-builder scope id config)

Creates a CfnRoutingProfile$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  `CfnRoutingProfile$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-routing-profile-cross-channel-behavior-property-builderclj

(cfn-routing-profile-cross-channel-behavior-property-builder id config)

Creates a CfnRoutingProfile$CrossChannelBehaviorProperty$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  `CfnRoutingProfile$CrossChannelBehaviorProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-routing-profile-media-concurrency-property-builderclj

(cfn-routing-profile-media-concurrency-property-builder id config)

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

(cfn-routing-profile-props-builder id config)

Creates a CfnRoutingProfileProps$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  `CfnRoutingProfileProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-routing-profile-routing-profile-queue-config-property-builderclj

(cfn-routing-profile-routing-profile-queue-config-property-builder id config)

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

(cfn-routing-profile-routing-profile-queue-reference-property-builder id config)

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

(cfn-rule-actions-property-builder id config)

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

(cfn-rule-builder scope id config)

Creates a CfnRule$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  `CfnRule$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-rule-create-case-action-property-builderclj

(cfn-rule-create-case-action-property-builder id config)

Creates a CfnRule$CreateCaseActionProperty$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  `CfnRule$CreateCaseActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-rule-event-bridge-action-property-builderclj

(cfn-rule-event-bridge-action-property-builder id config)

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

(cfn-rule-field-property-builder id config)

Creates a CfnRule$FieldProperty$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  `CfnRule$FieldProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-rule-field-value-property-builderclj

(cfn-rule-field-value-property-builder id config)

Creates a CfnRule$FieldValueProperty$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  `CfnRule$FieldValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-rule-notification-recipient-type-property-builderclj

(cfn-rule-notification-recipient-type-property-builder id config)

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

(cfn-rule-props-builder id config)

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

(cfn-rule-reference-property-builder id config)

Creates a CfnRule$ReferenceProperty$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  `CfnRule$ReferenceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-rule-rule-trigger-event-source-property-builderclj

(cfn-rule-rule-trigger-event-source-property-builder id config)

Creates a CfnRule$RuleTriggerEventSourceProperty$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  `CfnRule$RuleTriggerEventSourceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-rule-send-notification-action-property-builderclj

(cfn-rule-send-notification-action-property-builder id config)

Creates a CfnRule$SendNotificationActionProperty$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  `CfnRule$SendNotificationActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-rule-task-action-property-builderclj

(cfn-rule-task-action-property-builder id config)

Creates a CfnRule$TaskActionProperty$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  `CfnRule$TaskActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-rule-update-case-action-property-builderclj

(cfn-rule-update-case-action-property-builder id config)

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

(cfn-security-key-builder scope id config)

Creates a CfnSecurityKey$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  `CfnSecurityKey$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-security-key-props-builderclj

(cfn-security-key-props-builder id config)

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

(cfn-security-profile-application-property-builder id config)

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

(cfn-security-profile-builder scope id config)

Creates a CfnSecurityProfile$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  `CfnSecurityProfile$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-security-profile-props-builderclj

(cfn-security-profile-props-builder id config)

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

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

Creates a CfnTaskTemplate$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  `CfnTaskTemplate$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-task-template-constraints-property-builderclj

(cfn-task-template-constraints-property-builder id config)

Creates a CfnTaskTemplate$ConstraintsProperty$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  `CfnTaskTemplate$ConstraintsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-template-default-field-value-property-builderclj

(cfn-task-template-default-field-value-property-builder id config)

Creates a CfnTaskTemplate$DefaultFieldValueProperty$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  `CfnTaskTemplate$DefaultFieldValueProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-template-field-identifier-property-builderclj

(cfn-task-template-field-identifier-property-builder id config)

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

(cfn-task-template-field-property-builder id config)

Creates a CfnTaskTemplate$FieldProperty$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  `CfnTaskTemplate$FieldProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-template-invisible-field-info-property-builderclj

(cfn-task-template-invisible-field-info-property-builder id config)

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

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

Creates a CfnTaskTemplateProps$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  `CfnTaskTemplateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-template-read-only-field-info-property-builderclj

(cfn-task-template-read-only-field-info-property-builder id config)

Creates a CfnTaskTemplate$ReadOnlyFieldInfoProperty$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  `CfnTaskTemplate$ReadOnlyFieldInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-task-template-required-field-info-property-builderclj

(cfn-task-template-required-field-info-property-builder id config)

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

(cfn-traffic-distribution-group-builder scope id config)

Creates a CfnTrafficDistributionGroup$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  `CfnTrafficDistributionGroup$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-traffic-distribution-group-props-builderclj

(cfn-traffic-distribution-group-props-builder id config)

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

(cfn-user-builder scope id config)

Creates a CfnUser$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  `CfnUser$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-user-hierarchy-group-builderclj

(cfn-user-hierarchy-group-builder scope id config)

Creates a CfnUserHierarchyGroup$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  `CfnUserHierarchyGroup$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-user-hierarchy-group-props-builderclj

(cfn-user-hierarchy-group-props-builder id config)

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

(cfn-user-props-builder id config)

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

(cfn-user-user-identity-info-property-builder id config)

Creates a CfnUser$UserIdentityInfoProperty$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  `CfnUser$UserIdentityInfoProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-user-user-phone-config-property-builderclj

(cfn-user-user-phone-config-property-builder id config)

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

(cfn-user-user-proficiency-property-builder id config)

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

(cfn-view-builder scope id config)

Creates a CfnView$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  `CfnView$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-view-props-builderclj

(cfn-view-props-builder id config)

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

(cfn-view-version-builder scope id config)

Creates a CfnViewVersion$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  `CfnViewVersion$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-view-version-props-builderclj

(cfn-view-version-props-builder id config)

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