Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.apigateway

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

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

access-log-destination-config-builderclj

(access-log-destination-config-builder id config)

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

add-api-key-options-builderclj

(add-api-key-options-builder id config)

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

api-definition-config-builderclj

(api-definition-config-builder id config)

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

api-definition-s3-location-builderclj

(api-definition-s3-location-builder id config)

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

api-key-builderclj

(api-key-builder scope id config)

Creates a ApiKey$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  `ApiKey$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

api-key-options-builderclj

(api-key-options-builder id config)

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

api-key-props-builderclj

(api-key-props-builder id config)

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

api-key-source-typeclj

(api-key-source-type config id item-key)

The api-key-source-type function data interprets values in the provided config data into a ApiKeySourceType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of ApiKeySourceType - the value is returned.
  • is :authorizer - ApiKeySourceType/AUTHORIZER is returned
  • is :header - ApiKeySourceType/HEADER is returned

If a value is not found or matches the above criteria, nil is returned.

The `api-key-source-type` function data interprets values in the provided config data into a 
`ApiKeySourceType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `ApiKeySourceType` - the value is returned.
* is `:authorizer` - `ApiKeySourceType/AUTHORIZER` is returned
* is `:header` - `ApiKeySourceType/HEADER` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

api-mapping-options-builderclj

(api-mapping-options-builder id config)

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

asset-api-definition-builderclj

(asset-api-definition-builder path id config)

Creates a AssetApiDefinition$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | path | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `AssetApiDefinition$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| path | java.lang.String |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

authorization-typeclj

(authorization-type config id item-key)

The authorization-type function data interprets values in the provided config data into a AuthorizationType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of AuthorizationType - the value is returned.
  • is :none - AuthorizationType/NONE is returned
  • is :iam - AuthorizationType/IAM is returned
  • is :cognito - AuthorizationType/COGNITO is returned
  • is :custom - AuthorizationType/CUSTOM is returned

If a value is not found or matches the above criteria, nil is returned.

The `authorization-type` function data interprets values in the provided config data into a 
`AuthorizationType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `AuthorizationType` - the value is returned.
* is `:none` - `AuthorizationType/NONE` is returned
* is `:iam` - `AuthorizationType/IAM` is returned
* is `:cognito` - `AuthorizationType/COGNITO` is returned
* is `:custom` - `AuthorizationType/CUSTOM` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

aws-integration-builderclj

(aws-integration-builder id config)

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

aws-integration-props-builderclj

(aws-integration-props-builder id config)

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

base-path-mapping-builderclj

(base-path-mapping-builder scope id config)

Creates a BasePathMapping$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  `BasePathMapping$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

base-path-mapping-options-builderclj

(base-path-mapping-options-builder id config)

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

base-path-mapping-props-builderclj

(base-path-mapping-props-builder id config)

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

build-access-log-destination-config-builderclj

(build-access-log-destination-config-builder builder id config)

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

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
destinationArnjava.lang.Stringcdk.support/lookup-entry:destination-arn
The build-access-log-destination-config-builder function updates a AccessLogDestinationConfig$Builder instance using the provided configuration.
  The function takes the AccessLogDestinationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-add-api-key-options-builderclj

(build-add-api-key-options-builder builder id config)

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

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
overrideLogicalIdjava.lang.Stringcdk.support/lookup-entry:override-logical-id
The build-add-api-key-options-builder function updates a AddApiKeyOptions$Builder instance using the provided configuration.
  The function takes the AddApiKeyOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-api-definition-config-builderclj

(build-api-definition-config-builder builder id config)

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

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
inlineDefinitionjava.lang.Objectcdk.support/lookup-entry:inline-definition
s3Locationsoftware.amazon.awscdk.services.apigateway.ApiDefinitionS3Locationcdk.support/lookup-entry:s3-location
The build-api-definition-config-builder function updates a ApiDefinitionConfig$Builder instance using the provided configuration.
  The function takes the ApiDefinitionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `inlineDefinition` | java.lang.Object | [[cdk.support/lookup-entry]] | `:inline-definition` |
| `s3Location` | software.amazon.awscdk.services.apigateway.ApiDefinitionS3Location | [[cdk.support/lookup-entry]] | `:s3-location` |
sourceraw docstring

build-api-definition-s3-location-builderclj

(build-api-definition-s3-location-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-api-definition-s3-location-builder function updates a ApiDefinitionS3Location$Builder instance using the provided configuration.
  The function takes the ApiDefinitionS3Location$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-api-key-builderclj

(build-api-key-builder builder id config)

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

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
apiKeyNamejava.lang.Stringcdk.support/lookup-entry:api-key-name
customerIdjava.lang.Stringcdk.support/lookup-entry:customer-id
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
generateDistinctIdjava.lang.Booleancdk.support/lookup-entry:generate-distinct-id
resourcesjava.util.Listcdk.support/lookup-entry:resources
stagesjava.util.Listcdk.support/lookup-entry:stages
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-api-key-builder function updates a ApiKey$Builder instance using the provided configuration.
  The function takes the ApiKey$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-name` |
| `customerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-id` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `generateDistinctId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:generate-distinct-id` |
| `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` |
| `stages` | java.util.List | [[cdk.support/lookup-entry]] | `:stages` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-api-key-options-builderclj

(build-api-key-options-builder builder id config)

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

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
apiKeyNamejava.lang.Stringcdk.support/lookup-entry:api-key-name
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-api-key-options-builder function updates a ApiKeyOptions$Builder instance using the provided configuration.
  The function takes the ApiKeyOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-name` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-api-key-props-builderclj

(build-api-key-props-builder builder id config)

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

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
apiKeyNamejava.lang.Stringcdk.support/lookup-entry:api-key-name
customerIdjava.lang.Stringcdk.support/lookup-entry:customer-id
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
generateDistinctIdjava.lang.Booleancdk.support/lookup-entry:generate-distinct-id
resourcesjava.util.Listcdk.support/lookup-entry:resources
stagesjava.util.Listcdk.support/lookup-entry:stages
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-api-key-props-builder function updates a ApiKeyProps$Builder instance using the provided configuration.
  The function takes the ApiKeyProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-name` |
| `customerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-id` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `generateDistinctId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:generate-distinct-id` |
| `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` |
| `stages` | java.util.List | [[cdk.support/lookup-entry]] | `:stages` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-api-mapping-options-builderclj

(build-api-mapping-options-builder builder id config)

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

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
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
The build-api-mapping-options-builder function updates a ApiMappingOptions$Builder instance using the provided configuration.
  The function takes the ApiMappingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-asset-api-definition-builderclj

(build-asset-api-definition-builder builder id config)

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

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
assetHashjava.lang.Stringcdk.support/lookup-entry:asset-hash
assetHashTypesoftware.amazon.awscdk.AssetHashTypecdk.api/asset-hash-type:asset-hash-type
bundlingsoftware.amazon.awscdk.BundlingOptionscdk.support/lookup-entry:bundling
deployTimejava.lang.Booleancdk.support/lookup-entry:deploy-time
excludejava.util.Listcdk.support/lookup-entry:exclude
followSymlinkssoftware.amazon.awscdk.SymlinkFollowModecdk.api/symlink-follow-mode:follow-symlinks
ignoreModesoftware.amazon.awscdk.IgnoreModecdk.api/ignore-mode:ignore-mode
readersjava.util.Listcdk.support/lookup-entry:readers
The build-asset-api-definition-builder function updates a AssetApiDefinition$Builder instance using the provided configuration.
  The function takes the AssetApiDefinition$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assetHash` | java.lang.String | [[cdk.support/lookup-entry]] | `:asset-hash` |
| `assetHashType` | software.amazon.awscdk.AssetHashType | [[cdk.api/asset-hash-type]] | `:asset-hash-type` |
| `bundling` | software.amazon.awscdk.BundlingOptions | [[cdk.support/lookup-entry]] | `:bundling` |
| `deployTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy-time` |
| `exclude` | java.util.List | [[cdk.support/lookup-entry]] | `:exclude` |
| `followSymlinks` | software.amazon.awscdk.SymlinkFollowMode | [[cdk.api/symlink-follow-mode]] | `:follow-symlinks` |
| `ignoreMode` | software.amazon.awscdk.IgnoreMode | [[cdk.api/ignore-mode]] | `:ignore-mode` |
| `readers` | java.util.List | [[cdk.support/lookup-entry]] | `:readers` |
sourceraw docstring

build-aws-integration-builderclj

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

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

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
actionjava.lang.Stringcdk.support/lookup-entry:action
actionParametersjava.util.Mapcdk.support/lookup-entry:action-parameters
integrationHttpMethodjava.lang.Stringcdk.support/lookup-entry:integration-http-method
optionssoftware.amazon.awscdk.services.apigateway.IntegrationOptionscdk.support/lookup-entry:options
pathjava.lang.Stringcdk.support/lookup-entry:path
proxyjava.lang.Booleancdk.support/lookup-entry:proxy
regionjava.lang.Stringcdk.support/lookup-entry:region
servicejava.lang.Stringcdk.support/lookup-entry:service
subdomainjava.lang.Stringcdk.support/lookup-entry:subdomain
The build-aws-integration-builder function updates a AwsIntegration$Builder instance using the provided configuration.
  The function takes the AwsIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `actionParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:action-parameters` |
| `integrationHttpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-http-method` |
| `options` | software.amazon.awscdk.services.apigateway.IntegrationOptions | [[cdk.support/lookup-entry]] | `:options` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `proxy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
| `subdomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdomain` |
sourceraw docstring

build-aws-integration-props-builderclj

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

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

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
actionjava.lang.Stringcdk.support/lookup-entry:action
actionParametersjava.util.Mapcdk.support/lookup-entry:action-parameters
integrationHttpMethodjava.lang.Stringcdk.support/lookup-entry:integration-http-method
optionssoftware.amazon.awscdk.services.apigateway.IntegrationOptionscdk.support/lookup-entry:options
pathjava.lang.Stringcdk.support/lookup-entry:path
proxyjava.lang.Booleancdk.support/lookup-entry:proxy
regionjava.lang.Stringcdk.support/lookup-entry:region
servicejava.lang.Stringcdk.support/lookup-entry:service
subdomainjava.lang.Stringcdk.support/lookup-entry:subdomain
The build-aws-integration-props-builder function updates a AwsIntegrationProps$Builder instance using the provided configuration.
  The function takes the AwsIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `action` | java.lang.String | [[cdk.support/lookup-entry]] | `:action` |
| `actionParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:action-parameters` |
| `integrationHttpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-http-method` |
| `options` | software.amazon.awscdk.services.apigateway.IntegrationOptions | [[cdk.support/lookup-entry]] | `:options` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `proxy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy` |
| `region` | java.lang.String | [[cdk.support/lookup-entry]] | `:region` |
| `service` | java.lang.String | [[cdk.support/lookup-entry]] | `:service` |
| `subdomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:subdomain` |
sourceraw docstring

build-base-path-mapping-builderclj

(build-base-path-mapping-builder builder id config)

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

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
attachToStagejava.lang.Booleancdk.support/lookup-entry:attach-to-stage
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
domainNamesoftware.amazon.awscdk.services.apigateway.IDomainNamecdk.support/lookup-entry:domain-name
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
stagesoftware.amazon.awscdk.services.apigateway.Stagecdk.support/lookup-entry:stage
The build-base-path-mapping-builder function updates a BasePathMapping$Builder instance using the provided configuration.
  The function takes the BasePathMapping$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attachToStage` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:attach-to-stage` |
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `domainName` | software.amazon.awscdk.services.apigateway.IDomainName | [[cdk.support/lookup-entry]] | `:domain-name` |
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
| `stage` | software.amazon.awscdk.services.apigateway.Stage | [[cdk.support/lookup-entry]] | `:stage` |
sourceraw docstring

build-base-path-mapping-options-builderclj

(build-base-path-mapping-options-builder builder id config)

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

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
attachToStagejava.lang.Booleancdk.support/lookup-entry:attach-to-stage
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
stagesoftware.amazon.awscdk.services.apigateway.Stagecdk.support/lookup-entry:stage
The build-base-path-mapping-options-builder function updates a BasePathMappingOptions$Builder instance using the provided configuration.
  The function takes the BasePathMappingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attachToStage` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:attach-to-stage` |
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `stage` | software.amazon.awscdk.services.apigateway.Stage | [[cdk.support/lookup-entry]] | `:stage` |
sourceraw docstring

build-base-path-mapping-props-builderclj

(build-base-path-mapping-props-builder builder id config)

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

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
attachToStagejava.lang.Booleancdk.support/lookup-entry:attach-to-stage
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
domainNamesoftware.amazon.awscdk.services.apigateway.IDomainNamecdk.support/lookup-entry:domain-name
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
stagesoftware.amazon.awscdk.services.apigateway.Stagecdk.support/lookup-entry:stage
The build-base-path-mapping-props-builder function updates a BasePathMappingProps$Builder instance using the provided configuration.
  The function takes the BasePathMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attachToStage` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:attach-to-stage` |
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `domainName` | software.amazon.awscdk.services.apigateway.IDomainName | [[cdk.support/lookup-entry]] | `:domain-name` |
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
| `stage` | software.amazon.awscdk.services.apigateway.Stage | [[cdk.support/lookup-entry]] | `:stage` |
sourceraw docstring

build-cfn-account-builderclj

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

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

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
cloudWatchRoleArnjava.lang.Stringcdk.support/lookup-entry:cloud-watch-role-arn
The build-cfn-account-builder function updates a CfnAccount$Builder instance using the provided configuration.
  The function takes the CfnAccount$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-account-props-builderclj

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

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

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
cloudWatchRoleArnjava.lang.Stringcdk.support/lookup-entry:cloud-watch-role-arn
The build-cfn-account-props-builder function updates a CfnAccountProps$Builder instance using the provided configuration.
  The function takes the CfnAccountProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-api-key-builderclj

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

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

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
customerIdjava.lang.Stringcdk.support/lookup-entry:customer-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
generateDistinctIdjava.lang.Booleancdk.support/lookup-entry:generate-distinct-id
namejava.lang.Stringcdk.support/lookup-entry:name
stageKeysjava.util.Listcdk.support/lookup-entry:stage-keys
tagsjava.util.Listcdk.support/lookup-entry:tags
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-api-key-builder function updates a CfnApiKey$Builder instance using the provided configuration.
  The function takes the CfnApiKey$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-id` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `generateDistinctId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:generate-distinct-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `stageKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:stage-keys` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-api-key-props-builderclj

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

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

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
customerIdjava.lang.Stringcdk.support/lookup-entry:customer-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
generateDistinctIdjava.lang.Booleancdk.support/lookup-entry:generate-distinct-id
namejava.lang.Stringcdk.support/lookup-entry:name
stageKeysjava.util.Listcdk.support/lookup-entry:stage-keys
tagsjava.util.Listcdk.support/lookup-entry:tags
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-api-key-props-builder function updates a CfnApiKeyProps$Builder instance using the provided configuration.
  The function takes the CfnApiKeyProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-id` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `generateDistinctId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:generate-distinct-id` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `stageKeys` | java.util.List | [[cdk.support/lookup-entry]] | `:stage-keys` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-api-key-stage-key-property-builderclj

(build-cfn-api-key-stage-key-property-builder builder id config)

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

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
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
The build-cfn-api-key-stage-key-property-builder function updates a CfnApiKey$StageKeyProperty$Builder instance using the provided configuration.
  The function takes the CfnApiKey$StageKeyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
sourceraw docstring

build-cfn-authorizer-builderclj

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

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

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
authTypejava.lang.Stringcdk.support/lookup-entry:auth-type
authorizerCredentialsjava.lang.Stringcdk.support/lookup-entry:authorizer-credentials
authorizerResultTtlInSecondsjava.lang.Numbercdk.support/lookup-entry:authorizer-result-ttl-in-seconds
authorizerUrijava.lang.Stringcdk.support/lookup-entry:authorizer-uri
identitySourcejava.lang.Stringcdk.support/lookup-entry:identity-source
identityValidationExpressionjava.lang.Stringcdk.support/lookup-entry:identity-validation-expression
namejava.lang.Stringcdk.support/lookup-entry:name
providerArnsjava.util.Listcdk.support/lookup-entry:provider-arns
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-authorizer-builder function updates a CfnAuthorizer$Builder instance using the provided configuration.
  The function takes the CfnAuthorizer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` |
| `authorizerCredentials` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-credentials` |
| `authorizerResultTtlInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:authorizer-result-ttl-in-seconds` |
| `authorizerUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-uri` |
| `identitySource` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-source` |
| `identityValidationExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-validation-expression` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `providerArns` | java.util.List | [[cdk.support/lookup-entry]] | `:provider-arns` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-authorizer-props-builderclj

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

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

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
authTypejava.lang.Stringcdk.support/lookup-entry:auth-type
authorizerCredentialsjava.lang.Stringcdk.support/lookup-entry:authorizer-credentials
authorizerResultTtlInSecondsjava.lang.Numbercdk.support/lookup-entry:authorizer-result-ttl-in-seconds
authorizerUrijava.lang.Stringcdk.support/lookup-entry:authorizer-uri
identitySourcejava.lang.Stringcdk.support/lookup-entry:identity-source
identityValidationExpressionjava.lang.Stringcdk.support/lookup-entry:identity-validation-expression
namejava.lang.Stringcdk.support/lookup-entry:name
providerArnsjava.util.Listcdk.support/lookup-entry:provider-arns
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-authorizer-props-builder function updates a CfnAuthorizerProps$Builder instance using the provided configuration.
  The function takes the CfnAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authType` | java.lang.String | [[cdk.support/lookup-entry]] | `:auth-type` |
| `authorizerCredentials` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-credentials` |
| `authorizerResultTtlInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:authorizer-result-ttl-in-seconds` |
| `authorizerUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-uri` |
| `identitySource` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-source` |
| `identityValidationExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-validation-expression` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `providerArns` | java.util.List | [[cdk.support/lookup-entry]] | `:provider-arns` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-base-path-mapping-builderclj

(build-cfn-base-path-mapping-builder builder id config)

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

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
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
idjava.lang.Stringcdk.support/lookup-entry:id
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
stagejava.lang.Stringcdk.support/lookup-entry:stage
The build-cfn-base-path-mapping-builder function updates a CfnBasePathMapping$Builder instance using the provided configuration.
  The function takes the CfnBasePathMapping$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `stage` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage` |
sourceraw docstring

build-cfn-base-path-mapping-props-builderclj

(build-cfn-base-path-mapping-props-builder builder id config)

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

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
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
idjava.lang.Stringcdk.support/lookup-entry:id
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
stagejava.lang.Stringcdk.support/lookup-entry:stage
The build-cfn-base-path-mapping-props-builder function updates a CfnBasePathMappingProps$Builder instance using the provided configuration.
  The function takes the CfnBasePathMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `stage` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage` |
sourceraw docstring

build-cfn-client-certificate-builderclj

(build-cfn-client-certificate-builder builder id config)

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

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
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-client-certificate-builder function updates a CfnClientCertificate$Builder instance using the provided configuration.
  The function takes the CfnClientCertificate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-client-certificate-props-builderclj

(build-cfn-client-certificate-props-builder builder id config)

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

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
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-client-certificate-props-builder function updates a CfnClientCertificateProps$Builder instance using the provided configuration.
  The function takes the CfnClientCertificateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-cfn-deployment-access-log-setting-property-builderclj

(build-cfn-deployment-access-log-setting-property-builder builder id config)

The build-cfn-deployment-access-log-setting-property-builder function updates a CfnDeployment$AccessLogSettingProperty$Builder instance using the provided configuration. The function takes the CfnDeployment$AccessLogSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationArnjava.lang.Stringcdk.support/lookup-entry:destination-arn
formatjava.lang.Stringcdk.support/lookup-entry:format
The build-cfn-deployment-access-log-setting-property-builder function updates a CfnDeployment$AccessLogSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$AccessLogSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-deployment-builderclj

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

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

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
deploymentCanarySettingssoftware.amazon.awscdk.services.apigateway.CfnDeployment$DeploymentCanarySettingsPropertycdk.support/lookup-entry:deployment-canary-settings
descriptionjava.lang.Stringcdk.support/lookup-entry:description
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
stageDescriptionsoftware.amazon.awscdk.services.apigateway.CfnDeployment$StageDescriptionPropertycdk.support/lookup-entry:stage-description
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
The build-cfn-deployment-builder function updates a CfnDeployment$Builder instance using the provided configuration.
  The function takes the CfnDeployment$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deploymentCanarySettings` | software.amazon.awscdk.services.apigateway.CfnDeployment$DeploymentCanarySettingsProperty | [[cdk.support/lookup-entry]] | `:deployment-canary-settings` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `stageDescription` | software.amazon.awscdk.services.apigateway.CfnDeployment$StageDescriptionProperty | [[cdk.support/lookup-entry]] | `:stage-description` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
sourceraw docstring

build-cfn-deployment-canary-setting-property-builderclj

