Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.aws_apigatewayv2_integrations package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.aws_apigatewayv2_integrations package.
(build-http-alb-integration-builder builder id config)
The build-http-alb-integration-builder function updates a HttpAlbIntegration$Builder instance using the provided configuration. The function takes the HttpAlbIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
vpcLink | software.amazon.awscdk.services.apigatewayv2.IVpcLink | cdk.support/lookup-entry | :vpc-link |
The build-http-alb-integration-builder function updates a HttpAlbIntegration$Builder instance using the provided configuration. The function takes the HttpAlbIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` | | `vpcLink` | software.amazon.awscdk.services.apigatewayv2.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
(build-http-alb-integration-props-builder builder id config)
The build-http-alb-integration-props-builder function updates a HttpAlbIntegrationProps$Builder instance using the provided configuration. The function takes the HttpAlbIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
vpcLink | software.amazon.awscdk.services.apigatewayv2.IVpcLink | cdk.support/lookup-entry | :vpc-link |
The build-http-alb-integration-props-builder function updates a HttpAlbIntegrationProps$Builder instance using the provided configuration. The function takes the HttpAlbIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` | | `vpcLink` | software.amazon.awscdk.services.apigatewayv2.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
(build-http-lambda-integration-builder builder id config)
The build-http-lambda-integration-builder function updates a HttpLambdaIntegration$Builder instance using the provided configuration. The function takes the HttpLambdaIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
The build-http-lambda-integration-builder function updates a HttpLambdaIntegration$Builder instance using the provided configuration. The function takes the HttpLambdaIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `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` |
(build-http-lambda-integration-props-builder builder id config)
The build-http-lambda-integration-props-builder function updates a HttpLambdaIntegrationProps$Builder instance using the provided configuration. The function takes the HttpLambdaIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
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 |
The build-http-lambda-integration-props-builder function updates a HttpLambdaIntegrationProps$Builder instance using the provided configuration. The function takes the HttpLambdaIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `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` |
(build-http-nlb-integration-builder builder id config)
The build-http-nlb-integration-builder function updates a HttpNlbIntegration$Builder instance using the provided configuration. The function takes the HttpNlbIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
vpcLink | software.amazon.awscdk.services.apigatewayv2.IVpcLink | cdk.support/lookup-entry | :vpc-link |
The build-http-nlb-integration-builder function updates a HttpNlbIntegration$Builder instance using the provided configuration. The function takes the HttpNlbIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` | | `vpcLink` | software.amazon.awscdk.services.apigatewayv2.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
(build-http-nlb-integration-props-builder builder id config)
The build-http-nlb-integration-props-builder function updates a HttpNlbIntegrationProps$Builder instance using the provided configuration. The function takes the HttpNlbIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
vpcLink | software.amazon.awscdk.services.apigatewayv2.IVpcLink | cdk.support/lookup-entry | :vpc-link |
The build-http-nlb-integration-props-builder function updates a HttpNlbIntegrationProps$Builder instance using the provided configuration. The function takes the HttpNlbIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` | | `vpcLink` | software.amazon.awscdk.services.apigatewayv2.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
(build-http-private-integration-options-builder builder id config)
The build-http-private-integration-options-builder function updates a HttpPrivateIntegrationOptions$Builder instance using the provided configuration. The function takes the HttpPrivateIntegrationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
vpcLink | software.amazon.awscdk.services.apigatewayv2.IVpcLink | cdk.support/lookup-entry | :vpc-link |
The build-http-private-integration-options-builder function updates a HttpPrivateIntegrationOptions$Builder instance using the provided configuration. The function takes the HttpPrivateIntegrationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` | | `vpcLink` | software.amazon.awscdk.services.apigatewayv2.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
(build-http-service-discovery-integration-builder builder id config)
The build-http-service-discovery-integration-builder function updates a HttpServiceDiscoveryIntegration$Builder instance using the provided configuration. The function takes the HttpServiceDiscoveryIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
vpcLink | software.amazon.awscdk.services.apigatewayv2.IVpcLink | cdk.support/lookup-entry | :vpc-link |
The build-http-service-discovery-integration-builder function updates a HttpServiceDiscoveryIntegration$Builder instance using the provided configuration. The function takes the HttpServiceDiscoveryIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` | | `vpcLink` | software.amazon.awscdk.services.apigatewayv2.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
(build-http-service-discovery-integration-props-builder builder id config)
The build-http-service-discovery-integration-props-builder function updates a HttpServiceDiscoveryIntegrationProps$Builder instance using the provided configuration. The function takes the HttpServiceDiscoveryIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
secureServerName | java.lang.String | cdk.support/lookup-entry | :secure-server-name |
vpcLink | software.amazon.awscdk.services.apigatewayv2.IVpcLink | cdk.support/lookup-entry | :vpc-link |
The build-http-service-discovery-integration-props-builder function updates a HttpServiceDiscoveryIntegrationProps$Builder instance using the provided configuration. The function takes the HttpServiceDiscoveryIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `secureServerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:secure-server-name` | | `vpcLink` | software.amazon.awscdk.services.apigatewayv2.IVpcLink | [[cdk.support/lookup-entry]] | `:vpc-link` |
(build-http-step-functions-integration-builder builder id config)
The build-http-step-functions-integration-builder function updates a HttpStepFunctionsIntegration$Builder instance using the provided configuration. The function takes the HttpStepFunctionsIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
stateMachine | software.amazon.awscdk.services.stepfunctions.StateMachine | cdk.support/lookup-entry | :state-machine |
subtype | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | cdk.api.services.apigatewayv2/http-integration-subtype | :subtype |
The build-http-step-functions-integration-builder function updates a HttpStepFunctionsIntegration$Builder instance using the provided configuration. The function takes the HttpStepFunctionsIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `stateMachine` | software.amazon.awscdk.services.stepfunctions.StateMachine | [[cdk.support/lookup-entry]] | `:state-machine` | | `subtype` | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | [[cdk.api.services.apigatewayv2/http-integration-subtype]] | `:subtype` |
(build-http-step-functions-integration-props-builder builder id config)
The build-http-step-functions-integration-props-builder function updates a HttpStepFunctionsIntegrationProps$Builder instance using the provided configuration. The function takes the HttpStepFunctionsIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
stateMachine | software.amazon.awscdk.services.stepfunctions.StateMachine | cdk.support/lookup-entry | :state-machine |
subtype | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | cdk.api.services.apigatewayv2/http-integration-subtype | :subtype |
The build-http-step-functions-integration-props-builder function updates a HttpStepFunctionsIntegrationProps$Builder instance using the provided configuration. The function takes the HttpStepFunctionsIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` | | `stateMachine` | software.amazon.awscdk.services.stepfunctions.StateMachine | [[cdk.support/lookup-entry]] | `:state-machine` | | `subtype` | software.amazon.awscdk.services.apigatewayv2.HttpIntegrationSubtype | [[cdk.api.services.apigatewayv2/http-integration-subtype]] | `:subtype` |
(build-http-url-integration-builder builder id config)
The build-http-url-integration-builder function updates a HttpUrlIntegration$Builder instance using the provided configuration. The function takes the HttpUrlIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
The build-http-url-integration-builder function updates a HttpUrlIntegration$Builder instance using the provided configuration. The function takes the HttpUrlIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` |
(build-http-url-integration-props-builder builder id config)
The build-http-url-integration-props-builder function updates a HttpUrlIntegrationProps$Builder instance using the provided configuration. The function takes the HttpUrlIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
method | software.amazon.awscdk.services.apigatewayv2.HttpMethod | cdk.api.services.apigatewayv2/http-method | :method |
parameterMapping | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | cdk.support/lookup-entry | :parameter-mapping |
The build-http-url-integration-props-builder function updates a HttpUrlIntegrationProps$Builder instance using the provided configuration. The function takes the HttpUrlIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `method` | software.amazon.awscdk.services.apigatewayv2.HttpMethod | [[cdk.api.services.apigatewayv2/http-method]] | `:method` | | `parameterMapping` | software.amazon.awscdk.services.apigatewayv2.ParameterMapping | [[cdk.support/lookup-entry]] | `:parameter-mapping` |
(build-web-socket-aws-integration-builder builder id config)
The build-web-socket-aws-integration-builder function updates a WebSocketAwsIntegration$Builder instance using the provided configuration. The function takes the WebSocketAwsIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
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 |
The build-web-socket-aws-integration-builder function updates a WebSocketAwsIntegration$Builder instance using the provided configuration. The function takes the WebSocketAwsIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `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` |
(build-web-socket-aws-integration-props-builder builder id config)
The build-web-socket-aws-integration-props-builder function updates a WebSocketAwsIntegrationProps$Builder instance using the provided configuration. The function takes the WebSocketAwsIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
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 |
The build-web-socket-aws-integration-props-builder function updates a WebSocketAwsIntegrationProps$Builder instance using the provided configuration. The function takes the WebSocketAwsIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `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` |
(build-web-socket-lambda-integration-builder builder id config)
The build-web-socket-lambda-integration-builder function updates a WebSocketLambdaIntegration$Builder instance using the provided configuration. The function takes the WebSocketLambdaIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
The build-web-socket-lambda-integration-builder function updates a WebSocketLambdaIntegration$Builder instance using the provided configuration. The function takes the WebSocketLambdaIntegration$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
(build-web-socket-lambda-integration-props-builder builder id config)
The build-web-socket-lambda-integration-props-builder function updates a WebSocketLambdaIntegrationProps$Builder instance using the provided configuration. The function takes the WebSocketLambdaIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
timeout | software.amazon.awscdk.Duration | cdk.support/lookup-entry | :timeout |
The build-web-socket-lambda-integration-props-builder function updates a WebSocketLambdaIntegrationProps$Builder instance using the provided configuration. The function takes the WebSocketLambdaIntegrationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
(http-alb-integration-builder listener id config)
Creates a HttpAlbIntegration$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListener] | Argument | DataType | Description | |---|---|---| | listener | software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListener | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `HttpAlbIntegration$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListener]___ | Argument | DataType | Description | |---|---|---| | listener | software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListener | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-alb-integration-props-builder id config)
Creates a HttpAlbIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `HttpAlbIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-lambda-integration-builder handler id config)
Creates a HttpLambdaIntegration$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String software.amazon.awscdk.services.lambda.IFunction] | Argument | DataType | Description | |---|---|---| | handler | software.amazon.awscdk.services.lambda.IFunction | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `HttpLambdaIntegration$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String software.amazon.awscdk.services.lambda.IFunction]___ | Argument | DataType | Description | |---|---|---| | handler | software.amazon.awscdk.services.lambda.IFunction | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-lambda-integration-props-builder id config)
Creates a HttpLambdaIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `HttpLambdaIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-nlb-integration-builder listener id config)
Creates a HttpNlbIntegration$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String software.amazon.awscdk.services.elasticloadbalancingv2.INetworkListener] | Argument | DataType | Description | |---|---|---| | listener | software.amazon.awscdk.services.elasticloadbalancingv2.INetworkListener | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `HttpNlbIntegration$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String software.amazon.awscdk.services.elasticloadbalancingv2.INetworkListener]___ | Argument | DataType | Description | |---|---|---| | listener | software.amazon.awscdk.services.elasticloadbalancingv2.INetworkListener | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-nlb-integration-props-builder id config)
Creates a HttpNlbIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `HttpNlbIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-private-integration-options-builder id config)
Creates a HttpPrivateIntegrationOptions$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `HttpPrivateIntegrationOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-service-discovery-integration-builder service id config)
Creates a HttpServiceDiscoveryIntegration$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String software.amazon.awscdk.services.servicediscovery.IService] | Argument | DataType | Description | |---|---|---| | service | software.amazon.awscdk.services.servicediscovery.IService | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `HttpServiceDiscoveryIntegration$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String software.amazon.awscdk.services.servicediscovery.IService]___ | Argument | DataType | Description | |---|---|---| | service | software.amazon.awscdk.services.servicediscovery.IService | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-service-discovery-integration-props-builder id config)
Creates a HttpServiceDiscoveryIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `HttpServiceDiscoveryIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-step-functions-integration-builder id config)
Creates a HttpStepFunctionsIntegration$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String] | 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 `HttpStepFunctionsIntegration$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String]___ | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-step-functions-integration-props-builder id config)
Creates a HttpStepFunctionsIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `HttpStepFunctionsIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-url-integration-builder url id config)
Creates a HttpUrlIntegration$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String java.lang.String] | Argument | DataType | Description | |---|---|---| | url | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `HttpUrlIntegration$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String java.lang.String]___ | Argument | DataType | Description | |---|---|---| | url | java.lang.String | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(http-url-integration-props-builder id config)
Creates a HttpUrlIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `HttpUrlIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-aws-integration-builder id config)
Creates a WebSocketAwsIntegration$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String] | 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 `WebSocketAwsIntegration$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String]___ | 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-aws-integration-props-builder id config)
Creates a WebSocketAwsIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `WebSocketAwsIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-lambda-integration-builder handler id config)
Creates a WebSocketLambdaIntegration$Builder
instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[java.lang.String software.amazon.awscdk.services.lambda.IFunction] | Argument | DataType | Description | |---|---|---| | handler | software.amazon.awscdk.services.lambda.IFunction | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `WebSocketLambdaIntegration$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[java.lang.String software.amazon.awscdk.services.lambda.IFunction]___ | Argument | DataType | Description | |---|---|---| | handler | software.amazon.awscdk.services.lambda.IFunction | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(web-socket-lambda-integration-props-builder id config)
Creates a WebSocketLambdaIntegrationProps$Builder
instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `WebSocketLambdaIntegrationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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