Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.ses.actions package.
Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.ses.actions package.
(add-header-builder id config)Creates a AddHeader$Builder instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `AddHeader$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(add-header-props-builder id config)Creates a AddHeaderProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `AddHeaderProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(bounce-builder id config)Creates a Bounce$Builder instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `Bounce$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(bounce-props-builder id config)Creates a BounceProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `BounceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(bounce-template-builder id config)Creates a BounceTemplate$Builder instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `BounceTemplate$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(bounce-template-props-builder id config)Creates a BounceTemplateProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `BounceTemplateProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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-header-builder builder id config)The build-add-header-builder function updates a AddHeader$Builder instance using the provided configuration. The function takes the AddHeader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-add-header-builder function updates a AddHeader$Builder instance using the provided configuration. The function takes the AddHeader$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-add-header-props-builder builder id config)The build-add-header-props-builder function updates a AddHeaderProps$Builder instance using the provided configuration. The function takes the AddHeaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-add-header-props-builder function updates a AddHeaderProps$Builder instance using the provided configuration. The function takes the AddHeaderProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
(build-bounce-builder builder id config)The build-bounce-builder function updates a Bounce$Builder instance using the provided configuration. The function takes the Bounce$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
sender | java.lang.String | cdk.support/lookup-entry | :sender |
template | software.amazon.awscdk.services.ses.actions.BounceTemplate | cdk.support/lookup-entry | :template |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-bounce-builder function updates a Bounce$Builder instance using the provided configuration. The function takes the Bounce$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `sender` | java.lang.String | [[cdk.support/lookup-entry]] | `:sender` | | `template` | software.amazon.awscdk.services.ses.actions.BounceTemplate | [[cdk.support/lookup-entry]] | `:template` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-bounce-props-builder builder id config)The build-bounce-props-builder function updates a BounceProps$Builder instance using the provided configuration. The function takes the BounceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
sender | java.lang.String | cdk.support/lookup-entry | :sender |
template | software.amazon.awscdk.services.ses.actions.BounceTemplate | cdk.support/lookup-entry | :template |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-bounce-props-builder function updates a BounceProps$Builder instance using the provided configuration. The function takes the BounceProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `sender` | java.lang.String | [[cdk.support/lookup-entry]] | `:sender` | | `template` | software.amazon.awscdk.services.ses.actions.BounceTemplate | [[cdk.support/lookup-entry]] | `:template` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-bounce-template-builder builder id config)The build-bounce-template-builder function updates a BounceTemplate$Builder instance using the provided configuration. The function takes the BounceTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
message | java.lang.String | cdk.support/lookup-entry | :message |
smtpReplyCode | java.lang.String | cdk.support/lookup-entry | :smtp-reply-code |
statusCode | java.lang.String | cdk.support/lookup-entry | :status-code |
The build-bounce-template-builder function updates a BounceTemplate$Builder instance using the provided configuration. The function takes the BounceTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `message` | java.lang.String | [[cdk.support/lookup-entry]] | `:message` | | `smtpReplyCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:smtp-reply-code` | | `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
(build-bounce-template-props-builder builder id config)The build-bounce-template-props-builder function updates a BounceTemplateProps$Builder instance using the provided configuration. The function takes the BounceTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
message | java.lang.String | cdk.support/lookup-entry | :message |
smtpReplyCode | java.lang.String | cdk.support/lookup-entry | :smtp-reply-code |
statusCode | java.lang.String | cdk.support/lookup-entry | :status-code |
The build-bounce-template-props-builder function updates a BounceTemplateProps$Builder instance using the provided configuration. The function takes the BounceTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `message` | java.lang.String | [[cdk.support/lookup-entry]] | `:message` | | `smtpReplyCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:smtp-reply-code` | | `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
(build-lambda-builder builder id config)The build-lambda-builder function updates a Lambda$Builder instance using the provided configuration. The function takes the Lambda$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
function | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :function |
invocationType | software.amazon.awscdk.services.ses.actions.LambdaInvocationType | cdk.api.services.ses.actions/lambda-invocation-type | :invocation-type |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-lambda-builder function updates a Lambda$Builder instance using the provided configuration. The function takes the Lambda$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `function` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:function` | | `invocationType` | software.amazon.awscdk.services.ses.actions.LambdaInvocationType | [[cdk.api.services.ses.actions/lambda-invocation-type]] | `:invocation-type` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-lambda-props-builder builder id config)The build-lambda-props-builder function updates a LambdaProps$Builder instance using the provided configuration. The function takes the LambdaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
function | software.amazon.awscdk.services.lambda.IFunction | cdk.support/lookup-entry | :function |
invocationType | software.amazon.awscdk.services.ses.actions.LambdaInvocationType | cdk.api.services.ses.actions/lambda-invocation-type | :invocation-type |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-lambda-props-builder function updates a LambdaProps$Builder instance using the provided configuration. The function takes the LambdaProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `function` | software.amazon.awscdk.services.lambda.IFunction | [[cdk.support/lookup-entry]] | `:function` | | `invocationType` | software.amazon.awscdk.services.ses.actions.LambdaInvocationType | [[cdk.api.services.ses.actions/lambda-invocation-type]] | `:invocation-type` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-s3-builder builder id config)The build-s3-builder function updates a S3$Builder instance using the provided configuration. The function takes the S3$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
objectKeyPrefix | java.lang.String | cdk.support/lookup-entry | :object-key-prefix |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-s3-builder function updates a S3$Builder instance using the provided configuration. The function takes the S3$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `objectKeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key-prefix` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-s3-props-builder builder id config)The build-s3-props-builder function updates a S3Props$Builder instance using the provided configuration. The function takes the S3Props$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated 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 |
kmsKey | software.amazon.awscdk.services.kms.IKey | cdk.support/lookup-entry | :kms-key |
objectKeyPrefix | java.lang.String | cdk.support/lookup-entry | :object-key-prefix |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-s3-props-builder function updates a S3Props$Builder instance using the provided configuration. The function takes the S3Props$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated 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` | | `kmsKey` | software.amazon.awscdk.services.kms.IKey | [[cdk.support/lookup-entry]] | `:kms-key` | | `objectKeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key-prefix` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-sns-builder builder id config)The build-sns-builder function updates a Sns$Builder instance using the provided configuration. The function takes the Sns$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
encoding | software.amazon.awscdk.services.ses.actions.EmailEncoding | cdk.api.services.ses.actions/email-encoding | :encoding |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-sns-builder function updates a Sns$Builder instance using the provided configuration. The function takes the Sns$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `encoding` | software.amazon.awscdk.services.ses.actions.EmailEncoding | [[cdk.api.services.ses.actions/email-encoding]] | `:encoding` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-sns-props-builder builder id config)The build-sns-props-builder function updates a SnsProps$Builder instance using the provided configuration. The function takes the SnsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
encoding | software.amazon.awscdk.services.ses.actions.EmailEncoding | cdk.api.services.ses.actions/email-encoding | :encoding |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-sns-props-builder function updates a SnsProps$Builder instance using the provided configuration. The function takes the SnsProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `encoding` | software.amazon.awscdk.services.ses.actions.EmailEncoding | [[cdk.api.services.ses.actions/email-encoding]] | `:encoding` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-stop-builder builder id config)The build-stop-builder function updates a Stop$Builder instance using the provided configuration. The function takes the Stop$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-stop-builder function updates a Stop$Builder instance using the provided configuration. The function takes the Stop$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-stop-props-builder builder id config)The build-stop-props-builder function updates a StopProps$Builder instance using the provided configuration. The function takes the StopProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-stop-props-builder function updates a StopProps$Builder instance using the provided configuration. The function takes the StopProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-work-mail-builder builder id config)The build-work-mail-builder function updates a WorkMail$Builder instance using the provided configuration. The function takes the WorkMail$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
organizationArn | java.lang.String | cdk.support/lookup-entry | :organization-arn |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-work-mail-builder function updates a WorkMail$Builder instance using the provided configuration. The function takes the WorkMail$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `organizationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-arn` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(build-work-mail-props-builder builder id config)The build-work-mail-props-builder function updates a WorkMailProps$Builder instance using the provided configuration. The function takes the WorkMailProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.
Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:
| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
organizationArn | java.lang.String | cdk.support/lookup-entry | :organization-arn |
topic | software.amazon.awscdk.services.sns.ITopic | cdk.support/lookup-entry | :topic |
The build-work-mail-props-builder function updates a WorkMailProps$Builder instance using the provided configuration. The function takes the WorkMailProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself. Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value: | Field | DataType | Lookup Function | Data Key | |---|---|---|---| | `organizationArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:organization-arn` | | `topic` | software.amazon.awscdk.services.sns.ITopic | [[cdk.support/lookup-entry]] | `:topic` |
(email-encoding config id item-key)The email-encoding function data interprets values in the provided config data into a
EmailEncoding 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:
EmailEncoding - the value is returned.:base64 - EmailEncoding/BASE64 is returned:utf8 - EmailEncoding/UTF8 is returnedIf a value is not found or matches the above criteria, nil is returned.
The `email-encoding` function data interprets values in the provided config data into a `EmailEncoding` 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 `EmailEncoding` - the value is returned. * is `:base64` - `EmailEncoding/BASE64` is returned * is `:utf8` - `EmailEncoding/UTF8` is returned If a value is not found or matches the above criteria, nil is returned.
(lambda-builder id config)Creates a Lambda$Builder instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `Lambda$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(lambda-invocation-type config id item-key)The lambda-invocation-type function data interprets values in the provided config data into a
LambdaInvocationType 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:
LambdaInvocationType - the value is returned.:event - LambdaInvocationType/EVENT is returned:request-response - LambdaInvocationType/REQUEST_RESPONSE is returnedIf a value is not found or matches the above criteria, nil is returned.
The `lambda-invocation-type` function data interprets values in the provided config data into a `LambdaInvocationType` 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 `LambdaInvocationType` - the value is returned. * is `:event` - `LambdaInvocationType/EVENT` is returned * is `:request-response` - `LambdaInvocationType/REQUEST_RESPONSE` is returned If a value is not found or matches the above criteria, nil is returned.
(lambda-props-builder id config)Creates a LambdaProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `LambdaProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-builder id config)Creates a S3$Builder instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `S3$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(s3-props-builder id config)Creates a S3Props$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `S3Props$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(sns-builder id config)Creates a Sns$Builder instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `Sns$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(sns-props-builder id config)Creates a SnsProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `SnsProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(stop-builder id config)Creates a Stop$Builder instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `Stop$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(stop-props-builder id config)Creates a StopProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `StopProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(work-mail-builder id config)Creates a WorkMail$Builder instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments:
| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
Creates a `WorkMail$Builder` instance using a no-argument create, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. | | config | map | Data configuration |
(work-mail-props-builder id config)Creates a WorkMailProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 `WorkMailProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following 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 |