(build-cfn-deployment-canary-setting-property-builder builder id config)

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

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
percentTrafficjava.lang.Numbercdk.support/lookup-entry:percent-traffic
stageVariableOverridessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stage-variable-overrides
useStageCachesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-stage-cache
The build-cfn-deployment-canary-setting-property-builder function updates a CfnDeployment$CanarySettingProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$CanarySettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `percentTraffic` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percent-traffic` |
| `stageVariableOverrides` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stage-variable-overrides` |
| `useStageCache` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-stage-cache` |
sourceraw docstring

build-cfn-deployment-deployment-canary-settings-property-builderclj

(build-cfn-deployment-deployment-canary-settings-property-builder builder
                                                                  id
                                                                  config)

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

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
percentTrafficjava.lang.Numbercdk.support/lookup-entry:percent-traffic
stageVariableOverridesjava.util.Mapcdk.support/lookup-entry:stage-variable-overrides
useStageCachesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-stage-cache
The build-cfn-deployment-deployment-canary-settings-property-builder function updates a CfnDeployment$DeploymentCanarySettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$DeploymentCanarySettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `percentTraffic` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percent-traffic` |
| `stageVariableOverrides` | java.util.Map | [[cdk.support/lookup-entry]] | `:stage-variable-overrides` |
| `useStageCache` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-stage-cache` |
sourceraw docstring

build-cfn-deployment-method-setting-property-builderclj

(build-cfn-deployment-method-setting-property-builder builder id config)

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

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
cacheDataEncryptedjava.lang.Booleancdk.support/lookup-entry:cache-data-encrypted
cacheTtlInSecondsjava.lang.Numbercdk.support/lookup-entry:cache-ttl-in-seconds
cachingEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:caching-enabled
dataTraceEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:data-trace-enabled
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
loggingLeveljava.lang.Stringcdk.support/lookup-entry:logging-level
metricsEnabledjava.lang.Booleancdk.support/lookup-entry:metrics-enabled
resourcePathjava.lang.Stringcdk.support/lookup-entry:resource-path
throttlingBurstLimitjava.lang.Numbercdk.support/lookup-entry:throttling-burst-limit
throttlingRateLimitjava.lang.Numbercdk.support/lookup-entry:throttling-rate-limit
The build-cfn-deployment-method-setting-property-builder function updates a CfnDeployment$MethodSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$MethodSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheDataEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-data-encrypted` |
| `cacheTtlInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cache-ttl-in-seconds` |
| `cachingEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:caching-enabled` |
| `dataTraceEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:data-trace-enabled` |
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `loggingLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-level` |
| `metricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:metrics-enabled` |
| `resourcePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-path` |
| `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` |
| `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
sourceraw docstring

build-cfn-deployment-props-builderclj

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

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

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
deploymentCanarySettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:deployment-canary-settings
descriptionjava.lang.Stringcdk.support/lookup-entry:description
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
stageDescriptionsoftware.amazon.awscdk.services.apigateway.CfnDeployment$StageDescriptionPropertycdk.support/lookup-entry:stage-description
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
The build-cfn-deployment-props-builder function updates a CfnDeploymentProps$Builder instance using the provided configuration.
  The function takes the CfnDeploymentProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deploymentCanarySettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:deployment-canary-settings` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `stageDescription` | software.amazon.awscdk.services.apigateway.CfnDeployment$StageDescriptionProperty | [[cdk.support/lookup-entry]] | `:stage-description` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
sourceraw docstring

build-cfn-deployment-stage-description-property-builderclj

(build-cfn-deployment-stage-description-property-builder builder id config)

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

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
accessLogSettingsoftware.amazon.awscdk.services.apigateway.CfnDeployment$AccessLogSettingPropertycdk.support/lookup-entry:access-log-setting
cacheClusterEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cache-cluster-enabled
cacheClusterSizejava.lang.Stringcdk.support/lookup-entry:cache-cluster-size
cacheDataEncryptedjava.lang.Booleancdk.support/lookup-entry:cache-data-encrypted
cacheTtlInSecondsjava.lang.Numbercdk.support/lookup-entry:cache-ttl-in-seconds
cachingEnabledjava.lang.Booleancdk.support/lookup-entry:caching-enabled
canarySettingsoftware.amazon.awscdk.services.apigateway.CfnDeployment$CanarySettingPropertycdk.support/lookup-entry:canary-setting
clientCertificateIdjava.lang.Stringcdk.support/lookup-entry:client-certificate-id
dataTraceEnabledjava.lang.Booleancdk.support/lookup-entry:data-trace-enabled
descriptionjava.lang.Stringcdk.support/lookup-entry:description
documentationVersionjava.lang.Stringcdk.support/lookup-entry:documentation-version
loggingLeveljava.lang.Stringcdk.support/lookup-entry:logging-level
methodSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:method-settings
metricsEnabledjava.lang.Booleancdk.support/lookup-entry:metrics-enabled
tagsjava.util.Listcdk.support/lookup-entry:tags
throttlingBurstLimitjava.lang.Numbercdk.support/lookup-entry:throttling-burst-limit
throttlingRateLimitjava.lang.Numbercdk.support/lookup-entry:throttling-rate-limit
tracingEnabledjava.lang.Booleancdk.support/lookup-entry:tracing-enabled
variablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:variables
The build-cfn-deployment-stage-description-property-builder function updates a CfnDeployment$StageDescriptionProperty$Builder instance using the provided configuration.
  The function takes the CfnDeployment$StageDescriptionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLogSetting` | software.amazon.awscdk.services.apigateway.CfnDeployment$AccessLogSettingProperty | [[cdk.support/lookup-entry]] | `:access-log-setting` |
| `cacheClusterEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cache-cluster-enabled` |
| `cacheClusterSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-cluster-size` |
| `cacheDataEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-data-encrypted` |
| `cacheTtlInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cache-ttl-in-seconds` |
| `cachingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caching-enabled` |
| `canarySetting` | software.amazon.awscdk.services.apigateway.CfnDeployment$CanarySettingProperty | [[cdk.support/lookup-entry]] | `:canary-setting` |
| `clientCertificateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-id` |
| `dataTraceEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-trace-enabled` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `documentationVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:documentation-version` |
| `loggingLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-level` |
| `methodSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:method-settings` |
| `metricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:metrics-enabled` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` |
| `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
| `tracingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
| `variables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-documentation-part-builderclj

(build-cfn-documentation-part-builder builder id config)

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

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
locationsoftware.amazon.awscdk.services.apigateway.CfnDocumentationPart$LocationPropertycdk.support/lookup-entry:location
propertiesjava.lang.Stringcdk.support/lookup-entry:properties
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-documentation-part-builder function updates a CfnDocumentationPart$Builder instance using the provided configuration.
  The function takes the CfnDocumentationPart$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `location` | software.amazon.awscdk.services.apigateway.CfnDocumentationPart$LocationProperty | [[cdk.support/lookup-entry]] | `:location` |
| `properties` | java.lang.String | [[cdk.support/lookup-entry]] | `:properties` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-documentation-part-location-property-builderclj

(build-cfn-documentation-part-location-property-builder builder id config)

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

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
methodjava.lang.Stringcdk.support/lookup-entry:method
namejava.lang.Stringcdk.support/lookup-entry:name
pathjava.lang.Stringcdk.support/lookup-entry:path
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-documentation-part-location-property-builder function updates a CfnDocumentationPart$LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnDocumentationPart$LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `method` | java.lang.String | [[cdk.support/lookup-entry]] | `:method` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-documentation-part-props-builderclj

(build-cfn-documentation-part-props-builder builder id config)

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

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
locationsoftware.amazon.awscdk.services.apigateway.CfnDocumentationPart$LocationPropertycdk.support/lookup-entry:location
propertiesjava.lang.Stringcdk.support/lookup-entry:properties
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-documentation-part-props-builder function updates a CfnDocumentationPartProps$Builder instance using the provided configuration.
  The function takes the CfnDocumentationPartProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `location` | software.amazon.awscdk.services.apigateway.CfnDocumentationPart$LocationProperty | [[cdk.support/lookup-entry]] | `:location` |
| `properties` | java.lang.String | [[cdk.support/lookup-entry]] | `:properties` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-documentation-version-builderclj

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

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

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
documentationVersionjava.lang.Stringcdk.support/lookup-entry:documentation-version
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-documentation-version-builder function updates a CfnDocumentationVersion$Builder instance using the provided configuration.
  The function takes the CfnDocumentationVersion$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `documentationVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:documentation-version` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-documentation-version-props-builderclj

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

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

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
documentationVersionjava.lang.Stringcdk.support/lookup-entry:documentation-version
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-documentation-version-props-builder function updates a CfnDocumentationVersionProps$Builder instance using the provided configuration.
  The function takes the CfnDocumentationVersionProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `documentationVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:documentation-version` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-domain-name-builderclj

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

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

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
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
endpointConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:endpoint-configuration
mutualTlsAuthenticationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mutual-tls-authentication
ownershipVerificationCertificateArnjava.lang.Stringcdk.support/lookup-entry:ownership-verification-certificate-arn
regionalCertificateArnjava.lang.Stringcdk.support/lookup-entry:regional-certificate-arn
securityPolicyjava.lang.Stringcdk.support/lookup-entry:security-policy
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-domain-name-builder function updates a CfnDomainName$Builder instance using the provided configuration.
  The function takes the CfnDomainName$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `mutualTlsAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mutual-tls-authentication` |
| `ownershipVerificationCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ownership-verification-certificate-arn` |
| `regionalCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:regional-certificate-arn` |
| `securityPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-domain-name-endpoint-configuration-property-builderclj

(build-cfn-domain-name-endpoint-configuration-property-builder builder
                                                               id
                                                               config)

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

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
typesjava.util.Listcdk.support/lookup-entry:types
The build-cfn-domain-name-endpoint-configuration-property-builder function updates a CfnDomainName$EndpointConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnDomainName$EndpointConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-domain-name-mutual-tls-authentication-property-builderclj

