Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.logs.destinations package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.logs.destinations package.
(build-kinesis-destination-builder builder id config)The build-kinesis-destination-builder function updates a KinesisDestination$Builder instance using the provided configuration. The function takes the KinesisDestination$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-kinesis-destination-builder function updates a KinesisDestination$Builder instance using the provided configuration. The function takes the KinesisDestination$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(build-kinesis-destination-props-builder builder id config)The build-kinesis-destination-props-builder function updates a KinesisDestinationProps$Builder instance using the provided configuration. The function takes the KinesisDestinationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
role | software.amazon.awscdk.services.iam.IRole | cdk.support/lookup-entry | :role |
The build-kinesis-destination-props-builder function updates a KinesisDestinationProps$Builder instance using the provided configuration. The function takes the KinesisDestinationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `role` | software.amazon.awscdk.services.iam.IRole | [[cdk.support/lookup-entry]] | `:role` |
(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 |
|---|---|---|---|
addPermissions | java.lang.Boolean | cdk.support/lookup-entry | :add-permissions |
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 | |---|---|---|---| | `addPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-permissions` |
(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 |
|---|---|---|---|
addPermissions | java.lang.Boolean | cdk.support/lookup-entry | :add-permissions |
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 | |---|---|---|---| | `addPermissions` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:add-permissions` |
(kinesis-destination-builder stream id config)Creates a KinesisDestination$Builder instance using provided forms, applies the data configuration, then builds it. Takes the following arguments:
Create Form: _[software.amazon.awscdk.services.kinesis.IStream] | Argument | DataType | Description | |---|---|---| | stream | software.amazon.awscdk.services.kinesis.IStream | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
Creates a `KinesisDestination$Builder` instance using provided forms, applies the data configuration, then builds it. Takes the following arguments: __Create Form:__ ____[software.amazon.awscdk.services.kinesis.IStream]___ | Argument | DataType | Description | |---|---|---| | stream | software.amazon.awscdk.services.kinesis.IStream | | | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(kinesis-destination-props-builder id config)Creates a KinesisDestinationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `KinesisDestinationProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(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 |