Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.apigatewayv2 package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.apigatewayv2 package.
(add-routes-options-builder id config)
Creates a AddRoutesOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `AddRoutesOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(api-mapping-attributes-builder id config)
Creates a ApiMappingAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ApiMappingAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(api-mapping-builder scope id config)
Creates a ApiMapping$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 `ApiMapping$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 |
(api-mapping-props-builder id config)
Creates a ApiMappingProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `ApiMappingProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(authorizer-payload-version config id item-key)
The authorizer-payload-version
function data interprets values in the provided config data into a
AuthorizerPayloadVersion
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:
AuthorizerPayloadVersion
- the value is returned.:version-1-0
- AuthorizerPayloadVersion/VERSION_1_0
is returned:version-2-0
- AuthorizerPayloadVersion/VERSION_2_0
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `authorizer-payload-version` function data interprets values in the provided config data into a `AuthorizerPayloadVersion` 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 `AuthorizerPayloadVersion` - the value is returned. * is `:version-1-0` - `AuthorizerPayloadVersion/VERSION_1_0` is returned * is `:version-2-0` - `AuthorizerPayloadVersion/VERSION_2_0` is returned If a value is not found or matches the above criteria, nil is returned.
(batch-http-route-options-builder id config)
Creates a BatchHttpRouteOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `BatchHttpRouteOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(build-add-routes-options-builder builder id config)
The build-add-routes-options-builder function updates a AddRoutesOptions$Builder instance using the provided configuration. The function takes the AddRoutesOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationScopes | java.util.List | cdk.support/lookup-entry | :authorization-scopes |
authorizer | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | cdk.support/lookup-entry | :authorizer |
integration | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | cdk.support/lookup-entry | :integration |
methods | java.util.List | cdk.support/lookup-entry | :methods |
path | java.lang.String | cdk.support/lookup-entry | :path |
The build-add-routes-options-builder function updates a AddRoutesOptions$Builder instance using the provided configuration. The function takes the AddRoutesOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:authorization-scopes` | | `authorizer` | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | [[cdk.support/lookup-entry]] | `:authorizer` | | `integration` | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | [[cdk.support/lookup-entry]] | `:integration` | | `methods` | java.util.List | [[cdk.support/lookup-entry]] | `:methods` | | `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
(build-api-mapping-attributes-builder builder id config)
The build-api-mapping-attributes-builder function updates a ApiMappingAttributes$Builder instance using the provided configuration. The function takes the ApiMappingAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiMappingId | java.lang.String | cdk.support/lookup-entry | :api-mapping-id |
The build-api-mapping-attributes-builder function updates a ApiMappingAttributes$Builder instance using the provided configuration. The function takes the ApiMappingAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiMappingId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-mapping-id` |
(build-api-mapping-builder builder id config)
The build-api-mapping-builder function updates a ApiMapping$Builder instance using the provided configuration. The function takes the ApiMapping$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.apigatewayv2.IApi | cdk.support/lookup-entry | :api |
apiMappingKey | java.lang.String | cdk.support/lookup-entry | :api-mapping-key |
domainName | software.amazon.awscdk.services.apigatewayv2.IDomainName | cdk.support/lookup-entry | :domain-name |
stage | software.amazon.awscdk.services.apigatewayv2.IStage | cdk.support/lookup-entry | :stage |
The build-api-mapping-builder function updates a ApiMapping$Builder instance using the provided configuration. The function takes the ApiMapping$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.apigatewayv2.IApi | [[cdk.support/lookup-entry]] | `:api` | | `apiMappingKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-mapping-key` | | `domainName` | software.amazon.awscdk.services.apigatewayv2.IDomainName | [[cdk.support/lookup-entry]] | `:domain-name` | | `stage` | software.amazon.awscdk.services.apigatewayv2.IStage | [[cdk.support/lookup-entry]] | `:stage` |
(build-api-mapping-props-builder builder id config)
The build-api-mapping-props-builder function updates a ApiMappingProps$Builder instance using the provided configuration. The function takes the ApiMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.apigatewayv2.IApi | cdk.support/lookup-entry | :api |
apiMappingKey | java.lang.String | cdk.support/lookup-entry | :api-mapping-key |
domainName | software.amazon.awscdk.services.apigatewayv2.IDomainName | cdk.support/lookup-entry | :domain-name |
stage | software.amazon.awscdk.services.apigatewayv2.IStage | cdk.support/lookup-entry | :stage |
The build-api-mapping-props-builder function updates a ApiMappingProps$Builder instance using the provided configuration. The function takes the ApiMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.apigatewayv2.IApi | [[cdk.support/lookup-entry]] | `:api` | | `apiMappingKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-mapping-key` | | `domainName` | software.amazon.awscdk.services.apigatewayv2.IDomainName | [[cdk.support/lookup-entry]] | `:domain-name` | | `stage` | software.amazon.awscdk.services.apigatewayv2.IStage | [[cdk.support/lookup-entry]] | `:stage` |
(build-batch-http-route-options-builder builder id config)
The build-batch-http-route-options-builder function updates a BatchHttpRouteOptions$Builder instance using the provided configuration. The function takes the BatchHttpRouteOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
integration | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | cdk.support/lookup-entry | :integration |
The build-batch-http-route-options-builder function updates a BatchHttpRouteOptions$Builder instance using the provided configuration. The function takes the BatchHttpRouteOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `integration` | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | [[cdk.support/lookup-entry]] | `:integration` |
(build-cfn-api-body-s3-location-property-builder builder id config)
The build-cfn-api-body-s3-location-property-builder function updates a CfnApi$BodyS3LocationProperty$Builder instance using the provided configuration. The function takes the CfnApi$BodyS3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 | :etag |
key | java.lang.String | cdk.support/lookup-entry | :key |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-api-body-s3-location-property-builder function updates a CfnApi$BodyS3LocationProperty$Builder instance using the provided configuration. The function takes the CfnApi$BodyS3LocationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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]] | `:etag` | | `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-api-builder builder id config)
The build-cfn-api-builder function updates a CfnApi$Builder instance using the provided configuration. The function takes the CfnApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiKeySelectionExpression | java.lang.String | cdk.support/lookup-entry | :api-key-selection-expression |
basePath | java.lang.String | cdk.support/lookup-entry | :base-path |
body | java.lang.Object | cdk.support/lookup-entry | :body |
bodyS3Location | software.amazon.awscdk.services.apigatewayv2.CfnApi$BodyS3LocationProperty | cdk.support/lookup-entry | :body-s3-location |
corsConfiguration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :cors-configuration |
credentialsArn | java.lang.String | cdk.support/lookup-entry | :credentials-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
disableExecuteApiEndpoint | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disable-execute-api-endpoint |
disableSchemaValidation | java.lang.Boolean | cdk.support/lookup-entry | :disable-schema-validation |
failOnWarnings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :fail-on-warnings |
name | java.lang.String | cdk.support/lookup-entry | :name |
protocolType | java.lang.String | cdk.support/lookup-entry | :protocol-type |
routeKey | java.lang.String | cdk.support/lookup-entry | :route-key |
routeSelectionExpression | java.lang.String | cdk.support/lookup-entry | :route-selection-expression |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
target | java.lang.String | cdk.support/lookup-entry | :target |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-api-builder function updates a CfnApi$Builder instance using the provided configuration. The function takes the CfnApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiKeySelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-selection-expression` | | `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` | | `body` | java.lang.Object | [[cdk.support/lookup-entry]] | `:body` | | `bodyS3Location` | software.amazon.awscdk.services.apigatewayv2.CfnApi$BodyS3LocationProperty | [[cdk.support/lookup-entry]] | `:body-s3-location` | | `corsConfiguration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:cors-configuration` | | `credentialsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:credentials-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `disableExecuteApiEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` | | `disableSchemaValidation` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-schema-validation` | | `failOnWarnings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fail-on-warnings` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `protocolType` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol-type` | | `routeKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-key` | | `routeSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-selection-expression` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(build-cfn-api-cors-property-builder builder id config)
The build-cfn-api-cors-property-builder function updates a CfnApi$CorsProperty$Builder instance using the provided configuration. The function takes the CfnApi$CorsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
exposeHeaders | java.util.List | cdk.support/lookup-entry | :expose-headers |
maxAge | java.lang.Number | cdk.support/lookup-entry | :max-age |
The build-cfn-api-cors-property-builder function updates a CfnApi$CorsProperty$Builder instance using the provided configuration. The function takes the CfnApi$CorsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `exposeHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:expose-headers` | | `maxAge` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-age` |
(build-cfn-api-gateway-managed-overrides-access-log-settings-property-builder
builder
id
config)
The build-cfn-api-gateway-managed-overrides-access-log-settings-property-builder function updates a CfnApiGatewayManagedOverrides$AccessLogSettingsProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$AccessLogSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
The build-cfn-api-gateway-managed-overrides-access-log-settings-property-builder function updates a CfnApiGatewayManagedOverrides$AccessLogSettingsProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$AccessLogSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` |
(build-cfn-api-gateway-managed-overrides-builder builder id config)
The build-cfn-api-gateway-managed-overrides-builder function updates a CfnApiGatewayManagedOverrides$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
integration | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :integration |
route | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :route |
stage | software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides$StageOverridesProperty | cdk.support/lookup-entry | :stage |
The build-cfn-api-gateway-managed-overrides-builder function updates a CfnApiGatewayManagedOverrides$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `integration` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:integration` | | `route` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:route` | | `stage` | software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides$StageOverridesProperty | [[cdk.support/lookup-entry]] | `:stage` |
(build-cfn-api-gateway-managed-overrides-integration-overrides-property-builder
builder
id
config)
The build-cfn-api-gateway-managed-overrides-integration-overrides-property-builder function updates a CfnApiGatewayManagedOverrides$IntegrationOverridesProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$IntegrationOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
integrationMethod | java.lang.String | cdk.support/lookup-entry | :integration-method |
payloadFormatVersion | java.lang.String | cdk.support/lookup-entry | :payload-format-version |
timeoutInMillis | java.lang.Number | cdk.support/lookup-entry | :timeout-in-millis |
The build-cfn-api-gateway-managed-overrides-integration-overrides-property-builder function updates a CfnApiGatewayManagedOverrides$IntegrationOverridesProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$IntegrationOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `integrationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-method` | | `payloadFormatVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload-format-version` | | `timeoutInMillis` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-millis` |
(build-cfn-api-gateway-managed-overrides-props-builder builder id config)
The build-cfn-api-gateway-managed-overrides-props-builder function updates a CfnApiGatewayManagedOverridesProps$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverridesProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
integration | software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides$IntegrationOverridesProperty | cdk.support/lookup-entry | :integration |
route | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :route |
stage | software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides$StageOverridesProperty | cdk.support/lookup-entry | :stage |
The build-cfn-api-gateway-managed-overrides-props-builder function updates a CfnApiGatewayManagedOverridesProps$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverridesProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `integration` | software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides$IntegrationOverridesProperty | [[cdk.support/lookup-entry]] | `:integration` | | `route` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:route` | | `stage` | software.amazon.awscdk.services.apigatewayv2.CfnApiGatewayManagedOverrides$StageOverridesProperty | [[cdk.support/lookup-entry]] | `:stage` |
(build-cfn-api-gateway-managed-overrides-route-overrides-property-builder
builder
id
config)
The build-cfn-api-gateway-managed-overrides-route-overrides-property-builder function updates a CfnApiGatewayManagedOverrides$RouteOverridesProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$RouteOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
operationName | java.lang.String | cdk.support/lookup-entry | :operation-name |
target | java.lang.String | cdk.support/lookup-entry | :target |
The build-cfn-api-gateway-managed-overrides-route-overrides-property-builder function updates a CfnApiGatewayManagedOverrides$RouteOverridesProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$RouteOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `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` | | `operationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:operation-name` | | `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
(build-cfn-api-gateway-managed-overrides-route-settings-property-builder builder
id
config)
The build-cfn-api-gateway-managed-overrides-route-settings-property-builder function updates a CfnApiGatewayManagedOverrides$RouteSettingsProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$RouteSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataTraceEnabled | java.lang.Boolean | cdk.support/lookup-entry | :data-trace-enabled |
detailedMetricsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :detailed-metrics-enabled |
loggingLevel | java.lang.String | cdk.support/lookup-entry | :logging-level |
throttlingBurstLimit | java.lang.Number | cdk.support/lookup-entry | :throttling-burst-limit |
throttlingRateLimit | java.lang.Number | cdk.support/lookup-entry | :throttling-rate-limit |
The build-cfn-api-gateway-managed-overrides-route-settings-property-builder function updates a CfnApiGatewayManagedOverrides$RouteSettingsProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$RouteSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dataTraceEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-trace-enabled` | | `detailedMetricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:detailed-metrics-enabled` | | `loggingLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-level` | | `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` | | `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
(build-cfn-api-gateway-managed-overrides-stage-overrides-property-builder
builder
id
config)
The build-cfn-api-gateway-managed-overrides-stage-overrides-property-builder function updates a CfnApiGatewayManagedOverrides$StageOverridesProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$StageOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessLogSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :access-log-settings |
autoDeploy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-deploy |
defaultRouteSettings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :default-route-settings |
description | java.lang.String | cdk.support/lookup-entry | :description |
routeSettings | java.lang.Object | cdk.support/lookup-entry | :route-settings |
stageVariables | java.lang.Object | cdk.support/lookup-entry | :stage-variables |
The build-cfn-api-gateway-managed-overrides-stage-overrides-property-builder function updates a CfnApiGatewayManagedOverrides$StageOverridesProperty$Builder instance using the provided configuration. The function takes the CfnApiGatewayManagedOverrides$StageOverridesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `accessLogSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:access-log-settings` | | `autoDeploy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-deploy` | | `defaultRouteSettings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:default-route-settings` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `routeSettings` | java.lang.Object | [[cdk.support/lookup-entry]] | `:route-settings` | | `stageVariables` | java.lang.Object | [[cdk.support/lookup-entry]] | `:stage-variables` |
(build-cfn-api-mapping-builder builder id config)
The build-cfn-api-mapping-builder function updates a CfnApiMapping$Builder instance using the provided configuration. The function takes the CfnApiMapping$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
apiMappingKey | java.lang.String | cdk.support/lookup-entry | :api-mapping-key |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
stage | java.lang.String | cdk.support/lookup-entry | :stage |
The build-cfn-api-mapping-builder function updates a CfnApiMapping$Builder instance using the provided configuration. The function takes the CfnApiMapping$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `apiMappingKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-mapping-key` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `stage` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage` |
(build-cfn-api-mapping-props-builder builder id config)
The build-cfn-api-mapping-props-builder function updates a CfnApiMappingProps$Builder instance using the provided configuration. The function takes the CfnApiMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
apiMappingKey | java.lang.String | cdk.support/lookup-entry | :api-mapping-key |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
stage | java.lang.String | cdk.support/lookup-entry | :stage |
The build-cfn-api-mapping-props-builder function updates a CfnApiMappingProps$Builder instance using the provided configuration. The function takes the CfnApiMappingProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `apiMappingKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-mapping-key` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `stage` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage` |
(build-cfn-api-props-builder builder id config)
The build-cfn-api-props-builder function updates a CfnApiProps$Builder instance using the provided configuration. The function takes the CfnApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiKeySelectionExpression | java.lang.String | cdk.support/lookup-entry | :api-key-selection-expression |
basePath | java.lang.String | cdk.support/lookup-entry | :base-path |
body | java.lang.Object | cdk.support/lookup-entry | :body |
bodyS3Location | software.amazon.awscdk.services.apigatewayv2.CfnApi$BodyS3LocationProperty | cdk.support/lookup-entry | :body-s3-location |
corsConfiguration | software.amazon.awscdk.services.apigatewayv2.CfnApi$CorsProperty | cdk.support/lookup-entry | :cors-configuration |
credentialsArn | java.lang.String | cdk.support/lookup-entry | :credentials-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
disableExecuteApiEndpoint | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disable-execute-api-endpoint |
disableSchemaValidation | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :disable-schema-validation |
failOnWarnings | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :fail-on-warnings |
name | java.lang.String | cdk.support/lookup-entry | :name |
protocolType | java.lang.String | cdk.support/lookup-entry | :protocol-type |
routeKey | java.lang.String | cdk.support/lookup-entry | :route-key |
routeSelectionExpression | java.lang.String | cdk.support/lookup-entry | :route-selection-expression |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
target | java.lang.String | cdk.support/lookup-entry | :target |
version | java.lang.String | cdk.support/lookup-entry | :version |
The build-cfn-api-props-builder function updates a CfnApiProps$Builder instance using the provided configuration. The function takes the CfnApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiKeySelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-key-selection-expression` | | `basePath` | java.lang.String | [[cdk.support/lookup-entry]] | `:base-path` | | `body` | java.lang.Object | [[cdk.support/lookup-entry]] | `:body` | | `bodyS3Location` | software.amazon.awscdk.services.apigatewayv2.CfnApi$BodyS3LocationProperty | [[cdk.support/lookup-entry]] | `:body-s3-location` | | `corsConfiguration` | software.amazon.awscdk.services.apigatewayv2.CfnApi$CorsProperty | [[cdk.support/lookup-entry]] | `:cors-configuration` | | `credentialsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:credentials-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `disableExecuteApiEndpoint` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` | | `disableSchemaValidation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:disable-schema-validation` | | `failOnWarnings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fail-on-warnings` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `protocolType` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol-type` | | `routeKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-key` | | `routeSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-selection-expression` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` | | `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` | | `version` | java.lang.String | [[cdk.support/lookup-entry]] | `:version` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
authorizerCredentialsArn | java.lang.String | cdk.support/lookup-entry | :authorizer-credentials-arn |
authorizerPayloadFormatVersion | java.lang.String | cdk.support/lookup-entry | :authorizer-payload-format-version |
authorizerResultTtlInSeconds | java.lang.Number | cdk.support/lookup-entry | :authorizer-result-ttl-in-seconds |
authorizerType | java.lang.String | cdk.support/lookup-entry | :authorizer-type |
authorizerUri | java.lang.String | cdk.support/lookup-entry | :authorizer-uri |
enableSimpleResponses | java.lang.Boolean | cdk.support/lookup-entry | :enable-simple-responses |
identitySource | java.util.List | cdk.support/lookup-entry | :identity-source |
identityValidationExpression | java.lang.String | cdk.support/lookup-entry | :identity-validation-expression |
jwtConfiguration | software.amazon.awscdk.services.apigatewayv2.CfnAuthorizer$JWTConfigurationProperty | cdk.support/lookup-entry | :jwt-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
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 | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `authorizerCredentialsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-credentials-arn` | | `authorizerPayloadFormatVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-payload-format-version` | | `authorizerResultTtlInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:authorizer-result-ttl-in-seconds` | | `authorizerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-type` | | `authorizerUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-uri` | | `enableSimpleResponses` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-simple-responses` | | `identitySource` | java.util.List | [[cdk.support/lookup-entry]] | `:identity-source` | | `identityValidationExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-validation-expression` | | `jwtConfiguration` | software.amazon.awscdk.services.apigatewayv2.CfnAuthorizer$JWTConfigurationProperty | [[cdk.support/lookup-entry]] | `:jwt-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(build-cfn-authorizer-jwt-configuration-property-builder builder id config)
The build-cfn-authorizer-jwt-configuration-property-builder function updates a CfnAuthorizer$JWTConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAuthorizer$JWTConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
audience | java.util.List | cdk.support/lookup-entry | :audience |
issuer | java.lang.String | cdk.support/lookup-entry | :issuer |
The build-cfn-authorizer-jwt-configuration-property-builder function updates a CfnAuthorizer$JWTConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnAuthorizer$JWTConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `audience` | java.util.List | [[cdk.support/lookup-entry]] | `:audience` | | `issuer` | java.lang.String | [[cdk.support/lookup-entry]] | `:issuer` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
authorizerCredentialsArn | java.lang.String | cdk.support/lookup-entry | :authorizer-credentials-arn |
authorizerPayloadFormatVersion | java.lang.String | cdk.support/lookup-entry | :authorizer-payload-format-version |
authorizerResultTtlInSeconds | java.lang.Number | cdk.support/lookup-entry | :authorizer-result-ttl-in-seconds |
authorizerType | java.lang.String | cdk.support/lookup-entry | :authorizer-type |
authorizerUri | java.lang.String | cdk.support/lookup-entry | :authorizer-uri |
enableSimpleResponses | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :enable-simple-responses |
identitySource | java.util.List | cdk.support/lookup-entry | :identity-source |
identityValidationExpression | java.lang.String | cdk.support/lookup-entry | :identity-validation-expression |
jwtConfiguration | software.amazon.awscdk.services.apigatewayv2.CfnAuthorizer$JWTConfigurationProperty | cdk.support/lookup-entry | :jwt-configuration |
name | java.lang.String | cdk.support/lookup-entry | :name |
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 | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `authorizerCredentialsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-credentials-arn` | | `authorizerPayloadFormatVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-payload-format-version` | | `authorizerResultTtlInSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:authorizer-result-ttl-in-seconds` | | `authorizerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-type` | | `authorizerUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-uri` | | `enableSimpleResponses` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enable-simple-responses` | | `identitySource` | java.util.List | [[cdk.support/lookup-entry]] | `:identity-source` | | `identityValidationExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:identity-validation-expression` | | `jwtConfiguration` | software.amazon.awscdk.services.apigatewayv2.CfnAuthorizer$JWTConfigurationProperty | [[cdk.support/lookup-entry]] | `:jwt-configuration` | | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
stageName | java.lang.String | cdk.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 | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
stageName | java.lang.String | cdk.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 | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainNameConfigurations | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :domain-name-configurations |
mutualTlsAuthentication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :mutual-tls-authentication |
tags | java.util.Map | cdk.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 | |---|---|---|---| | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainNameConfigurations` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:domain-name-configurations` | | `mutualTlsAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mutual-tls-authentication` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-domain-name-domain-name-configuration-property-builder builder
id
config)
The build-cfn-domain-name-domain-name-configuration-property-builder function updates a CfnDomainName$DomainNameConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDomainName$DomainNameConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
endpointType | java.lang.String | cdk.support/lookup-entry | :endpoint-type |
ownershipVerificationCertificateArn | java.lang.String | cdk.support/lookup-entry | :ownership-verification-certificate-arn |
securityPolicy | java.lang.String | cdk.support/lookup-entry | :security-policy |
The build-cfn-domain-name-domain-name-configuration-property-builder function updates a CfnDomainName$DomainNameConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnDomainName$DomainNameConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `endpointType` | java.lang.String | [[cdk.support/lookup-entry]] | `:endpoint-type` | | `ownershipVerificationCertificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:ownership-verification-certificate-arn` | | `securityPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-policy` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
domainNameConfigurations | java.util.List | cdk.support/lookup-entry | :domain-name-configurations |
mutualTlsAuthentication | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :mutual-tls-authentication |
tags | java.util.Map | cdk.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 | |---|---|---|---| | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `domainNameConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:domain-name-configurations` | | `mutualTlsAuthentication` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mutual-tls-authentication` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-integration-builder builder id config)
The build-cfn-integration-builder function updates a CfnIntegration$Builder instance using the provided configuration. The function takes the CfnIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
connectionId | java.lang.String | cdk.support/lookup-entry | :connection-id |
connectionType | java.lang.String | cdk.support/lookup-entry | :connection-type |
contentHandlingStrategy | java.lang.String | cdk.support/lookup-entry | :content-handling-strategy |
credentialsArn | java.lang.String | cdk.support/lookup-entry | :credentials-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
integrationMethod | java.lang.String | cdk.support/lookup-entry | :integration-method |
integrationSubtype | java.lang.String | cdk.support/lookup-entry | :integration-subtype |
integrationType | java.lang.String | cdk.support/lookup-entry | :integration-type |
integrationUri | java.lang.String | cdk.support/lookup-entry | :integration-uri |
passthroughBehavior | java.lang.String | cdk.support/lookup-entry | :passthrough-behavior |
payloadFormatVersion | java.lang.String | cdk.support/lookup-entry | :payload-format-version |
requestParameters | java.lang.Object | cdk.support/lookup-entry | :request-parameters |
requestTemplates | java.lang.Object | cdk.support/lookup-entry | :request-templates |
responseParameters | java.lang.Object | cdk.support/lookup-entry | :response-parameters |
templateSelectionExpression | java.lang.String | cdk.support/lookup-entry | :template-selection-expression |
timeoutInMillis | java.lang.Number | cdk.support/lookup-entry | :timeout-in-millis |
tlsConfig | software.amazon.awscdk.services.apigatewayv2.CfnIntegration$TlsConfigProperty | cdk.support/lookup-entry | :tls-config |
The build-cfn-integration-builder function updates a CfnIntegration$Builder instance using the provided configuration. The function takes the CfnIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `connectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-id` | | `connectionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-type` | | `contentHandlingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-handling-strategy` | | `credentialsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:credentials-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `integrationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-method` | | `integrationSubtype` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-subtype` | | `integrationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-type` | | `integrationUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-uri` | | `passthroughBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:passthrough-behavior` | | `payloadFormatVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload-format-version` | | `requestParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:request-parameters` | | `requestTemplates` | java.lang.Object | [[cdk.support/lookup-entry]] | `:request-templates` | | `responseParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:response-parameters` | | `templateSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-selection-expression` | | `timeoutInMillis` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-millis` | | `tlsConfig` | software.amazon.awscdk.services.apigatewayv2.CfnIntegration$TlsConfigProperty | [[cdk.support/lookup-entry]] | `:tls-config` |
(build-cfn-integration-props-builder builder id config)
The build-cfn-integration-props-builder function updates a CfnIntegrationProps$Builder instance using the provided configuration. The function takes the CfnIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
connectionId | java.lang.String | cdk.support/lookup-entry | :connection-id |
connectionType | java.lang.String | cdk.support/lookup-entry | :connection-type |
contentHandlingStrategy | java.lang.String | cdk.support/lookup-entry | :content-handling-strategy |
credentialsArn | java.lang.String | cdk.support/lookup-entry | :credentials-arn |
description | java.lang.String | cdk.support/lookup-entry | :description |
integrationMethod | java.lang.String | cdk.support/lookup-entry | :integration-method |
integrationSubtype | java.lang.String | cdk.support/lookup-entry | :integration-subtype |
integrationType | java.lang.String | cdk.support/lookup-entry | :integration-type |
integrationUri | java.lang.String | cdk.support/lookup-entry | :integration-uri |
passthroughBehavior | java.lang.String | cdk.support/lookup-entry | :passthrough-behavior |
payloadFormatVersion | java.lang.String | cdk.support/lookup-entry | :payload-format-version |
requestParameters | java.lang.Object | cdk.support/lookup-entry | :request-parameters |
requestTemplates | java.lang.Object | cdk.support/lookup-entry | :request-templates |
responseParameters | java.lang.Object | cdk.support/lookup-entry | :response-parameters |
templateSelectionExpression | java.lang.String | cdk.support/lookup-entry | :template-selection-expression |
timeoutInMillis | java.lang.Number | cdk.support/lookup-entry | :timeout-in-millis |
tlsConfig | software.amazon.awscdk.services.apigatewayv2.CfnIntegration$TlsConfigProperty | cdk.support/lookup-entry | :tls-config |
The build-cfn-integration-props-builder function updates a CfnIntegrationProps$Builder instance using the provided configuration. The function takes the CfnIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `connectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-id` | | `connectionType` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-type` | | `contentHandlingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-handling-strategy` | | `credentialsArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:credentials-arn` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `integrationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-method` | | `integrationSubtype` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-subtype` | | `integrationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-type` | | `integrationUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-uri` | | `passthroughBehavior` | java.lang.String | [[cdk.support/lookup-entry]] | `:passthrough-behavior` | | `payloadFormatVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:payload-format-version` | | `requestParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:request-parameters` | | `requestTemplates` | java.lang.Object | [[cdk.support/lookup-entry]] | `:request-templates` | | `responseParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:response-parameters` | | `templateSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-selection-expression` | | `timeoutInMillis` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-in-millis` | | `tlsConfig` | software.amazon.awscdk.services.apigatewayv2.CfnIntegration$TlsConfigProperty | [[cdk.support/lookup-entry]] | `:tls-config` |
(build-cfn-integration-response-builder builder id config)
The build-cfn-integration-response-builder function updates a CfnIntegrationResponse$Builder instance using the provided configuration. The function takes the CfnIntegrationResponse$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
contentHandlingStrategy | java.lang.String | cdk.support/lookup-entry | :content-handling-strategy |
integrationId | java.lang.String | cdk.support/lookup-entry | :integration-id |
integrationResponseKey | java.lang.String | cdk.support/lookup-entry | :integration-response-key |
responseParameters | java.lang.Object | cdk.support/lookup-entry | :response-parameters |
responseTemplates | java.lang.Object | cdk.support/lookup-entry | :response-templates |
templateSelectionExpression | java.lang.String | cdk.support/lookup-entry | :template-selection-expression |
The build-cfn-integration-response-builder function updates a CfnIntegrationResponse$Builder instance using the provided configuration. The function takes the CfnIntegrationResponse$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `contentHandlingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-handling-strategy` | | `integrationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-id` | | `integrationResponseKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-response-key` | | `responseParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:response-parameters` | | `responseTemplates` | java.lang.Object | [[cdk.support/lookup-entry]] | `:response-templates` | | `templateSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-selection-expression` |
(build-cfn-integration-response-parameter-list-property-builder builder
id
config)
The build-cfn-integration-response-parameter-list-property-builder function updates a CfnIntegration$ResponseParameterListProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$ResponseParameterListProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
The build-cfn-integration-response-parameter-list-property-builder function updates a CfnIntegration$ResponseParameterListProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$ResponseParameterListProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` |
(build-cfn-integration-response-parameter-property-builder builder id config)
The build-cfn-integration-response-parameter-property-builder function updates a CfnIntegration$ResponseParameterProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$ResponseParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
destination | java.lang.String | cdk.support/lookup-entry | :destination |
source | java.lang.String | cdk.support/lookup-entry | :source |
The build-cfn-integration-response-parameter-property-builder function updates a CfnIntegration$ResponseParameterProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$ResponseParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `destination` | java.lang.String | [[cdk.support/lookup-entry]] | `:destination` | | `source` | java.lang.String | [[cdk.support/lookup-entry]] | `:source` |
(build-cfn-integration-response-props-builder builder id config)
The build-cfn-integration-response-props-builder function updates a CfnIntegrationResponseProps$Builder instance using the provided configuration. The function takes the CfnIntegrationResponseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
contentHandlingStrategy | java.lang.String | cdk.support/lookup-entry | :content-handling-strategy |
integrationId | java.lang.String | cdk.support/lookup-entry | :integration-id |
integrationResponseKey | java.lang.String | cdk.support/lookup-entry | :integration-response-key |
responseParameters | java.lang.Object | cdk.support/lookup-entry | :response-parameters |
responseTemplates | java.lang.Object | cdk.support/lookup-entry | :response-templates |
templateSelectionExpression | java.lang.String | cdk.support/lookup-entry | :template-selection-expression |
The build-cfn-integration-response-props-builder function updates a CfnIntegrationResponseProps$Builder instance using the provided configuration. The function takes the CfnIntegrationResponseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `contentHandlingStrategy` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-handling-strategy` | | `integrationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-id` | | `integrationResponseKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-response-key` | | `responseParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:response-parameters` | | `responseTemplates` | java.lang.Object | [[cdk.support/lookup-entry]] | `:response-templates` | | `templateSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-selection-expression` |
(build-cfn-integration-tls-config-property-builder builder id config)
The build-cfn-integration-tls-config-property-builder function updates a CfnIntegration$TlsConfigProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$TlsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
serverNameToVerify | java.lang.String | cdk.support/lookup-entry | :server-name-to-verify |
The build-cfn-integration-tls-config-property-builder function updates a CfnIntegration$TlsConfigProperty$Builder instance using the provided configuration. The function takes the CfnIntegration$TlsConfigProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `serverNameToVerify` | java.lang.String | [[cdk.support/lookup-entry]] | `:server-name-to-verify` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
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 |
schema | java.lang.Object | cdk.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 | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `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` | | `schema` | java.lang.Object | [[cdk.support/lookup-entry]] | `:schema` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
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 |
schema | java.lang.Object | cdk.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 | |---|---|---|---| | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `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` | | `schema` | java.lang.Object | [[cdk.support/lookup-entry]] | `:schema` |
(build-cfn-route-builder builder id config)
The build-cfn-route-builder function updates a CfnRoute$Builder instance using the provided configuration. The function takes the CfnRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
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 |
modelSelectionExpression | java.lang.String | cdk.support/lookup-entry | :model-selection-expression |
operationName | java.lang.String | cdk.support/lookup-entry | :operation-name |
requestModels | java.lang.Object | cdk.support/lookup-entry | :request-models |
requestParameters | java.lang.Object | cdk.support/lookup-entry | :request-parameters |
routeKey | java.lang.String | cdk.support/lookup-entry | :route-key |
routeResponseSelectionExpression | java.lang.String | cdk.support/lookup-entry | :route-response-selection-expression |
target | java.lang.String | cdk.support/lookup-entry | :target |
The build-cfn-route-builder function updates a CfnRoute$Builder instance using the provided configuration. The function takes the CfnRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `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` | | `modelSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-selection-expression` | | `operationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:operation-name` | | `requestModels` | java.lang.Object | [[cdk.support/lookup-entry]] | `:request-models` | | `requestParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:request-parameters` | | `routeKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-key` | | `routeResponseSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-response-selection-expression` | | `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
(build-cfn-route-parameter-constraints-property-builder builder id config)
The build-cfn-route-parameter-constraints-property-builder function updates a CfnRoute$ParameterConstraintsProperty$Builder instance using the provided configuration. The function takes the CfnRoute$ParameterConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
required | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :required |
The build-cfn-route-parameter-constraints-property-builder function updates a CfnRoute$ParameterConstraintsProperty$Builder instance using the provided configuration. The function takes the CfnRoute$ParameterConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `required` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:required` |
(build-cfn-route-props-builder builder id config)
The build-cfn-route-props-builder function updates a CfnRouteProps$Builder instance using the provided configuration. The function takes the CfnRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
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 |
modelSelectionExpression | java.lang.String | cdk.support/lookup-entry | :model-selection-expression |
operationName | java.lang.String | cdk.support/lookup-entry | :operation-name |
requestModels | java.lang.Object | cdk.support/lookup-entry | :request-models |
requestParameters | java.lang.Object | cdk.support/lookup-entry | :request-parameters |
routeKey | java.lang.String | cdk.support/lookup-entry | :route-key |
routeResponseSelectionExpression | java.lang.String | cdk.support/lookup-entry | :route-response-selection-expression |
target | java.lang.String | cdk.support/lookup-entry | :target |
The build-cfn-route-props-builder function updates a CfnRouteProps$Builder instance using the provided configuration. The function takes the CfnRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `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` | | `modelSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-selection-expression` | | `operationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:operation-name` | | `requestModels` | java.lang.Object | [[cdk.support/lookup-entry]] | `:request-models` | | `requestParameters` | java.lang.Object | [[cdk.support/lookup-entry]] | `:request-parameters` | | `routeKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-key` | | `routeResponseSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-response-selection-expression` | | `target` | java.lang.String | [[cdk.support/lookup-entry]] | `:target` |
(build-cfn-route-response-builder builder id config)
The build-cfn-route-response-builder function updates a CfnRouteResponse$Builder instance using the provided configuration. The function takes the CfnRouteResponse$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
modelSelectionExpression | java.lang.String | cdk.support/lookup-entry | :model-selection-expression |
responseModels | java.lang.Object | cdk.support/lookup-entry | :response-models |
responseParameters | java.util.Map | cdk.support/lookup-entry | :response-parameters |
routeId | java.lang.String | cdk.support/lookup-entry | :route-id |
routeResponseKey | java.lang.String | cdk.support/lookup-entry | :route-response-key |
The build-cfn-route-response-builder function updates a CfnRouteResponse$Builder instance using the provided configuration. The function takes the CfnRouteResponse$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `modelSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-selection-expression` | | `responseModels` | java.lang.Object | [[cdk.support/lookup-entry]] | `:response-models` | | `responseParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-parameters` | | `routeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-id` | | `routeResponseKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-response-key` |
(build-cfn-route-response-parameter-constraints-property-builder builder
id
config)
The build-cfn-route-response-parameter-constraints-property-builder function updates a CfnRouteResponse$ParameterConstraintsProperty$Builder instance using the provided configuration. The function takes the CfnRouteResponse$ParameterConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
required | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :required |
The build-cfn-route-response-parameter-constraints-property-builder function updates a CfnRouteResponse$ParameterConstraintsProperty$Builder instance using the provided configuration. The function takes the CfnRouteResponse$ParameterConstraintsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `required` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:required` |
(build-cfn-route-response-props-builder builder id config)
The build-cfn-route-response-props-builder function updates a CfnRouteResponseProps$Builder instance using the provided configuration. The function takes the CfnRouteResponseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
modelSelectionExpression | java.lang.String | cdk.support/lookup-entry | :model-selection-expression |
responseModels | java.lang.Object | cdk.support/lookup-entry | :response-models |
responseParameters | java.util.Map | cdk.support/lookup-entry | :response-parameters |
routeId | java.lang.String | cdk.support/lookup-entry | :route-id |
routeResponseKey | java.lang.String | cdk.support/lookup-entry | :route-response-key |
The build-cfn-route-response-props-builder function updates a CfnRouteResponseProps$Builder instance using the provided configuration. The function takes the CfnRouteResponseProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `modelSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:model-selection-expression` | | `responseModels` | java.lang.Object | [[cdk.support/lookup-entry]] | `:response-models` | | `responseParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:response-parameters` | | `routeId` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-id` | | `routeResponseKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-response-key` |
(build-cfn-stage-access-log-settings-property-builder builder id config)
The build-cfn-stage-access-log-settings-property-builder function updates a CfnStage$AccessLogSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStage$AccessLogSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
The build-cfn-stage-access-log-settings-property-builder function updates a CfnStage$AccessLogSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStage$AccessLogSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessLogSettings | software.amazon.awscdk.services.apigatewayv2.CfnStage$AccessLogSettingsProperty | cdk.support/lookup-entry | :access-log-settings |
accessPolicyId | java.lang.String | cdk.support/lookup-entry | :access-policy-id |
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
autoDeploy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-deploy |
clientCertificateId | java.lang.String | cdk.support/lookup-entry | :client-certificate-id |
defaultRouteSettings | software.amazon.awscdk.services.apigatewayv2.CfnStage$RouteSettingsProperty | cdk.support/lookup-entry | :default-route-settings |
deploymentId | java.lang.String | cdk.support/lookup-entry | :deployment-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
routeSettings | java.lang.Object | cdk.support/lookup-entry | :route-settings |
stageName | java.lang.String | cdk.support/lookup-entry | :stage-name |
stageVariables | java.lang.Object | cdk.support/lookup-entry | :stage-variables |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
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 | |---|---|---|---| | `accessLogSettings` | software.amazon.awscdk.services.apigatewayv2.CfnStage$AccessLogSettingsProperty | [[cdk.support/lookup-entry]] | `:access-log-settings` | | `accessPolicyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-policy-id` | | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `autoDeploy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-deploy` | | `clientCertificateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-id` | | `defaultRouteSettings` | software.amazon.awscdk.services.apigatewayv2.CfnStage$RouteSettingsProperty | [[cdk.support/lookup-entry]] | `:default-route-settings` | | `deploymentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `routeSettings` | java.lang.Object | [[cdk.support/lookup-entry]] | `:route-settings` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` | | `stageVariables` | java.lang.Object | [[cdk.support/lookup-entry]] | `:stage-variables` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessLogSettings | software.amazon.awscdk.services.apigatewayv2.CfnStage$AccessLogSettingsProperty | cdk.support/lookup-entry | :access-log-settings |
accessPolicyId | java.lang.String | cdk.support/lookup-entry | :access-policy-id |
apiId | java.lang.String | cdk.support/lookup-entry | :api-id |
autoDeploy | software.amazon.awscdk.IResolvable | cdk.support/lookup-entry | :auto-deploy |
clientCertificateId | java.lang.String | cdk.support/lookup-entry | :client-certificate-id |
defaultRouteSettings | software.amazon.awscdk.services.apigatewayv2.CfnStage$RouteSettingsProperty | cdk.support/lookup-entry | :default-route-settings |
deploymentId | java.lang.String | cdk.support/lookup-entry | :deployment-id |
description | java.lang.String | cdk.support/lookup-entry | :description |
routeSettings | java.lang.Object | cdk.support/lookup-entry | :route-settings |
stageName | java.lang.String | cdk.support/lookup-entry | :stage-name |
stageVariables | java.lang.Object | cdk.support/lookup-entry | :stage-variables |
tags | java.lang.Object | cdk.support/lookup-entry | :tags |
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 | |---|---|---|---| | `accessLogSettings` | software.amazon.awscdk.services.apigatewayv2.CfnStage$AccessLogSettingsProperty | [[cdk.support/lookup-entry]] | `:access-log-settings` | | `accessPolicyId` | java.lang.String | [[cdk.support/lookup-entry]] | `:access-policy-id` | | `apiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-id` | | `autoDeploy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:auto-deploy` | | `clientCertificateId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-certificate-id` | | `defaultRouteSettings` | software.amazon.awscdk.services.apigatewayv2.CfnStage$RouteSettingsProperty | [[cdk.support/lookup-entry]] | `:default-route-settings` | | `deploymentId` | java.lang.String | [[cdk.support/lookup-entry]] | `:deployment-id` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `routeSettings` | java.lang.Object | [[cdk.support/lookup-entry]] | `:route-settings` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` | | `stageVariables` | java.lang.Object | [[cdk.support/lookup-entry]] | `:stage-variables` | | `tags` | java.lang.Object | [[cdk.support/lookup-entry]] | `:tags` |
(build-cfn-stage-route-settings-property-builder builder id config)
The build-cfn-stage-route-settings-property-builder function updates a CfnStage$RouteSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStage$RouteSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
dataTraceEnabled | java.lang.Boolean | cdk.support/lookup-entry | :data-trace-enabled |
detailedMetricsEnabled | java.lang.Boolean | cdk.support/lookup-entry | :detailed-metrics-enabled |
loggingLevel | java.lang.String | cdk.support/lookup-entry | :logging-level |
throttlingBurstLimit | java.lang.Number | cdk.support/lookup-entry | :throttling-burst-limit |
throttlingRateLimit | java.lang.Number | cdk.support/lookup-entry | :throttling-rate-limit |
The build-cfn-stage-route-settings-property-builder function updates a CfnStage$RouteSettingsProperty$Builder instance using the provided configuration. The function takes the CfnStage$RouteSettingsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `dataTraceEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:data-trace-enabled` | | `detailedMetricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:detailed-metrics-enabled` | | `loggingLevel` | java.lang.String | [[cdk.support/lookup-entry]] | `:logging-level` | | `throttlingBurstLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-burst-limit` | | `throttlingRateLimit` | java.lang.Number | [[cdk.support/lookup-entry]] | `:throttling-rate-limit` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
securityGroupIds | java.util.List | cdk.support/lookup-entry | :security-group-ids |
subnetIds | java.util.List | cdk.support/lookup-entry | :subnet-ids |
tags | java.util.Map | cdk.support/lookup-entry | :tags |
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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `securityGroupIds` | java.util.List | [[cdk.support/lookup-entry]] | `:security-group-ids` | | `subnetIds` | java.util.List | [[cdk.support/lookup-entry]] | `:subnet-ids` | | `tags` | java.util.Map | [[cdk.support/lookup-entry]] | `:tags` |
(build-cors-preflight-options-builder builder id config)
The build-cors-preflight-options-builder function updates a CorsPreflightOptions$Builder instance using the provided configuration. The function takes the CorsPreflightOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
exposeHeaders | java.util.List | cdk.support/lookup-entry | :expose-headers |
maxAge | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :max-age |
The build-cors-preflight-options-builder function updates a CorsPreflightOptions$Builder instance using the provided configuration. The function takes the CorsPreflightOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `exposeHeaders` | java.util.List | [[cdk.support/lookup-entry]] | `:expose-headers` | | `maxAge` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:max-age` |
(build-domain-mapping-options-builder builder id config)
The build-domain-mapping-options-builder function updates a DomainMappingOptions$Builder instance using the provided configuration. The function takes the DomainMappingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 | software.amazon.awscdk.services.apigatewayv2.IDomainName | cdk.support/lookup-entry | :domain-name |
mappingKey | java.lang.String | cdk.support/lookup-entry | :mapping-key |
The build-domain-mapping-options-builder function updates a DomainMappingOptions$Builder instance using the provided configuration. The function takes the DomainMappingOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | software.amazon.awscdk.services.apigatewayv2.IDomainName | [[cdk.support/lookup-entry]] | `:domain-name` | | `mappingKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:mapping-key` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
name | java.lang.String | cdk.support/lookup-entry | :name |
regionalDomainName | java.lang.String | cdk.support/lookup-entry | :regional-domain-name |
regionalHostedZoneId | java.lang.String | cdk.support/lookup-entry | :regional-hosted-zone-id |
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 | |---|---|---|---| | `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` | | `regionalDomainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:regional-domain-name` | | `regionalHostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:regional-hosted-zone-id` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificate | software.amazon.awscdk.services.certificatemanager.ICertificate | cdk.support/lookup-entry | :certificate |
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
endpointType | software.amazon.awscdk.services.apigatewayv2.EndpointType | cdk.api.services.apigatewayv2/endpoint-type | :endpoint-type |
mtls | software.amazon.awscdk.services.apigatewayv2.MTLSConfig | cdk.support/lookup-entry | :mtls |
ownershipCertificate | software.amazon.awscdk.services.certificatemanager.ICertificate | cdk.support/lookup-entry | :ownership-certificate |
securityPolicy | software.amazon.awscdk.services.apigatewayv2.SecurityPolicy | cdk.api.services.apigatewayv2/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 | |---|---|---|---| | `certificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:certificate` | | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `endpointType` | software.amazon.awscdk.services.apigatewayv2.EndpointType | [[cdk.api.services.apigatewayv2/endpoint-type]] | `:endpoint-type` | | `mtls` | software.amazon.awscdk.services.apigatewayv2.MTLSConfig | [[cdk.support/lookup-entry]] | `:mtls` | | `ownershipCertificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:ownership-certificate` | | `securityPolicy` | software.amazon.awscdk.services.apigatewayv2.SecurityPolicy | [[cdk.api.services.apigatewayv2/security-policy]] | `:security-policy` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificate | software.amazon.awscdk.services.certificatemanager.ICertificate | cdk.support/lookup-entry | :certificate |
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
domainName | java.lang.String | cdk.support/lookup-entry | :domain-name |
endpointType | software.amazon.awscdk.services.apigatewayv2.EndpointType | cdk.api.services.apigatewayv2/endpoint-type | :endpoint-type |
mtls | software.amazon.awscdk.services.apigatewayv2.MTLSConfig | cdk.support/lookup-entry | :mtls |
ownershipCertificate | software.amazon.awscdk.services.certificatemanager.ICertificate | cdk.support/lookup-entry | :ownership-certificate |
securityPolicy | software.amazon.awscdk.services.apigatewayv2.SecurityPolicy | cdk.api.services.apigatewayv2/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 | |---|---|---|---| | `certificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:certificate` | | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `domainName` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-name` | | `endpointType` | software.amazon.awscdk.services.apigatewayv2.EndpointType | [[cdk.api.services.apigatewayv2/endpoint-type]] | `:endpoint-type` | | `mtls` | software.amazon.awscdk.services.apigatewayv2.MTLSConfig | [[cdk.support/lookup-entry]] | `:mtls` | | `ownershipCertificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:ownership-certificate` | | `securityPolicy` | software.amazon.awscdk.services.apigatewayv2.SecurityPolicy | [[cdk.api.services.apigatewayv2/security-policy]] | `:security-policy` |
(build-endpoint-options-builder builder id config)
The build-endpoint-options-builder function updates a EndpointOptions$Builder instance using the provided configuration. The function takes the EndpointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificate | software.amazon.awscdk.services.certificatemanager.ICertificate | cdk.support/lookup-entry | :certificate |
certificateName | java.lang.String | cdk.support/lookup-entry | :certificate-name |
endpointType | software.amazon.awscdk.services.apigatewayv2.EndpointType | cdk.api.services.apigatewayv2/endpoint-type | :endpoint-type |
ownershipCertificate | software.amazon.awscdk.services.certificatemanager.ICertificate | cdk.support/lookup-entry | :ownership-certificate |
securityPolicy | software.amazon.awscdk.services.apigatewayv2.SecurityPolicy | cdk.api.services.apigatewayv2/security-policy | :security-policy |
The build-endpoint-options-builder function updates a EndpointOptions$Builder instance using the provided configuration. The function takes the EndpointOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `certificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:certificate` | | `certificateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-name` | | `endpointType` | software.amazon.awscdk.services.apigatewayv2.EndpointType | [[cdk.api.services.apigatewayv2/endpoint-type]] | `:endpoint-type` | | `ownershipCertificate` | software.amazon.awscdk.services.certificatemanager.ICertificate | [[cdk.support/lookup-entry]] | `:ownership-certificate` | | `securityPolicy` | software.amazon.awscdk.services.apigatewayv2.SecurityPolicy | [[cdk.api.services.apigatewayv2/security-policy]] | `:security-policy` |
(build-grant-invoke-options-builder builder id config)
The build-grant-invoke-options-builder function updates a GrantInvokeOptions$Builder instance using the provided configuration. The function takes the GrantInvokeOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
httpMethods | java.util.List | cdk.support/lookup-entry | :http-methods |
The build-grant-invoke-options-builder function updates a GrantInvokeOptions$Builder instance using the provided configuration. The function takes the GrantInvokeOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `httpMethods` | java.util.List | [[cdk.support/lookup-entry]] | `:http-methods` |
(build-http-api-attributes-builder builder id config)
The build-http-api-attributes-builder function updates a HttpApiAttributes$Builder instance using the provided configuration. The function takes the HttpApiAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiEndpoint | java.lang.String | cdk.support/lookup-entry | :api-endpoint |
httpApiId | java.lang.String | cdk.support/lookup-entry | :http-api-id |
The build-http-api-attributes-builder function updates a HttpApiAttributes$Builder instance using the provided configuration. The function takes the HttpApiAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-endpoint` | | `httpApiId` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-api-id` |
(build-http-api-builder builder id config)
The build-http-api-builder function updates a HttpApi$Builder instance using the provided configuration. The function takes the HttpApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiName | java.lang.String | cdk.support/lookup-entry | :api-name |
corsPreflight | software.amazon.awscdk.services.apigatewayv2.CorsPreflightOptions | cdk.support/lookup-entry | :cors-preflight |
createDefaultStage | java.lang.Boolean | cdk.support/lookup-entry | :create-default-stage |
defaultAuthorizationScopes | java.util.List | cdk.support/lookup-entry | :default-authorization-scopes |
defaultAuthorizer | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | cdk.support/lookup-entry | :default-authorizer |
defaultDomainMapping | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | cdk.support/lookup-entry | :default-domain-mapping |
defaultIntegration | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | cdk.support/lookup-entry | :default-integration |
description | java.lang.String | cdk.support/lookup-entry | :description |
disableExecuteApiEndpoint | java.lang.Boolean | cdk.support/lookup-entry | :disable-execute-api-endpoint |
The build-http-api-builder function updates a HttpApi$Builder instance using the provided configuration. The function takes the HttpApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-name` | | `corsPreflight` | software.amazon.awscdk.services.apigatewayv2.CorsPreflightOptions | [[cdk.support/lookup-entry]] | `:cors-preflight` | | `createDefaultStage` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:create-default-stage` | | `defaultAuthorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:default-authorization-scopes` | | `defaultAuthorizer` | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | [[cdk.support/lookup-entry]] | `:default-authorizer` | | `defaultDomainMapping` | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | [[cdk.support/lookup-entry]] | `:default-domain-mapping` | | `defaultIntegration` | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | [[cdk.support/lookup-entry]] | `:default-integration` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
(build-http-api-props-builder builder id config)
The build-http-api-props-builder function updates a HttpApiProps$Builder instance using the provided configuration. The function takes the HttpApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiName | java.lang.String | cdk.support/lookup-entry | :api-name |
corsPreflight | software.amazon.awscdk.services.apigatewayv2.CorsPreflightOptions | cdk.support/lookup-entry | :cors-preflight |
createDefaultStage | java.lang.Boolean | cdk.support/lookup-entry | :create-default-stage |
defaultAuthorizationScopes | java.util.List | cdk.support/lookup-entry | :default-authorization-scopes |
defaultAuthorizer | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | cdk.support/lookup-entry | :default-authorizer |
defaultDomainMapping | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | cdk.support/lookup-entry | :default-domain-mapping |
defaultIntegration | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | cdk.support/lookup-entry | :default-integration |
description | java.lang.String | cdk.support/lookup-entry | :description |
disableExecuteApiEndpoint | java.lang.Boolean | cdk.support/lookup-entry | :disable-execute-api-endpoint |
The build-http-api-props-builder function updates a HttpApiProps$Builder instance using the provided configuration. The function takes the HttpApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-name` | | `corsPreflight` | software.amazon.awscdk.services.apigatewayv2.CorsPreflightOptions | [[cdk.support/lookup-entry]] | `:cors-preflight` | | `createDefaultStage` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:create-default-stage` | | `defaultAuthorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:default-authorization-scopes` | | `defaultAuthorizer` | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | [[cdk.support/lookup-entry]] | `:default-authorizer` | | `defaultDomainMapping` | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | [[cdk.support/lookup-entry]] | `:default-domain-mapping` | | `defaultIntegration` | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | [[cdk.support/lookup-entry]] | `:default-integration` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `disableExecuteApiEndpoint` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:disable-execute-api-endpoint` |
(build-http-authorizer-attributes-builder builder id config)
The build-http-authorizer-attributes-builder function updates a HttpAuthorizerAttributes$Builder instance using the provided configuration. The function takes the HttpAuthorizerAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizerId | java.lang.String | cdk.support/lookup-entry | :authorizer-id |
authorizerType | java.lang.String | cdk.support/lookup-entry | :authorizer-type |
The build-http-authorizer-attributes-builder function updates a HttpAuthorizerAttributes$Builder instance using the provided configuration. The function takes the HttpAuthorizerAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-id` | | `authorizerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-type` |
(build-http-authorizer-builder builder id config)
The build-http-authorizer-builder function updates a HttpAuthorizer$Builder instance using the provided configuration. The function takes the HttpAuthorizer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
authorizerUri | java.lang.String | cdk.support/lookup-entry | :authorizer-uri |
enableSimpleResponses | java.lang.Boolean | cdk.support/lookup-entry | :enable-simple-responses |
httpApi | software.amazon.awscdk.services.apigatewayv2.IHttpApi | cdk.support/lookup-entry | :http-api |
identitySource | java.util.List | cdk.support/lookup-entry | :identity-source |
jwtAudience | java.util.List | cdk.support/lookup-entry | :jwt-audience |
jwtIssuer | java.lang.String | cdk.support/lookup-entry | :jwt-issuer |
payloadFormatVersion | software.amazon.awscdk.services.apigatewayv2.AuthorizerPayloadVersion | cdk.api.services.apigatewayv2/authorizer-payload-version | :payload-format-version |
resultsCacheTtl | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :results-cache-ttl |
type | software.amazon.awscdk.services.apigatewayv2.HttpAuthorizerType | cdk.api.services.apigatewayv2/http-authorizer-type | :type |
The build-http-authorizer-builder function updates a HttpAuthorizer$Builder instance using the provided configuration. The function takes the HttpAuthorizer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `authorizerUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-uri` | | `enableSimpleResponses` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-simple-responses` | | `httpApi` | software.amazon.awscdk.services.apigatewayv2.IHttpApi | [[cdk.support/lookup-entry]] | `:http-api` | | `identitySource` | java.util.List | [[cdk.support/lookup-entry]] | `:identity-source` | | `jwtAudience` | java.util.List | [[cdk.support/lookup-entry]] | `:jwt-audience` | | `jwtIssuer` | java.lang.String | [[cdk.support/lookup-entry]] | `:jwt-issuer` | | `payloadFormatVersion` | software.amazon.awscdk.services.apigatewayv2.AuthorizerPayloadVersion | [[cdk.api.services.apigatewayv2/authorizer-payload-version]] | `:payload-format-version` | | `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` | | `type` | software.amazon.awscdk.services.apigatewayv2.HttpAuthorizerType | [[cdk.api.services.apigatewayv2/http-authorizer-type]] | `:type` |
(build-http-authorizer-props-builder builder id config)
The build-http-authorizer-props-builder function updates a HttpAuthorizerProps$Builder instance using the provided configuration. The function takes the HttpAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
authorizerUri | java.lang.String | cdk.support/lookup-entry | :authorizer-uri |
enableSimpleResponses | java.lang.Boolean | cdk.support/lookup-entry | :enable-simple-responses |
httpApi | software.amazon.awscdk.services.apigatewayv2.IHttpApi | cdk.support/lookup-entry | :http-api |
identitySource | java.util.List | cdk.support/lookup-entry | :identity-source |
jwtAudience | java.util.List | cdk.support/lookup-entry | :jwt-audience |
jwtIssuer | java.lang.String | cdk.support/lookup-entry | :jwt-issuer |
payloadFormatVersion | software.amazon.awscdk.services.apigatewayv2.AuthorizerPayloadVersion | cdk.api.services.apigatewayv2/authorizer-payload-version | :payload-format-version |
resultsCacheTtl | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :results-cache-ttl |
type | software.amazon.awscdk.services.apigatewayv2.HttpAuthorizerType | cdk.api.services.apigatewayv2/http-authorizer-type | :type |
The build-http-authorizer-props-builder function updates a HttpAuthorizerProps$Builder instance using the provided configuration. The function takes the HttpAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `authorizerUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-uri` | | `enableSimpleResponses` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enable-simple-responses` | | `httpApi` | software.amazon.awscdk.services.apigatewayv2.IHttpApi | [[cdk.support/lookup-entry]] | `:http-api` | | `identitySource` | java.util.List | [[cdk.support/lookup-entry]] | `:identity-source` | | `jwtAudience` | java.util.List | [[cdk.support/lookup-entry]] | `:jwt-audience` | | `jwtIssuer` | java.lang.String | [[cdk.support/lookup-entry]] | `:jwt-issuer` | | `payloadFormatVersion` | software.amazon.awscdk.services.apigatewayv2.AuthorizerPayloadVersion | [[cdk.api.services.apigatewayv2/authorizer-payload-version]] | `:payload-format-version` | | `resultsCacheTtl` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:results-cache-ttl` | | `type` | software.amazon.awscdk.services.apigatewayv2.HttpAuthorizerType | [[cdk.api.services.apigatewayv2/http-authorizer-type]] | `:type` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionId | java.lang.String | cdk.support/lookup-entry | :connection-id |
connectionType | software.amazon.awscdk.services.apigatewayv2.HttpConnectionType | cdk.api.services.apigatewayv2/http-connection-type | :connection-type |
credentials | software.amazon.awscdk.services.apigatewayv2.IntegrationCredentials | cdk.support/lookup-entry | :credentials |
httpApi | software.amazon.awscdk.services.apigatewayv2.IHttpApi | cdk.support/lookup-entry | :http-api |
integrationSubtype | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | cdk.api.services.apigatewayv2/http-integration-subtype | :integration-subtype |
integrationType | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationType | cdk.api.services.apigatewayv2/http-integration-type | :integration-type |
integrationUri | java.lang.String | cdk.support/lookup-entry | :integration-uri |
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
payloadFormatVersion | software.amazon.awscdk.services.apigatewayv2.PayloadFormatVersion | cdk.support/lookup-entry | :payload-format-version |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
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 | |---|---|---|---| | `connectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-id` | | `connectionType` | software.amazon.awscdk.services.apigatewayv2.HttpConnectionType | [[cdk.api.services.apigatewayv2/http-connection-type]] | `:connection-type` | | `credentials` | software.amazon.awscdk.services.apigatewayv2.IntegrationCredentials | [[cdk.support/lookup-entry]] | `:credentials` | | `httpApi` | software.amazon.awscdk.services.apigatewayv2.IHttpApi | [[cdk.support/lookup-entry]] | `:http-api` | | `integrationSubtype` | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | [[cdk.api.services.apigatewayv2/http-integration-subtype]] | `:integration-subtype` | | `integrationType` | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationType | [[cdk.api.services.apigatewayv2/http-integration-type]] | `:integration-type` | | `integrationUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-uri` | | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `payloadFormatVersion` | software.amazon.awscdk.services.apigatewayv2.PayloadFormatVersion | [[cdk.support/lookup-entry]] | `:payload-format-version` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionId | java.lang.String | cdk.support/lookup-entry | :connection-id |
connectionType | software.amazon.awscdk.services.apigatewayv2.HttpConnectionType | cdk.api.services.apigatewayv2/http-connection-type | :connection-type |
credentials | software.amazon.awscdk.services.apigatewayv2.IntegrationCredentials | cdk.support/lookup-entry | :credentials |
httpApi | software.amazon.awscdk.services.apigatewayv2.IHttpApi | cdk.support/lookup-entry | :http-api |
integrationSubtype | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | cdk.api.services.apigatewayv2/http-integration-subtype | :integration-subtype |
integrationType | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationType | cdk.api.services.apigatewayv2/http-integration-type | :integration-type |
integrationUri | java.lang.String | cdk.support/lookup-entry | :integration-uri |
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
payloadFormatVersion | software.amazon.awscdk.services.apigatewayv2.PayloadFormatVersion | cdk.support/lookup-entry | :payload-format-version |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
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 | |---|---|---|---| | `connectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-id` | | `connectionType` | software.amazon.awscdk.services.apigatewayv2.HttpConnectionType | [[cdk.api.services.apigatewayv2/http-connection-type]] | `:connection-type` | | `credentials` | software.amazon.awscdk.services.apigatewayv2.IntegrationCredentials | [[cdk.support/lookup-entry]] | `:credentials` | | `httpApi` | software.amazon.awscdk.services.apigatewayv2.IHttpApi | [[cdk.support/lookup-entry]] | `:http-api` | | `integrationSubtype` | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | [[cdk.api.services.apigatewayv2/http-integration-subtype]] | `:integration-subtype` | | `integrationType` | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationType | [[cdk.api.services.apigatewayv2/http-integration-type]] | `:integration-type` | | `integrationUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-uri` | | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `payloadFormatVersion` | software.amazon.awscdk.services.apigatewayv2.PayloadFormatVersion | [[cdk.support/lookup-entry]] | `:payload-format-version` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` |
(build-http-route-authorizer-bind-options-builder builder id config)
The build-http-route-authorizer-bind-options-builder function updates a HttpRouteAuthorizerBindOptions$Builder instance using the provided configuration. The function takes the HttpRouteAuthorizerBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
route | software.amazon.awscdk.services.apigatewayv2.IHttpRoute | cdk.support/lookup-entry | :route |
scope | software.constructs.Construct | cdk.support/lookup-entry | :scope |
The build-http-route-authorizer-bind-options-builder function updates a HttpRouteAuthorizerBindOptions$Builder instance using the provided configuration. The function takes the HttpRouteAuthorizerBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `route` | software.amazon.awscdk.services.apigatewayv2.IHttpRoute | [[cdk.support/lookup-entry]] | `:route` | | `scope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:scope` |
(build-http-route-authorizer-config-builder builder id config)
The build-http-route-authorizer-config-builder function updates a HttpRouteAuthorizerConfig$Builder instance using the provided configuration. The function takes the HttpRouteAuthorizerConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
The build-http-route-authorizer-config-builder function updates a HttpRouteAuthorizerConfig$Builder instance using the provided configuration. The function takes the HttpRouteAuthorizerConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `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` |
(build-http-route-builder builder id config)
The build-http-route-builder function updates a HttpRoute$Builder instance using the provided configuration. The function takes the HttpRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationScopes | java.util.List | cdk.support/lookup-entry | :authorization-scopes |
authorizer | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | cdk.support/lookup-entry | :authorizer |
httpApi | software.amazon.awscdk.services.apigatewayv2.IHttpApi | cdk.support/lookup-entry | :http-api |
integration | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | cdk.support/lookup-entry | :integration |
routeKey | software.amazon.awscdk.services.apigatewayv2.HttpRouteKey | cdk.support/lookup-entry | :route-key |
The build-http-route-builder function updates a HttpRoute$Builder instance using the provided configuration. The function takes the HttpRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:authorization-scopes` | | `authorizer` | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | [[cdk.support/lookup-entry]] | `:authorizer` | | `httpApi` | software.amazon.awscdk.services.apigatewayv2.IHttpApi | [[cdk.support/lookup-entry]] | `:http-api` | | `integration` | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | [[cdk.support/lookup-entry]] | `:integration` | | `routeKey` | software.amazon.awscdk.services.apigatewayv2.HttpRouteKey | [[cdk.support/lookup-entry]] | `:route-key` |
(build-http-route-integration-bind-options-builder builder id config)
The build-http-route-integration-bind-options-builder function updates a HttpRouteIntegrationBindOptions$Builder instance using the provided configuration. The function takes the HttpRouteIntegrationBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
route | software.amazon.awscdk.services.apigatewayv2.IHttpRoute | cdk.support/lookup-entry | :route |
scope | software.constructs.Construct | cdk.support/lookup-entry | :scope |
The build-http-route-integration-bind-options-builder function updates a HttpRouteIntegrationBindOptions$Builder instance using the provided configuration. The function takes the HttpRouteIntegrationBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `route` | software.amazon.awscdk.services.apigatewayv2.IHttpRoute | [[cdk.support/lookup-entry]] | `:route` | | `scope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:scope` |
(build-http-route-integration-config-builder builder id config)
The build-http-route-integration-config-builder function updates a HttpRouteIntegrationConfig$Builder instance using the provided configuration. The function takes the HttpRouteIntegrationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
connectionId | java.lang.String | cdk.support/lookup-entry | :connection-id |
connectionType | software.amazon.awscdk.services.apigatewayv2.HttpConnectionType | cdk.api.services.apigatewayv2/http-connection-type | :connection-type |
credentials | software.amazon.awscdk.services.apigatewayv2.IntegrationCredentials | cdk.support/lookup-entry | :credentials |
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
payloadFormatVersion | software.amazon.awscdk.services.apigatewayv2.PayloadFormatVersion | cdk.support/lookup-entry | :payload-format-version |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
subtype | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | cdk.api.services.apigatewayv2/http-integration-subtype | :subtype |
type | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationType | cdk.api.services.apigatewayv2/http-integration-type | :type |
uri | java.lang.String | cdk.support/lookup-entry | :uri |
The build-http-route-integration-config-builder function updates a HttpRouteIntegrationConfig$Builder instance using the provided configuration. The function takes the HttpRouteIntegrationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `connectionId` | java.lang.String | [[cdk.support/lookup-entry]] | `:connection-id` | | `connectionType` | software.amazon.awscdk.services.apigatewayv2.HttpConnectionType | [[cdk.api.services.apigatewayv2/http-connection-type]] | `:connection-type` | | `credentials` | software.amazon.awscdk.services.apigatewayv2.IntegrationCredentials | [[cdk.support/lookup-entry]] | `:credentials` | | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `payloadFormatVersion` | software.amazon.awscdk.services.apigatewayv2.PayloadFormatVersion | [[cdk.support/lookup-entry]] | `:payload-format-version` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` | | `subtype` | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | [[cdk.api.services.apigatewayv2/http-integration-subtype]] | `:subtype` | | `type` | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationType | [[cdk.api.services.apigatewayv2/http-integration-type]] | `:type` | | `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
(build-http-route-props-builder builder id config)
The build-http-route-props-builder function updates a HttpRouteProps$Builder instance using the provided configuration. The function takes the HttpRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationScopes | java.util.List | cdk.support/lookup-entry | :authorization-scopes |
authorizer | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | cdk.support/lookup-entry | :authorizer |
httpApi | software.amazon.awscdk.services.apigatewayv2.IHttpApi | cdk.support/lookup-entry | :http-api |
integration | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | cdk.support/lookup-entry | :integration |
routeKey | software.amazon.awscdk.services.apigatewayv2.HttpRouteKey | cdk.support/lookup-entry | :route-key |
The build-http-route-props-builder function updates a HttpRouteProps$Builder instance using the provided configuration. The function takes the HttpRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationScopes` | java.util.List | [[cdk.support/lookup-entry]] | `:authorization-scopes` | | `authorizer` | software.amazon.awscdk.services.apigatewayv2.IHttpRouteAuthorizer | [[cdk.support/lookup-entry]] | `:authorizer` | | `httpApi` | software.amazon.awscdk.services.apigatewayv2.IHttpApi | [[cdk.support/lookup-entry]] | `:http-api` | | `integration` | software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegration | [[cdk.support/lookup-entry]] | `:integration` | | `routeKey` | software.amazon.awscdk.services.apigatewayv2.HttpRouteKey | [[cdk.support/lookup-entry]] | `:route-key` |
(build-http-stage-attributes-builder builder id config)
The build-http-stage-attributes-builder function updates a HttpStageAttributes$Builder instance using the provided configuration. The function takes the HttpStageAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.apigatewayv2.IHttpApi | cdk.support/lookup-entry | :api |
stageName | java.lang.String | cdk.support/lookup-entry | :stage-name |
The build-http-stage-attributes-builder function updates a HttpStageAttributes$Builder instance using the provided configuration. The function takes the HttpStageAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.apigatewayv2.IHttpApi | [[cdk.support/lookup-entry]] | `:api` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
(build-http-stage-builder builder id config)
The build-http-stage-builder function updates a HttpStage$Builder instance using the provided configuration. The function takes the HttpStage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoDeploy | java.lang.Boolean | cdk.support/lookup-entry | :auto-deploy |
domainMapping | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | cdk.support/lookup-entry | :domain-mapping |
httpApi | software.amazon.awscdk.services.apigatewayv2.IHttpApi | cdk.support/lookup-entry | :http-api |
stageName | java.lang.String | cdk.support/lookup-entry | :stage-name |
throttle | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | cdk.support/lookup-entry | :throttle |
The build-http-stage-builder function updates a HttpStage$Builder instance using the provided configuration. The function takes the HttpStage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoDeploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-deploy` | | `domainMapping` | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | [[cdk.support/lookup-entry]] | `:domain-mapping` | | `httpApi` | software.amazon.awscdk.services.apigatewayv2.IHttpApi | [[cdk.support/lookup-entry]] | `:http-api` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` | | `throttle` | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` |
(build-http-stage-options-builder builder id config)
The build-http-stage-options-builder function updates a HttpStageOptions$Builder instance using the provided configuration. The function takes the HttpStageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoDeploy | java.lang.Boolean | cdk.support/lookup-entry | :auto-deploy |
domainMapping | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | cdk.support/lookup-entry | :domain-mapping |
stageName | java.lang.String | cdk.support/lookup-entry | :stage-name |
throttle | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | cdk.support/lookup-entry | :throttle |
The build-http-stage-options-builder function updates a HttpStageOptions$Builder instance using the provided configuration. The function takes the HttpStageOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoDeploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-deploy` | | `domainMapping` | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | [[cdk.support/lookup-entry]] | `:domain-mapping` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` | | `throttle` | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` |
(build-http-stage-props-builder builder id config)
The build-http-stage-props-builder function updates a HttpStageProps$Builder instance using the provided configuration. The function takes the HttpStageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoDeploy | java.lang.Boolean | cdk.support/lookup-entry | :auto-deploy |
domainMapping | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | cdk.support/lookup-entry | :domain-mapping |
httpApi | software.amazon.awscdk.services.apigatewayv2.IHttpApi | cdk.support/lookup-entry | :http-api |
stageName | java.lang.String | cdk.support/lookup-entry | :stage-name |
throttle | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | cdk.support/lookup-entry | :throttle |
The build-http-stage-props-builder function updates a HttpStageProps$Builder instance using the provided configuration. The function takes the HttpStageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoDeploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-deploy` | | `domainMapping` | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | [[cdk.support/lookup-entry]] | `:domain-mapping` | | `httpApi` | software.amazon.awscdk.services.apigatewayv2.IHttpApi | [[cdk.support/lookup-entry]] | `:http-api` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` | | `throttle` | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
stageName | java.lang.String | cdk.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 | |---|---|---|---| | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoDeploy | java.lang.Boolean | cdk.support/lookup-entry | :auto-deploy |
domainMapping | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | cdk.support/lookup-entry | :domain-mapping |
throttle | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | cdk.support/lookup-entry | :throttle |
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 | |---|---|---|---| | `autoDeploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-deploy` | | `domainMapping` | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | [[cdk.support/lookup-entry]] | `:domain-mapping` | | `throttle` | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` |
(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:
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 |
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` |
(build-vpc-link-attributes-builder builder id config)
The build-vpc-link-attributes-builder function updates a VpcLinkAttributes$Builder instance using the provided configuration. The function takes the VpcLinkAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcLinkId | java.lang.String | cdk.support/lookup-entry | :vpc-link-id |
The build-vpc-link-attributes-builder function updates a VpcLinkAttributes$Builder instance using the provided configuration. The function takes the VpcLinkAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcLinkId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-link-id` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
subnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnets |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcLinkName | java.lang.String | cdk.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 | |---|---|---|---| | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `subnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnets` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcLinkName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-link-name` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
securityGroups | java.util.List | cdk.support/lookup-entry | :security-groups |
subnets | software.amazon.awscdk.services.ec2.SubnetSelection | cdk.support/lookup-entry | :subnets |
vpc | software.amazon.awscdk.services.ec2.IVpc | cdk.support/lookup-entry | :vpc |
vpcLinkName | java.lang.String | cdk.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 | |---|---|---|---| | `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` | | `subnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:subnets` | | `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` | | `vpcLinkName` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-link-name` |
(build-web-socket-api-attributes-builder builder id config)
The build-web-socket-api-attributes-builder function updates a WebSocketApiAttributes$Builder instance using the provided configuration. The function takes the WebSocketApiAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiEndpoint | java.lang.String | cdk.support/lookup-entry | :api-endpoint |
webSocketId | java.lang.String | cdk.support/lookup-entry | :web-socket-id |
The build-web-socket-api-attributes-builder function updates a WebSocketApiAttributes$Builder instance using the provided configuration. The function takes the WebSocketApiAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-endpoint` | | `webSocketId` | java.lang.String | [[cdk.support/lookup-entry]] | `:web-socket-id` |
(build-web-socket-api-builder builder id config)
The build-web-socket-api-builder function updates a WebSocketApi$Builder instance using the provided configuration. The function takes the WebSocketApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiKeySelectionExpression | software.amazon.awscdk.services.apigatewayv2.WebSocketApiKeySelectionExpression | cdk.support/lookup-entry | :api-key-selection-expression |
apiName | java.lang.String | cdk.support/lookup-entry | :api-name |
connectRouteOptions | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | cdk.support/lookup-entry | :connect-route-options |
defaultRouteOptions | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | cdk.support/lookup-entry | :default-route-options |
description | java.lang.String | cdk.support/lookup-entry | :description |
disconnectRouteOptions | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | cdk.support/lookup-entry | :disconnect-route-options |
routeSelectionExpression | java.lang.String | cdk.support/lookup-entry | :route-selection-expression |
The build-web-socket-api-builder function updates a WebSocketApi$Builder instance using the provided configuration. The function takes the WebSocketApi$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiKeySelectionExpression` | software.amazon.awscdk.services.apigatewayv2.WebSocketApiKeySelectionExpression | [[cdk.support/lookup-entry]] | `:api-key-selection-expression` | | `apiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-name` | | `connectRouteOptions` | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | [[cdk.support/lookup-entry]] | `:connect-route-options` | | `defaultRouteOptions` | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | [[cdk.support/lookup-entry]] | `:default-route-options` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `disconnectRouteOptions` | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | [[cdk.support/lookup-entry]] | `:disconnect-route-options` | | `routeSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-selection-expression` |
(build-web-socket-api-props-builder builder id config)
The build-web-socket-api-props-builder function updates a WebSocketApiProps$Builder instance using the provided configuration. The function takes the WebSocketApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
apiKeySelectionExpression | software.amazon.awscdk.services.apigatewayv2.WebSocketApiKeySelectionExpression | cdk.support/lookup-entry | :api-key-selection-expression |
apiName | java.lang.String | cdk.support/lookup-entry | :api-name |
connectRouteOptions | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | cdk.support/lookup-entry | :connect-route-options |
defaultRouteOptions | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | cdk.support/lookup-entry | :default-route-options |
description | java.lang.String | cdk.support/lookup-entry | :description |
disconnectRouteOptions | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | cdk.support/lookup-entry | :disconnect-route-options |
routeSelectionExpression | java.lang.String | cdk.support/lookup-entry | :route-selection-expression |
The build-web-socket-api-props-builder function updates a WebSocketApiProps$Builder instance using the provided configuration. The function takes the WebSocketApiProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `apiKeySelectionExpression` | software.amazon.awscdk.services.apigatewayv2.WebSocketApiKeySelectionExpression | [[cdk.support/lookup-entry]] | `:api-key-selection-expression` | | `apiName` | java.lang.String | [[cdk.support/lookup-entry]] | `:api-name` | | `connectRouteOptions` | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | [[cdk.support/lookup-entry]] | `:connect-route-options` | | `defaultRouteOptions` | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | [[cdk.support/lookup-entry]] | `:default-route-options` | | `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` | | `disconnectRouteOptions` | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteOptions | [[cdk.support/lookup-entry]] | `:disconnect-route-options` | | `routeSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-selection-expression` |
(build-web-socket-authorizer-attributes-builder builder id config)
The build-web-socket-authorizer-attributes-builder function updates a WebSocketAuthorizerAttributes$Builder instance using the provided configuration. The function takes the WebSocketAuthorizerAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizerId | java.lang.String | cdk.support/lookup-entry | :authorizer-id |
authorizerType | java.lang.String | cdk.support/lookup-entry | :authorizer-type |
The build-web-socket-authorizer-attributes-builder function updates a WebSocketAuthorizerAttributes$Builder instance using the provided configuration. The function takes the WebSocketAuthorizerAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-id` | | `authorizerType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-type` |
(build-web-socket-authorizer-builder builder id config)
The build-web-socket-authorizer-builder function updates a WebSocketAuthorizer$Builder instance using the provided configuration. The function takes the WebSocketAuthorizer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
authorizerUri | java.lang.String | cdk.support/lookup-entry | :authorizer-uri |
identitySource | java.util.List | cdk.support/lookup-entry | :identity-source |
type | software.amazon.awscdk.services.apigatewayv2.WebSocketAuthorizerType | cdk.api.services.apigatewayv2/web-socket-authorizer-type | :type |
webSocketApi | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | cdk.support/lookup-entry | :web-socket-api |
The build-web-socket-authorizer-builder function updates a WebSocketAuthorizer$Builder instance using the provided configuration. The function takes the WebSocketAuthorizer$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `authorizerUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-uri` | | `identitySource` | java.util.List | [[cdk.support/lookup-entry]] | `:identity-source` | | `type` | software.amazon.awscdk.services.apigatewayv2.WebSocketAuthorizerType | [[cdk.api.services.apigatewayv2/web-socket-authorizer-type]] | `:type` | | `webSocketApi` | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | [[cdk.support/lookup-entry]] | `:web-socket-api` |
(build-web-socket-authorizer-props-builder builder id config)
The build-web-socket-authorizer-props-builder function updates a WebSocketAuthorizerProps$Builder instance using the provided configuration. The function takes the WebSocketAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
authorizerUri | java.lang.String | cdk.support/lookup-entry | :authorizer-uri |
identitySource | java.util.List | cdk.support/lookup-entry | :identity-source |
type | software.amazon.awscdk.services.apigatewayv2.WebSocketAuthorizerType | cdk.api.services.apigatewayv2/web-socket-authorizer-type | :type |
webSocketApi | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | cdk.support/lookup-entry | :web-socket-api |
The build-web-socket-authorizer-props-builder function updates a WebSocketAuthorizerProps$Builder instance using the provided configuration. The function takes the WebSocketAuthorizerProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `authorizerUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-uri` | | `identitySource` | java.util.List | [[cdk.support/lookup-entry]] | `:identity-source` | | `type` | software.amazon.awscdk.services.apigatewayv2.WebSocketAuthorizerType | [[cdk.api.services.apigatewayv2/web-socket-authorizer-type]] | `:type` | | `webSocketApi` | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | [[cdk.support/lookup-entry]] | `:web-socket-api` |
(build-web-socket-integration-builder builder id config)
The build-web-socket-integration-builder function updates a WebSocketIntegration$Builder instance using the provided configuration. The function takes the WebSocketIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.apigatewayv2.ContentHandling | cdk.api.services.apigatewayv2/content-handling | :content-handling |
credentialsRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :credentials-role |
integrationMethod | java.lang.String | cdk.support/lookup-entry | :integration-method |
integrationType | software.amazon.awscdk.services.apigatewayv2.WebSocketIntegrationType | cdk.api.services.apigatewayv2/web-socket-integration-type | :integration-type |
integrationUri | java.lang.String | cdk.support/lookup-entry | :integration-uri |
passthroughBehavior | software.amazon.awscdk.services.apigatewayv2.PassthroughBehavior | cdk.api.services.apigatewayv2/passthrough-behavior | :passthrough-behavior |
requestParameters | java.util.Map | cdk.support/lookup-entry | :request-parameters |
requestTemplates | java.util.Map | cdk.support/lookup-entry | :request-templates |
templateSelectionExpression | java.lang.String | cdk.support/lookup-entry | :template-selection-expression |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
webSocketApi | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | cdk.support/lookup-entry | :web-socket-api |
The build-web-socket-integration-builder function updates a WebSocketIntegration$Builder instance using the provided configuration. The function takes the WebSocketIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.apigatewayv2.ContentHandling | [[cdk.api.services.apigatewayv2/content-handling]] | `:content-handling` | | `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` | | `integrationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-method` | | `integrationType` | software.amazon.awscdk.services.apigatewayv2.WebSocketIntegrationType | [[cdk.api.services.apigatewayv2/web-socket-integration-type]] | `:integration-type` | | `integrationUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-uri` | | `passthroughBehavior` | software.amazon.awscdk.services.apigatewayv2.PassthroughBehavior | [[cdk.api.services.apigatewayv2/passthrough-behavior]] | `:passthrough-behavior` | | `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` | | `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` | | `templateSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-selection-expression` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `webSocketApi` | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | [[cdk.support/lookup-entry]] | `:web-socket-api` |
(build-web-socket-integration-props-builder builder id config)
The build-web-socket-integration-props-builder function updates a WebSocketIntegrationProps$Builder instance using the provided configuration. The function takes the WebSocketIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.apigatewayv2.ContentHandling | cdk.api.services.apigatewayv2/content-handling | :content-handling |
credentialsRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :credentials-role |
integrationMethod | java.lang.String | cdk.support/lookup-entry | :integration-method |
integrationType | software.amazon.awscdk.services.apigatewayv2.WebSocketIntegrationType | cdk.api.services.apigatewayv2/web-socket-integration-type | :integration-type |
integrationUri | java.lang.String | cdk.support/lookup-entry | :integration-uri |
passthroughBehavior | software.amazon.awscdk.services.apigatewayv2.PassthroughBehavior | cdk.api.services.apigatewayv2/passthrough-behavior | :passthrough-behavior |
requestParameters | java.util.Map | cdk.support/lookup-entry | :request-parameters |
requestTemplates | java.util.Map | cdk.support/lookup-entry | :request-templates |
templateSelectionExpression | java.lang.String | cdk.support/lookup-entry | :template-selection-expression |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
webSocketApi | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | cdk.support/lookup-entry | :web-socket-api |
The build-web-socket-integration-props-builder function updates a WebSocketIntegrationProps$Builder instance using the provided configuration. The function takes the WebSocketIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.apigatewayv2.ContentHandling | [[cdk.api.services.apigatewayv2/content-handling]] | `:content-handling` | | `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` | | `integrationMethod` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-method` | | `integrationType` | software.amazon.awscdk.services.apigatewayv2.WebSocketIntegrationType | [[cdk.api.services.apigatewayv2/web-socket-integration-type]] | `:integration-type` | | `integrationUri` | java.lang.String | [[cdk.support/lookup-entry]] | `:integration-uri` | | `passthroughBehavior` | software.amazon.awscdk.services.apigatewayv2.PassthroughBehavior | [[cdk.api.services.apigatewayv2/passthrough-behavior]] | `:passthrough-behavior` | | `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` | | `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` | | `templateSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-selection-expression` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `webSocketApi` | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | [[cdk.support/lookup-entry]] | `:web-socket-api` |
(build-web-socket-route-authorizer-bind-options-builder builder id config)
The build-web-socket-route-authorizer-bind-options-builder function updates a WebSocketRouteAuthorizerBindOptions$Builder instance using the provided configuration. The function takes the WebSocketRouteAuthorizerBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
route | software.amazon.awscdk.services.apigatewayv2.IWebSocketRoute | cdk.support/lookup-entry | :route |
scope | software.constructs.Construct | cdk.support/lookup-entry | :scope |
The build-web-socket-route-authorizer-bind-options-builder function updates a WebSocketRouteAuthorizerBindOptions$Builder instance using the provided configuration. The function takes the WebSocketRouteAuthorizerBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `route` | software.amazon.awscdk.services.apigatewayv2.IWebSocketRoute | [[cdk.support/lookup-entry]] | `:route` | | `scope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:scope` |
(build-web-socket-route-authorizer-config-builder builder id config)
The build-web-socket-route-authorizer-config-builder function updates a WebSocketRouteAuthorizerConfig$Builder instance using the provided configuration. The function takes the WebSocketRouteAuthorizerConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
authorizationType | java.lang.String | cdk.support/lookup-entry | :authorization-type |
authorizerId | java.lang.String | cdk.support/lookup-entry | :authorizer-id |
The build-web-socket-route-authorizer-config-builder function updates a WebSocketRouteAuthorizerConfig$Builder instance using the provided configuration. The function takes the WebSocketRouteAuthorizerConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `authorizationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-type` | | `authorizerId` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorizer-id` |
(build-web-socket-route-builder builder id config)
The build-web-socket-route-builder function updates a WebSocketRoute$Builder instance using the provided configuration. The function takes the WebSocketRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
authorizer | software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer | cdk.support/lookup-entry | :authorizer |
integration | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegration | cdk.support/lookup-entry | :integration |
returnResponse | java.lang.Boolean | cdk.support/lookup-entry | :return-response |
routeKey | java.lang.String | cdk.support/lookup-entry | :route-key |
webSocketApi | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | cdk.support/lookup-entry | :web-socket-api |
The build-web-socket-route-builder function updates a WebSocketRoute$Builder instance using the provided configuration. The function takes the WebSocketRoute$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `authorizer` | software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer | [[cdk.support/lookup-entry]] | `:authorizer` | | `integration` | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegration | [[cdk.support/lookup-entry]] | `:integration` | | `returnResponse` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:return-response` | | `routeKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-key` | | `webSocketApi` | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | [[cdk.support/lookup-entry]] | `:web-socket-api` |
(build-web-socket-route-integration-bind-options-builder builder id config)
The build-web-socket-route-integration-bind-options-builder function updates a WebSocketRouteIntegrationBindOptions$Builder instance using the provided configuration. The function takes the WebSocketRouteIntegrationBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
route | software.amazon.awscdk.services.apigatewayv2.IWebSocketRoute | cdk.support/lookup-entry | :route |
scope | software.constructs.Construct | cdk.support/lookup-entry | :scope |
The build-web-socket-route-integration-bind-options-builder function updates a WebSocketRouteIntegrationBindOptions$Builder instance using the provided configuration. The function takes the WebSocketRouteIntegrationBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `route` | software.amazon.awscdk.services.apigatewayv2.IWebSocketRoute | [[cdk.support/lookup-entry]] | `:route` | | `scope` | software.constructs.Construct | [[cdk.support/lookup-entry]] | `:scope` |
(build-web-socket-route-integration-config-builder builder id config)
The build-web-socket-route-integration-config-builder function updates a WebSocketRouteIntegrationConfig$Builder instance using the provided configuration. The function takes the WebSocketRouteIntegrationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.apigatewayv2.ContentHandling | cdk.api.services.apigatewayv2/content-handling | :content-handling |
credentialsRole | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :credentials-role |
method | java.lang.String | cdk.support/lookup-entry | :method |
passthroughBehavior | software.amazon.awscdk.services.apigatewayv2.PassthroughBehavior | cdk.api.services.apigatewayv2/passthrough-behavior | :passthrough-behavior |
requestParameters | java.util.Map | cdk.support/lookup-entry | :request-parameters |
requestTemplates | java.util.Map | cdk.support/lookup-entry | :request-templates |
templateSelectionExpression | java.lang.String | cdk.support/lookup-entry | :template-selection-expression |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
type | software.amazon.awscdk.services.apigatewayv2.WebSocketIntegrationType | cdk.api.services.apigatewayv2/web-socket-integration-type | :type |
uri | java.lang.String | cdk.support/lookup-entry | :uri |
The build-web-socket-route-integration-config-builder function updates a WebSocketRouteIntegrationConfig$Builder instance using the provided configuration. The function takes the WebSocketRouteIntegrationConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.apigatewayv2.ContentHandling | [[cdk.api.services.apigatewayv2/content-handling]] | `:content-handling` | | `credentialsRole` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:credentials-role` | | `method` | java.lang.String | [[cdk.support/lookup-entry]] | `:method` | | `passthroughBehavior` | software.amazon.awscdk.services.apigatewayv2.PassthroughBehavior | [[cdk.api.services.apigatewayv2/passthrough-behavior]] | `:passthrough-behavior` | | `requestParameters` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-parameters` | | `requestTemplates` | java.util.Map | [[cdk.support/lookup-entry]] | `:request-templates` | | `templateSelectionExpression` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-selection-expression` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` | | `type` | software.amazon.awscdk.services.apigatewayv2.WebSocketIntegrationType | [[cdk.api.services.apigatewayv2/web-socket-integration-type]] | `:type` | | `uri` | java.lang.String | [[cdk.support/lookup-entry]] | `:uri` |
(build-web-socket-route-options-builder builder id config)
The build-web-socket-route-options-builder function updates a WebSocketRouteOptions$Builder instance using the provided configuration. The function takes the WebSocketRouteOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 | software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer | cdk.support/lookup-entry | :authorizer |
integration | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegration | cdk.support/lookup-entry | :integration |
returnResponse | java.lang.Boolean | cdk.support/lookup-entry | :return-response |
The build-web-socket-route-options-builder function updates a WebSocketRouteOptions$Builder instance using the provided configuration. The function takes the WebSocketRouteOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer | [[cdk.support/lookup-entry]] | `:authorizer` | | `integration` | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegration | [[cdk.support/lookup-entry]] | `:integration` | | `returnResponse` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:return-response` |
(build-web-socket-route-props-builder builder id config)
The build-web-socket-route-props-builder function updates a WebSocketRouteProps$Builder instance using the provided configuration. The function takes the WebSocketRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
authorizer | software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer | cdk.support/lookup-entry | :authorizer |
integration | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegration | cdk.support/lookup-entry | :integration |
returnResponse | java.lang.Boolean | cdk.support/lookup-entry | :return-response |
routeKey | java.lang.String | cdk.support/lookup-entry | :route-key |
webSocketApi | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | cdk.support/lookup-entry | :web-socket-api |
The build-web-socket-route-props-builder function updates a WebSocketRouteProps$Builder instance using the provided configuration. The function takes the WebSocketRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `authorizer` | software.amazon.awscdk.services.apigatewayv2.IWebSocketRouteAuthorizer | [[cdk.support/lookup-entry]] | `:authorizer` | | `integration` | software.amazon.awscdk.services.apigatewayv2.WebSocketRouteIntegration | [[cdk.support/lookup-entry]] | `:integration` | | `returnResponse` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:return-response` | | `routeKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-key` | | `webSocketApi` | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | [[cdk.support/lookup-entry]] | `:web-socket-api` |
(build-web-socket-stage-attributes-builder builder id config)
The build-web-socket-stage-attributes-builder function updates a WebSocketStageAttributes$Builder instance using the provided configuration. The function takes the WebSocketStageAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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.apigatewayv2.IWebSocketApi | cdk.support/lookup-entry | :api |
stageName | java.lang.String | cdk.support/lookup-entry | :stage-name |
The build-web-socket-stage-attributes-builder function updates a WebSocketStageAttributes$Builder instance using the provided configuration. The function takes the WebSocketStageAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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.apigatewayv2.IWebSocketApi | [[cdk.support/lookup-entry]] | `:api` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` |
(build-web-socket-stage-builder builder id config)
The build-web-socket-stage-builder function updates a WebSocketStage$Builder instance using the provided configuration. The function takes the WebSocketStage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoDeploy | java.lang.Boolean | cdk.support/lookup-entry | :auto-deploy |
domainMapping | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | cdk.support/lookup-entry | :domain-mapping |
stageName | java.lang.String | cdk.support/lookup-entry | :stage-name |
throttle | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | cdk.support/lookup-entry | :throttle |
webSocketApi | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | cdk.support/lookup-entry | :web-socket-api |
The build-web-socket-stage-builder function updates a WebSocketStage$Builder instance using the provided configuration. The function takes the WebSocketStage$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoDeploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-deploy` | | `domainMapping` | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | [[cdk.support/lookup-entry]] | `:domain-mapping` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` | | `throttle` | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` | | `webSocketApi` | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | [[cdk.support/lookup-entry]] | `:web-socket-api` |
(build-web-socket-stage-props-builder builder id config)
The build-web-socket-stage-props-builder function updates a WebSocketStageProps$Builder instance using the provided configuration. The function takes the WebSocketStageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
autoDeploy | java.lang.Boolean | cdk.support/lookup-entry | :auto-deploy |
domainMapping | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | cdk.support/lookup-entry | :domain-mapping |
stageName | java.lang.String | cdk.support/lookup-entry | :stage-name |
throttle | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | cdk.support/lookup-entry | :throttle |
webSocketApi | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | cdk.support/lookup-entry | :web-socket-api |
The build-web-socket-stage-props-builder function updates a WebSocketStageProps$Builder instance using the provided configuration. The function takes the WebSocketStageProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `autoDeploy` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:auto-deploy` | | `domainMapping` | software.amazon.awscdk.services.apigatewayv2.DomainMappingOptions | [[cdk.support/lookup-entry]] | `:domain-mapping` | | `stageName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stage-name` | | `throttle` | software.amazon.awscdk.services.apigatewayv2.ThrottleSettings | [[cdk.support/lookup-entry]] | `:throttle` | | `webSocketApi` | software.amazon.awscdk.services.apigatewayv2.IWebSocketApi | [[cdk.support/lookup-entry]] | `:web-socket-api` |
(cfn-api-body-s3-location-property-builder id config)
Creates a CfnApi$BodyS3LocationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApi$BodyS3LocationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-builder scope id config)
Creates a CfnApi$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 `CfnApi$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-cors-property-builder id config)
Creates a CfnApi$CorsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApi$CorsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-gateway-managed-overrides-access-log-settings-property-builder id
config)
Creates a CfnApiGatewayManagedOverrides$AccessLogSettingsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiGatewayManagedOverrides$AccessLogSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-gateway-managed-overrides-builder scope id config)
Creates a CfnApiGatewayManagedOverrides$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 `CfnApiGatewayManagedOverrides$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-gateway-managed-overrides-integration-overrides-property-builder
id
config)
Creates a CfnApiGatewayManagedOverrides$IntegrationOverridesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiGatewayManagedOverrides$IntegrationOverridesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-gateway-managed-overrides-props-builder id config)
Creates a CfnApiGatewayManagedOverridesProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiGatewayManagedOverridesProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-gateway-managed-overrides-route-overrides-property-builder id config)
Creates a CfnApiGatewayManagedOverrides$RouteOverridesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiGatewayManagedOverrides$RouteOverridesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-gateway-managed-overrides-route-settings-property-builder id config)
Creates a CfnApiGatewayManagedOverrides$RouteSettingsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiGatewayManagedOverrides$RouteSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-gateway-managed-overrides-stage-overrides-property-builder id config)
Creates a CfnApiGatewayManagedOverrides$StageOverridesProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiGatewayManagedOverrides$StageOverridesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-mapping-builder scope id config)
Creates a CfnApiMapping$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 `CfnApiMapping$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-mapping-props-builder id config)
Creates a CfnApiMappingProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiMappingProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-api-props-builder id config)
Creates a CfnApiProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnApiProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-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 |
(cfn-authorizer-jwt-configuration-property-builder id config)
Creates a CfnAuthorizer$JWTConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnAuthorizer$JWTConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(cfn-domain-name-domain-name-configuration-property-builder id config)
Creates a CfnDomainName$DomainNameConfigurationProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnDomainName$DomainNameConfigurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(cfn-integration-builder scope id config)
Creates a CfnIntegration$Builder
instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `CfnIntegration$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-integration-props-builder id config)
Creates a CfnIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-integration-response-builder scope id config)
Creates a CfnIntegrationResponse$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 `CfnIntegrationResponse$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-integration-response-parameter-list-property-builder id config)
Creates a CfnIntegration$ResponseParameterListProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnIntegration$ResponseParameterListProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-integration-response-parameter-property-builder id config)
Creates a CfnIntegration$ResponseParameterProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnIntegration$ResponseParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-integration-response-props-builder id config)
Creates a CfnIntegrationResponseProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnIntegrationResponseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-integration-tls-config-property-builder id config)
Creates a CfnIntegration$TlsConfigProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnIntegration$TlsConfigProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(cfn-route-builder scope id config)
Creates a CfnRoute$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 `CfnRoute$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-route-parameter-constraints-property-builder id config)
Creates a CfnRoute$ParameterConstraintsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRoute$ParameterConstraintsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-route-props-builder id config)
Creates a CfnRouteProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-route-response-builder scope id config)
Creates a CfnRouteResponse$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 `CfnRouteResponse$Builder` instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-route-response-parameter-constraints-property-builder id config)
Creates a CfnRouteResponse$ParameterConstraintsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRouteResponse$ParameterConstraintsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-route-response-props-builder id config)
Creates a CfnRouteResponseProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnRouteResponseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-stage-access-log-settings-property-builder id config)
Creates a CfnStage$AccessLogSettingsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnStage$AccessLogSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(cfn-stage-route-settings-property-builder id config)
Creates a CfnStage$RouteSettingsProperty$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CfnStage$RouteSettingsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(cfn-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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
ContentHandling
- the value is returned.:convert-to-text
- ContentHandling/CONVERT_TO_TEXT
is returned:convert-to-binary
- ContentHandling/CONVERT_TO_BINARY
is returnedIf 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-text` - `ContentHandling/CONVERT_TO_TEXT` is returned * is `:convert-to-binary` - `ContentHandling/CONVERT_TO_BINARY` is returned If a value is not found or matches the above criteria, nil is returned.
(cors-http-method config id item-key)
The cors-http-method
function data interprets values in the provided config data into a
CorsHttpMethod
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:
CorsHttpMethod
- the value is returned.:post
- CorsHttpMethod/POST
is returned:head
- CorsHttpMethod/HEAD
is returned:delete
- CorsHttpMethod/DELETE
is returned:options
- CorsHttpMethod/OPTIONS
is returned:patch
- CorsHttpMethod/PATCH
is returned:get
- CorsHttpMethod/GET
is returned:put
- CorsHttpMethod/PUT
is returned:any
- CorsHttpMethod/ANY
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `cors-http-method` function data interprets values in the provided config data into a `CorsHttpMethod` 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 `CorsHttpMethod` - the value is returned. * is `:post` - `CorsHttpMethod/POST` is returned * is `:head` - `CorsHttpMethod/HEAD` is returned * is `:delete` - `CorsHttpMethod/DELETE` is returned * is `:options` - `CorsHttpMethod/OPTIONS` is returned * is `:patch` - `CorsHttpMethod/PATCH` is returned * is `:get` - `CorsHttpMethod/GET` is returned * is `:put` - `CorsHttpMethod/PUT` is returned * is `:any` - `CorsHttpMethod/ANY` is returned If a value is not found or matches the above criteria, nil is returned.
(cors-preflight-options-builder id config)
Creates a CorsPreflightOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `CorsPreflightOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(domain-mapping-options-builder id config)
Creates a DomainMappingOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `DomainMappingOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(endpoint-options-builder id config)
Creates a EndpointOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `EndpointOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(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:
EndpointType
- the value is returned.:regional
- EndpointType/REGIONAL
is returned:edge
- EndpointType/EDGE
is returnedIf 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 `:regional` - `EndpointType/REGIONAL` is returned * is `:edge` - `EndpointType/EDGE` is returned If a value is not found or matches the above criteria, nil is returned.
(grant-invoke-options-builder id config)
Creates a GrantInvokeOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `GrantInvokeOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-api-attributes-builder id config)
Creates a HttpApiAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpApiAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-api-builder scope id config)
Creates a HttpApi$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 `HttpApi$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 |
(http-api-props-builder id config)
Creates a HttpApiProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpApiProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-authorizer-attributes-builder id config)
Creates a HttpAuthorizerAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpAuthorizerAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-authorizer-builder scope id config)
Creates a HttpAuthorizer$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 `HttpAuthorizer$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 |
(http-authorizer-props-builder id config)
Creates a HttpAuthorizerProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpAuthorizerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-authorizer-type config id item-key)
The http-authorizer-type
function data interprets values in the provided config data into a
HttpAuthorizerType
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:
HttpAuthorizerType
- the value is returned.:lambda
- HttpAuthorizerType/LAMBDA
is returned:jwt
- HttpAuthorizerType/JWT
is returned:iam
- HttpAuthorizerType/IAM
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `http-authorizer-type` function data interprets values in the provided config data into a `HttpAuthorizerType` 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 `HttpAuthorizerType` - the value is returned. * is `:lambda` - `HttpAuthorizerType/LAMBDA` is returned * is `:jwt` - `HttpAuthorizerType/JWT` is returned * is `:iam` - `HttpAuthorizerType/IAM` is returned If a value is not found or matches the above criteria, nil is returned.
(http-connection-type config id item-key)
The http-connection-type
function data interprets values in the provided config data into a
HttpConnectionType
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:
HttpConnectionType
- the value is returned.:internet
- HttpConnectionType/INTERNET
is returned:vpc-link
- HttpConnectionType/VPC_LINK
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `http-connection-type` function data interprets values in the provided config data into a `HttpConnectionType` 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 `HttpConnectionType` - the value is returned. * is `:internet` - `HttpConnectionType/INTERNET` is returned * is `:vpc-link` - `HttpConnectionType/VPC_LINK` is returned If a value is not found or matches the above criteria, nil is returned.
(http-integration-builder scope id config)
Creates a HttpIntegration$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 `HttpIntegration$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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(http-integration-subtype config id item-key)
The http-integration-subtype
function data interprets values in the provided config data into a
HttpIntegrationSubtype
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:
HttpIntegrationSubtype
- the value is returned.:sqs-receive-message
- HttpIntegrationSubtype/SQS_RECEIVE_MESSAGE
is returned:sqs-send-message
- HttpIntegrationSubtype/SQS_SEND_MESSAGE
is returned:eventbridge-put-events
- HttpIntegrationSubtype/EVENTBRIDGE_PUT_EVENTS
is returned:stepfunctions-start-execution
- HttpIntegrationSubtype/STEPFUNCTIONS_START_EXECUTION
is returned:sqs-purge-queue
- HttpIntegrationSubtype/SQS_PURGE_QUEUE
is returned:stepfunctions-stop-execution
- HttpIntegrationSubtype/STEPFUNCTIONS_STOP_EXECUTION
is returned:stepfunctions-start-sync-execution
- HttpIntegrationSubtype/STEPFUNCTIONS_START_SYNC_EXECUTION
is returned:kinesis-put-record
- HttpIntegrationSubtype/KINESIS_PUT_RECORD
is returned:appconfig-get-configuration
- HttpIntegrationSubtype/APPCONFIG_GET_CONFIGURATION
is returned:sqs-delete-message
- HttpIntegrationSubtype/SQS_DELETE_MESSAGE
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `http-integration-subtype` function data interprets values in the provided config data into a `HttpIntegrationSubtype` 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 `HttpIntegrationSubtype` - the value is returned. * is `:sqs-receive-message` - `HttpIntegrationSubtype/SQS_RECEIVE_MESSAGE` is returned * is `:sqs-send-message` - `HttpIntegrationSubtype/SQS_SEND_MESSAGE` is returned * is `:eventbridge-put-events` - `HttpIntegrationSubtype/EVENTBRIDGE_PUT_EVENTS` is returned * is `:stepfunctions-start-execution` - `HttpIntegrationSubtype/STEPFUNCTIONS_START_EXECUTION` is returned * is `:sqs-purge-queue` - `HttpIntegrationSubtype/SQS_PURGE_QUEUE` is returned * is `:stepfunctions-stop-execution` - `HttpIntegrationSubtype/STEPFUNCTIONS_STOP_EXECUTION` is returned * is `:stepfunctions-start-sync-execution` - `HttpIntegrationSubtype/STEPFUNCTIONS_START_SYNC_EXECUTION` is returned * is `:kinesis-put-record` - `HttpIntegrationSubtype/KINESIS_PUT_RECORD` is returned * is `:appconfig-get-configuration` - `HttpIntegrationSubtype/APPCONFIG_GET_CONFIGURATION` is returned * is `:sqs-delete-message` - `HttpIntegrationSubtype/SQS_DELETE_MESSAGE` is returned If a value is not found or matches the above criteria, nil is returned.
(http-integration-type config id item-key)
The http-integration-type
function data interprets values in the provided config data into a
HttpIntegrationType
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:
HttpIntegrationType
- the value is returned.:aws-proxy
- HttpIntegrationType/AWS_PROXY
is returned:http-proxy
- HttpIntegrationType/HTTP_PROXY
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `http-integration-type` function data interprets values in the provided config data into a `HttpIntegrationType` 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 `HttpIntegrationType` - the value is returned. * is `:aws-proxy` - `HttpIntegrationType/AWS_PROXY` is returned * is `:http-proxy` - `HttpIntegrationType/HTTP_PROXY` is returned If a value is not found or matches the above criteria, nil is returned.
(http-method config id item-key)
The http-method
function data interprets values in the provided config data into a
HttpMethod
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:
HttpMethod
- the value is returned.:any
- HttpMethod/ANY
is returned:delete
- HttpMethod/DELETE
is returned:head
- HttpMethod/HEAD
is returned:options
- HttpMethod/OPTIONS
is returned:post
- HttpMethod/POST
is returned:get
- HttpMethod/GET
is returned:patch
- HttpMethod/PATCH
is returned:put
- HttpMethod/PUT
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `http-method` function data interprets values in the provided config data into a `HttpMethod` 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 `HttpMethod` - the value is returned. * is `:any` - `HttpMethod/ANY` is returned * is `:delete` - `HttpMethod/DELETE` is returned * is `:head` - `HttpMethod/HEAD` is returned * is `:options` - `HttpMethod/OPTIONS` is returned * is `:post` - `HttpMethod/POST` is returned * is `:get` - `HttpMethod/GET` is returned * is `:patch` - `HttpMethod/PATCH` is returned * is `:put` - `HttpMethod/PUT` is returned If a value is not found or matches the above criteria, nil is returned.
(http-route-authorizer-bind-options-builder id config)
Creates a HttpRouteAuthorizerBindOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpRouteAuthorizerBindOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-route-authorizer-config-builder id config)
Creates a HttpRouteAuthorizerConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpRouteAuthorizerConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-route-builder scope id config)
Creates a HttpRoute$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 `HttpRoute$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 |
(http-route-integration-bind-options-builder id config)
Creates a HttpRouteIntegrationBindOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpRouteIntegrationBindOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-route-integration-config-builder id config)
Creates a HttpRouteIntegrationConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpRouteIntegrationConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-route-props-builder id config)
Creates a HttpRouteProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-stage-attributes-builder id config)
Creates a HttpStageAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpStageAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-stage-builder scope id config)
Creates a HttpStage$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 `HttpStage$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 |
(http-stage-options-builder id config)
Creates a HttpStageOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpStageOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-stage-props-builder id config)
Creates a HttpStageProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `HttpStageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
PassthroughBehavior
- the value is returned.:never
- PassthroughBehavior/NEVER
is returned:when-no-templates
- PassthroughBehavior/WHEN_NO_TEMPLATES
is returned:when-no-match
- PassthroughBehavior/WHEN_NO_MATCH
is returnedIf 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-templates` - `PassthroughBehavior/WHEN_NO_TEMPLATES` is returned * is `:when-no-match` - `PassthroughBehavior/WHEN_NO_MATCH` is returned If a value is not found or matches the above criteria, nil is returned.
(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:
SecurityPolicy
- the value is returned.:tls-1-0
- SecurityPolicy/TLS_1_0
is returned:tls-1-2
- SecurityPolicy/TLS_1_2
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(vpc-link-attributes-builder id config)
Creates a VpcLinkAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `VpcLinkAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(web-socket-api-attributes-builder id config)
Creates a WebSocketApiAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketApiAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-api-builder scope id config)
Creates a WebSocketApi$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 `WebSocketApi$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 |
(web-socket-api-props-builder id config)
Creates a WebSocketApiProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketApiProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-authorizer-attributes-builder id config)
Creates a WebSocketAuthorizerAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketAuthorizerAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-authorizer-builder scope id config)
Creates a WebSocketAuthorizer$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 `WebSocketAuthorizer$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 |
(web-socket-authorizer-props-builder id config)
Creates a WebSocketAuthorizerProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketAuthorizerProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-authorizer-type config id item-key)
The web-socket-authorizer-type
function data interprets values in the provided config data into a
WebSocketAuthorizerType
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:
WebSocketAuthorizerType
- the value is returned.:iam
- WebSocketAuthorizerType/IAM
is returned:lambda
- WebSocketAuthorizerType/LAMBDA
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `web-socket-authorizer-type` function data interprets values in the provided config data into a `WebSocketAuthorizerType` 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 `WebSocketAuthorizerType` - the value is returned. * is `:iam` - `WebSocketAuthorizerType/IAM` is returned * is `:lambda` - `WebSocketAuthorizerType/LAMBDA` is returned If a value is not found or matches the above criteria, nil is returned.
(web-socket-integration-builder scope id config)
Creates a WebSocketIntegration$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 `WebSocketIntegration$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 |
(web-socket-integration-props-builder id config)
Creates a WebSocketIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-integration-type config id item-key)
The web-socket-integration-type
function data interprets values in the provided config data into a
WebSocketIntegrationType
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:
WebSocketIntegrationType
- the value is returned.:mock
- WebSocketIntegrationType/MOCK
is returned:aws
- WebSocketIntegrationType/AWS
is returned:aws-proxy
- WebSocketIntegrationType/AWS_PROXY
is returnedIf a value is not found or matches the above criteria, nil is returned.
The `web-socket-integration-type` function data interprets values in the provided config data into a `WebSocketIntegrationType` 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 `WebSocketIntegrationType` - the value is returned. * is `:mock` - `WebSocketIntegrationType/MOCK` is returned * is `:aws` - `WebSocketIntegrationType/AWS` is returned * is `:aws-proxy` - `WebSocketIntegrationType/AWS_PROXY` is returned If a value is not found or matches the above criteria, nil is returned.
(web-socket-route-authorizer-bind-options-builder id config)
Creates a WebSocketRouteAuthorizerBindOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketRouteAuthorizerBindOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-route-authorizer-config-builder id config)
Creates a WebSocketRouteAuthorizerConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketRouteAuthorizerConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-route-builder scope id config)
Creates a WebSocketRoute$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 `WebSocketRoute$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 |
(web-socket-route-integration-bind-options-builder id config)
Creates a WebSocketRouteIntegrationBindOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketRouteIntegrationBindOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-route-integration-config-builder id config)
Creates a WebSocketRouteIntegrationConfig$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketRouteIntegrationConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-route-options-builder id config)
Creates a WebSocketRouteOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketRouteOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-route-props-builder id config)
Creates a WebSocketRouteProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-stage-attributes-builder id config)
Creates a WebSocketStageAttributes$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketStageAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-stage-builder scope id config)
Creates a WebSocketStage$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 `WebSocketStage$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 |
(web-socket-stage-props-builder id config)
Creates a WebSocketStageProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `WebSocketStageProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close