(build-cfn-domain-name-mutual-tls-authentication-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-domain-name-mutual-tls-authentication-property-builder function updates a CfnDomainName$MutualTlsAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnDomainName$MutualTlsAuthenticationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
truststoreUrijava.lang.Stringcdk.support/lookup-entry:truststore-uri
truststoreVersionjava.lang.Stringcdk.support/lookup-entry:truststore-version
The build-cfn-domain-name-mutual-tls-authentication-property-builder function updates a CfnDomainName$MutualTlsAuthenticationProperty$Builder instance using the provided configuration.
  The function takes the CfnDomainName$MutualTlsAuthenticationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-domain-name-props-builderclj

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

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

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
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
endpointConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:endpoint-configuration
mutualTlsAuthenticationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mutual-tls-authentication
ownershipVerificationCertificateArnjava.lang.Stringcdk.support/lookup-entry:ownership-verification-certificate-arn
regionalCertificateArnjava.lang.Stringcdk.support/lookup-entry:regional-certificate-arn
securityPolicyjava.lang.Stringcdk.support/lookup-entry:security-policy
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-domain-name-props-builder function updates a CfnDomainNameProps$Builder instance using the provided configuration.
  The function takes the CfnDomainNameProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `mutualTlsAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mutual-tls-authentication` |
| `ownershipVerificationCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ownership-verification-certificate-arn` |
| `regionalCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:regional-certificate-arn` |
| `securityPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-gateway-response-builderclj

(build-cfn-gateway-response-builder builder id config)

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

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
responseParametersjava.util.Mapcdk.support/lookup-entry:response-parameters
responseTemplatessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:response-templates
responseTypejava.lang.Stringcdk.support/lookup-entry:response-type
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-cfn-gateway-response-builder function updates a CfnGatewayResponse$Builder instance using the provided configuration.
  The function takes the CfnGatewayResponse$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `responseParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-parameters` |
| `responseTemplates` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:response-templates` |
| `responseType` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-type` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-cfn-gateway-response-props-builderclj

(build-cfn-gateway-response-props-builder builder id config)

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

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
responseParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:response-parameters
responseTemplatesjava.util.Mapcdk.support/lookup-entry:response-templates
responseTypejava.lang.Stringcdk.support/lookup-entry:response-type
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-cfn-gateway-response-props-builder function updates a CfnGatewayResponseProps$Builder instance using the provided configuration.
  The function takes the CfnGatewayResponseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `responseParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:response-parameters` |
| `responseTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-templates` |
| `responseType` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-type` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-cfn-method-builderclj

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

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

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
apiKeyRequiredsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:api-key-required
authorizationScopesjava.util.Listcdk.support/lookup-entry:authorization-scopes
authorizationTypejava.lang.Stringcdk.support/lookup-entry:authorization-type
authorizerIdjava.lang.Stringcdk.support/lookup-entry:authorizer-id
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
integrationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:integration
methodResponsessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:method-responses
operationNamejava.lang.Stringcdk.support/lookup-entry:operation-name
requestModelsjava.util.Mapcdk.support/lookup-entry:request-models
requestParametersjava.util.Mapcdk.support/lookup-entry:request-parameters
requestValidatorIdjava.lang.Stringcdk.support/lookup-entry:request-validator-id
resourceIdjava.lang.Stringcdk.support/lookup-entry:resource-id
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-method-builder function updates a CfnMethod$Builder instance using the provided configuration.
  The function takes the CfnMethod$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeyRequired` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:api-key-required` |
| `authorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:authorization-scopes` |
| `authorizationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-type` |
| `authorizerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-id` |
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `integration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:integration` |
| `methodResponses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:method-responses` |
| `operationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:operation-name` |
| `requestModels` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-models` |
| `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestValidatorId` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-validator-id` |
| `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-method-integration-property-builderclj

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

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

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
cacheKeyParametersjava.util.Listcdk.support/lookup-entry:cache-key-parameters
cacheNamespacejava.lang.Stringcdk.support/lookup-entry:cache-namespace
connectionIdjava.lang.Stringcdk.support/lookup-entry:connection-id
connectionTypejava.lang.Stringcdk.support/lookup-entry:connection-type
contentHandlingjava.lang.Stringcdk.support/lookup-entry:content-handling
credentialsjava.lang.Stringcdk.support/lookup-entry:credentials
integrationHttpMethodjava.lang.Stringcdk.support/lookup-entry:integration-http-method
integrationResponsessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:integration-responses
passthroughBehaviorjava.lang.Stringcdk.support/lookup-entry:passthrough-behavior
requestParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:request-parameters
requestTemplatessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:request-templates
timeoutInMillisjava.lang.Numbercdk.support/lookup-entry:timeout-in-millis
typejava.lang.Stringcdk.support/lookup-entry:type
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-cfn-method-integration-property-builder function updates a CfnMethod$IntegrationProperty$Builder instance using the provided configuration.
  The function takes the CfnMethod$IntegrationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheKeyParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-key-parameters` |
| `cacheNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-namespace` |
| `connectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-id` |
| `connectionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-type` |
| `contentHandling` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-handling` |
| `credentials` | java.lang.String | [[cdk.support/lookup-entry]] | `:credentials` |
| `integrationHttpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-http-method` |
| `integrationResponses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:integration-responses` |
| `passthroughBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:passthrough-behavior` |
| `requestParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestTemplates` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:request-templates` |
| `timeoutInMillis` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-millis` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-cfn-method-integration-response-property-builderclj

(build-cfn-method-integration-response-property-builder builder id config)

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

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
contentHandlingjava.lang.Stringcdk.support/lookup-entry:content-handling
responseParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:response-parameters
responseTemplatesjava.util.Mapcdk.support/lookup-entry:response-templates
selectionPatternjava.lang.Stringcdk.support/lookup-entry:selection-pattern
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-cfn-method-integration-response-property-builder function updates a CfnMethod$IntegrationResponseProperty$Builder instance using the provided configuration.
  The function takes the CfnMethod$IntegrationResponseProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentHandling` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-handling` |
| `responseParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:response-parameters` |
| `responseTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-templates` |
| `selectionPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:selection-pattern` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-cfn-method-method-response-property-builderclj

(build-cfn-method-method-response-property-builder builder id config)

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

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
responseModelssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:response-models
responseParametersjava.util.Mapcdk.support/lookup-entry:response-parameters
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-cfn-method-method-response-property-builder function updates a CfnMethod$MethodResponseProperty$Builder instance using the provided configuration.
  The function takes the CfnMethod$MethodResponseProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `responseModels` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:response-models` |
| `responseParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-parameters` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-cfn-method-props-builderclj

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

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

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
apiKeyRequiredjava.lang.Booleancdk.support/lookup-entry:api-key-required
authorizationScopesjava.util.Listcdk.support/lookup-entry:authorization-scopes
authorizationTypejava.lang.Stringcdk.support/lookup-entry:authorization-type
authorizerIdjava.lang.Stringcdk.support/lookup-entry:authorizer-id
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
integrationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:integration
methodResponsesjava.util.Listcdk.support/lookup-entry:method-responses
operationNamejava.lang.Stringcdk.support/lookup-entry:operation-name
requestModelssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:request-models
requestParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:request-parameters
requestValidatorIdjava.lang.Stringcdk.support/lookup-entry:request-validator-id
resourceIdjava.lang.Stringcdk.support/lookup-entry:resource-id
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-method-props-builder function updates a CfnMethodProps$Builder instance using the provided configuration.
  The function takes the CfnMethodProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeyRequired` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:api-key-required` |
| `authorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:authorization-scopes` |
| `authorizationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-type` |
| `authorizerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-id` |
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `integration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:integration` |
| `methodResponses` | java.util.List | [[cdk.support/lookup-entry]] | `:method-responses` |
| `operationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:operation-name` |
| `requestModels` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:request-models` |
| `requestParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestValidatorId` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-validator-id` |
| `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-model-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
schemajava.lang.Objectcdk.support/lookup-entry:schema
The build-cfn-model-builder function updates a CfnModel$Builder instance using the provided configuration.
  The function takes the CfnModel$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `schema` | java.lang.Object | [[cdk.support/lookup-entry]] | `:schema` |
sourceraw docstring

build-cfn-model-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
schemajava.lang.Objectcdk.support/lookup-entry:schema
The build-cfn-model-props-builder function updates a CfnModelProps$Builder instance using the provided configuration.
  The function takes the CfnModelProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `schema` | java.lang.Object | [[cdk.support/lookup-entry]] | `:schema` |
sourceraw docstring

build-cfn-request-validator-builderclj

(build-cfn-request-validator-builder builder id config)

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

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
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
validateRequestBodysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:validate-request-body
validateRequestParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:validate-request-parameters
The build-cfn-request-validator-builder function updates a CfnRequestValidator$Builder instance using the provided configuration.
  The function takes the CfnRequestValidator$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `validateRequestBody` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validate-request-body` |
| `validateRequestParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validate-request-parameters` |
sourceraw docstring

build-cfn-request-validator-props-builderclj

(build-cfn-request-validator-props-builder builder id config)

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

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
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
validateRequestBodyjava.lang.Booleancdk.support/lookup-entry:validate-request-body
validateRequestParameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:validate-request-parameters
The build-cfn-request-validator-props-builder function updates a CfnRequestValidatorProps$Builder instance using the provided configuration.
  The function takes the CfnRequestValidatorProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `validateRequestBody` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-request-body` |
| `validateRequestParameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validate-request-parameters` |
sourceraw docstring

build-cfn-resource-builderclj

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

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

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
parentIdjava.lang.Stringcdk.support/lookup-entry:parent-id
pathPartjava.lang.Stringcdk.support/lookup-entry:path-part
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-resource-builder function updates a CfnResource$Builder instance using the provided configuration.
  The function takes the CfnResource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `parentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-id` |
| `pathPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:path-part` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-resource-props-builderclj

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

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

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
parentIdjava.lang.Stringcdk.support/lookup-entry:parent-id
pathPartjava.lang.Stringcdk.support/lookup-entry:path-part
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
The build-cfn-resource-props-builder function updates a CfnResourceProps$Builder instance using the provided configuration.
  The function takes the CfnResourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `parentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:parent-id` |
| `pathPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:path-part` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
sourceraw docstring

build-cfn-rest-api-builderclj

(build-cfn-rest-api-builder builder id config)

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

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
apiKeySourceTypejava.lang.Stringcdk.support/lookup-entry:api-key-source-type
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
bodyjava.lang.Objectcdk.support/lookup-entry:body
bodyS3Locationsoftware.amazon.awscdk.services.apigateway.CfnRestApi$S3LocationPropertycdk.support/lookup-entry:body-s3-location
cloneFromjava.lang.Stringcdk.support/lookup-entry:clone-from
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
endpointConfigurationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:endpoint-configuration
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
modejava.lang.Stringcdk.support/lookup-entry:mode
namejava.lang.Stringcdk.support/lookup-entry:name
parameterssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:parameters
policyjava.lang.Objectcdk.support/lookup-entry:policy
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-rest-api-builder function updates a CfnRestApi$Builder instance using the provided configuration.
  The function takes the CfnRestApi$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeySourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-source-type` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `body` | java.lang.Object | [[cdk.support/lookup-entry]] | `:body` |
| `bodyS3Location` | software.amazon.awscdk.services.apigateway.CfnRestApi$S3LocationProperty | [[cdk.support/lookup-entry]] | `:body-s3-location` |
| `cloneFrom` | java.lang.String | [[cdk.support/lookup-entry]] | `:clone-from` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `endpointConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `parameters` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:parameters` |
| `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-rest-api-endpoint-configuration-property-builderclj

(build-cfn-rest-api-endpoint-configuration-property-builder builder id config)

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

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
typesjava.util.Listcdk.support/lookup-entry:types
vpcEndpointIdsjava.util.Listcdk.support/lookup-entry:vpc-endpoint-ids
The build-cfn-rest-api-endpoint-configuration-property-builder function updates a CfnRestApi$EndpointConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRestApi$EndpointConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `types` | java.util.List | [[cdk.support/lookup-entry]] | `:types` |
| `vpcEndpointIds` | java.util.List | [[cdk.support/lookup-entry]] | `:vpc-endpoint-ids` |
sourceraw docstring

build-cfn-rest-api-props-builderclj

(build-cfn-rest-api-props-builder builder id config)

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

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
apiKeySourceTypejava.lang.Stringcdk.support/lookup-entry:api-key-source-type
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
bodyjava.lang.Objectcdk.support/lookup-entry:body
bodyS3Locationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:body-s3-location
cloneFromjava.lang.Stringcdk.support/lookup-entry:clone-from
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:disable-execute-api-endpoint
endpointConfigurationsoftware.amazon.awscdk.services.apigateway.CfnRestApi$EndpointConfigurationPropertycdk.support/lookup-entry:endpoint-configuration
failOnWarningssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:fail-on-warnings
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
modejava.lang.Stringcdk.support/lookup-entry:mode
namejava.lang.Stringcdk.support/lookup-entry:name
parametersjava.util.Mapcdk.support/lookup-entry:parameters
policyjava.lang.Objectcdk.support/lookup-entry:policy
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-rest-api-props-builder function updates a CfnRestApiProps$Builder instance using the provided configuration.
  The function takes the CfnRestApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeySourceType` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-source-type` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `body` | java.lang.Object | [[cdk.support/lookup-entry]] | `:body` |
| `bodyS3Location` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:body-s3-location` |
| `cloneFrom` | java.lang.String | [[cdk.support/lookup-entry]] | `:clone-from` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `endpointConfiguration` | software.amazon.awscdk.services.apigateway.CfnRestApi$EndpointConfigurationProperty | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `failOnWarnings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `policy` | java.lang.Object | [[cdk.support/lookup-entry]] | `:policy` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-rest-api-s3-location-property-builderclj

(build-cfn-rest-api-s3-location-property-builder builder id config)

The build-cfn-rest-api-s3-location-property-builder function updates a CfnRestApi$S3LocationProperty$Builder instance using the provided configuration. The function takes the CfnRestApi$S3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
bucketjava.lang.Stringcdk.support/lookup-entry:bucket
eTagjava.lang.Stringcdk.support/lookup-entry:e-tag
keyjava.lang.Stringcdk.support/lookup-entry:key
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-cfn-rest-api-s3-location-property-builder function updates a CfnRestApi$S3LocationProperty$Builder instance using the provided configuration.
  The function takes the CfnRestApi$S3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-stage-access-log-setting-property-builderclj

(build-cfn-stage-access-log-setting-property-builder builder id config)

The build-cfn-stage-access-log-setting-property-builder function updates a CfnStage$AccessLogSettingProperty$Builder instance using the provided configuration. The function takes the CfnStage$AccessLogSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
destinationArnjava.lang.Stringcdk.support/lookup-entry:destination-arn
formatjava.lang.Stringcdk.support/lookup-entry:format
The build-cfn-stage-access-log-setting-property-builder function updates a CfnStage$AccessLogSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnStage$AccessLogSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-stage-builderclj

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

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

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
accessLogSettingsoftware.amazon.awscdk.services.apigateway.CfnStage$AccessLogSettingPropertycdk.support/lookup-entry:access-log-setting
cacheClusterEnabledjava.lang.Booleancdk.support/lookup-entry:cache-cluster-enabled
cacheClusterSizejava.lang.Stringcdk.support/lookup-entry:cache-cluster-size
canarySettingsoftware.amazon.awscdk.services.apigateway.CfnStage$CanarySettingPropertycdk.support/lookup-entry:canary-setting
clientCertificateIdjava.lang.Stringcdk.support/lookup-entry:client-certificate-id
deploymentIdjava.lang.Stringcdk.support/lookup-entry:deployment-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
documentationVersionjava.lang.Stringcdk.support/lookup-entry:documentation-version
methodSettingsjava.util.Listcdk.support/lookup-entry:method-settings
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
tagsjava.util.Listcdk.support/lookup-entry:tags
tracingEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tracing-enabled
variablessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:variables
The build-cfn-stage-builder function updates a CfnStage$Builder instance using the provided configuration.
  The function takes the CfnStage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLogSetting` | software.amazon.awscdk.services.apigateway.CfnStage$AccessLogSettingProperty | [[cdk.support/lookup-entry]] | `:access-log-setting` |
| `cacheClusterEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-cluster-enabled` |
| `cacheClusterSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-cluster-size` |
| `canarySetting` | software.amazon.awscdk.services.apigateway.CfnStage$CanarySettingProperty | [[cdk.support/lookup-entry]] | `:canary-setting` |
| `clientCertificateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-id` |
| `deploymentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-id` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `documentationVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:documentation-version` |
| `methodSettings` | java.util.List | [[cdk.support/lookup-entry]] | `:method-settings` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tracingEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
| `variables` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-stage-canary-setting-property-builderclj

(build-cfn-stage-canary-setting-property-builder builder id config)

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

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
deploymentIdjava.lang.Stringcdk.support/lookup-entry:deployment-id
percentTrafficjava.lang.Numbercdk.support/lookup-entry:percent-traffic
stageVariableOverridessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:stage-variable-overrides
useStageCachejava.lang.Booleancdk.support/lookup-entry:use-stage-cache
The build-cfn-stage-canary-setting-property-builder function updates a CfnStage$CanarySettingProperty$Builder instance using the provided configuration.
  The function takes the CfnStage$CanarySettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deploymentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-id` |
| `percentTraffic` | java.lang.Number | [[cdk.support/lookup-entry]] | `:percent-traffic` |
| `stageVariableOverrides` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:stage-variable-overrides` |
| `useStageCache` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-stage-cache` |
sourceraw docstring

build-cfn-stage-method-setting-property-builderclj

(build-cfn-stage-method-setting-property-builder builder id config)

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

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
cacheDataEncryptedjava.lang.Booleancdk.support/lookup-entry:cache-data-encrypted
cacheTtlInSecondsjava.lang.Numbercdk.support/lookup-entry:cache-ttl-in-seconds
cachingEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:caching-enabled
dataTraceEnabledjava.lang.Booleancdk.support/lookup-entry:data-trace-enabled
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
loggingLeveljava.lang.Stringcdk.support/lookup-entry:logging-level
metricsEnabledjava.lang.Booleancdk.support/lookup-entry:metrics-enabled
resourcePathjava.lang.Stringcdk.support/lookup-entry:resource-path
throttlingBurstLimitjava.lang.Numbercdk.support/lookup-entry:throttling-burst-limit
throttlingRateLimitjava.lang.Numbercdk.support/lookup-entry:throttling-rate-limit
The build-cfn-stage-method-setting-property-builder function updates a CfnStage$MethodSettingProperty$Builder instance using the provided configuration.
  The function takes the CfnStage$MethodSettingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheDataEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-data-encrypted` |
| `cacheTtlInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:cache-ttl-in-seconds` |
| `cachingEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:caching-enabled` |
| `dataTraceEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-trace-enabled` |
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `loggingLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-level` |
| `metricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:metrics-enabled` |
| `resourcePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-path` |
| `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` |
| `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
sourceraw docstring

build-cfn-stage-props-builderclj

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

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

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
accessLogSettingsoftware.amazon.awscdk.services.apigateway.CfnStage$AccessLogSettingPropertycdk.support/lookup-entry:access-log-setting
cacheClusterEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:cache-cluster-enabled
cacheClusterSizejava.lang.Stringcdk.support/lookup-entry:cache-cluster-size
canarySettingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:canary-setting
clientCertificateIdjava.lang.Stringcdk.support/lookup-entry:client-certificate-id
deploymentIdjava.lang.Stringcdk.support/lookup-entry:deployment-id
descriptionjava.lang.Stringcdk.support/lookup-entry:description
documentationVersionjava.lang.Stringcdk.support/lookup-entry:documentation-version
methodSettingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:method-settings
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
tagsjava.util.Listcdk.support/lookup-entry:tags
tracingEnabledjava.lang.Booleancdk.support/lookup-entry:tracing-enabled
variablesjava.util.Mapcdk.support/lookup-entry:variables
The build-cfn-stage-props-builder function updates a CfnStageProps$Builder instance using the provided configuration.
  The function takes the CfnStageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLogSetting` | software.amazon.awscdk.services.apigateway.CfnStage$AccessLogSettingProperty | [[cdk.support/lookup-entry]] | `:access-log-setting` |
| `cacheClusterEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cache-cluster-enabled` |
| `cacheClusterSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-cluster-size` |
| `canarySetting` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:canary-setting` |
| `clientCertificateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-id` |
| `deploymentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-id` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `documentationVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:documentation-version` |
| `methodSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:method-settings` |
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `tracingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
| `variables` | java.util.Map | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-cfn-usage-plan-api-stage-property-builderclj

(build-cfn-usage-plan-api-stage-property-builder builder id config)

The build-cfn-usage-plan-api-stage-property-builder function updates a CfnUsagePlan$ApiStageProperty$Builder instance using the provided configuration. The function takes the CfnUsagePlan$ApiStageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
apiIdjava.lang.Stringcdk.support/lookup-entry:api-id
stagejava.lang.Stringcdk.support/lookup-entry:stage
throttlejava.util.Mapcdk.support/lookup-entry:throttle
The build-cfn-usage-plan-api-stage-property-builder function updates a CfnUsagePlan$ApiStageProperty$Builder instance using the provided configuration.
  The function takes the CfnUsagePlan$ApiStageProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` |
| `stage` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage` |
| `throttle` | java.util.Map | [[cdk.support/lookup-entry]] | `:throttle` |
sourceraw docstring

build-cfn-usage-plan-builderclj

(build-cfn-usage-plan-builder builder id config)

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

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
apiStagesjava.util.Listcdk.support/lookup-entry:api-stages
descriptionjava.lang.Stringcdk.support/lookup-entry:description
quotasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:quota
tagsjava.util.Listcdk.support/lookup-entry:tags
throttlesoftware.amazon.awscdk.services.apigateway.CfnUsagePlan$ThrottleSettingsPropertycdk.support/lookup-entry:throttle
usagePlanNamejava.lang.Stringcdk.support/lookup-entry:usage-plan-name
The build-cfn-usage-plan-builder function updates a CfnUsagePlan$Builder instance using the provided configuration.
  The function takes the CfnUsagePlan$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiStages` | java.util.List | [[cdk.support/lookup-entry]] | `:api-stages` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `quota` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:quota` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `throttle` | software.amazon.awscdk.services.apigateway.CfnUsagePlan$ThrottleSettingsProperty | [[cdk.support/lookup-entry]] | `:throttle` |
| `usagePlanName` | java.lang.String | [[cdk.support/lookup-entry]] | `:usage-plan-name` |
sourceraw docstring

build-cfn-usage-plan-key-builderclj

(build-cfn-usage-plan-key-builder builder id config)

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

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

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

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

build-cfn-usage-plan-key-props-builderclj

(build-cfn-usage-plan-key-props-builder builder id config)

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

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

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

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

build-cfn-usage-plan-props-builderclj

(build-cfn-usage-plan-props-builder builder id config)

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

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
apiStagessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:api-stages
descriptionjava.lang.Stringcdk.support/lookup-entry:description
quotasoftware.amazon.awscdk.services.apigateway.CfnUsagePlan$QuotaSettingsPropertycdk.support/lookup-entry:quota
tagsjava.util.Listcdk.support/lookup-entry:tags
throttlesoftware.amazon.awscdk.services.apigateway.CfnUsagePlan$ThrottleSettingsPropertycdk.support/lookup-entry:throttle
usagePlanNamejava.lang.Stringcdk.support/lookup-entry:usage-plan-name
The build-cfn-usage-plan-props-builder function updates a CfnUsagePlanProps$Builder instance using the provided configuration.
  The function takes the CfnUsagePlanProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiStages` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:api-stages` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `quota` | software.amazon.awscdk.services.apigateway.CfnUsagePlan$QuotaSettingsProperty | [[cdk.support/lookup-entry]] | `:quota` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `throttle` | software.amazon.awscdk.services.apigateway.CfnUsagePlan$ThrottleSettingsProperty | [[cdk.support/lookup-entry]] | `:throttle` |
| `usagePlanName` | java.lang.String | [[cdk.support/lookup-entry]] | `:usage-plan-name` |
sourceraw docstring

build-cfn-usage-plan-quota-settings-property-builderclj

(build-cfn-usage-plan-quota-settings-property-builder builder id config)

The build-cfn-usage-plan-quota-settings-property-builder function updates a CfnUsagePlan$QuotaSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUsagePlan$QuotaSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
limitjava.lang.Numbercdk.support/lookup-entry:limit
offsetjava.lang.Numbercdk.support/lookup-entry:offset
periodjava.lang.Stringcdk.support/lookup-entry:period
The build-cfn-usage-plan-quota-settings-property-builder function updates a CfnUsagePlan$QuotaSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUsagePlan$QuotaSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-usage-plan-throttle-settings-property-builderclj

(build-cfn-usage-plan-throttle-settings-property-builder builder id config)

The build-cfn-usage-plan-throttle-settings-property-builder function updates a CfnUsagePlan$ThrottleSettingsProperty$Builder instance using the provided configuration. The function takes the CfnUsagePlan$ThrottleSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
burstLimitjava.lang.Numbercdk.support/lookup-entry:burst-limit
rateLimitjava.lang.Numbercdk.support/lookup-entry:rate-limit
The build-cfn-usage-plan-throttle-settings-property-builder function updates a CfnUsagePlan$ThrottleSettingsProperty$Builder instance using the provided configuration.
  The function takes the CfnUsagePlan$ThrottleSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `burstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:burst-limit` |
| `rateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rate-limit` |
sourceraw docstring

(build-cfn-vpc-link-builder builder id config)

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

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
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnsjava.util.Listcdk.support/lookup-entry:target-arns
The build-cfn-vpc-link-builder function updates a CfnVpcLink$Builder instance using the provided configuration.
  The function takes the CfnVpcLink$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArns` | java.util.List | [[cdk.support/lookup-entry]] | `:target-arns` |
sourceraw docstring

(build-cfn-vpc-link-props-builder builder id config)

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

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
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
targetArnsjava.util.Listcdk.support/lookup-entry:target-arns
The build-cfn-vpc-link-props-builder function updates a CfnVpcLinkProps$Builder instance using the provided configuration.
  The function takes the CfnVpcLinkProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetArns` | java.util.List | [[cdk.support/lookup-entry]] | `:target-arns` |
sourceraw docstring

build-cognito-user-pools-authorizer-builderclj

(build-cognito-user-pools-authorizer-builder builder id config)

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

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
authorizerNamejava.lang.Stringcdk.support/lookup-entry:authorizer-name
cognitoUserPoolsjava.util.Listcdk.support/lookup-entry:cognito-user-pools
identitySourcejava.lang.Stringcdk.support/lookup-entry:identity-source
resultsCacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:results-cache-ttl
The build-cognito-user-pools-authorizer-builder function updates a CognitoUserPoolsAuthorizer$Builder instance using the provided configuration.
  The function takes the CognitoUserPoolsAuthorizer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-name` |
| `cognitoUserPools` | java.util.List | [[cdk.support/lookup-entry]] | `:cognito-user-pools` |
| `identitySource` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-source` |
| `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` |
sourceraw docstring

build-cognito-user-pools-authorizer-props-builderclj

(build-cognito-user-pools-authorizer-props-builder builder id config)

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

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
authorizerNamejava.lang.Stringcdk.support/lookup-entry:authorizer-name
cognitoUserPoolsjava.util.Listcdk.support/lookup-entry:cognito-user-pools
identitySourcejava.lang.Stringcdk.support/lookup-entry:identity-source
resultsCacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:results-cache-ttl
The build-cognito-user-pools-authorizer-props-builder function updates a CognitoUserPoolsAuthorizerProps$Builder instance using the provided configuration.
  The function takes the CognitoUserPoolsAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-name` |
| `cognitoUserPools` | java.util.List | [[cdk.support/lookup-entry]] | `:cognito-user-pools` |
| `identitySource` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-source` |
| `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` |
sourceraw docstring

build-cors-options-builderclj

(build-cors-options-builder builder id config)

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

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
allowCredentialsjava.lang.Booleancdk.support/lookup-entry:allow-credentials
allowHeadersjava.util.Listcdk.support/lookup-entry:allow-headers
allowMethodsjava.util.Listcdk.support/lookup-entry:allow-methods
allowOriginsjava.util.Listcdk.support/lookup-entry:allow-origins
disableCachejava.lang.Booleancdk.support/lookup-entry:disable-cache
exposeHeadersjava.util.Listcdk.support/lookup-entry:expose-headers
maxAgesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:max-age
statusCodejava.lang.Numbercdk.support/lookup-entry:status-code
The build-cors-options-builder function updates a CorsOptions$Builder instance using the provided configuration.
  The function takes the CorsOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowCredentials` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-credentials` |
| `allowHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-headers` |
| `allowMethods` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-methods` |
| `allowOrigins` | java.util.List | [[cdk.support/lookup-entry]] | `:allow-origins` |
| `disableCache` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-cache` |
| `exposeHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:expose-headers` |
| `maxAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-age` |
| `statusCode` | java.lang.Number | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-deployment-builderclj

(build-deployment-builder builder id config)

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

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
apisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
The build-deployment-builder function updates a Deployment$Builder instance using the provided configuration.
  The function takes the Deployment$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `api` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:api` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
sourceraw docstring

build-deployment-props-builderclj

(build-deployment-props-builder builder id config)

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

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
apisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:api
descriptionjava.lang.Stringcdk.support/lookup-entry:description
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
The build-deployment-props-builder function updates a DeploymentProps$Builder instance using the provided configuration.
  The function takes the DeploymentProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `api` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:api` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
sourceraw docstring

build-domain-name-attributes-builderclj

(build-domain-name-attributes-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
domainNameAliasHostedZoneIdjava.lang.Stringcdk.support/lookup-entry:domain-name-alias-hosted-zone-id
domainNameAliasTargetjava.lang.Stringcdk.support/lookup-entry:domain-name-alias-target
The build-domain-name-attributes-builder function updates a DomainNameAttributes$Builder instance using the provided configuration.
  The function takes the DomainNameAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `domainNameAliasHostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name-alias-hosted-zone-id` |
| `domainNameAliasTarget` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name-alias-target` |
sourceraw docstring

build-domain-name-builderclj

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

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

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
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
certificatesoftware.amazon.awscdk.services.certificatemanager.ICertificatecdk.support/lookup-entry:certificate
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
endpointTypesoftware.amazon.awscdk.services.apigateway.EndpointTypecdk.api.services.apigateway/endpoint-type:endpoint-type
mappingsoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:mapping
mtlssoftware.amazon.awscdk.services.apigateway.MTLSConfigcdk.support/lookup-entry:mtls
securityPolicysoftware.amazon.awscdk.services.apigateway.SecurityPolicycdk.api.services.apigateway/security-policy:security-policy
The build-domain-name-builder function updates a DomainName$Builder instance using the provided configuration.
  The function takes the DomainName$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `certificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:certificate` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointType` | software.amazon.awscdk.services.apigateway.EndpointType | [[cdk.api.services.apigateway/endpoint-type]] | `:endpoint-type` |
| `mapping` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:mapping` |
| `mtls` | software.amazon.awscdk.services.apigateway.MTLSConfig | [[cdk.support/lookup-entry]] | `:mtls` |
| `securityPolicy` | software.amazon.awscdk.services.apigateway.SecurityPolicy | [[cdk.api.services.apigateway/security-policy]] | `:security-policy` |
sourceraw docstring

build-domain-name-options-builderclj

(build-domain-name-options-builder builder id config)

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

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
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
certificatesoftware.amazon.awscdk.services.certificatemanager.ICertificatecdk.support/lookup-entry:certificate
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
endpointTypesoftware.amazon.awscdk.services.apigateway.EndpointTypecdk.api.services.apigateway/endpoint-type:endpoint-type
mtlssoftware.amazon.awscdk.services.apigateway.MTLSConfigcdk.support/lookup-entry:mtls
securityPolicysoftware.amazon.awscdk.services.apigateway.SecurityPolicycdk.api.services.apigateway/security-policy:security-policy
The build-domain-name-options-builder function updates a DomainNameOptions$Builder instance using the provided configuration.
  The function takes the DomainNameOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `certificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:certificate` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointType` | software.amazon.awscdk.services.apigateway.EndpointType | [[cdk.api.services.apigateway/endpoint-type]] | `:endpoint-type` |
| `mtls` | software.amazon.awscdk.services.apigateway.MTLSConfig | [[cdk.support/lookup-entry]] | `:mtls` |
| `securityPolicy` | software.amazon.awscdk.services.apigateway.SecurityPolicy | [[cdk.api.services.apigateway/security-policy]] | `:security-policy` |
sourceraw docstring

build-domain-name-props-builderclj

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

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

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
basePathjava.lang.Stringcdk.support/lookup-entry:base-path
certificatesoftware.amazon.awscdk.services.certificatemanager.ICertificatecdk.support/lookup-entry:certificate
domainNamejava.lang.Stringcdk.support/lookup-entry:domain-name
endpointTypesoftware.amazon.awscdk.services.apigateway.EndpointTypecdk.api.services.apigateway/endpoint-type:endpoint-type
mappingsoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:mapping
mtlssoftware.amazon.awscdk.services.apigateway.MTLSConfigcdk.support/lookup-entry:mtls
securityPolicysoftware.amazon.awscdk.services.apigateway.SecurityPolicycdk.api.services.apigateway/security-policy:security-policy
The build-domain-name-props-builder function updates a DomainNameProps$Builder instance using the provided configuration.
  The function takes the DomainNameProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` |
| `certificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:certificate` |
| `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointType` | software.amazon.awscdk.services.apigateway.EndpointType | [[cdk.api.services.apigateway/endpoint-type]] | `:endpoint-type` |
| `mapping` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:mapping` |
| `mtls` | software.amazon.awscdk.services.apigateway.MTLSConfig | [[cdk.support/lookup-entry]] | `:mtls` |
| `securityPolicy` | software.amazon.awscdk.services.apigateway.SecurityPolicy | [[cdk.api.services.apigateway/security-policy]] | `:security-policy` |
sourceraw docstring

build-endpoint-configuration-builderclj

(build-endpoint-configuration-builder builder id config)

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

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
typesjava.util.Listcdk.support/lookup-entry:types
vpcEndpointsjava.util.Listcdk.support/lookup-entry:vpc-endpoints
The build-endpoint-configuration-builder function updates a EndpointConfiguration$Builder instance using the provided configuration.
  The function takes the EndpointConfiguration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-gateway-response-builderclj

(build-gateway-response-builder builder id config)

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

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
responseHeadersjava.util.Mapcdk.support/lookup-entry:response-headers
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
templatesjava.util.Mapcdk.support/lookup-entry:templates
typesoftware.amazon.awscdk.services.apigateway.ResponseTypecdk.support/lookup-entry:type
The build-gateway-response-builder function updates a GatewayResponse$Builder instance using the provided configuration.
  The function takes the GatewayResponse$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `responseHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-headers` |
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
| `templates` | java.util.Map | [[cdk.support/lookup-entry]] | `:templates` |
| `type` | software.amazon.awscdk.services.apigateway.ResponseType | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-gateway-response-options-builderclj

(build-gateway-response-options-builder builder id config)

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

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
responseHeadersjava.util.Mapcdk.support/lookup-entry:response-headers
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
templatesjava.util.Mapcdk.support/lookup-entry:templates
typesoftware.amazon.awscdk.services.apigateway.ResponseTypecdk.support/lookup-entry:type
The build-gateway-response-options-builder function updates a GatewayResponseOptions$Builder instance using the provided configuration.
  The function takes the GatewayResponseOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `responseHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-headers` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
| `templates` | java.util.Map | [[cdk.support/lookup-entry]] | `:templates` |
| `type` | software.amazon.awscdk.services.apigateway.ResponseType | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-gateway-response-props-builderclj

(build-gateway-response-props-builder builder id config)

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

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
responseHeadersjava.util.Mapcdk.support/lookup-entry:response-headers
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
templatesjava.util.Mapcdk.support/lookup-entry:templates
typesoftware.amazon.awscdk.services.apigateway.ResponseTypecdk.support/lookup-entry:type
The build-gateway-response-props-builder function updates a GatewayResponseProps$Builder instance using the provided configuration.
  The function takes the GatewayResponseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `responseHeaders` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-headers` |
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
| `templates` | java.util.Map | [[cdk.support/lookup-entry]] | `:templates` |
| `type` | software.amazon.awscdk.services.apigateway.ResponseType | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-http-integration-builderclj

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

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

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
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
optionssoftware.amazon.awscdk.services.apigateway.IntegrationOptionscdk.support/lookup-entry:options
proxyjava.lang.Booleancdk.support/lookup-entry:proxy
The build-http-integration-builder function updates a HttpIntegration$Builder instance using the provided configuration.
  The function takes the HttpIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `options` | software.amazon.awscdk.services.apigateway.IntegrationOptions | [[cdk.support/lookup-entry]] | `:options` |
| `proxy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy` |
sourceraw docstring

build-http-integration-props-builderclj

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

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

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
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
optionssoftware.amazon.awscdk.services.apigateway.IntegrationOptionscdk.support/lookup-entry:options
proxyjava.lang.Booleancdk.support/lookup-entry:proxy
The build-http-integration-props-builder function updates a HttpIntegrationProps$Builder instance using the provided configuration.
  The function takes the HttpIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `options` | software.amazon.awscdk.services.apigateway.IntegrationOptions | [[cdk.support/lookup-entry]] | `:options` |
| `proxy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy` |
sourceraw docstring

build-integration-builderclj

(build-integration-builder builder id config)

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

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
integrationHttpMethodjava.lang.Stringcdk.support/lookup-entry:integration-http-method
optionssoftware.amazon.awscdk.services.apigateway.IntegrationOptionscdk.support/lookup-entry:options
typesoftware.amazon.awscdk.services.apigateway.IntegrationTypecdk.api.services.apigateway/integration-type:type
urijava.lang.Objectcdk.support/lookup-entry:uri
The build-integration-builder function updates a Integration$Builder instance using the provided configuration.
  The function takes the Integration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `integrationHttpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-http-method` |
| `options` | software.amazon.awscdk.services.apigateway.IntegrationOptions | [[cdk.support/lookup-entry]] | `:options` |
| `type` | software.amazon.awscdk.services.apigateway.IntegrationType | [[cdk.api.services.apigateway/integration-type]] | `:type` |
| `uri` | java.lang.Object | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-integration-config-builderclj

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

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

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
deploymentTokenjava.lang.Stringcdk.support/lookup-entry:deployment-token
integrationHttpMethodjava.lang.Stringcdk.support/lookup-entry:integration-http-method
optionssoftware.amazon.awscdk.services.apigateway.IntegrationOptionscdk.support/lookup-entry:options
typesoftware.amazon.awscdk.services.apigateway.IntegrationTypecdk.api.services.apigateway/integration-type:type
urijava.lang.Stringcdk.support/lookup-entry:uri
The build-integration-config-builder function updates a IntegrationConfig$Builder instance using the provided configuration.
  The function takes the IntegrationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deploymentToken` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-token` |
| `integrationHttpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-http-method` |
| `options` | software.amazon.awscdk.services.apigateway.IntegrationOptions | [[cdk.support/lookup-entry]] | `:options` |
| `type` | software.amazon.awscdk.services.apigateway.IntegrationType | [[cdk.api.services.apigateway/integration-type]] | `:type` |
| `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-integration-options-builderclj

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

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

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
cacheKeyParametersjava.util.Listcdk.support/lookup-entry:cache-key-parameters
cacheNamespacejava.lang.Stringcdk.support/lookup-entry:cache-namespace
connectionTypesoftware.amazon.awscdk.services.apigateway.ConnectionTypecdk.api.services.apigateway/connection-type:connection-type
contentHandlingsoftware.amazon.awscdk.services.apigateway.ContentHandlingcdk.api.services.apigateway/content-handling:content-handling
credentialsPassthroughjava.lang.Booleancdk.support/lookup-entry:credentials-passthrough
credentialsRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:credentials-role
integrationResponsesjava.util.Listcdk.support/lookup-entry:integration-responses
passthroughBehaviorsoftware.amazon.awscdk.services.apigateway.PassthroughBehaviorcdk.api.services.apigateway/passthrough-behavior:passthrough-behavior
requestParametersjava.util.Mapcdk.support/lookup-entry:request-parameters
requestTemplatesjava.util.Mapcdk.support/lookup-entry:request-templates
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
vpcLinksoftware.amazon.awscdk.services.apigateway.IVpcLinkcdk.support/lookup-entry:vpc-link
The build-integration-options-builder function updates a IntegrationOptions$Builder instance using the provided configuration.
  The function takes the IntegrationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheKeyParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-key-parameters` |
| `cacheNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-namespace` |
| `connectionType` | software.amazon.awscdk.services.apigateway.ConnectionType | [[cdk.api.services.apigateway/connection-type]] | `:connection-type` |
| `contentHandling` | software.amazon.awscdk.services.apigateway.ContentHandling | [[cdk.api.services.apigateway/content-handling]] | `:content-handling` |
| `credentialsPassthrough` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:credentials-passthrough` |
| `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` |
| `integrationResponses` | java.util.List | [[cdk.support/lookup-entry]] | `:integration-responses` |
| `passthroughBehavior` | software.amazon.awscdk.services.apigateway.PassthroughBehavior | [[cdk.api.services.apigateway/passthrough-behavior]] | `:passthrough-behavior` |
| `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `vpcLink` | software.amazon.awscdk.services.apigateway.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
sourceraw docstring

build-integration-props-builderclj

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

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

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
integrationHttpMethodjava.lang.Stringcdk.support/lookup-entry:integration-http-method
optionssoftware.amazon.awscdk.services.apigateway.IntegrationOptionscdk.support/lookup-entry:options
typesoftware.amazon.awscdk.services.apigateway.IntegrationTypecdk.api.services.apigateway/integration-type:type
urijava.lang.Objectcdk.support/lookup-entry:uri
The build-integration-props-builder function updates a IntegrationProps$Builder instance using the provided configuration.
  The function takes the IntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `integrationHttpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-http-method` |
| `options` | software.amazon.awscdk.services.apigateway.IntegrationOptions | [[cdk.support/lookup-entry]] | `:options` |
| `type` | software.amazon.awscdk.services.apigateway.IntegrationType | [[cdk.api.services.apigateway/integration-type]] | `:type` |
| `uri` | java.lang.Object | [[cdk.support/lookup-entry]] | `:uri` |
sourceraw docstring

build-integration-response-builderclj

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

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

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
contentHandlingsoftware.amazon.awscdk.services.apigateway.ContentHandlingcdk.api.services.apigateway/content-handling:content-handling
responseParametersjava.util.Mapcdk.support/lookup-entry:response-parameters
responseTemplatesjava.util.Mapcdk.support/lookup-entry:response-templates
selectionPatternjava.lang.Stringcdk.support/lookup-entry:selection-pattern
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-integration-response-builder function updates a IntegrationResponse$Builder instance using the provided configuration.
  The function takes the IntegrationResponse$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentHandling` | software.amazon.awscdk.services.apigateway.ContentHandling | [[cdk.api.services.apigateway/content-handling]] | `:content-handling` |
| `responseParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-parameters` |
| `responseTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-templates` |
| `selectionPattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:selection-pattern` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-json-schema-builderclj

(build-json-schema-builder builder id config)

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

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
additionalItemsjava.util.Listcdk.support/lookup-entry:additional-items
additionalPropertiesjava.lang.Booleancdk.support/lookup-entry:additional-properties
allOfjava.util.Listcdk.support/lookup-entry:all-of
anyOfjava.util.Listcdk.support/lookup-entry:any-of
containsjava.util.Listcdk.support/lookup-entry:contains
defaultValuejava.lang.Objectcdk.support/lookup-entry:default-value
definitionsjava.util.Mapcdk.support/lookup-entry:definitions
dependenciesjava.util.Mapcdk.support/lookup-entry:dependencies
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enumValuejava.util.Listcdk.support/lookup-entry:enum-value
exclusiveMaximumjava.lang.Booleancdk.support/lookup-entry:exclusive-maximum
exclusiveMinimumjava.lang.Booleancdk.support/lookup-entry:exclusive-minimum
formatjava.lang.Stringcdk.support/lookup-entry:format
idjava.lang.Stringcdk.support/lookup-entry:id
itemsjava.util.Listcdk.support/lookup-entry:items
maxItemsjava.lang.Numbercdk.support/lookup-entry:max-items
maxLengthjava.lang.Numbercdk.support/lookup-entry:max-length
maxPropertiesjava.lang.Numbercdk.support/lookup-entry:max-properties
maximumjava.lang.Numbercdk.support/lookup-entry:maximum
minItemsjava.lang.Numbercdk.support/lookup-entry:min-items
minLengthjava.lang.Numbercdk.support/lookup-entry:min-length
minPropertiesjava.lang.Numbercdk.support/lookup-entry:min-properties
minimumjava.lang.Numbercdk.support/lookup-entry:minimum
multipleOfjava.lang.Numbercdk.support/lookup-entry:multiple-of
notsoftware.amazon.awscdk.services.apigateway.JsonSchemacdk.support/lookup-entry:not
oneOfjava.util.Listcdk.support/lookup-entry:one-of
patternjava.lang.Stringcdk.support/lookup-entry:pattern
patternPropertiesjava.util.Mapcdk.support/lookup-entry:pattern-properties
propertiesjava.util.Mapcdk.support/lookup-entry:properties
propertyNamessoftware.amazon.awscdk.services.apigateway.JsonSchemacdk.support/lookup-entry:property-names
refjava.lang.Stringcdk.support/lookup-entry:ref
requiredjava.util.Listcdk.support/lookup-entry:required
schemasoftware.amazon.awscdk.services.apigateway.JsonSchemaVersioncdk.api.services.apigateway/json-schema-version:schema
titlejava.lang.Stringcdk.support/lookup-entry:title
typejava.util.Listcdk.support/lookup-entry:type
uniqueItemsjava.lang.Booleancdk.support/lookup-entry:unique-items
The build-json-schema-builder function updates a JsonSchema$Builder instance using the provided configuration.
  The function takes the JsonSchema$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `additionalItems` | java.util.List | [[cdk.support/lookup-entry]] | `:additional-items` |
| `additionalProperties` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:additional-properties` |
| `allOf` | java.util.List | [[cdk.support/lookup-entry]] | `:all-of` |
| `anyOf` | java.util.List | [[cdk.support/lookup-entry]] | `:any-of` |
| `contains` | java.util.List | [[cdk.support/lookup-entry]] | `:contains` |
| `defaultValue` | java.lang.Object | [[cdk.support/lookup-entry]] | `:default-value` |
| `definitions` | java.util.Map | [[cdk.support/lookup-entry]] | `:definitions` |
| `dependencies` | java.util.Map | [[cdk.support/lookup-entry]] | `:dependencies` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `enumValue` | java.util.List | [[cdk.support/lookup-entry]] | `:enum-value` |
| `exclusiveMaximum` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclusive-maximum` |
| `exclusiveMinimum` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:exclusive-minimum` |
| `format` | java.lang.String | [[cdk.support/lookup-entry]] | `:format` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `items` | java.util.List | [[cdk.support/lookup-entry]] | `:items` |
| `maxItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-items` |
| `maxLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-length` |
| `maxProperties` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-properties` |
| `maximum` | java.lang.Number | [[cdk.support/lookup-entry]] | `:maximum` |
| `minItems` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-items` |
| `minLength` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-length` |
| `minProperties` | java.lang.Number | [[cdk.support/lookup-entry]] | `:min-properties` |
| `minimum` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum` |
| `multipleOf` | java.lang.Number | [[cdk.support/lookup-entry]] | `:multiple-of` |
| `not` | software.amazon.awscdk.services.apigateway.JsonSchema | [[cdk.support/lookup-entry]] | `:not` |
| `oneOf` | java.util.List | [[cdk.support/lookup-entry]] | `:one-of` |
| `pattern` | java.lang.String | [[cdk.support/lookup-entry]] | `:pattern` |
| `patternProperties` | java.util.Map | [[cdk.support/lookup-entry]] | `:pattern-properties` |
| `properties` | java.util.Map | [[cdk.support/lookup-entry]] | `:properties` |
| `propertyNames` | software.amazon.awscdk.services.apigateway.JsonSchema | [[cdk.support/lookup-entry]] | `:property-names` |
| `ref` | java.lang.String | [[cdk.support/lookup-entry]] | `:ref` |
| `required` | java.util.List | [[cdk.support/lookup-entry]] | `:required` |
| `schema` | software.amazon.awscdk.services.apigateway.JsonSchemaVersion | [[cdk.api.services.apigateway/json-schema-version]] | `:schema` |
| `title` | java.lang.String | [[cdk.support/lookup-entry]] | `:title` |
| `type` | java.util.List | [[cdk.support/lookup-entry]] | `:type` |
| `uniqueItems` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:unique-items` |
sourceraw docstring

build-json-with-standard-field-props-builderclj

(build-json-with-standard-field-props-builder builder id config)

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

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
callerjava.lang.Booleancdk.support/lookup-entry:caller
httpMethodjava.lang.Booleancdk.support/lookup-entry:http-method
ipjava.lang.Booleancdk.support/lookup-entry:ip
protocoljava.lang.Booleancdk.support/lookup-entry:protocol
requestTimejava.lang.Booleancdk.support/lookup-entry:request-time
resourcePathjava.lang.Booleancdk.support/lookup-entry:resource-path
responseLengthjava.lang.Booleancdk.support/lookup-entry:response-length
statusjava.lang.Booleancdk.support/lookup-entry:status
userjava.lang.Booleancdk.support/lookup-entry:user
The build-json-with-standard-field-props-builder function updates a JsonWithStandardFieldProps$Builder instance using the provided configuration.
  The function takes the JsonWithStandardFieldProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `caller` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caller` |
| `httpMethod` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:http-method` |
| `ip` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:ip` |
| `protocol` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:protocol` |
| `requestTime` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:request-time` |
| `resourcePath` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:resource-path` |
| `responseLength` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:response-length` |
| `status` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:status` |
| `user` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:user` |
sourceraw docstring

build-lambda-authorizer-props-builderclj

(build-lambda-authorizer-props-builder builder id config)

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

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
assumeRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:assume-role
authorizerNamejava.lang.Stringcdk.support/lookup-entry:authorizer-name
handlersoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:handler
resultsCacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:results-cache-ttl
The build-lambda-authorizer-props-builder function updates a LambdaAuthorizerProps$Builder instance using the provided configuration.
  The function takes the LambdaAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assumeRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:assume-role` |
| `authorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-name` |
| `handler` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:handler` |
| `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` |
sourceraw docstring

build-lambda-integration-builderclj

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

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

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
allowTestInvokejava.lang.Booleancdk.support/lookup-entry:allow-test-invoke
cacheKeyParametersjava.util.Listcdk.support/lookup-entry:cache-key-parameters
cacheNamespacejava.lang.Stringcdk.support/lookup-entry:cache-namespace
connectionTypesoftware.amazon.awscdk.services.apigateway.ConnectionTypecdk.api.services.apigateway/connection-type:connection-type
contentHandlingsoftware.amazon.awscdk.services.apigateway.ContentHandlingcdk.api.services.apigateway/content-handling:content-handling
credentialsPassthroughjava.lang.Booleancdk.support/lookup-entry:credentials-passthrough
credentialsRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:credentials-role
integrationResponsesjava.util.Listcdk.support/lookup-entry:integration-responses
passthroughBehaviorsoftware.amazon.awscdk.services.apigateway.PassthroughBehaviorcdk.api.services.apigateway/passthrough-behavior:passthrough-behavior
proxyjava.lang.Booleancdk.support/lookup-entry:proxy
requestParametersjava.util.Mapcdk.support/lookup-entry:request-parameters
requestTemplatesjava.util.Mapcdk.support/lookup-entry:request-templates
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
vpcLinksoftware.amazon.awscdk.services.apigateway.IVpcLinkcdk.support/lookup-entry:vpc-link
The build-lambda-integration-builder function updates a LambdaIntegration$Builder instance using the provided configuration.
  The function takes the LambdaIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowTestInvoke` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-test-invoke` |
| `cacheKeyParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-key-parameters` |
| `cacheNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-namespace` |
| `connectionType` | software.amazon.awscdk.services.apigateway.ConnectionType | [[cdk.api.services.apigateway/connection-type]] | `:connection-type` |
| `contentHandling` | software.amazon.awscdk.services.apigateway.ContentHandling | [[cdk.api.services.apigateway/content-handling]] | `:content-handling` |
| `credentialsPassthrough` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:credentials-passthrough` |
| `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` |
| `integrationResponses` | java.util.List | [[cdk.support/lookup-entry]] | `:integration-responses` |
| `passthroughBehavior` | software.amazon.awscdk.services.apigateway.PassthroughBehavior | [[cdk.api.services.apigateway/passthrough-behavior]] | `:passthrough-behavior` |
| `proxy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy` |
| `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `vpcLink` | software.amazon.awscdk.services.apigateway.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
sourceraw docstring

build-lambda-integration-options-builderclj

(build-lambda-integration-options-builder builder id config)

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

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
allowTestInvokejava.lang.Booleancdk.support/lookup-entry:allow-test-invoke
cacheKeyParametersjava.util.Listcdk.support/lookup-entry:cache-key-parameters
cacheNamespacejava.lang.Stringcdk.support/lookup-entry:cache-namespace
connectionTypesoftware.amazon.awscdk.services.apigateway.ConnectionTypecdk.api.services.apigateway/connection-type:connection-type
contentHandlingsoftware.amazon.awscdk.services.apigateway.ContentHandlingcdk.api.services.apigateway/content-handling:content-handling
credentialsPassthroughjava.lang.Booleancdk.support/lookup-entry:credentials-passthrough
credentialsRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:credentials-role
integrationResponsesjava.util.Listcdk.support/lookup-entry:integration-responses
passthroughBehaviorsoftware.amazon.awscdk.services.apigateway.PassthroughBehaviorcdk.api.services.apigateway/passthrough-behavior:passthrough-behavior
proxyjava.lang.Booleancdk.support/lookup-entry:proxy
requestParametersjava.util.Mapcdk.support/lookup-entry:request-parameters
requestTemplatesjava.util.Mapcdk.support/lookup-entry:request-templates
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
vpcLinksoftware.amazon.awscdk.services.apigateway.IVpcLinkcdk.support/lookup-entry:vpc-link
The build-lambda-integration-options-builder function updates a LambdaIntegrationOptions$Builder instance using the provided configuration.
  The function takes the LambdaIntegrationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `allowTestInvoke` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-test-invoke` |
| `cacheKeyParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-key-parameters` |
| `cacheNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-namespace` |
| `connectionType` | software.amazon.awscdk.services.apigateway.ConnectionType | [[cdk.api.services.apigateway/connection-type]] | `:connection-type` |
| `contentHandling` | software.amazon.awscdk.services.apigateway.ContentHandling | [[cdk.api.services.apigateway/content-handling]] | `:content-handling` |
| `credentialsPassthrough` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:credentials-passthrough` |
| `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` |
| `integrationResponses` | java.util.List | [[cdk.support/lookup-entry]] | `:integration-responses` |
| `passthroughBehavior` | software.amazon.awscdk.services.apigateway.PassthroughBehavior | [[cdk.api.services.apigateway/passthrough-behavior]] | `:passthrough-behavior` |
| `proxy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy` |
| `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `vpcLink` | software.amazon.awscdk.services.apigateway.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
sourceraw docstring

build-lambda-rest-api-builderclj

(build-lambda-rest-api-builder builder id config)

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

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
apiKeySourceTypesoftware.amazon.awscdk.services.apigateway.ApiKeySourceTypecdk.api.services.apigateway/api-key-source-type:api-key-source-type
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
cloneFromsoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:clone-from
cloudWatchRolejava.lang.Booleancdk.support/lookup-entry:cloud-watch-role
cloudWatchRoleRemovalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:cloud-watch-role-removal-policy
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
deployjava.lang.Booleancdk.support/lookup-entry:deploy
deployOptionssoftware.amazon.awscdk.services.apigateway.StageOptionscdk.support/lookup-entry:deploy-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
domainNamesoftware.amazon.awscdk.services.apigateway.DomainNameOptionscdk.support/lookup-entry:domain-name
endpointConfigurationsoftware.amazon.awscdk.services.apigateway.EndpointConfigurationcdk.support/lookup-entry:endpoint-configuration
endpointExportNamejava.lang.Stringcdk.support/lookup-entry:endpoint-export-name
endpointTypesjava.util.Listcdk.support/lookup-entry:endpoint-types
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
handlersoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:handler
integrationOptionssoftware.amazon.awscdk.services.apigateway.LambdaIntegrationOptionscdk.support/lookup-entry:integration-options
minCompressionSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:min-compression-size
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
parametersjava.util.Mapcdk.support/lookup-entry:parameters
policysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:policy
proxyjava.lang.Booleancdk.support/lookup-entry:proxy
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
The build-lambda-rest-api-builder function updates a LambdaRestApi$Builder instance using the provided configuration.
  The function takes the LambdaRestApi$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeySourceType` | software.amazon.awscdk.services.apigateway.ApiKeySourceType | [[cdk.api.services.apigateway/api-key-source-type]] | `:api-key-source-type` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `cloneFrom` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:clone-from` |
| `cloudWatchRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-role` |
| `cloudWatchRoleRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:cloud-watch-role-removal-policy` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `deploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy` |
| `deployOptions` | software.amazon.awscdk.services.apigateway.StageOptions | [[cdk.support/lookup-entry]] | `:deploy-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domainName` | software.amazon.awscdk.services.apigateway.DomainNameOptions | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | software.amazon.awscdk.services.apigateway.EndpointConfiguration | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `endpointExportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-export-name` |
| `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `handler` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:handler` |
| `integrationOptions` | software.amazon.awscdk.services.apigateway.LambdaIntegrationOptions | [[cdk.support/lookup-entry]] | `:integration-options` |
| `minCompressionSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:min-compression-size` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `policy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:policy` |
| `proxy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
sourceraw docstring

build-lambda-rest-api-props-builderclj

(build-lambda-rest-api-props-builder builder id config)

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

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
apiKeySourceTypesoftware.amazon.awscdk.services.apigateway.ApiKeySourceTypecdk.api.services.apigateway/api-key-source-type:api-key-source-type
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
cloneFromsoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:clone-from
cloudWatchRolejava.lang.Booleancdk.support/lookup-entry:cloud-watch-role
cloudWatchRoleRemovalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:cloud-watch-role-removal-policy
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
deployjava.lang.Booleancdk.support/lookup-entry:deploy
deployOptionssoftware.amazon.awscdk.services.apigateway.StageOptionscdk.support/lookup-entry:deploy-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
domainNamesoftware.amazon.awscdk.services.apigateway.DomainNameOptionscdk.support/lookup-entry:domain-name
endpointConfigurationsoftware.amazon.awscdk.services.apigateway.EndpointConfigurationcdk.support/lookup-entry:endpoint-configuration
endpointExportNamejava.lang.Stringcdk.support/lookup-entry:endpoint-export-name
endpointTypesjava.util.Listcdk.support/lookup-entry:endpoint-types
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
handlersoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:handler
integrationOptionssoftware.amazon.awscdk.services.apigateway.LambdaIntegrationOptionscdk.support/lookup-entry:integration-options
minCompressionSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:min-compression-size
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
parametersjava.util.Mapcdk.support/lookup-entry:parameters
policysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:policy
proxyjava.lang.Booleancdk.support/lookup-entry:proxy
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
The build-lambda-rest-api-props-builder function updates a LambdaRestApiProps$Builder instance using the provided configuration.
  The function takes the LambdaRestApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeySourceType` | software.amazon.awscdk.services.apigateway.ApiKeySourceType | [[cdk.api.services.apigateway/api-key-source-type]] | `:api-key-source-type` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `cloneFrom` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:clone-from` |
| `cloudWatchRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-role` |
| `cloudWatchRoleRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:cloud-watch-role-removal-policy` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `deploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy` |
| `deployOptions` | software.amazon.awscdk.services.apigateway.StageOptions | [[cdk.support/lookup-entry]] | `:deploy-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domainName` | software.amazon.awscdk.services.apigateway.DomainNameOptions | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | software.amazon.awscdk.services.apigateway.EndpointConfiguration | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `endpointExportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-export-name` |
| `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `handler` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:handler` |
| `integrationOptions` | software.amazon.awscdk.services.apigateway.LambdaIntegrationOptions | [[cdk.support/lookup-entry]] | `:integration-options` |
| `minCompressionSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:min-compression-size` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `policy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:policy` |
| `proxy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
sourceraw docstring

build-method-builderclj

(build-method-builder builder id config)

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

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
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
integrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:integration
optionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:options
resourcesoftware.amazon.awscdk.services.apigateway.IResourcecdk.support/lookup-entry:resource
The build-method-builder function updates a Method$Builder instance using the provided configuration.
  The function takes the Method$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `integration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:integration` |
| `options` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:options` |
| `resource` | software.amazon.awscdk.services.apigateway.IResource | [[cdk.support/lookup-entry]] | `:resource` |
sourceraw docstring

build-method-deployment-options-builderclj

(build-method-deployment-options-builder builder id config)

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

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
cacheDataEncryptedjava.lang.Booleancdk.support/lookup-entry:cache-data-encrypted
cacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:cache-ttl
cachingEnabledjava.lang.Booleancdk.support/lookup-entry:caching-enabled
dataTraceEnabledjava.lang.Booleancdk.support/lookup-entry:data-trace-enabled
loggingLevelsoftware.amazon.awscdk.services.apigateway.MethodLoggingLevelcdk.api.services.apigateway/method-logging-level:logging-level
metricsEnabledjava.lang.Booleancdk.support/lookup-entry:metrics-enabled
throttlingBurstLimitjava.lang.Numbercdk.support/lookup-entry:throttling-burst-limit
throttlingRateLimitjava.lang.Numbercdk.support/lookup-entry:throttling-rate-limit
The build-method-deployment-options-builder function updates a MethodDeploymentOptions$Builder instance using the provided configuration.
  The function takes the MethodDeploymentOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheDataEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-data-encrypted` |
| `cacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:cache-ttl` |
| `cachingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caching-enabled` |
| `dataTraceEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-trace-enabled` |
| `loggingLevel` | software.amazon.awscdk.services.apigateway.MethodLoggingLevel | [[cdk.api.services.apigateway/method-logging-level]] | `:logging-level` |
| `metricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:metrics-enabled` |
| `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` |
| `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
sourceraw docstring

build-method-options-builderclj

(build-method-options-builder builder id config)

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

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
apiKeyRequiredjava.lang.Booleancdk.support/lookup-entry:api-key-required
authorizationScopesjava.util.Listcdk.support/lookup-entry:authorization-scopes
authorizationTypesoftware.amazon.awscdk.services.apigateway.AuthorizationTypecdk.api.services.apigateway/authorization-type:authorization-type
authorizersoftware.amazon.awscdk.services.apigateway.IAuthorizercdk.support/lookup-entry:authorizer
methodResponsesjava.util.Listcdk.support/lookup-entry:method-responses
operationNamejava.lang.Stringcdk.support/lookup-entry:operation-name
requestModelsjava.util.Mapcdk.support/lookup-entry:request-models
requestParametersjava.util.Mapcdk.support/lookup-entry:request-parameters
requestValidatorsoftware.amazon.awscdk.services.apigateway.IRequestValidatorcdk.support/lookup-entry:request-validator
requestValidatorOptionssoftware.amazon.awscdk.services.apigateway.RequestValidatorOptionscdk.support/lookup-entry:request-validator-options
The build-method-options-builder function updates a MethodOptions$Builder instance using the provided configuration.
  The function takes the MethodOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeyRequired` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:api-key-required` |
| `authorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:authorization-scopes` |
| `authorizationType` | software.amazon.awscdk.services.apigateway.AuthorizationType | [[cdk.api.services.apigateway/authorization-type]] | `:authorization-type` |
| `authorizer` | software.amazon.awscdk.services.apigateway.IAuthorizer | [[cdk.support/lookup-entry]] | `:authorizer` |
| `methodResponses` | java.util.List | [[cdk.support/lookup-entry]] | `:method-responses` |
| `operationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:operation-name` |
| `requestModels` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-models` |
| `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestValidator` | software.amazon.awscdk.services.apigateway.IRequestValidator | [[cdk.support/lookup-entry]] | `:request-validator` |
| `requestValidatorOptions` | software.amazon.awscdk.services.apigateway.RequestValidatorOptions | [[cdk.support/lookup-entry]] | `:request-validator-options` |
sourceraw docstring

build-method-props-builderclj

(build-method-props-builder builder id config)

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

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
httpMethodjava.lang.Stringcdk.support/lookup-entry:http-method
integrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:integration
optionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:options
resourcesoftware.amazon.awscdk.services.apigateway.IResourcecdk.support/lookup-entry:resource
The build-method-props-builder function updates a MethodProps$Builder instance using the provided configuration.
  The function takes the MethodProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `httpMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-method` |
| `integration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:integration` |
| `options` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:options` |
| `resource` | software.amazon.awscdk.services.apigateway.IResource | [[cdk.support/lookup-entry]] | `:resource` |
sourceraw docstring

build-method-response-builderclj

(build-method-response-builder builder id config)

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

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
responseModelsjava.util.Mapcdk.support/lookup-entry:response-models
responseParametersjava.util.Mapcdk.support/lookup-entry:response-parameters
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-method-response-builder function updates a MethodResponse$Builder instance using the provided configuration.
  The function takes the MethodResponse$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `responseModels` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-models` |
| `responseParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-parameters` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-mock-integration-builderclj

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

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

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
cacheKeyParametersjava.util.Listcdk.support/lookup-entry:cache-key-parameters
cacheNamespacejava.lang.Stringcdk.support/lookup-entry:cache-namespace
connectionTypesoftware.amazon.awscdk.services.apigateway.ConnectionTypecdk.api.services.apigateway/connection-type:connection-type
contentHandlingsoftware.amazon.awscdk.services.apigateway.ContentHandlingcdk.api.services.apigateway/content-handling:content-handling
credentialsPassthroughjava.lang.Booleancdk.support/lookup-entry:credentials-passthrough
credentialsRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:credentials-role
integrationResponsesjava.util.Listcdk.support/lookup-entry:integration-responses
passthroughBehaviorsoftware.amazon.awscdk.services.apigateway.PassthroughBehaviorcdk.api.services.apigateway/passthrough-behavior:passthrough-behavior
requestParametersjava.util.Mapcdk.support/lookup-entry:request-parameters
requestTemplatesjava.util.Mapcdk.support/lookup-entry:request-templates
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
vpcLinksoftware.amazon.awscdk.services.apigateway.IVpcLinkcdk.support/lookup-entry:vpc-link
The build-mock-integration-builder function updates a MockIntegration$Builder instance using the provided configuration.
  The function takes the MockIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheKeyParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-key-parameters` |
| `cacheNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-namespace` |
| `connectionType` | software.amazon.awscdk.services.apigateway.ConnectionType | [[cdk.api.services.apigateway/connection-type]] | `:connection-type` |
| `contentHandling` | software.amazon.awscdk.services.apigateway.ContentHandling | [[cdk.api.services.apigateway/content-handling]] | `:content-handling` |
| `credentialsPassthrough` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:credentials-passthrough` |
| `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` |
| `integrationResponses` | java.util.List | [[cdk.support/lookup-entry]] | `:integration-responses` |
| `passthroughBehavior` | software.amazon.awscdk.services.apigateway.PassthroughBehavior | [[cdk.api.services.apigateway/passthrough-behavior]] | `:passthrough-behavior` |
| `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `vpcLink` | software.amazon.awscdk.services.apigateway.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
sourceraw docstring

build-model-builderclj

(build-model-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
schemasoftware.amazon.awscdk.services.apigateway.JsonSchemacdk.support/lookup-entry:schema
The build-model-builder function updates a Model$Builder instance using the provided configuration.
  The function takes the Model$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
| `schema` | software.amazon.awscdk.services.apigateway.JsonSchema | [[cdk.support/lookup-entry]] | `:schema` |
sourceraw docstring

build-model-options-builderclj

(build-model-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
schemasoftware.amazon.awscdk.services.apigateway.JsonSchemacdk.support/lookup-entry:schema
The build-model-options-builder function updates a ModelOptions$Builder instance using the provided configuration.
  The function takes the ModelOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `schema` | software.amazon.awscdk.services.apigateway.JsonSchema | [[cdk.support/lookup-entry]] | `:schema` |
sourceraw docstring

build-model-props-builderclj

(build-model-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
descriptionjava.lang.Stringcdk.support/lookup-entry:description
modelNamejava.lang.Stringcdk.support/lookup-entry:model-name
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
schemasoftware.amazon.awscdk.services.apigateway.JsonSchemacdk.support/lookup-entry:schema
The build-model-props-builder function updates a ModelProps$Builder instance using the provided configuration.
  The function takes the ModelProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `modelName` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-name` |
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
| `schema` | software.amazon.awscdk.services.apigateway.JsonSchema | [[cdk.support/lookup-entry]] | `:schema` |
sourceraw docstring

build-mtls-config-builderclj

(build-mtls-config-builder builder id config)

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

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
bucketsoftware.amazon.awscdk.services.s3.IBucketcdk.support/lookup-entry:bucket
keyjava.lang.Stringcdk.support/lookup-entry:key
versionjava.lang.Stringcdk.support/lookup-entry:version
The build-mtls-config-builder function updates a MTLSConfig$Builder instance using the provided configuration.
  The function takes the MTLSConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucket` | software.amazon.awscdk.services.s3.IBucket | [[cdk.support/lookup-entry]] | `:bucket` |
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
sourceraw docstring

build-proxy-resource-builderclj

(build-proxy-resource-builder builder id config)

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

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
anyMethodjava.lang.Booleancdk.support/lookup-entry:any-method
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
parentsoftware.amazon.awscdk.services.apigateway.IResourcecdk.support/lookup-entry:parent
The build-proxy-resource-builder function updates a ProxyResource$Builder instance using the provided configuration.
  The function takes the ProxyResource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `anyMethod` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:any-method` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `parent` | software.amazon.awscdk.services.apigateway.IResource | [[cdk.support/lookup-entry]] | `:parent` |
sourceraw docstring

build-proxy-resource-options-builderclj

(build-proxy-resource-options-builder builder id config)

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

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
anyMethodjava.lang.Booleancdk.support/lookup-entry:any-method
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
The build-proxy-resource-options-builder function updates a ProxyResourceOptions$Builder instance using the provided configuration.
  The function takes the ProxyResourceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `anyMethod` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:any-method` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
sourceraw docstring

build-proxy-resource-props-builderclj

(build-proxy-resource-props-builder builder id config)

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

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
anyMethodjava.lang.Booleancdk.support/lookup-entry:any-method
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
parentsoftware.amazon.awscdk.services.apigateway.IResourcecdk.support/lookup-entry:parent
The build-proxy-resource-props-builder function updates a ProxyResourceProps$Builder instance using the provided configuration.
  The function takes the ProxyResourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `anyMethod` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:any-method` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `parent` | software.amazon.awscdk.services.apigateway.IResource | [[cdk.support/lookup-entry]] | `:parent` |
sourceraw docstring

build-quota-settings-builderclj

(build-quota-settings-builder builder id config)

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

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
limitjava.lang.Numbercdk.support/lookup-entry:limit
offsetjava.lang.Numbercdk.support/lookup-entry:offset
periodsoftware.amazon.awscdk.services.apigateway.Periodcdk.api.services.apigateway/period:period
The build-quota-settings-builder function updates a QuotaSettings$Builder instance using the provided configuration.
  The function takes the QuotaSettings$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `limit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:limit` |
| `offset` | java.lang.Number | [[cdk.support/lookup-entry]] | `:offset` |
| `period` | software.amazon.awscdk.services.apigateway.Period | [[cdk.api.services.apigateway/period]] | `:period` |
sourceraw docstring

build-rate-limited-api-key-builderclj

(build-rate-limited-api-key-builder builder id config)

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

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
apiKeyNamejava.lang.Stringcdk.support/lookup-entry:api-key-name
apiStagesjava.util.Listcdk.support/lookup-entry:api-stages
customerIdjava.lang.Stringcdk.support/lookup-entry:customer-id
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
generateDistinctIdjava.lang.Booleancdk.support/lookup-entry:generate-distinct-id
quotasoftware.amazon.awscdk.services.apigateway.QuotaSettingscdk.support/lookup-entry:quota
resourcesjava.util.Listcdk.support/lookup-entry:resources
stagesjava.util.Listcdk.support/lookup-entry:stages
throttlesoftware.amazon.awscdk.services.apigateway.ThrottleSettingscdk.support/lookup-entry:throttle
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-rate-limited-api-key-builder function updates a RateLimitedApiKey$Builder instance using the provided configuration.
  The function takes the RateLimitedApiKey$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-name` |
| `apiStages` | java.util.List | [[cdk.support/lookup-entry]] | `:api-stages` |
| `customerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-id` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `generateDistinctId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:generate-distinct-id` |
| `quota` | software.amazon.awscdk.services.apigateway.QuotaSettings | [[cdk.support/lookup-entry]] | `:quota` |
| `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` |
| `stages` | java.util.List | [[cdk.support/lookup-entry]] | `:stages` |
| `throttle` | software.amazon.awscdk.services.apigateway.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-rate-limited-api-key-props-builderclj

(build-rate-limited-api-key-props-builder builder id config)

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

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
apiKeyNamejava.lang.Stringcdk.support/lookup-entry:api-key-name
apiStagesjava.util.Listcdk.support/lookup-entry:api-stages
customerIdjava.lang.Stringcdk.support/lookup-entry:customer-id
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
generateDistinctIdjava.lang.Booleancdk.support/lookup-entry:generate-distinct-id
quotasoftware.amazon.awscdk.services.apigateway.QuotaSettingscdk.support/lookup-entry:quota
resourcesjava.util.Listcdk.support/lookup-entry:resources
stagesjava.util.Listcdk.support/lookup-entry:stages
throttlesoftware.amazon.awscdk.services.apigateway.ThrottleSettingscdk.support/lookup-entry:throttle
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-rate-limited-api-key-props-builder function updates a RateLimitedApiKeyProps$Builder instance using the provided configuration.
  The function takes the RateLimitedApiKeyProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeyName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-name` |
| `apiStages` | java.util.List | [[cdk.support/lookup-entry]] | `:api-stages` |
| `customerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:customer-id` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `generateDistinctId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:generate-distinct-id` |
| `quota` | software.amazon.awscdk.services.apigateway.QuotaSettings | [[cdk.support/lookup-entry]] | `:quota` |
| `resources` | java.util.List | [[cdk.support/lookup-entry]] | `:resources` |
| `stages` | java.util.List | [[cdk.support/lookup-entry]] | `:stages` |
| `throttle` | software.amazon.awscdk.services.apigateway.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-request-authorizer-builderclj

(build-request-authorizer-builder builder id config)

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

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
assumeRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:assume-role
authorizerNamejava.lang.Stringcdk.support/lookup-entry:authorizer-name
handlersoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:handler
identitySourcesjava.util.Listcdk.support/lookup-entry:identity-sources
resultsCacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:results-cache-ttl
The build-request-authorizer-builder function updates a RequestAuthorizer$Builder instance using the provided configuration.
  The function takes the RequestAuthorizer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assumeRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:assume-role` |
| `authorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-name` |
| `handler` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:handler` |
| `identitySources` | java.util.List | [[cdk.support/lookup-entry]] | `:identity-sources` |
| `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` |
sourceraw docstring

build-request-authorizer-props-builderclj

(build-request-authorizer-props-builder builder id config)

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

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
assumeRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:assume-role
authorizerNamejava.lang.Stringcdk.support/lookup-entry:authorizer-name
handlersoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:handler
identitySourcesjava.util.Listcdk.support/lookup-entry:identity-sources
resultsCacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:results-cache-ttl
The build-request-authorizer-props-builder function updates a RequestAuthorizerProps$Builder instance using the provided configuration.
  The function takes the RequestAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assumeRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:assume-role` |
| `authorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-name` |
| `handler` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:handler` |
| `identitySources` | java.util.List | [[cdk.support/lookup-entry]] | `:identity-sources` |
| `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` |
sourceraw docstring

build-request-context-builderclj

(build-request-context-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
accountIdjava.lang.Booleancdk.support/lookup-entry:account-id
apiIdjava.lang.Booleancdk.support/lookup-entry:api-id
apiKeyjava.lang.Booleancdk.support/lookup-entry:api-key
authorizerPrincipalIdjava.lang.Booleancdk.support/lookup-entry:authorizer-principal-id
callerjava.lang.Booleancdk.support/lookup-entry:caller
cognitoAuthenticationProviderjava.lang.Booleancdk.support/lookup-entry:cognito-authentication-provider
cognitoAuthenticationTypejava.lang.Booleancdk.support/lookup-entry:cognito-authentication-type
cognitoIdentityIdjava.lang.Booleancdk.support/lookup-entry:cognito-identity-id
cognitoIdentityPoolIdjava.lang.Booleancdk.support/lookup-entry:cognito-identity-pool-id
httpMethodjava.lang.Booleancdk.support/lookup-entry:http-method
requestIdjava.lang.Booleancdk.support/lookup-entry:request-id
resourceIdjava.lang.Booleancdk.support/lookup-entry:resource-id
resourcePathjava.lang.Booleancdk.support/lookup-entry:resource-path
sourceIpjava.lang.Booleancdk.support/lookup-entry:source-ip
stagejava.lang.Booleancdk.support/lookup-entry:stage
userjava.lang.Booleancdk.support/lookup-entry:user
userAgentjava.lang.Booleancdk.support/lookup-entry:user-agent
userArnjava.lang.Booleancdk.support/lookup-entry:user-arn
The build-request-context-builder function updates a RequestContext$Builder instance using the provided configuration.
  The function takes the RequestContext$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accountId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:account-id` |
| `apiId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:api-id` |
| `apiKey` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:api-key` |
| `authorizerPrincipalId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:authorizer-principal-id` |
| `caller` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caller` |
| `cognitoAuthenticationProvider` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cognito-authentication-provider` |
| `cognitoAuthenticationType` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cognito-authentication-type` |
| `cognitoIdentityId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cognito-identity-id` |
| `cognitoIdentityPoolId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cognito-identity-pool-id` |
| `httpMethod` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:http-method` |
| `requestId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:request-id` |
| `resourceId` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:resource-id` |
| `resourcePath` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:resource-path` |
| `sourceIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:source-ip` |
| `stage` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:stage` |
| `user` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:user` |
| `userAgent` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:user-agent` |
| `userArn` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:user-arn` |
sourceraw docstring

build-request-validator-builderclj

(build-request-validator-builder builder id config)

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

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
requestValidatorNamejava.lang.Stringcdk.support/lookup-entry:request-validator-name
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
validateRequestBodyjava.lang.Booleancdk.support/lookup-entry:validate-request-body
validateRequestParametersjava.lang.Booleancdk.support/lookup-entry:validate-request-parameters
The build-request-validator-builder function updates a RequestValidator$Builder instance using the provided configuration.
  The function takes the RequestValidator$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `requestValidatorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-validator-name` |
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
| `validateRequestBody` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-request-body` |
| `validateRequestParameters` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-request-parameters` |
sourceraw docstring

build-request-validator-options-builderclj

(build-request-validator-options-builder builder id config)

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

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
requestValidatorNamejava.lang.Stringcdk.support/lookup-entry:request-validator-name
validateRequestBodyjava.lang.Booleancdk.support/lookup-entry:validate-request-body
validateRequestParametersjava.lang.Booleancdk.support/lookup-entry:validate-request-parameters
The build-request-validator-options-builder function updates a RequestValidatorOptions$Builder instance using the provided configuration.
  The function takes the RequestValidatorOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `requestValidatorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-validator-name` |
| `validateRequestBody` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-request-body` |
| `validateRequestParameters` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-request-parameters` |
sourceraw docstring

build-request-validator-props-builderclj

(build-request-validator-props-builder builder id config)

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

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
requestValidatorNamejava.lang.Stringcdk.support/lookup-entry:request-validator-name
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
validateRequestBodyjava.lang.Booleancdk.support/lookup-entry:validate-request-body
validateRequestParametersjava.lang.Booleancdk.support/lookup-entry:validate-request-parameters
The build-request-validator-props-builder function updates a RequestValidatorProps$Builder instance using the provided configuration.
  The function takes the RequestValidatorProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `requestValidatorName` | java.lang.String | [[cdk.support/lookup-entry]] | `:request-validator-name` |
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
| `validateRequestBody` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-request-body` |
| `validateRequestParameters` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:validate-request-parameters` |
sourceraw docstring

build-resource-attributes-builderclj

(build-resource-attributes-builder builder id config)

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

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
pathjava.lang.Stringcdk.support/lookup-entry:path
resourceIdjava.lang.Stringcdk.support/lookup-entry:resource-id
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
The build-resource-attributes-builder function updates a ResourceAttributes$Builder instance using the provided configuration.
  The function takes the ResourceAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `resourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:resource-id` |
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
sourceraw docstring

build-resource-builderclj

(build-resource-builder builder id config)

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

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
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
parentsoftware.amazon.awscdk.services.apigateway.IResourcecdk.support/lookup-entry:parent
pathPartjava.lang.Stringcdk.support/lookup-entry:path-part
The build-resource-builder function updates a Resource$Builder instance using the provided configuration.
  The function takes the Resource$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `parent` | software.amazon.awscdk.services.apigateway.IResource | [[cdk.support/lookup-entry]] | `:parent` |
| `pathPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:path-part` |
sourceraw docstring

build-resource-options-builderclj

(build-resource-options-builder builder id config)

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

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
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
The build-resource-options-builder function updates a ResourceOptions$Builder instance using the provided configuration.
  The function takes the ResourceOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
sourceraw docstring

build-resource-props-builderclj

(build-resource-props-builder builder id config)

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

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
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
parentsoftware.amazon.awscdk.services.apigateway.IResourcecdk.support/lookup-entry:parent
pathPartjava.lang.Stringcdk.support/lookup-entry:path-part
The build-resource-props-builder function updates a ResourceProps$Builder instance using the provided configuration.
  The function takes the ResourceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `parent` | software.amazon.awscdk.services.apigateway.IResource | [[cdk.support/lookup-entry]] | `:parent` |
| `pathPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:path-part` |
sourceraw docstring

build-rest-api-attributes-builderclj

(build-rest-api-attributes-builder builder id config)

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

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
restApiIdjava.lang.Stringcdk.support/lookup-entry:rest-api-id
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
rootResourceIdjava.lang.Stringcdk.support/lookup-entry:root-resource-id
The build-rest-api-attributes-builder function updates a RestApiAttributes$Builder instance using the provided configuration.
  The function takes the RestApiAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `restApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-id` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `rootResourceId` | java.lang.String | [[cdk.support/lookup-entry]] | `:root-resource-id` |
sourceraw docstring

build-rest-api-base-props-builderclj

(build-rest-api-base-props-builder builder id config)

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

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
cloudWatchRolejava.lang.Booleancdk.support/lookup-entry:cloud-watch-role
cloudWatchRoleRemovalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:cloud-watch-role-removal-policy
deployjava.lang.Booleancdk.support/lookup-entry:deploy
deployOptionssoftware.amazon.awscdk.services.apigateway.StageOptionscdk.support/lookup-entry:deploy-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
domainNamesoftware.amazon.awscdk.services.apigateway.DomainNameOptionscdk.support/lookup-entry:domain-name
endpointExportNamejava.lang.Stringcdk.support/lookup-entry:endpoint-export-name
endpointTypesjava.util.Listcdk.support/lookup-entry:endpoint-types
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
parametersjava.util.Mapcdk.support/lookup-entry:parameters
policysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:policy
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
The build-rest-api-base-props-builder function updates a RestApiBaseProps$Builder instance using the provided configuration.
  The function takes the RestApiBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudWatchRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-role` |
| `cloudWatchRoleRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:cloud-watch-role-removal-policy` |
| `deploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy` |
| `deployOptions` | software.amazon.awscdk.services.apigateway.StageOptions | [[cdk.support/lookup-entry]] | `:deploy-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domainName` | software.amazon.awscdk.services.apigateway.DomainNameOptions | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointExportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-export-name` |
| `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `policy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:policy` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
sourceraw docstring

build-rest-api-builderclj

(build-rest-api-builder builder id config)

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

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
apiKeySourceTypesoftware.amazon.awscdk.services.apigateway.ApiKeySourceTypecdk.api.services.apigateway/api-key-source-type:api-key-source-type
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
cloneFromsoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:clone-from
cloudWatchRolejava.lang.Booleancdk.support/lookup-entry:cloud-watch-role
cloudWatchRoleRemovalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:cloud-watch-role-removal-policy
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
deployjava.lang.Booleancdk.support/lookup-entry:deploy
deployOptionssoftware.amazon.awscdk.services.apigateway.StageOptionscdk.support/lookup-entry:deploy-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
domainNamesoftware.amazon.awscdk.services.apigateway.DomainNameOptionscdk.support/lookup-entry:domain-name
endpointConfigurationsoftware.amazon.awscdk.services.apigateway.EndpointConfigurationcdk.support/lookup-entry:endpoint-configuration
endpointExportNamejava.lang.Stringcdk.support/lookup-entry:endpoint-export-name
endpointTypesjava.util.Listcdk.support/lookup-entry:endpoint-types
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
minCompressionSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:min-compression-size
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
parametersjava.util.Mapcdk.support/lookup-entry:parameters
policysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:policy
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
The build-rest-api-builder function updates a RestApi$Builder instance using the provided configuration.
  The function takes the RestApi$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeySourceType` | software.amazon.awscdk.services.apigateway.ApiKeySourceType | [[cdk.api.services.apigateway/api-key-source-type]] | `:api-key-source-type` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `cloneFrom` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:clone-from` |
| `cloudWatchRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-role` |
| `cloudWatchRoleRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:cloud-watch-role-removal-policy` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `deploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy` |
| `deployOptions` | software.amazon.awscdk.services.apigateway.StageOptions | [[cdk.support/lookup-entry]] | `:deploy-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domainName` | software.amazon.awscdk.services.apigateway.DomainNameOptions | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | software.amazon.awscdk.services.apigateway.EndpointConfiguration | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `endpointExportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-export-name` |
| `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `minCompressionSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:min-compression-size` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `policy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:policy` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
sourceraw docstring

build-rest-api-props-builderclj

(build-rest-api-props-builder builder id config)

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

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
apiKeySourceTypesoftware.amazon.awscdk.services.apigateway.ApiKeySourceTypecdk.api.services.apigateway/api-key-source-type:api-key-source-type
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
cloneFromsoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:clone-from
cloudWatchRolejava.lang.Booleancdk.support/lookup-entry:cloud-watch-role
cloudWatchRoleRemovalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:cloud-watch-role-removal-policy
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
deployjava.lang.Booleancdk.support/lookup-entry:deploy
deployOptionssoftware.amazon.awscdk.services.apigateway.StageOptionscdk.support/lookup-entry:deploy-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
domainNamesoftware.amazon.awscdk.services.apigateway.DomainNameOptionscdk.support/lookup-entry:domain-name
endpointConfigurationsoftware.amazon.awscdk.services.apigateway.EndpointConfigurationcdk.support/lookup-entry:endpoint-configuration
endpointExportNamejava.lang.Stringcdk.support/lookup-entry:endpoint-export-name
endpointTypesjava.util.Listcdk.support/lookup-entry:endpoint-types
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
minCompressionSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:min-compression-size
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
parametersjava.util.Mapcdk.support/lookup-entry:parameters
policysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:policy
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
The build-rest-api-props-builder function updates a RestApiProps$Builder instance using the provided configuration.
  The function takes the RestApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeySourceType` | software.amazon.awscdk.services.apigateway.ApiKeySourceType | [[cdk.api.services.apigateway/api-key-source-type]] | `:api-key-source-type` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `cloneFrom` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:clone-from` |
| `cloudWatchRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-role` |
| `cloudWatchRoleRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:cloud-watch-role-removal-policy` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `deploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy` |
| `deployOptions` | software.amazon.awscdk.services.apigateway.StageOptions | [[cdk.support/lookup-entry]] | `:deploy-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domainName` | software.amazon.awscdk.services.apigateway.DomainNameOptions | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | software.amazon.awscdk.services.apigateway.EndpointConfiguration | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `endpointExportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-export-name` |
| `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `minCompressionSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:min-compression-size` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `policy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:policy` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
sourceraw docstring

build-sagemaker-integration-builderclj

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

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

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
cacheKeyParametersjava.util.Listcdk.support/lookup-entry:cache-key-parameters
cacheNamespacejava.lang.Stringcdk.support/lookup-entry:cache-namespace
connectionTypesoftware.amazon.awscdk.services.apigateway.ConnectionTypecdk.api.services.apigateway/connection-type:connection-type
contentHandlingsoftware.amazon.awscdk.services.apigateway.ContentHandlingcdk.api.services.apigateway/content-handling:content-handling
credentialsPassthroughjava.lang.Booleancdk.support/lookup-entry:credentials-passthrough
credentialsRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:credentials-role
integrationResponsesjava.util.Listcdk.support/lookup-entry:integration-responses
passthroughBehaviorsoftware.amazon.awscdk.services.apigateway.PassthroughBehaviorcdk.api.services.apigateway/passthrough-behavior:passthrough-behavior
requestParametersjava.util.Mapcdk.support/lookup-entry:request-parameters
requestTemplatesjava.util.Mapcdk.support/lookup-entry:request-templates
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
vpcLinksoftware.amazon.awscdk.services.apigateway.IVpcLinkcdk.support/lookup-entry:vpc-link
The build-sagemaker-integration-builder function updates a SagemakerIntegration$Builder instance using the provided configuration.
  The function takes the SagemakerIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheKeyParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-key-parameters` |
| `cacheNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-namespace` |
| `connectionType` | software.amazon.awscdk.services.apigateway.ConnectionType | [[cdk.api.services.apigateway/connection-type]] | `:connection-type` |
| `contentHandling` | software.amazon.awscdk.services.apigateway.ContentHandling | [[cdk.api.services.apigateway/content-handling]] | `:content-handling` |
| `credentialsPassthrough` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:credentials-passthrough` |
| `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` |
| `integrationResponses` | java.util.List | [[cdk.support/lookup-entry]] | `:integration-responses` |
| `passthroughBehavior` | software.amazon.awscdk.services.apigateway.PassthroughBehavior | [[cdk.api.services.apigateway/passthrough-behavior]] | `:passthrough-behavior` |
| `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `vpcLink` | software.amazon.awscdk.services.apigateway.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
sourceraw docstring

build-sagemaker-integration-options-builderclj

(build-sagemaker-integration-options-builder builder id config)

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

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
cacheKeyParametersjava.util.Listcdk.support/lookup-entry:cache-key-parameters
cacheNamespacejava.lang.Stringcdk.support/lookup-entry:cache-namespace
connectionTypesoftware.amazon.awscdk.services.apigateway.ConnectionTypecdk.api.services.apigateway/connection-type:connection-type
contentHandlingsoftware.amazon.awscdk.services.apigateway.ContentHandlingcdk.api.services.apigateway/content-handling:content-handling
credentialsPassthroughjava.lang.Booleancdk.support/lookup-entry:credentials-passthrough
credentialsRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:credentials-role
integrationResponsesjava.util.Listcdk.support/lookup-entry:integration-responses
passthroughBehaviorsoftware.amazon.awscdk.services.apigateway.PassthroughBehaviorcdk.api.services.apigateway/passthrough-behavior:passthrough-behavior
requestParametersjava.util.Mapcdk.support/lookup-entry:request-parameters
requestTemplatesjava.util.Mapcdk.support/lookup-entry:request-templates
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
vpcLinksoftware.amazon.awscdk.services.apigateway.IVpcLinkcdk.support/lookup-entry:vpc-link
The build-sagemaker-integration-options-builder function updates a SagemakerIntegrationOptions$Builder instance using the provided configuration.
  The function takes the SagemakerIntegrationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cacheKeyParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-key-parameters` |
| `cacheNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-namespace` |
| `connectionType` | software.amazon.awscdk.services.apigateway.ConnectionType | [[cdk.api.services.apigateway/connection-type]] | `:connection-type` |
| `contentHandling` | software.amazon.awscdk.services.apigateway.ContentHandling | [[cdk.api.services.apigateway/content-handling]] | `:content-handling` |
| `credentialsPassthrough` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:credentials-passthrough` |
| `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` |
| `integrationResponses` | java.util.List | [[cdk.support/lookup-entry]] | `:integration-responses` |
| `passthroughBehavior` | software.amazon.awscdk.services.apigateway.PassthroughBehavior | [[cdk.api.services.apigateway/passthrough-behavior]] | `:passthrough-behavior` |
| `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `vpcLink` | software.amazon.awscdk.services.apigateway.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
sourceraw docstring

build-spec-rest-api-builderclj

(build-spec-rest-api-builder builder id config)

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

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
apiDefinitionsoftware.amazon.awscdk.services.apigateway.ApiDefinitioncdk.support/lookup-entry:api-definition
cloudWatchRolejava.lang.Booleancdk.support/lookup-entry:cloud-watch-role
cloudWatchRoleRemovalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:cloud-watch-role-removal-policy
deployjava.lang.Booleancdk.support/lookup-entry:deploy
deployOptionssoftware.amazon.awscdk.services.apigateway.StageOptionscdk.support/lookup-entry:deploy-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
domainNamesoftware.amazon.awscdk.services.apigateway.DomainNameOptionscdk.support/lookup-entry:domain-name
endpointExportNamejava.lang.Stringcdk.support/lookup-entry:endpoint-export-name
endpointTypesjava.util.Listcdk.support/lookup-entry:endpoint-types
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
minCompressionSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:min-compression-size
parametersjava.util.Mapcdk.support/lookup-entry:parameters
policysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:policy
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
The build-spec-rest-api-builder function updates a SpecRestApi$Builder instance using the provided configuration.
  The function takes the SpecRestApi$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiDefinition` | software.amazon.awscdk.services.apigateway.ApiDefinition | [[cdk.support/lookup-entry]] | `:api-definition` |
| `cloudWatchRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-role` |
| `cloudWatchRoleRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:cloud-watch-role-removal-policy` |
| `deploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy` |
| `deployOptions` | software.amazon.awscdk.services.apigateway.StageOptions | [[cdk.support/lookup-entry]] | `:deploy-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domainName` | software.amazon.awscdk.services.apigateway.DomainNameOptions | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointExportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-export-name` |
| `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `minCompressionSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:min-compression-size` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `policy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:policy` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
sourceraw docstring

build-spec-rest-api-props-builderclj

(build-spec-rest-api-props-builder builder id config)

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

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
apiDefinitionsoftware.amazon.awscdk.services.apigateway.ApiDefinitioncdk.support/lookup-entry:api-definition
cloudWatchRolejava.lang.Booleancdk.support/lookup-entry:cloud-watch-role
cloudWatchRoleRemovalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:cloud-watch-role-removal-policy
deployjava.lang.Booleancdk.support/lookup-entry:deploy
deployOptionssoftware.amazon.awscdk.services.apigateway.StageOptionscdk.support/lookup-entry:deploy-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
domainNamesoftware.amazon.awscdk.services.apigateway.DomainNameOptionscdk.support/lookup-entry:domain-name
endpointExportNamejava.lang.Stringcdk.support/lookup-entry:endpoint-export-name
endpointTypesjava.util.Listcdk.support/lookup-entry:endpoint-types
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
minCompressionSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:min-compression-size
parametersjava.util.Mapcdk.support/lookup-entry:parameters
policysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:policy
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
The build-spec-rest-api-props-builder function updates a SpecRestApiProps$Builder instance using the provided configuration.
  The function takes the SpecRestApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiDefinition` | software.amazon.awscdk.services.apigateway.ApiDefinition | [[cdk.support/lookup-entry]] | `:api-definition` |
| `cloudWatchRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-role` |
| `cloudWatchRoleRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:cloud-watch-role-removal-policy` |
| `deploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy` |
| `deployOptions` | software.amazon.awscdk.services.apigateway.StageOptions | [[cdk.support/lookup-entry]] | `:deploy-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domainName` | software.amazon.awscdk.services.apigateway.DomainNameOptions | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointExportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-export-name` |
| `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `minCompressionSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:min-compression-size` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `policy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:policy` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
sourceraw docstring

build-stage-attributes-builderclj

(build-stage-attributes-builder builder id config)

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

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
restApisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:rest-api
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
The build-stage-attributes-builder function updates a StageAttributes$Builder instance using the provided configuration.
  The function takes the StageAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `restApi` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:rest-api` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
sourceraw docstring

build-stage-builderclj

(build-stage-builder builder id config)

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

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
accessLogDestinationsoftware.amazon.awscdk.services.apigateway.IAccessLogDestinationcdk.support/lookup-entry:access-log-destination
accessLogFormatsoftware.amazon.awscdk.services.apigateway.AccessLogFormatcdk.support/lookup-entry:access-log-format
cacheClusterEnabledjava.lang.Booleancdk.support/lookup-entry:cache-cluster-enabled
cacheClusterSizejava.lang.Stringcdk.support/lookup-entry:cache-cluster-size
cacheDataEncryptedjava.lang.Booleancdk.support/lookup-entry:cache-data-encrypted
cacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:cache-ttl
cachingEnabledjava.lang.Booleancdk.support/lookup-entry:caching-enabled
clientCertificateIdjava.lang.Stringcdk.support/lookup-entry:client-certificate-id
dataTraceEnabledjava.lang.Booleancdk.support/lookup-entry:data-trace-enabled
deploymentsoftware.amazon.awscdk.services.apigateway.Deploymentcdk.support/lookup-entry:deployment
descriptionjava.lang.Stringcdk.support/lookup-entry:description
documentationVersionjava.lang.Stringcdk.support/lookup-entry:documentation-version
loggingLevelsoftware.amazon.awscdk.services.apigateway.MethodLoggingLevelcdk.api.services.apigateway/method-logging-level:logging-level
methodOptionsjava.util.Mapcdk.support/lookup-entry:method-options
metricsEnabledjava.lang.Booleancdk.support/lookup-entry:metrics-enabled
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
throttlingBurstLimitjava.lang.Numbercdk.support/lookup-entry:throttling-burst-limit
throttlingRateLimitjava.lang.Numbercdk.support/lookup-entry:throttling-rate-limit
tracingEnabledjava.lang.Booleancdk.support/lookup-entry:tracing-enabled
variablesjava.util.Mapcdk.support/lookup-entry:variables
The build-stage-builder function updates a Stage$Builder instance using the provided configuration.
  The function takes the Stage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLogDestination` | software.amazon.awscdk.services.apigateway.IAccessLogDestination | [[cdk.support/lookup-entry]] | `:access-log-destination` |
| `accessLogFormat` | software.amazon.awscdk.services.apigateway.AccessLogFormat | [[cdk.support/lookup-entry]] | `:access-log-format` |
| `cacheClusterEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-cluster-enabled` |
| `cacheClusterSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-cluster-size` |
| `cacheDataEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-data-encrypted` |
| `cacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:cache-ttl` |
| `cachingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caching-enabled` |
| `clientCertificateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-id` |
| `dataTraceEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-trace-enabled` |
| `deployment` | software.amazon.awscdk.services.apigateway.Deployment | [[cdk.support/lookup-entry]] | `:deployment` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `documentationVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:documentation-version` |
| `loggingLevel` | software.amazon.awscdk.services.apigateway.MethodLoggingLevel | [[cdk.api.services.apigateway/method-logging-level]] | `:logging-level` |
| `methodOptions` | java.util.Map | [[cdk.support/lookup-entry]] | `:method-options` |
| `metricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:metrics-enabled` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` |
| `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
| `tracingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
| `variables` | java.util.Map | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-stage-options-builderclj

(build-stage-options-builder builder id config)

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

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
accessLogDestinationsoftware.amazon.awscdk.services.apigateway.IAccessLogDestinationcdk.support/lookup-entry:access-log-destination
accessLogFormatsoftware.amazon.awscdk.services.apigateway.AccessLogFormatcdk.support/lookup-entry:access-log-format
cacheClusterEnabledjava.lang.Booleancdk.support/lookup-entry:cache-cluster-enabled
cacheClusterSizejava.lang.Stringcdk.support/lookup-entry:cache-cluster-size
cacheDataEncryptedjava.lang.Booleancdk.support/lookup-entry:cache-data-encrypted
cacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:cache-ttl
cachingEnabledjava.lang.Booleancdk.support/lookup-entry:caching-enabled
clientCertificateIdjava.lang.Stringcdk.support/lookup-entry:client-certificate-id
dataTraceEnabledjava.lang.Booleancdk.support/lookup-entry:data-trace-enabled
descriptionjava.lang.Stringcdk.support/lookup-entry:description
documentationVersionjava.lang.Stringcdk.support/lookup-entry:documentation-version
loggingLevelsoftware.amazon.awscdk.services.apigateway.MethodLoggingLevelcdk.api.services.apigateway/method-logging-level:logging-level
methodOptionsjava.util.Mapcdk.support/lookup-entry:method-options
metricsEnabledjava.lang.Booleancdk.support/lookup-entry:metrics-enabled
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
throttlingBurstLimitjava.lang.Numbercdk.support/lookup-entry:throttling-burst-limit
throttlingRateLimitjava.lang.Numbercdk.support/lookup-entry:throttling-rate-limit
tracingEnabledjava.lang.Booleancdk.support/lookup-entry:tracing-enabled
variablesjava.util.Mapcdk.support/lookup-entry:variables
The build-stage-options-builder function updates a StageOptions$Builder instance using the provided configuration.
  The function takes the StageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLogDestination` | software.amazon.awscdk.services.apigateway.IAccessLogDestination | [[cdk.support/lookup-entry]] | `:access-log-destination` |
| `accessLogFormat` | software.amazon.awscdk.services.apigateway.AccessLogFormat | [[cdk.support/lookup-entry]] | `:access-log-format` |
| `cacheClusterEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-cluster-enabled` |
| `cacheClusterSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-cluster-size` |
| `cacheDataEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-data-encrypted` |
| `cacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:cache-ttl` |
| `cachingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caching-enabled` |
| `clientCertificateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-id` |
| `dataTraceEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-trace-enabled` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `documentationVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:documentation-version` |
| `loggingLevel` | software.amazon.awscdk.services.apigateway.MethodLoggingLevel | [[cdk.api.services.apigateway/method-logging-level]] | `:logging-level` |
| `methodOptions` | java.util.Map | [[cdk.support/lookup-entry]] | `:method-options` |
| `metricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:metrics-enabled` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` |
| `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
| `tracingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
| `variables` | java.util.Map | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-stage-props-builderclj

(build-stage-props-builder builder id config)

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

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
accessLogDestinationsoftware.amazon.awscdk.services.apigateway.IAccessLogDestinationcdk.support/lookup-entry:access-log-destination
accessLogFormatsoftware.amazon.awscdk.services.apigateway.AccessLogFormatcdk.support/lookup-entry:access-log-format
cacheClusterEnabledjava.lang.Booleancdk.support/lookup-entry:cache-cluster-enabled
cacheClusterSizejava.lang.Stringcdk.support/lookup-entry:cache-cluster-size
cacheDataEncryptedjava.lang.Booleancdk.support/lookup-entry:cache-data-encrypted
cacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:cache-ttl
cachingEnabledjava.lang.Booleancdk.support/lookup-entry:caching-enabled
clientCertificateIdjava.lang.Stringcdk.support/lookup-entry:client-certificate-id
dataTraceEnabledjava.lang.Booleancdk.support/lookup-entry:data-trace-enabled
deploymentsoftware.amazon.awscdk.services.apigateway.Deploymentcdk.support/lookup-entry:deployment
descriptionjava.lang.Stringcdk.support/lookup-entry:description
documentationVersionjava.lang.Stringcdk.support/lookup-entry:documentation-version
loggingLevelsoftware.amazon.awscdk.services.apigateway.MethodLoggingLevelcdk.api.services.apigateway/method-logging-level:logging-level
methodOptionsjava.util.Mapcdk.support/lookup-entry:method-options
metricsEnabledjava.lang.Booleancdk.support/lookup-entry:metrics-enabled
stageNamejava.lang.Stringcdk.support/lookup-entry:stage-name
throttlingBurstLimitjava.lang.Numbercdk.support/lookup-entry:throttling-burst-limit
throttlingRateLimitjava.lang.Numbercdk.support/lookup-entry:throttling-rate-limit
tracingEnabledjava.lang.Booleancdk.support/lookup-entry:tracing-enabled
variablesjava.util.Mapcdk.support/lookup-entry:variables
The build-stage-props-builder function updates a StageProps$Builder instance using the provided configuration.
  The function takes the StageProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLogDestination` | software.amazon.awscdk.services.apigateway.IAccessLogDestination | [[cdk.support/lookup-entry]] | `:access-log-destination` |
| `accessLogFormat` | software.amazon.awscdk.services.apigateway.AccessLogFormat | [[cdk.support/lookup-entry]] | `:access-log-format` |
| `cacheClusterEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-cluster-enabled` |
| `cacheClusterSize` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-cluster-size` |
| `cacheDataEncrypted` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cache-data-encrypted` |
| `cacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:cache-ttl` |
| `cachingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:caching-enabled` |
| `clientCertificateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-id` |
| `dataTraceEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-trace-enabled` |
| `deployment` | software.amazon.awscdk.services.apigateway.Deployment | [[cdk.support/lookup-entry]] | `:deployment` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `documentationVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:documentation-version` |
| `loggingLevel` | software.amazon.awscdk.services.apigateway.MethodLoggingLevel | [[cdk.api.services.apigateway/method-logging-level]] | `:logging-level` |
| `methodOptions` | java.util.Map | [[cdk.support/lookup-entry]] | `:method-options` |
| `metricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:metrics-enabled` |
| `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
| `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` |
| `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
| `tracingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:tracing-enabled` |
| `variables` | java.util.Map | [[cdk.support/lookup-entry]] | `:variables` |
sourceraw docstring

build-step-functions-execution-integration-options-builderclj

(build-step-functions-execution-integration-options-builder builder id config)

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

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
authorizerjava.lang.Booleancdk.support/lookup-entry:authorizer
cacheKeyParametersjava.util.Listcdk.support/lookup-entry:cache-key-parameters
cacheNamespacejava.lang.Stringcdk.support/lookup-entry:cache-namespace
connectionTypesoftware.amazon.awscdk.services.apigateway.ConnectionTypecdk.api.services.apigateway/connection-type:connection-type
contentHandlingsoftware.amazon.awscdk.services.apigateway.ContentHandlingcdk.api.services.apigateway/content-handling:content-handling
credentialsPassthroughjava.lang.Booleancdk.support/lookup-entry:credentials-passthrough
credentialsRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:credentials-role
headersjava.lang.Booleancdk.support/lookup-entry:headers
integrationResponsesjava.util.Listcdk.support/lookup-entry:integration-responses
passthroughBehaviorsoftware.amazon.awscdk.services.apigateway.PassthroughBehaviorcdk.api.services.apigateway/passthrough-behavior:passthrough-behavior
pathjava.lang.Booleancdk.support/lookup-entry:path
querystringjava.lang.Booleancdk.support/lookup-entry:querystring
requestContextsoftware.amazon.awscdk.services.apigateway.RequestContextcdk.support/lookup-entry:request-context
requestParametersjava.util.Mapcdk.support/lookup-entry:request-parameters
requestTemplatesjava.util.Mapcdk.support/lookup-entry:request-templates
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
useDefaultMethodResponsesjava.lang.Booleancdk.support/lookup-entry:use-default-method-responses
vpcLinksoftware.amazon.awscdk.services.apigateway.IVpcLinkcdk.support/lookup-entry:vpc-link
The build-step-functions-execution-integration-options-builder function updates a StepFunctionsExecutionIntegrationOptions$Builder instance using the provided configuration.
  The function takes the StepFunctionsExecutionIntegrationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `authorizer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:authorizer` |
| `cacheKeyParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:cache-key-parameters` |
| `cacheNamespace` | java.lang.String | [[cdk.support/lookup-entry]] | `:cache-namespace` |
| `connectionType` | software.amazon.awscdk.services.apigateway.ConnectionType | [[cdk.api.services.apigateway/connection-type]] | `:connection-type` |
| `contentHandling` | software.amazon.awscdk.services.apigateway.ContentHandling | [[cdk.api.services.apigateway/content-handling]] | `:content-handling` |
| `credentialsPassthrough` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:credentials-passthrough` |
| `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` |
| `headers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:headers` |
| `integrationResponses` | java.util.List | [[cdk.support/lookup-entry]] | `:integration-responses` |
| `passthroughBehavior` | software.amazon.awscdk.services.apigateway.PassthroughBehavior | [[cdk.api.services.apigateway/passthrough-behavior]] | `:passthrough-behavior` |
| `path` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:path` |
| `querystring` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:querystring` |
| `requestContext` | software.amazon.awscdk.services.apigateway.RequestContext | [[cdk.support/lookup-entry]] | `:request-context` |
| `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` |
| `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `useDefaultMethodResponses` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-default-method-responses` |
| `vpcLink` | software.amazon.awscdk.services.apigateway.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
sourceraw docstring

build-step-functions-rest-api-builderclj

(build-step-functions-rest-api-builder builder id config)

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

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
apiKeySourceTypesoftware.amazon.awscdk.services.apigateway.ApiKeySourceTypecdk.api.services.apigateway/api-key-source-type:api-key-source-type
authorizerjava.lang.Booleancdk.support/lookup-entry:authorizer
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
cloneFromsoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:clone-from
cloudWatchRolejava.lang.Booleancdk.support/lookup-entry:cloud-watch-role
cloudWatchRoleRemovalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:cloud-watch-role-removal-policy
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
deployjava.lang.Booleancdk.support/lookup-entry:deploy
deployOptionssoftware.amazon.awscdk.services.apigateway.StageOptionscdk.support/lookup-entry:deploy-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
domainNamesoftware.amazon.awscdk.services.apigateway.DomainNameOptionscdk.support/lookup-entry:domain-name
endpointConfigurationsoftware.amazon.awscdk.services.apigateway.EndpointConfigurationcdk.support/lookup-entry:endpoint-configuration
endpointExportNamejava.lang.Stringcdk.support/lookup-entry:endpoint-export-name
endpointTypesjava.util.Listcdk.support/lookup-entry:endpoint-types
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
headersjava.lang.Booleancdk.support/lookup-entry:headers
minCompressionSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:min-compression-size
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
parametersjava.util.Mapcdk.support/lookup-entry:parameters
pathjava.lang.Booleancdk.support/lookup-entry:path
policysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:policy
querystringjava.lang.Booleancdk.support/lookup-entry:querystring
requestContextsoftware.amazon.awscdk.services.apigateway.RequestContextcdk.support/lookup-entry:request-context
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
stateMachinesoftware.amazon.awscdk.services.stepfunctions.IStateMachinecdk.support/lookup-entry:state-machine
useDefaultMethodResponsesjava.lang.Booleancdk.support/lookup-entry:use-default-method-responses
The build-step-functions-rest-api-builder function updates a StepFunctionsRestApi$Builder instance using the provided configuration.
  The function takes the StepFunctionsRestApi$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeySourceType` | software.amazon.awscdk.services.apigateway.ApiKeySourceType | [[cdk.api.services.apigateway/api-key-source-type]] | `:api-key-source-type` |
| `authorizer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:authorizer` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `cloneFrom` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:clone-from` |
| `cloudWatchRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-role` |
| `cloudWatchRoleRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:cloud-watch-role-removal-policy` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `deploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy` |
| `deployOptions` | software.amazon.awscdk.services.apigateway.StageOptions | [[cdk.support/lookup-entry]] | `:deploy-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domainName` | software.amazon.awscdk.services.apigateway.DomainNameOptions | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | software.amazon.awscdk.services.apigateway.EndpointConfiguration | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `endpointExportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-export-name` |
| `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `headers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:headers` |
| `minCompressionSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:min-compression-size` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `path` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:path` |
| `policy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:policy` |
| `querystring` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:querystring` |
| `requestContext` | software.amazon.awscdk.services.apigateway.RequestContext | [[cdk.support/lookup-entry]] | `:request-context` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `stateMachine` | software.amazon.awscdk.services.stepfunctions.IStateMachine | [[cdk.support/lookup-entry]] | `:state-machine` |
| `useDefaultMethodResponses` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-default-method-responses` |
sourceraw docstring

build-step-functions-rest-api-props-builderclj

(build-step-functions-rest-api-props-builder builder id config)

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

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
apiKeySourceTypesoftware.amazon.awscdk.services.apigateway.ApiKeySourceTypecdk.api.services.apigateway/api-key-source-type:api-key-source-type
authorizerjava.lang.Booleancdk.support/lookup-entry:authorizer
binaryMediaTypesjava.util.Listcdk.support/lookup-entry:binary-media-types
cloneFromsoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:clone-from
cloudWatchRolejava.lang.Booleancdk.support/lookup-entry:cloud-watch-role
cloudWatchRoleRemovalPolicysoftware.amazon.awscdk.RemovalPolicycdk.api/removal-policy:cloud-watch-role-removal-policy
defaultCorsPreflightOptionssoftware.amazon.awscdk.services.apigateway.CorsOptionscdk.support/lookup-entry:default-cors-preflight-options
defaultIntegrationsoftware.amazon.awscdk.services.apigateway.Integrationcdk.support/lookup-entry:default-integration
defaultMethodOptionssoftware.amazon.awscdk.services.apigateway.MethodOptionscdk.support/lookup-entry:default-method-options
deployjava.lang.Booleancdk.support/lookup-entry:deploy
deployOptionssoftware.amazon.awscdk.services.apigateway.StageOptionscdk.support/lookup-entry:deploy-options
descriptionjava.lang.Stringcdk.support/lookup-entry:description
disableExecuteApiEndpointjava.lang.Booleancdk.support/lookup-entry:disable-execute-api-endpoint
domainNamesoftware.amazon.awscdk.services.apigateway.DomainNameOptionscdk.support/lookup-entry:domain-name
endpointConfigurationsoftware.amazon.awscdk.services.apigateway.EndpointConfigurationcdk.support/lookup-entry:endpoint-configuration
endpointExportNamejava.lang.Stringcdk.support/lookup-entry:endpoint-export-name
endpointTypesjava.util.Listcdk.support/lookup-entry:endpoint-types
failOnWarningsjava.lang.Booleancdk.support/lookup-entry:fail-on-warnings
headersjava.lang.Booleancdk.support/lookup-entry:headers
minCompressionSizesoftware.amazon.awscdk.Sizecdk.support/lookup-entry:min-compression-size
minimumCompressionSizejava.lang.Numbercdk.support/lookup-entry:minimum-compression-size
parametersjava.util.Mapcdk.support/lookup-entry:parameters
pathjava.lang.Booleancdk.support/lookup-entry:path
policysoftware.amazon.awscdk.services.iam.PolicyDocumentcdk.support/lookup-entry:policy
querystringjava.lang.Booleancdk.support/lookup-entry:querystring
requestContextsoftware.amazon.awscdk.services.apigateway.RequestContextcdk.support/lookup-entry:request-context
restApiNamejava.lang.Stringcdk.support/lookup-entry:rest-api-name
retainDeploymentsjava.lang.Booleancdk.support/lookup-entry:retain-deployments
rolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:role
stateMachinesoftware.amazon.awscdk.services.stepfunctions.IStateMachinecdk.support/lookup-entry:state-machine
useDefaultMethodResponsesjava.lang.Booleancdk.support/lookup-entry:use-default-method-responses
The build-step-functions-rest-api-props-builder function updates a StepFunctionsRestApiProps$Builder instance using the provided configuration.
  The function takes the StepFunctionsRestApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiKeySourceType` | software.amazon.awscdk.services.apigateway.ApiKeySourceType | [[cdk.api.services.apigateway/api-key-source-type]] | `:api-key-source-type` |
| `authorizer` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:authorizer` |
| `binaryMediaTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:binary-media-types` |
| `cloneFrom` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:clone-from` |
| `cloudWatchRole` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cloud-watch-role` |
| `cloudWatchRoleRemovalPolicy` | software.amazon.awscdk.RemovalPolicy | [[cdk.api/removal-policy]] | `:cloud-watch-role-removal-policy` |
| `defaultCorsPreflightOptions` | software.amazon.awscdk.services.apigateway.CorsOptions | [[cdk.support/lookup-entry]] | `:default-cors-preflight-options` |
| `defaultIntegration` | software.amazon.awscdk.services.apigateway.Integration | [[cdk.support/lookup-entry]] | `:default-integration` |
| `defaultMethodOptions` | software.amazon.awscdk.services.apigateway.MethodOptions | [[cdk.support/lookup-entry]] | `:default-method-options` |
| `deploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deploy` |
| `deployOptions` | software.amazon.awscdk.services.apigateway.StageOptions | [[cdk.support/lookup-entry]] | `:deploy-options` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
| `domainName` | software.amazon.awscdk.services.apigateway.DomainNameOptions | [[cdk.support/lookup-entry]] | `:domain-name` |
| `endpointConfiguration` | software.amazon.awscdk.services.apigateway.EndpointConfiguration | [[cdk.support/lookup-entry]] | `:endpoint-configuration` |
| `endpointExportName` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-export-name` |
| `endpointTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:endpoint-types` |
| `failOnWarnings` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:fail-on-warnings` |
| `headers` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:headers` |
| `minCompressionSize` | software.amazon.awscdk.Size | [[cdk.support/lookup-entry]] | `:min-compression-size` |
| `minimumCompressionSize` | java.lang.Number | [[cdk.support/lookup-entry]] | `:minimum-compression-size` |
| `parameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:parameters` |
| `path` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:path` |
| `policy` | software.amazon.awscdk.services.iam.PolicyDocument | [[cdk.support/lookup-entry]] | `:policy` |
| `querystring` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:querystring` |
| `requestContext` | software.amazon.awscdk.services.apigateway.RequestContext | [[cdk.support/lookup-entry]] | `:request-context` |
| `restApiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rest-api-name` |
| `retainDeployments` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:retain-deployments` |
| `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
| `stateMachine` | software.amazon.awscdk.services.stepfunctions.IStateMachine | [[cdk.support/lookup-entry]] | `:state-machine` |
| `useDefaultMethodResponses` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-default-method-responses` |
sourceraw docstring

build-throttle-settings-builderclj

(build-throttle-settings-builder builder id config)

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

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
burstLimitjava.lang.Numbercdk.support/lookup-entry:burst-limit
rateLimitjava.lang.Numbercdk.support/lookup-entry:rate-limit
The build-throttle-settings-builder function updates a ThrottleSettings$Builder instance using the provided configuration.
  The function takes the ThrottleSettings$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `burstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:burst-limit` |
| `rateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:rate-limit` |
sourceraw docstring

build-throttling-per-method-builderclj

(build-throttling-per-method-builder builder id config)

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

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
methodsoftware.amazon.awscdk.services.apigateway.Methodcdk.support/lookup-entry:method
throttlesoftware.amazon.awscdk.services.apigateway.ThrottleSettingscdk.support/lookup-entry:throttle
The build-throttling-per-method-builder function updates a ThrottlingPerMethod$Builder instance using the provided configuration.
  The function takes the ThrottlingPerMethod$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `method` | software.amazon.awscdk.services.apigateway.Method | [[cdk.support/lookup-entry]] | `:method` |
| `throttle` | software.amazon.awscdk.services.apigateway.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` |
sourceraw docstring

build-token-authorizer-builderclj

(build-token-authorizer-builder builder id config)

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

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
assumeRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:assume-role
authorizerNamejava.lang.Stringcdk.support/lookup-entry:authorizer-name
handlersoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:handler
identitySourcejava.lang.Stringcdk.support/lookup-entry:identity-source
resultsCacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:results-cache-ttl
validationRegexjava.lang.Stringcdk.support/lookup-entry:validation-regex
The build-token-authorizer-builder function updates a TokenAuthorizer$Builder instance using the provided configuration.
  The function takes the TokenAuthorizer$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assumeRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:assume-role` |
| `authorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-name` |
| `handler` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:handler` |
| `identitySource` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-source` |
| `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` |
| `validationRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-regex` |
sourceraw docstring

build-token-authorizer-props-builderclj

(build-token-authorizer-props-builder builder id config)

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

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
assumeRolesoftware.amazon.awscdk.services.iam.IRolecdk.support/lookup-entry:assume-role
authorizerNamejava.lang.Stringcdk.support/lookup-entry:authorizer-name
handlersoftware.amazon.awscdk.services.lambda.IFunctioncdk.support/lookup-entry:handler
identitySourcejava.lang.Stringcdk.support/lookup-entry:identity-source
resultsCacheTtlsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:results-cache-ttl
validationRegexjava.lang.Stringcdk.support/lookup-entry:validation-regex
The build-token-authorizer-props-builder function updates a TokenAuthorizerProps$Builder instance using the provided configuration.
  The function takes the TokenAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `assumeRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:assume-role` |
| `authorizerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-name` |
| `handler` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:handler` |
| `identitySource` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-source` |
| `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` |
| `validationRegex` | java.lang.String | [[cdk.support/lookup-entry]] | `:validation-regex` |
sourceraw docstring

build-usage-plan-builderclj

(build-usage-plan-builder builder id config)

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

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
apiStagesjava.util.Listcdk.support/lookup-entry:api-stages
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
quotasoftware.amazon.awscdk.services.apigateway.QuotaSettingscdk.support/lookup-entry:quota
throttlesoftware.amazon.awscdk.services.apigateway.ThrottleSettingscdk.support/lookup-entry:throttle
The build-usage-plan-builder function updates a UsagePlan$Builder instance using the provided configuration.
  The function takes the UsagePlan$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiStages` | java.util.List | [[cdk.support/lookup-entry]] | `:api-stages` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `quota` | software.amazon.awscdk.services.apigateway.QuotaSettings | [[cdk.support/lookup-entry]] | `:quota` |
| `throttle` | software.amazon.awscdk.services.apigateway.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` |
sourceraw docstring

build-usage-plan-per-api-stage-builderclj

(build-usage-plan-per-api-stage-builder builder id config)

The build-usage-plan-per-api-stage-builder function updates a UsagePlanPerApiStage$Builder instance using the provided configuration. The function takes the UsagePlanPerApiStage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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
apisoftware.amazon.awscdk.services.apigateway.IRestApicdk.support/lookup-entry:api
stagesoftware.amazon.awscdk.services.apigateway.Stagecdk.support/lookup-entry:stage
throttlejava.util.Listcdk.support/lookup-entry:throttle
The build-usage-plan-per-api-stage-builder function updates a UsagePlanPerApiStage$Builder instance using the provided configuration.
  The function takes the UsagePlanPerApiStage$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `api` | software.amazon.awscdk.services.apigateway.IRestApi | [[cdk.support/lookup-entry]] | `:api` |
| `stage` | software.amazon.awscdk.services.apigateway.Stage | [[cdk.support/lookup-entry]] | `:stage` |
| `throttle` | java.util.List | [[cdk.support/lookup-entry]] | `:throttle` |
sourceraw docstring

build-usage-plan-props-builderclj

(build-usage-plan-props-builder builder id config)

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

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
apiStagesjava.util.Listcdk.support/lookup-entry:api-stages
descriptionjava.lang.Stringcdk.support/lookup-entry:description
namejava.lang.Stringcdk.support/lookup-entry:name
quotasoftware.amazon.awscdk.services.apigateway.QuotaSettingscdk.support/lookup-entry:quota
throttlesoftware.amazon.awscdk.services.apigateway.ThrottleSettingscdk.support/lookup-entry:throttle
The build-usage-plan-props-builder function updates a UsagePlanProps$Builder instance using the provided configuration.
  The function takes the UsagePlanProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `apiStages` | java.util.List | [[cdk.support/lookup-entry]] | `:api-stages` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `quota` | software.amazon.awscdk.services.apigateway.QuotaSettings | [[cdk.support/lookup-entry]] | `:quota` |
| `throttle` | software.amazon.awscdk.services.apigateway.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` |
sourceraw docstring

(build-vpc-link-builder builder id config)

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

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
targetsjava.util.Listcdk.support/lookup-entry:targets
vpcLinkNamejava.lang.Stringcdk.support/lookup-entry:vpc-link-name
The build-vpc-link-builder function updates a VpcLink$Builder instance using the provided configuration.
  The function takes the VpcLink$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
| `vpcLinkName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-link-name` |
sourceraw docstring

(build-vpc-link-props-builder builder id config)

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

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
targetsjava.util.Listcdk.support/lookup-entry:targets
vpcLinkNamejava.lang.Stringcdk.support/lookup-entry:vpc-link-name
The build-vpc-link-props-builder function updates a VpcLinkProps$Builder instance using the provided configuration.
  The function takes the VpcLinkProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
| `vpcLinkName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-link-name` |
sourceraw docstring

cfn-account-builderclj

(cfn-account-builder scope id config)

Creates a CfnAccount$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  `CfnAccount$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-account-props-builderclj

(cfn-account-props-builder id config)

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

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

Creates a CfnApiKey$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  `CfnApiKey$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-api-key-props-builderclj

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

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

(cfn-api-key-stage-key-property-builder id config)

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

(cfn-authorizer-builder scope id config)

Creates a CfnAuthorizer$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  `CfnAuthorizer$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-authorizer-props-builderclj

(cfn-authorizer-props-builder id config)

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

(cfn-base-path-mapping-builder scope id config)

Creates a CfnBasePathMapping$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  `CfnBasePathMapping$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-base-path-mapping-props-builderclj

(cfn-base-path-mapping-props-builder id config)

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

(cfn-client-certificate-builder scope id config)

Creates a CfnClientCertificate$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  `CfnClientCertificate$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-client-certificate-props-builderclj

(cfn-client-certificate-props-builder id config)

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

(cfn-deployment-access-log-setting-property-builder id config)

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

(cfn-deployment-builder scope id config)

Creates a CfnDeployment$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  `CfnDeployment$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-deployment-canary-setting-property-builderclj

(cfn-deployment-canary-setting-property-builder id config)

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

(cfn-deployment-deployment-canary-settings-property-builder id config)

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

(cfn-deployment-method-setting-property-builder id config)

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

(cfn-deployment-props-builder id config)

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

(cfn-deployment-stage-description-property-builder id config)

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

(cfn-documentation-part-builder scope id config)

Creates a CfnDocumentationPart$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  `CfnDocumentationPart$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-documentation-part-location-property-builderclj

(cfn-documentation-part-location-property-builder id config)

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

(cfn-documentation-part-props-builder id config)

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

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

Creates a CfnDocumentationVersion$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  `CfnDocumentationVersion$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-documentation-version-props-builderclj

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

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

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

cfn-domain-name-builderclj

(cfn-domain-name-builder scope id config)

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

cfn-domain-name-endpoint-configuration-property-builderclj

(cfn-domain-name-endpoint-configuration-property-builder id config)

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

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

cfn-domain-name-mutual-tls-authentication-property-builderclj

(cfn-domain-name-mutual-tls-authentication-property-builder id config)

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

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

cfn-domain-name-props-builderclj

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

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

(cfn-gateway-response-builder scope id config)

Creates a CfnGatewayResponse$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  `CfnGatewayResponse$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-gateway-response-props-builderclj

(cfn-gateway-response-props-builder id config)

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

(cfn-method-builder scope id config)

Creates a CfnMethod$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  `CfnMethod$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-method-integration-property-builderclj

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

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

(cfn-method-integration-response-property-builder id config)

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

(cfn-method-method-response-property-builder id config)

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

(cfn-method-props-builder id config)

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

(cfn-model-builder scope id config)

Creates a CfnModel$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  `CfnModel$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-model-props-builderclj

(cfn-model-props-builder id config)

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

(cfn-request-validator-builder scope id config)

Creates a CfnRequestValidator$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  `CfnRequestValidator$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-request-validator-props-builderclj

(cfn-request-validator-props-builder id config)

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

(cfn-resource-builder scope id config)

Creates a CfnResource$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  `CfnResource$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-resource-props-builderclj

(cfn-resource-props-builder id config)

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

(cfn-rest-api-builder scope id config)

Creates a CfnRestApi$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  `CfnRestApi$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-rest-api-endpoint-configuration-property-builderclj

(cfn-rest-api-endpoint-configuration-property-builder id config)

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

(cfn-rest-api-props-builder id config)

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

(cfn-rest-api-s3-location-property-builder id config)

Creates a CfnRestApi$S3LocationProperty$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  `CfnRestApi$S3LocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-stage-access-log-setting-property-builderclj

(cfn-stage-access-log-setting-property-builder id config)

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

(cfn-stage-builder scope id config)

Creates a CfnStage$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  `CfnStage$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-stage-canary-setting-property-builderclj

(cfn-stage-canary-setting-property-builder id config)

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

(cfn-stage-method-setting-property-builder id config)

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

(cfn-stage-props-builder id config)

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

(cfn-usage-plan-api-stage-property-builder id config)

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

(cfn-usage-plan-builder scope id config)

Creates a CfnUsagePlan$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  `CfnUsagePlan$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-usage-plan-key-builderclj

(cfn-usage-plan-key-builder scope id config)

Creates a CfnUsagePlanKey$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  `CfnUsagePlanKey$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-usage-plan-key-props-builderclj

(cfn-usage-plan-key-props-builder id config)

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

(cfn-usage-plan-props-builder id config)

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

(cfn-usage-plan-quota-settings-property-builder id config)

Creates a CfnUsagePlan$QuotaSettingsProperty$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  `CfnUsagePlan$QuotaSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-usage-plan-throttle-settings-property-builderclj

(cfn-usage-plan-throttle-settings-property-builder id config)

Creates a CfnUsagePlan$ThrottleSettingsProperty$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  `CfnUsagePlan$ThrottleSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following 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-vpc-link-builder scope id config)

Creates a CfnVpcLink$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  `CfnVpcLink$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-vpc-link-props-builder id config)

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

cognito-user-pools-authorizer-builderclj

(cognito-user-pools-authorizer-builder scope id config)

Creates a CognitoUserPoolsAuthorizer$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  `CognitoUserPoolsAuthorizer$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

cognito-user-pools-authorizer-props-builderclj

(cognito-user-pools-authorizer-props-builder id config)

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

connection-typeclj

(connection-type config id item-key)

The connection-type function data interprets values in the provided config data into a ConnectionType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of ConnectionType - the value is returned.
  • is :vpc-link - ConnectionType/VPC_LINK is returned
  • is :internet - ConnectionType/INTERNET is returned

If a value is not found or matches the above criteria, nil is returned.

The `connection-type` function data interprets values in the provided config data into a 
`ConnectionType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `ConnectionType` - the value is returned.
* is `:vpc-link` - `ConnectionType/VPC_LINK` is returned
* is `:internet` - `ConnectionType/INTERNET` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

content-handlingclj

(content-handling config id item-key)

The content-handling function data interprets values in the provided config data into a ContentHandling instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of ContentHandling - the value is returned.
  • is :convert-to-binary - ContentHandling/CONVERT_TO_BINARY is returned
  • is :convert-to-text - ContentHandling/CONVERT_TO_TEXT is returned

If a value is not found or matches the above criteria, nil is returned.

The `content-handling` function data interprets values in the provided config data into a 
`ContentHandling` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `ContentHandling` - the value is returned.
* is `:convert-to-binary` - `ContentHandling/CONVERT_TO_BINARY` is returned
* is `:convert-to-text` - `ContentHandling/CONVERT_TO_TEXT` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

cors-options-builderclj

(cors-options-builder id config)

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

deployment-builderclj

(deployment-builder scope id config)

Creates a Deployment$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  `Deployment$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

deployment-props-builderclj

(deployment-props-builder id config)

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

domain-name-attributes-builderclj

(domain-name-attributes-builder id config)

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

domain-name-builderclj

(domain-name-builder scope id config)

Creates a DomainName$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  `DomainName$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

domain-name-options-builderclj

(domain-name-options-builder id config)

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

domain-name-props-builderclj

(domain-name-props-builder id config)

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

endpoint-configuration-builderclj

(endpoint-configuration-builder id config)

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

endpoint-typeclj

(endpoint-type config id item-key)

The endpoint-type function data interprets values in the provided config data into a EndpointType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of EndpointType - the value is returned.
  • is :edge - EndpointType/EDGE is returned
  • is :private - EndpointType/PRIVATE is returned
  • is :regional - EndpointType/REGIONAL is returned

If a value is not found or matches the above criteria, nil is returned.

The `endpoint-type` function data interprets values in the provided config data into a 
`EndpointType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `EndpointType` - the value is returned.
* is `:edge` - `EndpointType/EDGE` is returned
* is `:private` - `EndpointType/PRIVATE` is returned
* is `:regional` - `EndpointType/REGIONAL` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

gateway-response-builderclj

(gateway-response-builder scope id config)

Creates a GatewayResponse$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  `GatewayResponse$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

gateway-response-options-builderclj

(gateway-response-options-builder id config)

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

gateway-response-props-builderclj

(gateway-response-props-builder id config)

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

http-integration-builderclj

(http-integration-builder url id config)

Creates a HttpIntegration$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[java.lang.String] | Argument | DataType | Description | |---|---|---| | url | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `HttpIntegration$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[java.lang.String]___
| Argument | DataType | Description |
|---|---|---|
| url | java.lang.String |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-integration-props-builderclj

(http-integration-props-builder id config)

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

integration-builderclj

(integration-builder id config)

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

integration-config-builderclj

(integration-config-builder id config)

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

integration-options-builderclj

(integration-options-builder id config)

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

integration-props-builderclj

(integration-props-builder id config)

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

integration-response-builderclj

(integration-response-builder id config)

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

integration-typeclj

(integration-type config id item-key)

The integration-type function data interprets values in the provided config data into a IntegrationType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of IntegrationType - the value is returned.
  • is :http-proxy - IntegrationType/HTTP_PROXY is returned
  • is :mock - IntegrationType/MOCK is returned
  • is :aws - IntegrationType/AWS is returned
  • is :aws-proxy - IntegrationType/AWS_PROXY is returned
  • is :http - IntegrationType/HTTP is returned

If a value is not found or matches the above criteria, nil is returned.

The `integration-type` function data interprets values in the provided config data into a 
`IntegrationType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `IntegrationType` - the value is returned.
* is `:http-proxy` - `IntegrationType/HTTP_PROXY` is returned
* is `:mock` - `IntegrationType/MOCK` is returned
* is `:aws` - `IntegrationType/AWS` is returned
* is `:aws-proxy` - `IntegrationType/AWS_PROXY` is returned
* is `:http` - `IntegrationType/HTTP` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

json-schema-builderclj

(json-schema-builder id config)

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

json-schema-typeclj

(json-schema-type config id item-key)

The json-schema-type function data interprets values in the provided config data into a JsonSchemaType instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of JsonSchemaType - the value is returned.
  • is :array - JsonSchemaType/ARRAY is returned
  • is :number - JsonSchemaType/NUMBER is returned
  • is :null - JsonSchemaType/NULL is returned
  • is :boolean - JsonSchemaType/BOOLEAN is returned
  • is :integer - JsonSchemaType/INTEGER is returned
  • is :object - JsonSchemaType/OBJECT is returned
  • is :string - JsonSchemaType/STRING is returned

If a value is not found or matches the above criteria, nil is returned.

The `json-schema-type` function data interprets values in the provided config data into a 
`JsonSchemaType` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `JsonSchemaType` - the value is returned.
* is `:array` - `JsonSchemaType/ARRAY` is returned
* is `:number` - `JsonSchemaType/NUMBER` is returned
* is `:null` - `JsonSchemaType/NULL` is returned
* is `:boolean` - `JsonSchemaType/BOOLEAN` is returned
* is `:integer` - `JsonSchemaType/INTEGER` is returned
* is `:object` - `JsonSchemaType/OBJECT` is returned
* is `:string` - `JsonSchemaType/STRING` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

json-schema-versionclj

(json-schema-version config id item-key)

The json-schema-version function data interprets values in the provided config data into a JsonSchemaVersion instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of JsonSchemaVersion - the value is returned.
  • is :draft4 - JsonSchemaVersion/DRAFT4 is returned
  • is :draft7 - JsonSchemaVersion/DRAFT7 is returned

If a value is not found or matches the above criteria, nil is returned.

The `json-schema-version` function data interprets values in the provided config data into a 
`JsonSchemaVersion` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `JsonSchemaVersion` - the value is returned.
* is `:draft4` - `JsonSchemaVersion/DRAFT4` is returned
* is `:draft7` - `JsonSchemaVersion/DRAFT7` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

json-with-standard-field-props-builderclj

(json-with-standard-field-props-builder id config)

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

lambda-authorizer-props-builderclj

(lambda-authorizer-props-builder id config)

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

lambda-integration-builderclj

(lambda-integration-builder handler id config)

Creates a LambdaIntegration$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[software.amazon.awscdk.services.lambda.IFunction] | Argument | DataType | Description | |---|---|---| | handler | software.amazon.awscdk.services.lambda.IFunction | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `LambdaIntegration$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[software.amazon.awscdk.services.lambda.IFunction]___
| Argument | DataType | Description |
|---|---|---|
| handler | software.amazon.awscdk.services.lambda.IFunction |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

lambda-integration-options-builderclj

(lambda-integration-options-builder id config)

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

lambda-rest-api-builderclj

(lambda-rest-api-builder scope id config)

Creates a LambdaRestApi$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  `LambdaRestApi$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

lambda-rest-api-props-builderclj

(lambda-rest-api-props-builder id config)

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

method-builderclj

(method-builder scope id config)

Creates a Method$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  `Method$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

method-deployment-options-builderclj

(method-deployment-options-builder id config)

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

method-logging-levelclj

(method-logging-level config id item-key)

The method-logging-level function data interprets values in the provided config data into a MethodLoggingLevel instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of MethodLoggingLevel - the value is returned.
  • is :off - MethodLoggingLevel/OFF is returned
  • is :info - MethodLoggingLevel/INFO is returned
  • is :error - MethodLoggingLevel/ERROR is returned

If a value is not found or matches the above criteria, nil is returned.

The `method-logging-level` function data interprets values in the provided config data into a 
`MethodLoggingLevel` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `MethodLoggingLevel` - the value is returned.
* is `:off` - `MethodLoggingLevel/OFF` is returned
* is `:info` - `MethodLoggingLevel/INFO` is returned
* is `:error` - `MethodLoggingLevel/ERROR` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

method-options-builderclj

(method-options-builder id config)

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

method-props-builderclj

(method-props-builder id config)

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

method-response-builderclj

(method-response-builder id config)

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

mock-integration-builderclj

(mock-integration-builder id config)

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

model-builderclj

(model-builder scope id config)

Creates a Model$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  `Model$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

model-options-builderclj

(model-options-builder id config)

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

model-props-builderclj

(model-props-builder id config)

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

mtls-config-builderclj

(mtls-config-builder id config)

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

passthrough-behaviorclj

(passthrough-behavior config id item-key)

The passthrough-behavior function data interprets values in the provided config data into a PassthroughBehavior instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of PassthroughBehavior - the value is returned.
  • is :never - PassthroughBehavior/NEVER is returned
  • is :when-no-match - PassthroughBehavior/WHEN_NO_MATCH is returned
  • is :when-no-templates - PassthroughBehavior/WHEN_NO_TEMPLATES is returned

If a value is not found or matches the above criteria, nil is returned.

The `passthrough-behavior` function data interprets values in the provided config data into a 
`PassthroughBehavior` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `PassthroughBehavior` - the value is returned.
* is `:never` - `PassthroughBehavior/NEVER` is returned
* is `:when-no-match` - `PassthroughBehavior/WHEN_NO_MATCH` is returned
* is `:when-no-templates` - `PassthroughBehavior/WHEN_NO_TEMPLATES` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

periodclj

(period config id item-key)

The period function data interprets values in the provided config data into a Period instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of Period - the value is returned.
  • is :day - Period/DAY is returned
  • is :week - Period/WEEK is returned
  • is :month - Period/MONTH is returned

If a value is not found or matches the above criteria, nil is returned.

The `period` function data interprets values in the provided config data into a 
`Period` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `Period` - the value is returned.
* is `:day` - `Period/DAY` is returned
* is `:week` - `Period/WEEK` is returned
* is `:month` - `Period/MONTH` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

proxy-resource-builderclj

(proxy-resource-builder scope id config)

Creates a ProxyResource$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  `ProxyResource$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

proxy-resource-options-builderclj

(proxy-resource-options-builder id config)

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

proxy-resource-props-builderclj

(proxy-resource-props-builder id config)

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

quota-settings-builderclj

(quota-settings-builder id config)

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

rate-limited-api-key-builderclj

(rate-limited-api-key-builder scope id config)

Creates a RateLimitedApiKey$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  `RateLimitedApiKey$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

rate-limited-api-key-props-builderclj

(rate-limited-api-key-props-builder id config)

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

request-authorizer-builderclj

(request-authorizer-builder scope id config)

Creates a RequestAuthorizer$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  `RequestAuthorizer$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

request-authorizer-props-builderclj

(request-authorizer-props-builder id config)

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

request-context-builderclj

(request-context-builder id config)

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

request-validator-builderclj

(request-validator-builder scope id config)

Creates a RequestValidator$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  `RequestValidator$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

request-validator-options-builderclj

(request-validator-options-builder id config)

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

request-validator-props-builderclj

(request-validator-props-builder id config)

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

resource-attributes-builderclj

(resource-attributes-builder id config)

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

resource-builderclj

(resource-builder scope id config)

Creates a Resource$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  `Resource$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

resource-options-builderclj

(resource-options-builder id config)

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

resource-props-builderclj

(resource-props-builder id config)

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

rest-api-attributes-builderclj

(rest-api-attributes-builder id config)

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

rest-api-base-props-builderclj

(rest-api-base-props-builder id config)

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

rest-api-builderclj

(rest-api-builder scope id config)

Creates a RestApi$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  `RestApi$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

rest-api-props-builderclj

(rest-api-props-builder id config)

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

sagemaker-integration-builderclj

(sagemaker-integration-builder endpoint id config)

Creates a SagemakerIntegration$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:

Create Form: _[software.amazon.awscdk.services.sagemaker.IEndpoint] | Argument | DataType | Description | |---|---|---| | endpoint | software.amazon.awscdk.services.sagemaker.IEndpoint | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `SagemakerIntegration$Builder` instance using provided forms, applies the data configuration, then builds it.  Takes the following arguments: 


__Create Form:__ ____[software.amazon.awscdk.services.sagemaker.IEndpoint]___
| Argument | DataType | Description |
|---|---|---|
| endpoint | software.amazon.awscdk.services.sagemaker.IEndpoint |  |
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

sagemaker-integration-options-builderclj

(sagemaker-integration-options-builder id config)

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

security-policyclj

(security-policy config id item-key)

The security-policy function data interprets values in the provided config data into a SecurityPolicy instance. This simplifies the use of keywords in place of actual enum values in the configuration provided to builders. The value is found using the cdk.support/lookup-entry function on the data with the provided namespace id and item-key. The found value is interpretted as follows:

  • instance of SecurityPolicy - the value is returned.
  • is :tls-1-0 - SecurityPolicy/TLS_1_0 is returned
  • is :tls-1-2 - SecurityPolicy/TLS_1_2 is returned

If a value is not found or matches the above criteria, nil is returned.

The `security-policy` function data interprets values in the provided config data into a 
`SecurityPolicy` instance.  This simplifies the use of keywords in place of actual enum values in 
the configuration provided to builders.  The value is found using the `cdk.support/lookup-entry` 
function on the data with the provided namespace id and item-key.  The found value is interpretted as follows: 

* instance of `SecurityPolicy` - the value is returned.
* is `:tls-1-0` - `SecurityPolicy/TLS_1_0` is returned
* is `:tls-1-2` - `SecurityPolicy/TLS_1_2` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

spec-rest-api-builderclj

(spec-rest-api-builder scope id config)

Creates a SpecRestApi$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  `SpecRestApi$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

spec-rest-api-props-builderclj

(spec-rest-api-props-builder id config)

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

stage-attributes-builderclj

(stage-attributes-builder id config)

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

stage-builderclj

(stage-builder scope id config)

Creates a Stage$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  `Stage$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

stage-options-builderclj

(stage-options-builder id config)

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

stage-props-builderclj

(stage-props-builder id config)

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

step-functions-execution-integration-options-builderclj

(step-functions-execution-integration-options-builder id config)

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

step-functions-rest-api-builderclj

(step-functions-rest-api-builder scope id config)

Creates a StepFunctionsRestApi$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  `StepFunctionsRestApi$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

step-functions-rest-api-props-builderclj

(step-functions-rest-api-props-builder id config)

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

throttle-settings-builderclj

(throttle-settings-builder id config)

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

throttling-per-method-builderclj

(throttling-per-method-builder id config)

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

token-authorizer-builderclj

(token-authorizer-builder scope id config)

Creates a TokenAuthorizer$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  `TokenAuthorizer$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

token-authorizer-props-builderclj

(token-authorizer-props-builder id config)

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

usage-plan-builderclj

(usage-plan-builder scope id config)

Creates a UsagePlan$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  `UsagePlan$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

usage-plan-per-api-stage-builderclj

(usage-plan-per-api-stage-builder id config)

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

usage-plan-props-builderclj

(usage-plan-props-builder id config)

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

(vpc-link-builder scope id config)

Creates a VpcLink$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  `VpcLink$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

(vpc-link-props-builder id config)

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