Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.lambda.destinations package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.lambda.destinations package.
(build-lambda-destination-builder builder id config)The build-lambda-destination-builder function updates a LambdaDestination$Builder instance using the provided configuration. The function takes the LambdaDestination$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
responseOnly | java.lang.Boolean | cdk.support/lookup-entry | :response-only |
The build-lambda-destination-builder function updates a LambdaDestination$Builder instance using the provided configuration. The function takes the LambdaDestination$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `responseOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:response-only` |
(build-lambda-destination-options-builder builder id config)The build-lambda-destination-options-builder function updates a LambdaDestinationOptions$Builder instance using the provided configuration. The function takes the LambdaDestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
responseOnly | java.lang.Boolean | cdk.support/lookup-entry | :response-only |
The build-lambda-destination-options-builder function updates a LambdaDestinationOptions$Builder instance using the provided configuration. The function takes the LambdaDestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `responseOnly` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:response-only` |
(lambda-destination-builder handler id config)Creates a LambdaDestination$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[software.amazon.awscdk.services.lambda.IFunction] | Argument | DataType | Description | |---|---|---| | handler | software.amazon.awscdk.services.lambda.IFunction | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `LambdaDestination$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[software.amazon.awscdk.services.lambda.IFunction]___ | Argument | DataType | Description | |---|---|---| | handler | software.amazon.awscdk.services.lambda.IFunction | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(lambda-destination-options-builder id config)Creates a LambdaDestinationOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LambdaDestinationOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |