Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.ses

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.ses package.

Functions that represent AWS CDK enums and builders in the software.amazon.awscdk.services.ses package. 
raw docstring

add-header-action-config-builderclj

(add-header-action-config-builder id config)

Creates a AddHeaderActionConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AddHeaderActionConfig$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 |
sourceraw docstring

allow-list-receipt-filter-builderclj

(allow-list-receipt-filter-builder scope id config)

Creates a AllowListReceiptFilter$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `AllowListReceiptFilter$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

allow-list-receipt-filter-props-builderclj

(allow-list-receipt-filter-props-builder id config)

Creates a AllowListReceiptFilterProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AllowListReceiptFilterProps$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 |
sourceraw docstring

bounce-action-config-builderclj

(bounce-action-config-builder id config)

Creates a BounceActionConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `BounceActionConfig$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 |
sourceraw docstring

build-add-header-action-config-builderclj

(build-add-header-action-config-builder builder id config)

The build-add-header-action-config-builder function updates a AddHeaderActionConfig$Builder instance using the provided configuration. The function takes the AddHeaderActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
headerNamejava.lang.Stringcdk.support/lookup-entry:header-name
headerValuejava.lang.Stringcdk.support/lookup-entry:header-value
The build-add-header-action-config-builder function updates a AddHeaderActionConfig$Builder instance using the provided configuration.
  The function takes the AddHeaderActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `headerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:header-name` |
| `headerValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:header-value` |
sourceraw docstring

build-allow-list-receipt-filter-builderclj

(build-allow-list-receipt-filter-builder builder id config)

The build-allow-list-receipt-filter-builder function updates a AllowListReceiptFilter$Builder instance using the provided configuration. The function takes the AllowListReceiptFilter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ipsjava.util.Listcdk.support/lookup-entry:ips
The build-allow-list-receipt-filter-builder function updates a AllowListReceiptFilter$Builder instance using the provided configuration.
  The function takes the AllowListReceiptFilter$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ips` | java.util.List | [[cdk.support/lookup-entry]] | `:ips` |
sourceraw docstring

build-allow-list-receipt-filter-props-builderclj

(build-allow-list-receipt-filter-props-builder builder id config)

The build-allow-list-receipt-filter-props-builder function updates a AllowListReceiptFilterProps$Builder instance using the provided configuration. The function takes the AllowListReceiptFilterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ipsjava.util.Listcdk.support/lookup-entry:ips
The build-allow-list-receipt-filter-props-builder function updates a AllowListReceiptFilterProps$Builder instance using the provided configuration.
  The function takes the AllowListReceiptFilterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ips` | java.util.List | [[cdk.support/lookup-entry]] | `:ips` |
sourceraw docstring

build-bounce-action-config-builderclj

(build-bounce-action-config-builder builder id config)

The build-bounce-action-config-builder function updates a BounceActionConfig$Builder instance using the provided configuration. The function takes the BounceActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
messagejava.lang.Stringcdk.support/lookup-entry:message
senderjava.lang.Stringcdk.support/lookup-entry:sender
smtpReplyCodejava.lang.Stringcdk.support/lookup-entry:smtp-reply-code
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-bounce-action-config-builder function updates a BounceActionConfig$Builder instance using the provided configuration.
  The function takes the BounceActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `sender` | java.lang.String | [[cdk.support/lookup-entry]] | `:sender` |
| `smtpReplyCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:smtp-reply-code` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-byo-dkim-options-builderclj

(build-byo-dkim-options-builder builder id config)

The build-byo-dkim-options-builder function updates a ByoDkimOptions$Builder instance using the provided configuration. The function takes the ByoDkimOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
privateKeysoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:private-key
publicKeyjava.lang.Stringcdk.support/lookup-entry:public-key
selectorjava.lang.Stringcdk.support/lookup-entry:selector
The build-byo-dkim-options-builder function updates a ByoDkimOptions$Builder instance using the provided configuration.
  The function takes the ByoDkimOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `privateKey` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:private-key` |
| `publicKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:public-key` |
| `selector` | java.lang.String | [[cdk.support/lookup-entry]] | `:selector` |
sourceraw docstring

build-cfn-configuration-set-builderclj

(build-cfn-configuration-set-builder builder id config)

The build-cfn-configuration-set-builder function updates a CfnConfigurationSet$Builder instance using the provided configuration. The function takes the CfnConfigurationSet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
deliveryOptionssoftware.amazon.awscdk.services.ses.CfnConfigurationSet$DeliveryOptionsPropertycdk.support/lookup-entry:delivery-options
namejava.lang.Stringcdk.support/lookup-entry:name
reputationOptionssoftware.amazon.awscdk.services.ses.CfnConfigurationSet$ReputationOptionsPropertycdk.support/lookup-entry:reputation-options
sendingOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sending-options
suppressionOptionssoftware.amazon.awscdk.services.ses.CfnConfigurationSet$SuppressionOptionsPropertycdk.support/lookup-entry:suppression-options
trackingOptionssoftware.amazon.awscdk.services.ses.CfnConfigurationSet$TrackingOptionsPropertycdk.support/lookup-entry:tracking-options
vdmOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:vdm-options
The build-cfn-configuration-set-builder function updates a CfnConfigurationSet$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deliveryOptions` | software.amazon.awscdk.services.ses.CfnConfigurationSet$DeliveryOptionsProperty | [[cdk.support/lookup-entry]] | `:delivery-options` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `reputationOptions` | software.amazon.awscdk.services.ses.CfnConfigurationSet$ReputationOptionsProperty | [[cdk.support/lookup-entry]] | `:reputation-options` |
| `sendingOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sending-options` |
| `suppressionOptions` | software.amazon.awscdk.services.ses.CfnConfigurationSet$SuppressionOptionsProperty | [[cdk.support/lookup-entry]] | `:suppression-options` |
| `trackingOptions` | software.amazon.awscdk.services.ses.CfnConfigurationSet$TrackingOptionsProperty | [[cdk.support/lookup-entry]] | `:tracking-options` |
| `vdmOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:vdm-options` |
sourceraw docstring

build-cfn-configuration-set-dashboard-options-property-builderclj

(build-cfn-configuration-set-dashboard-options-property-builder builder
                                                                id
                                                                config)

The build-cfn-configuration-set-dashboard-options-property-builder function updates a CfnConfigurationSet$DashboardOptionsProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSet$DashboardOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
engagementMetricsjava.lang.Stringcdk.support/lookup-entry:engagement-metrics
The build-cfn-configuration-set-dashboard-options-property-builder function updates a CfnConfigurationSet$DashboardOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSet$DashboardOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `engagementMetrics` | java.lang.String | [[cdk.support/lookup-entry]] | `:engagement-metrics` |
sourceraw docstring

build-cfn-configuration-set-delivery-options-property-builderclj

(build-cfn-configuration-set-delivery-options-property-builder builder
                                                               id
                                                               config)

The build-cfn-configuration-set-delivery-options-property-builder function updates a CfnConfigurationSet$DeliveryOptionsProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSet$DeliveryOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
sendingPoolNamejava.lang.Stringcdk.support/lookup-entry:sending-pool-name
tlsPolicyjava.lang.Stringcdk.support/lookup-entry:tls-policy
The build-cfn-configuration-set-delivery-options-property-builder function updates a CfnConfigurationSet$DeliveryOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSet$DeliveryOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `sendingPoolName` | java.lang.String | [[cdk.support/lookup-entry]] | `:sending-pool-name` |
| `tlsPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-policy` |
sourceraw docstring

build-cfn-configuration-set-event-destination-builderclj

(build-cfn-configuration-set-event-destination-builder builder id config)

The build-cfn-configuration-set-event-destination-builder function updates a CfnConfigurationSetEventDestination$Builder instance using the provided configuration. The function takes the CfnConfigurationSetEventDestination$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetNamejava.lang.Stringcdk.support/lookup-entry:configuration-set-name
eventDestinationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:event-destination
The build-cfn-configuration-set-event-destination-builder function updates a CfnConfigurationSetEventDestination$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSetEventDestination$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set-name` |
| `eventDestination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:event-destination` |
sourceraw docstring

build-cfn-configuration-set-event-destination-cloud-watch-destination-property-builderclj

(build-cfn-configuration-set-event-destination-cloud-watch-destination-property-builder
  builder
  id
  config)

The build-cfn-configuration-set-event-destination-cloud-watch-destination-property-builder function updates a CfnConfigurationSetEventDestination$CloudWatchDestinationProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSetEventDestination$CloudWatchDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dimensionConfigurationsjava.util.Listcdk.support/lookup-entry:dimension-configurations
The build-cfn-configuration-set-event-destination-cloud-watch-destination-property-builder function updates a CfnConfigurationSetEventDestination$CloudWatchDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSetEventDestination$CloudWatchDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dimensionConfigurations` | java.util.List | [[cdk.support/lookup-entry]] | `:dimension-configurations` |
sourceraw docstring

build-cfn-configuration-set-event-destination-dimension-configuration-property-builderclj

(build-cfn-configuration-set-event-destination-dimension-configuration-property-builder
  builder
  id
  config)

The build-cfn-configuration-set-event-destination-dimension-configuration-property-builder function updates a CfnConfigurationSetEventDestination$DimensionConfigurationProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSetEventDestination$DimensionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultDimensionValuejava.lang.Stringcdk.support/lookup-entry:default-dimension-value
dimensionNamejava.lang.Stringcdk.support/lookup-entry:dimension-name
dimensionValueSourcejava.lang.Stringcdk.support/lookup-entry:dimension-value-source
The build-cfn-configuration-set-event-destination-dimension-configuration-property-builder function updates a CfnConfigurationSetEventDestination$DimensionConfigurationProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSetEventDestination$DimensionConfigurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultDimensionValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-dimension-value` |
| `dimensionName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dimension-name` |
| `dimensionValueSource` | java.lang.String | [[cdk.support/lookup-entry]] | `:dimension-value-source` |
sourceraw docstring

build-cfn-configuration-set-event-destination-event-destination-property-builderclj

(build-cfn-configuration-set-event-destination-event-destination-property-builder
  builder
  id
  config)

The build-cfn-configuration-set-event-destination-event-destination-property-builder function updates a CfnConfigurationSetEventDestination$EventDestinationProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSetEventDestination$EventDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
cloudWatchDestinationsoftware.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination$CloudWatchDestinationPropertycdk.support/lookup-entry:cloud-watch-destination
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
kinesisFirehoseDestinationsoftware.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination$KinesisFirehoseDestinationPropertycdk.support/lookup-entry:kinesis-firehose-destination
matchingEventTypesjava.util.Listcdk.support/lookup-entry:matching-event-types
namejava.lang.Stringcdk.support/lookup-entry:name
snsDestinationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sns-destination
The build-cfn-configuration-set-event-destination-event-destination-property-builder function updates a CfnConfigurationSetEventDestination$EventDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSetEventDestination$EventDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudWatchDestination` | software.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination$CloudWatchDestinationProperty | [[cdk.support/lookup-entry]] | `:cloud-watch-destination` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
| `kinesisFirehoseDestination` | software.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination$KinesisFirehoseDestinationProperty | [[cdk.support/lookup-entry]] | `:kinesis-firehose-destination` |
| `matchingEventTypes` | java.util.List | [[cdk.support/lookup-entry]] | `:matching-event-types` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `snsDestination` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sns-destination` |
sourceraw docstring

build-cfn-configuration-set-event-destination-kinesis-firehose-destination-property-builderclj

(build-cfn-configuration-set-event-destination-kinesis-firehose-destination-property-builder
  builder
  id
  config)

The build-cfn-configuration-set-event-destination-kinesis-firehose-destination-property-builder function updates a CfnConfigurationSetEventDestination$KinesisFirehoseDestinationProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSetEventDestination$KinesisFirehoseDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
deliveryStreamArnjava.lang.Stringcdk.support/lookup-entry:delivery-stream-arn
iamRoleArnjava.lang.Stringcdk.support/lookup-entry:iam-role-arn
The build-cfn-configuration-set-event-destination-kinesis-firehose-destination-property-builder function updates a CfnConfigurationSetEventDestination$KinesisFirehoseDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSetEventDestination$KinesisFirehoseDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deliveryStreamArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:delivery-stream-arn` |
| `iamRoleArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:iam-role-arn` |
sourceraw docstring

build-cfn-configuration-set-event-destination-props-builderclj

(build-cfn-configuration-set-event-destination-props-builder builder id config)

The build-cfn-configuration-set-event-destination-props-builder function updates a CfnConfigurationSetEventDestinationProps$Builder instance using the provided configuration. The function takes the CfnConfigurationSetEventDestinationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetNamejava.lang.Stringcdk.support/lookup-entry:configuration-set-name
eventDestinationsoftware.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination$EventDestinationPropertycdk.support/lookup-entry:event-destination
The build-cfn-configuration-set-event-destination-props-builder function updates a CfnConfigurationSetEventDestinationProps$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSetEventDestinationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set-name` |
| `eventDestination` | software.amazon.awscdk.services.ses.CfnConfigurationSetEventDestination$EventDestinationProperty | [[cdk.support/lookup-entry]] | `:event-destination` |
sourceraw docstring

build-cfn-configuration-set-event-destination-sns-destination-property-builderclj

(build-cfn-configuration-set-event-destination-sns-destination-property-builder
  builder
  id
  config)

The build-cfn-configuration-set-event-destination-sns-destination-property-builder function updates a CfnConfigurationSetEventDestination$SnsDestinationProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSetEventDestination$SnsDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-cfn-configuration-set-event-destination-sns-destination-property-builder function updates a CfnConfigurationSetEventDestination$SnsDestinationProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSetEventDestination$SnsDestinationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-cfn-configuration-set-guardian-options-property-builderclj

(build-cfn-configuration-set-guardian-options-property-builder builder
                                                               id
                                                               config)

The build-cfn-configuration-set-guardian-options-property-builder function updates a CfnConfigurationSet$GuardianOptionsProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSet$GuardianOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
optimizedSharedDeliveryjava.lang.Stringcdk.support/lookup-entry:optimized-shared-delivery
The build-cfn-configuration-set-guardian-options-property-builder function updates a CfnConfigurationSet$GuardianOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSet$GuardianOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `optimizedSharedDelivery` | java.lang.String | [[cdk.support/lookup-entry]] | `:optimized-shared-delivery` |
sourceraw docstring

build-cfn-configuration-set-props-builderclj

(build-cfn-configuration-set-props-builder builder id config)

The build-cfn-configuration-set-props-builder function updates a CfnConfigurationSetProps$Builder instance using the provided configuration. The function takes the CfnConfigurationSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
deliveryOptionssoftware.amazon.awscdk.services.ses.CfnConfigurationSet$DeliveryOptionsPropertycdk.support/lookup-entry:delivery-options
namejava.lang.Stringcdk.support/lookup-entry:name
reputationOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:reputation-options
sendingOptionssoftware.amazon.awscdk.services.ses.CfnConfigurationSet$SendingOptionsPropertycdk.support/lookup-entry:sending-options
suppressionOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:suppression-options
trackingOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tracking-options
vdmOptionssoftware.amazon.awscdk.services.ses.CfnConfigurationSet$VdmOptionsPropertycdk.support/lookup-entry:vdm-options
The build-cfn-configuration-set-props-builder function updates a CfnConfigurationSetProps$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `deliveryOptions` | software.amazon.awscdk.services.ses.CfnConfigurationSet$DeliveryOptionsProperty | [[cdk.support/lookup-entry]] | `:delivery-options` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `reputationOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:reputation-options` |
| `sendingOptions` | software.amazon.awscdk.services.ses.CfnConfigurationSet$SendingOptionsProperty | [[cdk.support/lookup-entry]] | `:sending-options` |
| `suppressionOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:suppression-options` |
| `trackingOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tracking-options` |
| `vdmOptions` | software.amazon.awscdk.services.ses.CfnConfigurationSet$VdmOptionsProperty | [[cdk.support/lookup-entry]] | `:vdm-options` |
sourceraw docstring

build-cfn-configuration-set-reputation-options-property-builderclj

(build-cfn-configuration-set-reputation-options-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-configuration-set-reputation-options-property-builder function updates a CfnConfigurationSet$ReputationOptionsProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSet$ReputationOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
reputationMetricsEnabledjava.lang.Booleancdk.support/lookup-entry:reputation-metrics-enabled
The build-cfn-configuration-set-reputation-options-property-builder function updates a CfnConfigurationSet$ReputationOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSet$ReputationOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `reputationMetricsEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:reputation-metrics-enabled` |
sourceraw docstring

build-cfn-configuration-set-sending-options-property-builderclj

(build-cfn-configuration-set-sending-options-property-builder builder id config)

The build-cfn-configuration-set-sending-options-property-builder function updates a CfnConfigurationSet$SendingOptionsProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSet$SendingOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
sendingEnabledjava.lang.Booleancdk.support/lookup-entry:sending-enabled
The build-cfn-configuration-set-sending-options-property-builder function updates a CfnConfigurationSet$SendingOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSet$SendingOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `sendingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sending-enabled` |
sourceraw docstring

build-cfn-configuration-set-suppression-options-property-builderclj

(build-cfn-configuration-set-suppression-options-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-configuration-set-suppression-options-property-builder function updates a CfnConfigurationSet$SuppressionOptionsProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSet$SuppressionOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
suppressedReasonsjava.util.Listcdk.support/lookup-entry:suppressed-reasons
The build-cfn-configuration-set-suppression-options-property-builder function updates a CfnConfigurationSet$SuppressionOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSet$SuppressionOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `suppressedReasons` | java.util.List | [[cdk.support/lookup-entry]] | `:suppressed-reasons` |
sourceraw docstring

build-cfn-configuration-set-tracking-options-property-builderclj

(build-cfn-configuration-set-tracking-options-property-builder builder
                                                               id
                                                               config)

The build-cfn-configuration-set-tracking-options-property-builder function updates a CfnConfigurationSet$TrackingOptionsProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSet$TrackingOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
customRedirectDomainjava.lang.Stringcdk.support/lookup-entry:custom-redirect-domain
The build-cfn-configuration-set-tracking-options-property-builder function updates a CfnConfigurationSet$TrackingOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSet$TrackingOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `customRedirectDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-redirect-domain` |
sourceraw docstring

build-cfn-configuration-set-vdm-options-property-builderclj

(build-cfn-configuration-set-vdm-options-property-builder builder id config)

The build-cfn-configuration-set-vdm-options-property-builder function updates a CfnConfigurationSet$VdmOptionsProperty$Builder instance using the provided configuration. The function takes the CfnConfigurationSet$VdmOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dashboardOptionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dashboard-options
guardianOptionssoftware.amazon.awscdk.services.ses.CfnConfigurationSet$GuardianOptionsPropertycdk.support/lookup-entry:guardian-options
The build-cfn-configuration-set-vdm-options-property-builder function updates a CfnConfigurationSet$VdmOptionsProperty$Builder instance using the provided configuration.
  The function takes the CfnConfigurationSet$VdmOptionsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dashboardOptions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dashboard-options` |
| `guardianOptions` | software.amazon.awscdk.services.ses.CfnConfigurationSet$GuardianOptionsProperty | [[cdk.support/lookup-entry]] | `:guardian-options` |
sourceraw docstring

build-cfn-contact-list-builderclj

(build-cfn-contact-list-builder builder id config)

The build-cfn-contact-list-builder function updates a CfnContactList$Builder instance using the provided configuration. The function takes the CfnContactList$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
contactListNamejava.lang.Stringcdk.support/lookup-entry:contact-list-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
topicssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:topics
The build-cfn-contact-list-builder function updates a CfnContactList$Builder instance using the provided configuration.
  The function takes the CfnContactList$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contactListName` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-list-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `topics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:topics` |
sourceraw docstring

build-cfn-contact-list-props-builderclj

(build-cfn-contact-list-props-builder builder id config)

The build-cfn-contact-list-props-builder function updates a CfnContactListProps$Builder instance using the provided configuration. The function takes the CfnContactListProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
contactListNamejava.lang.Stringcdk.support/lookup-entry:contact-list-name
descriptionjava.lang.Stringcdk.support/lookup-entry:description
tagsjava.util.Listcdk.support/lookup-entry:tags
topicssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:topics
The build-cfn-contact-list-props-builder function updates a CfnContactListProps$Builder instance using the provided configuration.
  The function takes the CfnContactListProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `contactListName` | java.lang.String | [[cdk.support/lookup-entry]] | `:contact-list-name` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `topics` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:topics` |
sourceraw docstring

build-cfn-contact-list-topic-property-builderclj

(build-cfn-contact-list-topic-property-builder builder id config)

The build-cfn-contact-list-topic-property-builder function updates a CfnContactList$TopicProperty$Builder instance using the provided configuration. The function takes the CfnContactList$TopicProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultSubscriptionStatusjava.lang.Stringcdk.support/lookup-entry:default-subscription-status
descriptionjava.lang.Stringcdk.support/lookup-entry:description
displayNamejava.lang.Stringcdk.support/lookup-entry:display-name
topicNamejava.lang.Stringcdk.support/lookup-entry:topic-name
The build-cfn-contact-list-topic-property-builder function updates a CfnContactList$TopicProperty$Builder instance using the provided configuration.
  The function takes the CfnContactList$TopicProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultSubscriptionStatus` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-subscription-status` |
| `description` | java.lang.String | [[cdk.support/lookup-entry]] | `:description` |
| `displayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:display-name` |
| `topicName` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-name` |
sourceraw docstring

build-cfn-dedicated-ip-pool-builderclj

(build-cfn-dedicated-ip-pool-builder builder id config)

The build-cfn-dedicated-ip-pool-builder function updates a CfnDedicatedIpPool$Builder instance using the provided configuration. The function takes the CfnDedicatedIpPool$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
poolNamejava.lang.Stringcdk.support/lookup-entry:pool-name
scalingModejava.lang.Stringcdk.support/lookup-entry:scaling-mode
The build-cfn-dedicated-ip-pool-builder function updates a CfnDedicatedIpPool$Builder instance using the provided configuration.
  The function takes the CfnDedicatedIpPool$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `poolName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pool-name` |
| `scalingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:scaling-mode` |
sourceraw docstring

build-cfn-dedicated-ip-pool-props-builderclj

(build-cfn-dedicated-ip-pool-props-builder builder id config)

The build-cfn-dedicated-ip-pool-props-builder function updates a CfnDedicatedIpPoolProps$Builder instance using the provided configuration. The function takes the CfnDedicatedIpPoolProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
poolNamejava.lang.Stringcdk.support/lookup-entry:pool-name
scalingModejava.lang.Stringcdk.support/lookup-entry:scaling-mode
The build-cfn-dedicated-ip-pool-props-builder function updates a CfnDedicatedIpPoolProps$Builder instance using the provided configuration.
  The function takes the CfnDedicatedIpPoolProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `poolName` | java.lang.String | [[cdk.support/lookup-entry]] | `:pool-name` |
| `scalingMode` | java.lang.String | [[cdk.support/lookup-entry]] | `:scaling-mode` |
sourceraw docstring

build-cfn-email-identity-builderclj

(build-cfn-email-identity-builder builder id config)

The build-cfn-email-identity-builder function updates a CfnEmailIdentity$Builder instance using the provided configuration. The function takes the CfnEmailIdentity$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:configuration-set-attributes
dkimAttributessoftware.amazon.awscdk.services.ses.CfnEmailIdentity$DkimAttributesPropertycdk.support/lookup-entry:dkim-attributes
dkimSigningAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dkim-signing-attributes
emailIdentityjava.lang.Stringcdk.support/lookup-entry:email-identity
feedbackAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:feedback-attributes
mailFromAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:mail-from-attributes
The build-cfn-email-identity-builder function updates a CfnEmailIdentity$Builder instance using the provided configuration.
  The function takes the CfnEmailIdentity$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSetAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:configuration-set-attributes` |
| `dkimAttributes` | software.amazon.awscdk.services.ses.CfnEmailIdentity$DkimAttributesProperty | [[cdk.support/lookup-entry]] | `:dkim-attributes` |
| `dkimSigningAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dkim-signing-attributes` |
| `emailIdentity` | java.lang.String | [[cdk.support/lookup-entry]] | `:email-identity` |
| `feedbackAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:feedback-attributes` |
| `mailFromAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:mail-from-attributes` |
sourceraw docstring

build-cfn-email-identity-configuration-set-attributes-property-builderclj

(build-cfn-email-identity-configuration-set-attributes-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-email-identity-configuration-set-attributes-property-builder function updates a CfnEmailIdentity$ConfigurationSetAttributesProperty$Builder instance using the provided configuration. The function takes the CfnEmailIdentity$ConfigurationSetAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetNamejava.lang.Stringcdk.support/lookup-entry:configuration-set-name
The build-cfn-email-identity-configuration-set-attributes-property-builder function updates a CfnEmailIdentity$ConfigurationSetAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnEmailIdentity$ConfigurationSetAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set-name` |
sourceraw docstring

build-cfn-email-identity-dkim-attributes-property-builderclj

(build-cfn-email-identity-dkim-attributes-property-builder builder id config)

The build-cfn-email-identity-dkim-attributes-property-builder function updates a CfnEmailIdentity$DkimAttributesProperty$Builder instance using the provided configuration. The function takes the CfnEmailIdentity$DkimAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
signingEnabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:signing-enabled
The build-cfn-email-identity-dkim-attributes-property-builder function updates a CfnEmailIdentity$DkimAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnEmailIdentity$DkimAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `signingEnabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:signing-enabled` |
sourceraw docstring

build-cfn-email-identity-dkim-signing-attributes-property-builderclj

(build-cfn-email-identity-dkim-signing-attributes-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-email-identity-dkim-signing-attributes-property-builder function updates a CfnEmailIdentity$DkimSigningAttributesProperty$Builder instance using the provided configuration. The function takes the CfnEmailIdentity$DkimSigningAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
domainSigningPrivateKeyjava.lang.Stringcdk.support/lookup-entry:domain-signing-private-key
domainSigningSelectorjava.lang.Stringcdk.support/lookup-entry:domain-signing-selector
nextSigningKeyLengthjava.lang.Stringcdk.support/lookup-entry:next-signing-key-length
The build-cfn-email-identity-dkim-signing-attributes-property-builder function updates a CfnEmailIdentity$DkimSigningAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnEmailIdentity$DkimSigningAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainSigningPrivateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-signing-private-key` |
| `domainSigningSelector` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-signing-selector` |
| `nextSigningKeyLength` | java.lang.String | [[cdk.support/lookup-entry]] | `:next-signing-key-length` |
sourceraw docstring

build-cfn-email-identity-feedback-attributes-property-builderclj

(build-cfn-email-identity-feedback-attributes-property-builder builder
                                                               id
                                                               config)

The build-cfn-email-identity-feedback-attributes-property-builder function updates a CfnEmailIdentity$FeedbackAttributesProperty$Builder instance using the provided configuration. The function takes the CfnEmailIdentity$FeedbackAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
emailForwardingEnabledjava.lang.Booleancdk.support/lookup-entry:email-forwarding-enabled
The build-cfn-email-identity-feedback-attributes-property-builder function updates a CfnEmailIdentity$FeedbackAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnEmailIdentity$FeedbackAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `emailForwardingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:email-forwarding-enabled` |
sourceraw docstring

build-cfn-email-identity-mail-from-attributes-property-builderclj

(build-cfn-email-identity-mail-from-attributes-property-builder builder
                                                                id
                                                                config)

The build-cfn-email-identity-mail-from-attributes-property-builder function updates a CfnEmailIdentity$MailFromAttributesProperty$Builder instance using the provided configuration. The function takes the CfnEmailIdentity$MailFromAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
behaviorOnMxFailurejava.lang.Stringcdk.support/lookup-entry:behavior-on-mx-failure
mailFromDomainjava.lang.Stringcdk.support/lookup-entry:mail-from-domain
The build-cfn-email-identity-mail-from-attributes-property-builder function updates a CfnEmailIdentity$MailFromAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnEmailIdentity$MailFromAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `behaviorOnMxFailure` | java.lang.String | [[cdk.support/lookup-entry]] | `:behavior-on-mx-failure` |
| `mailFromDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:mail-from-domain` |
sourceraw docstring

build-cfn-email-identity-props-builderclj

(build-cfn-email-identity-props-builder builder id config)

The build-cfn-email-identity-props-builder function updates a CfnEmailIdentityProps$Builder instance using the provided configuration. The function takes the CfnEmailIdentityProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetAttributessoftware.amazon.awscdk.services.ses.CfnEmailIdentity$ConfigurationSetAttributesPropertycdk.support/lookup-entry:configuration-set-attributes
dkimAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dkim-attributes
dkimSigningAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dkim-signing-attributes
emailIdentityjava.lang.Stringcdk.support/lookup-entry:email-identity
feedbackAttributessoftware.amazon.awscdk.services.ses.CfnEmailIdentity$FeedbackAttributesPropertycdk.support/lookup-entry:feedback-attributes
mailFromAttributessoftware.amazon.awscdk.services.ses.CfnEmailIdentity$MailFromAttributesPropertycdk.support/lookup-entry:mail-from-attributes
The build-cfn-email-identity-props-builder function updates a CfnEmailIdentityProps$Builder instance using the provided configuration.
  The function takes the CfnEmailIdentityProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSetAttributes` | software.amazon.awscdk.services.ses.CfnEmailIdentity$ConfigurationSetAttributesProperty | [[cdk.support/lookup-entry]] | `:configuration-set-attributes` |
| `dkimAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dkim-attributes` |
| `dkimSigningAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dkim-signing-attributes` |
| `emailIdentity` | java.lang.String | [[cdk.support/lookup-entry]] | `:email-identity` |
| `feedbackAttributes` | software.amazon.awscdk.services.ses.CfnEmailIdentity$FeedbackAttributesProperty | [[cdk.support/lookup-entry]] | `:feedback-attributes` |
| `mailFromAttributes` | software.amazon.awscdk.services.ses.CfnEmailIdentity$MailFromAttributesProperty | [[cdk.support/lookup-entry]] | `:mail-from-attributes` |
sourceraw docstring

build-cfn-receipt-filter-builderclj

(build-cfn-receipt-filter-builder builder id config)

The build-cfn-receipt-filter-builder function updates a CfnReceiptFilter$Builder instance using the provided configuration. The function takes the CfnReceiptFilter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
filtersoftware.amazon.awscdk.services.ses.CfnReceiptFilter$FilterPropertycdk.support/lookup-entry:filter
The build-cfn-receipt-filter-builder function updates a CfnReceiptFilter$Builder instance using the provided configuration.
  The function takes the CfnReceiptFilter$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `filter` | software.amazon.awscdk.services.ses.CfnReceiptFilter$FilterProperty | [[cdk.support/lookup-entry]] | `:filter` |
sourceraw docstring

build-cfn-receipt-filter-filter-property-builderclj

(build-cfn-receipt-filter-filter-property-builder builder id config)

The build-cfn-receipt-filter-filter-property-builder function updates a CfnReceiptFilter$FilterProperty$Builder instance using the provided configuration. The function takes the CfnReceiptFilter$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ipFiltersoftware.amazon.awscdk.services.ses.CfnReceiptFilter$IpFilterPropertycdk.support/lookup-entry:ip-filter
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-receipt-filter-filter-property-builder function updates a CfnReceiptFilter$FilterProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptFilter$FilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ipFilter` | software.amazon.awscdk.services.ses.CfnReceiptFilter$IpFilterProperty | [[cdk.support/lookup-entry]] | `:ip-filter` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-receipt-filter-ip-filter-property-builderclj

(build-cfn-receipt-filter-ip-filter-property-builder builder id config)

The build-cfn-receipt-filter-ip-filter-property-builder function updates a CfnReceiptFilter$IpFilterProperty$Builder instance using the provided configuration. The function takes the CfnReceiptFilter$IpFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
cidrjava.lang.Stringcdk.support/lookup-entry:cidr
policyjava.lang.Stringcdk.support/lookup-entry:policy
The build-cfn-receipt-filter-ip-filter-property-builder function updates a CfnReceiptFilter$IpFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptFilter$IpFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cidr` | java.lang.String | [[cdk.support/lookup-entry]] | `:cidr` |
| `policy` | java.lang.String | [[cdk.support/lookup-entry]] | `:policy` |
sourceraw docstring

build-cfn-receipt-filter-props-builderclj

(build-cfn-receipt-filter-props-builder builder id config)

The build-cfn-receipt-filter-props-builder function updates a CfnReceiptFilterProps$Builder instance using the provided configuration. The function takes the CfnReceiptFilterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
filtersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:filter
The build-cfn-receipt-filter-props-builder function updates a CfnReceiptFilterProps$Builder instance using the provided configuration.
  The function takes the CfnReceiptFilterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `filter` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:filter` |
sourceraw docstring

build-cfn-receipt-rule-action-property-builderclj

(build-cfn-receipt-rule-action-property-builder builder id config)

The build-cfn-receipt-rule-action-property-builder function updates a CfnReceiptRule$ActionProperty$Builder instance using the provided configuration. The function takes the CfnReceiptRule$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
addHeaderActionsoftware.amazon.awscdk.services.ses.CfnReceiptRule$AddHeaderActionPropertycdk.support/lookup-entry:add-header-action
bounceActionsoftware.amazon.awscdk.services.ses.CfnReceiptRule$BounceActionPropertycdk.support/lookup-entry:bounce-action
lambdaActionsoftware.amazon.awscdk.services.ses.CfnReceiptRule$LambdaActionPropertycdk.support/lookup-entry:lambda-action
s3Actionsoftware.amazon.awscdk.services.ses.CfnReceiptRule$S3ActionPropertycdk.support/lookup-entry:s3-action
snsActionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sns-action
stopActionsoftware.amazon.awscdk.services.ses.CfnReceiptRule$StopActionPropertycdk.support/lookup-entry:stop-action
workmailActionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:workmail-action
The build-cfn-receipt-rule-action-property-builder function updates a CfnReceiptRule$ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `addHeaderAction` | software.amazon.awscdk.services.ses.CfnReceiptRule$AddHeaderActionProperty | [[cdk.support/lookup-entry]] | `:add-header-action` |
| `bounceAction` | software.amazon.awscdk.services.ses.CfnReceiptRule$BounceActionProperty | [[cdk.support/lookup-entry]] | `:bounce-action` |
| `lambdaAction` | software.amazon.awscdk.services.ses.CfnReceiptRule$LambdaActionProperty | [[cdk.support/lookup-entry]] | `:lambda-action` |
| `s3Action` | software.amazon.awscdk.services.ses.CfnReceiptRule$S3ActionProperty | [[cdk.support/lookup-entry]] | `:s3-action` |
| `snsAction` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sns-action` |
| `stopAction` | software.amazon.awscdk.services.ses.CfnReceiptRule$StopActionProperty | [[cdk.support/lookup-entry]] | `:stop-action` |
| `workmailAction` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:workmail-action` |
sourceraw docstring

build-cfn-receipt-rule-add-header-action-property-builderclj

(build-cfn-receipt-rule-add-header-action-property-builder builder id config)

The build-cfn-receipt-rule-add-header-action-property-builder function updates a CfnReceiptRule$AddHeaderActionProperty$Builder instance using the provided configuration. The function takes the CfnReceiptRule$AddHeaderActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
headerNamejava.lang.Stringcdk.support/lookup-entry:header-name
headerValuejava.lang.Stringcdk.support/lookup-entry:header-value
The build-cfn-receipt-rule-add-header-action-property-builder function updates a CfnReceiptRule$AddHeaderActionProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$AddHeaderActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `headerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:header-name` |
| `headerValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:header-value` |
sourceraw docstring

build-cfn-receipt-rule-bounce-action-property-builderclj

(build-cfn-receipt-rule-bounce-action-property-builder builder id config)

The build-cfn-receipt-rule-bounce-action-property-builder function updates a CfnReceiptRule$BounceActionProperty$Builder instance using the provided configuration. The function takes the CfnReceiptRule$BounceActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
messagejava.lang.Stringcdk.support/lookup-entry:message
senderjava.lang.Stringcdk.support/lookup-entry:sender
smtpReplyCodejava.lang.Stringcdk.support/lookup-entry:smtp-reply-code
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-cfn-receipt-rule-bounce-action-property-builder function updates a CfnReceiptRule$BounceActionProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$BounceActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `sender` | java.lang.String | [[cdk.support/lookup-entry]] | `:sender` |
| `smtpReplyCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:smtp-reply-code` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-cfn-receipt-rule-builderclj

(build-cfn-receipt-rule-builder builder id config)

The build-cfn-receipt-rule-builder function updates a CfnReceiptRule$Builder instance using the provided configuration. The function takes the CfnReceiptRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
afterjava.lang.Stringcdk.support/lookup-entry:after
rulesoftware.amazon.awscdk.services.ses.CfnReceiptRule$RulePropertycdk.support/lookup-entry:rule
ruleSetNamejava.lang.Stringcdk.support/lookup-entry:rule-set-name
The build-cfn-receipt-rule-builder function updates a CfnReceiptRule$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `after` | java.lang.String | [[cdk.support/lookup-entry]] | `:after` |
| `rule` | software.amazon.awscdk.services.ses.CfnReceiptRule$RuleProperty | [[cdk.support/lookup-entry]] | `:rule` |
| `ruleSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-name` |
sourceraw docstring

build-cfn-receipt-rule-lambda-action-property-builderclj

(build-cfn-receipt-rule-lambda-action-property-builder builder id config)

The build-cfn-receipt-rule-lambda-action-property-builder function updates a CfnReceiptRule$LambdaActionProperty$Builder instance using the provided configuration. The function takes the CfnReceiptRule$LambdaActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
functionArnjava.lang.Stringcdk.support/lookup-entry:function-arn
invocationTypejava.lang.Stringcdk.support/lookup-entry:invocation-type
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-cfn-receipt-rule-lambda-action-property-builder function updates a CfnReceiptRule$LambdaActionProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$LambdaActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `functionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-arn` |
| `invocationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:invocation-type` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-cfn-receipt-rule-props-builderclj

(build-cfn-receipt-rule-props-builder builder id config)

The build-cfn-receipt-rule-props-builder function updates a CfnReceiptRuleProps$Builder instance using the provided configuration. The function takes the CfnReceiptRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
afterjava.lang.Stringcdk.support/lookup-entry:after
rulesoftware.amazon.awscdk.services.ses.CfnReceiptRule$RulePropertycdk.support/lookup-entry:rule
ruleSetNamejava.lang.Stringcdk.support/lookup-entry:rule-set-name
The build-cfn-receipt-rule-props-builder function updates a CfnReceiptRuleProps$Builder instance using the provided configuration.
  The function takes the CfnReceiptRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `after` | java.lang.String | [[cdk.support/lookup-entry]] | `:after` |
| `rule` | software.amazon.awscdk.services.ses.CfnReceiptRule$RuleProperty | [[cdk.support/lookup-entry]] | `:rule` |
| `ruleSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-name` |
sourceraw docstring

build-cfn-receipt-rule-rule-property-builderclj

(build-cfn-receipt-rule-rule-property-builder builder id config)

The build-cfn-receipt-rule-rule-property-builder function updates a CfnReceiptRule$RuleProperty$Builder instance using the provided configuration. The function takes the CfnReceiptRule$RuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:actions
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
namejava.lang.Stringcdk.support/lookup-entry:name
recipientsjava.util.Listcdk.support/lookup-entry:recipients
scanEnabledjava.lang.Booleancdk.support/lookup-entry:scan-enabled
tlsPolicyjava.lang.Stringcdk.support/lookup-entry:tls-policy
The build-cfn-receipt-rule-rule-property-builder function updates a CfnReceiptRule$RuleProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$RuleProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:actions` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `recipients` | java.util.List | [[cdk.support/lookup-entry]] | `:recipients` |
| `scanEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:scan-enabled` |
| `tlsPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:tls-policy` |
sourceraw docstring

build-cfn-receipt-rule-s3-action-property-builderclj

(build-cfn-receipt-rule-s3-action-property-builder builder id config)

The build-cfn-receipt-rule-s3-action-property-builder function updates a CfnReceiptRule$S3ActionProperty$Builder instance using the provided configuration. The function takes the CfnReceiptRule$S3ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
objectKeyPrefixjava.lang.Stringcdk.support/lookup-entry:object-key-prefix
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-cfn-receipt-rule-s3-action-property-builder function updates a CfnReceiptRule$S3ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$S3ActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `objectKeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key-prefix` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-cfn-receipt-rule-set-builderclj

(build-cfn-receipt-rule-set-builder builder id config)

The build-cfn-receipt-rule-set-builder function updates a CfnReceiptRuleSet$Builder instance using the provided configuration. The function takes the CfnReceiptRuleSet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ruleSetNamejava.lang.Stringcdk.support/lookup-entry:rule-set-name
The build-cfn-receipt-rule-set-builder function updates a CfnReceiptRuleSet$Builder instance using the provided configuration.
  The function takes the CfnReceiptRuleSet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ruleSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-name` |
sourceraw docstring

build-cfn-receipt-rule-set-props-builderclj

(build-cfn-receipt-rule-set-props-builder builder id config)

The build-cfn-receipt-rule-set-props-builder function updates a CfnReceiptRuleSetProps$Builder instance using the provided configuration. The function takes the CfnReceiptRuleSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ruleSetNamejava.lang.Stringcdk.support/lookup-entry:rule-set-name
The build-cfn-receipt-rule-set-props-builder function updates a CfnReceiptRuleSetProps$Builder instance using the provided configuration.
  The function takes the CfnReceiptRuleSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ruleSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:rule-set-name` |
sourceraw docstring

build-cfn-receipt-rule-sns-action-property-builderclj

(build-cfn-receipt-rule-sns-action-property-builder builder id config)

The build-cfn-receipt-rule-sns-action-property-builder function updates a CfnReceiptRule$SNSActionProperty$Builder instance using the provided configuration. The function takes the CfnReceiptRule$SNSActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
encodingjava.lang.Stringcdk.support/lookup-entry:encoding
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-cfn-receipt-rule-sns-action-property-builder function updates a CfnReceiptRule$SNSActionProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$SNSActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` | java.lang.String | [[cdk.support/lookup-entry]] | `:encoding` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-cfn-receipt-rule-stop-action-property-builderclj

(build-cfn-receipt-rule-stop-action-property-builder builder id config)

The build-cfn-receipt-rule-stop-action-property-builder function updates a CfnReceiptRule$StopActionProperty$Builder instance using the provided configuration. The function takes the CfnReceiptRule$StopActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
scopejava.lang.Stringcdk.support/lookup-entry:scope
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-cfn-receipt-rule-stop-action-property-builder function updates a CfnReceiptRule$StopActionProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$StopActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-cfn-receipt-rule-workmail-action-property-builderclj

(build-cfn-receipt-rule-workmail-action-property-builder builder id config)

The build-cfn-receipt-rule-workmail-action-property-builder function updates a CfnReceiptRule$WorkmailActionProperty$Builder instance using the provided configuration. The function takes the CfnReceiptRule$WorkmailActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
organizationArnjava.lang.Stringcdk.support/lookup-entry:organization-arn
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-cfn-receipt-rule-workmail-action-property-builder function updates a CfnReceiptRule$WorkmailActionProperty$Builder instance using the provided configuration.
  The function takes the CfnReceiptRule$WorkmailActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-cfn-template-builderclj

(build-cfn-template-builder builder id config)

The build-cfn-template-builder function updates a CfnTemplate$Builder instance using the provided configuration. The function takes the CfnTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
templatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:template
The build-cfn-template-builder function updates a CfnTemplate$Builder instance using the provided configuration.
  The function takes the CfnTemplate$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `template` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:template` |
sourceraw docstring

build-cfn-template-props-builderclj

(build-cfn-template-props-builder builder id config)

The build-cfn-template-props-builder function updates a CfnTemplateProps$Builder instance using the provided configuration. The function takes the CfnTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
templatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:template
The build-cfn-template-props-builder function updates a CfnTemplateProps$Builder instance using the provided configuration.
  The function takes the CfnTemplateProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `template` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:template` |
sourceraw docstring

build-cfn-template-template-property-builderclj

(build-cfn-template-template-property-builder builder id config)

The build-cfn-template-template-property-builder function updates a CfnTemplate$TemplateProperty$Builder instance using the provided configuration. The function takes the CfnTemplate$TemplateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
htmlPartjava.lang.Stringcdk.support/lookup-entry:html-part
subjectPartjava.lang.Stringcdk.support/lookup-entry:subject-part
templateNamejava.lang.Stringcdk.support/lookup-entry:template-name
textPartjava.lang.Stringcdk.support/lookup-entry:text-part
The build-cfn-template-template-property-builder function updates a CfnTemplate$TemplateProperty$Builder instance using the provided configuration.
  The function takes the CfnTemplate$TemplateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `htmlPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:html-part` |
| `subjectPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:subject-part` |
| `templateName` | java.lang.String | [[cdk.support/lookup-entry]] | `:template-name` |
| `textPart` | java.lang.String | [[cdk.support/lookup-entry]] | `:text-part` |
sourceraw docstring

build-cfn-vdm-attributes-builderclj

(build-cfn-vdm-attributes-builder builder id config)

The build-cfn-vdm-attributes-builder function updates a CfnVdmAttributes$Builder instance using the provided configuration. The function takes the CfnVdmAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dashboardAttributessoftware.amazon.awscdk.services.ses.CfnVdmAttributes$DashboardAttributesPropertycdk.support/lookup-entry:dashboard-attributes
guardianAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:guardian-attributes
The build-cfn-vdm-attributes-builder function updates a CfnVdmAttributes$Builder instance using the provided configuration.
  The function takes the CfnVdmAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dashboardAttributes` | software.amazon.awscdk.services.ses.CfnVdmAttributes$DashboardAttributesProperty | [[cdk.support/lookup-entry]] | `:dashboard-attributes` |
| `guardianAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:guardian-attributes` |
sourceraw docstring

build-cfn-vdm-attributes-dashboard-attributes-property-builderclj

(build-cfn-vdm-attributes-dashboard-attributes-property-builder builder
                                                                id
                                                                config)

The build-cfn-vdm-attributes-dashboard-attributes-property-builder function updates a CfnVdmAttributes$DashboardAttributesProperty$Builder instance using the provided configuration. The function takes the CfnVdmAttributes$DashboardAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
engagementMetricsjava.lang.Stringcdk.support/lookup-entry:engagement-metrics
The build-cfn-vdm-attributes-dashboard-attributes-property-builder function updates a CfnVdmAttributes$DashboardAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnVdmAttributes$DashboardAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `engagementMetrics` | java.lang.String | [[cdk.support/lookup-entry]] | `:engagement-metrics` |
sourceraw docstring

build-cfn-vdm-attributes-guardian-attributes-property-builderclj

(build-cfn-vdm-attributes-guardian-attributes-property-builder builder
                                                               id
                                                               config)

The build-cfn-vdm-attributes-guardian-attributes-property-builder function updates a CfnVdmAttributes$GuardianAttributesProperty$Builder instance using the provided configuration. The function takes the CfnVdmAttributes$GuardianAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
optimizedSharedDeliveryjava.lang.Stringcdk.support/lookup-entry:optimized-shared-delivery
The build-cfn-vdm-attributes-guardian-attributes-property-builder function updates a CfnVdmAttributes$GuardianAttributesProperty$Builder instance using the provided configuration.
  The function takes the CfnVdmAttributes$GuardianAttributesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `optimizedSharedDelivery` | java.lang.String | [[cdk.support/lookup-entry]] | `:optimized-shared-delivery` |
sourceraw docstring

build-cfn-vdm-attributes-props-builderclj

(build-cfn-vdm-attributes-props-builder builder id config)

The build-cfn-vdm-attributes-props-builder function updates a CfnVdmAttributesProps$Builder instance using the provided configuration. The function takes the CfnVdmAttributesProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dashboardAttributessoftware.amazon.awscdk.services.ses.CfnVdmAttributes$DashboardAttributesPropertycdk.support/lookup-entry:dashboard-attributes
guardianAttributessoftware.amazon.awscdk.services.ses.CfnVdmAttributes$GuardianAttributesPropertycdk.support/lookup-entry:guardian-attributes
The build-cfn-vdm-attributes-props-builder function updates a CfnVdmAttributesProps$Builder instance using the provided configuration.
  The function takes the CfnVdmAttributesProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dashboardAttributes` | software.amazon.awscdk.services.ses.CfnVdmAttributes$DashboardAttributesProperty | [[cdk.support/lookup-entry]] | `:dashboard-attributes` |
| `guardianAttributes` | software.amazon.awscdk.services.ses.CfnVdmAttributes$GuardianAttributesProperty | [[cdk.support/lookup-entry]] | `:guardian-attributes` |
sourceraw docstring

build-cloud-watch-dimension-builderclj

(build-cloud-watch-dimension-builder builder id config)

The build-cloud-watch-dimension-builder function updates a CloudWatchDimension$Builder instance using the provided configuration. The function takes the CloudWatchDimension$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
defaultValuejava.lang.Stringcdk.support/lookup-entry:default-value
namejava.lang.Stringcdk.support/lookup-entry:name
sourcesoftware.amazon.awscdk.services.ses.CloudWatchDimensionSourcecdk.api.services.ses/cloud-watch-dimension-source:source
The build-cloud-watch-dimension-builder function updates a CloudWatchDimension$Builder instance using the provided configuration.
  The function takes the CloudWatchDimension$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultValue` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-value` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `source` | software.amazon.awscdk.services.ses.CloudWatchDimensionSource | [[cdk.api.services.ses/cloud-watch-dimension-source]] | `:source` |
sourceraw docstring

build-configuration-set-builderclj

(build-configuration-set-builder builder id config)

The build-configuration-set-builder function updates a ConfigurationSet$Builder instance using the provided configuration. The function takes the ConfigurationSet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetNamejava.lang.Stringcdk.support/lookup-entry:configuration-set-name
customTrackingRedirectDomainjava.lang.Stringcdk.support/lookup-entry:custom-tracking-redirect-domain
dedicatedIpPoolsoftware.amazon.awscdk.services.ses.IDedicatedIpPoolcdk.support/lookup-entry:dedicated-ip-pool
reputationMetricsjava.lang.Booleancdk.support/lookup-entry:reputation-metrics
sendingEnabledjava.lang.Booleancdk.support/lookup-entry:sending-enabled
suppressionReasonssoftware.amazon.awscdk.services.ses.SuppressionReasonscdk.api.services.ses/suppression-reasons:suppression-reasons
tlsPolicysoftware.amazon.awscdk.services.ses.ConfigurationSetTlsPolicycdk.api.services.ses/configuration-set-tls-policy:tls-policy
The build-configuration-set-builder function updates a ConfigurationSet$Builder instance using the provided configuration.
  The function takes the ConfigurationSet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set-name` |
| `customTrackingRedirectDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-tracking-redirect-domain` |
| `dedicatedIpPool` | software.amazon.awscdk.services.ses.IDedicatedIpPool | [[cdk.support/lookup-entry]] | `:dedicated-ip-pool` |
| `reputationMetrics` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:reputation-metrics` |
| `sendingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sending-enabled` |
| `suppressionReasons` | software.amazon.awscdk.services.ses.SuppressionReasons | [[cdk.api.services.ses/suppression-reasons]] | `:suppression-reasons` |
| `tlsPolicy` | software.amazon.awscdk.services.ses.ConfigurationSetTlsPolicy | [[cdk.api.services.ses/configuration-set-tls-policy]] | `:tls-policy` |
sourceraw docstring

build-configuration-set-event-destination-builderclj

(build-configuration-set-event-destination-builder builder id config)

The build-configuration-set-event-destination-builder function updates a ConfigurationSetEventDestination$Builder instance using the provided configuration. The function takes the ConfigurationSetEventDestination$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetsoftware.amazon.awscdk.services.ses.IConfigurationSetcdk.support/lookup-entry:configuration-set
configurationSetEventDestinationNamejava.lang.Stringcdk.support/lookup-entry:configuration-set-event-destination-name
destinationsoftware.amazon.awscdk.services.ses.EventDestinationcdk.support/lookup-entry:destination
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventsjava.util.Listcdk.support/lookup-entry:events
The build-configuration-set-event-destination-builder function updates a ConfigurationSetEventDestination$Builder instance using the provided configuration.
  The function takes the ConfigurationSetEventDestination$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSet` | software.amazon.awscdk.services.ses.IConfigurationSet | [[cdk.support/lookup-entry]] | `:configuration-set` |
| `configurationSetEventDestinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set-event-destination-name` |
| `destination` | software.amazon.awscdk.services.ses.EventDestination | [[cdk.support/lookup-entry]] | `:destination` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
sourceraw docstring

build-configuration-set-event-destination-options-builderclj

(build-configuration-set-event-destination-options-builder builder id config)

The build-configuration-set-event-destination-options-builder function updates a ConfigurationSetEventDestinationOptions$Builder instance using the provided configuration. The function takes the ConfigurationSetEventDestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetEventDestinationNamejava.lang.Stringcdk.support/lookup-entry:configuration-set-event-destination-name
destinationsoftware.amazon.awscdk.services.ses.EventDestinationcdk.support/lookup-entry:destination
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventsjava.util.Listcdk.support/lookup-entry:events
The build-configuration-set-event-destination-options-builder function updates a ConfigurationSetEventDestinationOptions$Builder instance using the provided configuration.
  The function takes the ConfigurationSetEventDestinationOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSetEventDestinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set-event-destination-name` |
| `destination` | software.amazon.awscdk.services.ses.EventDestination | [[cdk.support/lookup-entry]] | `:destination` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
sourceraw docstring

build-configuration-set-event-destination-props-builderclj

(build-configuration-set-event-destination-props-builder builder id config)

The build-configuration-set-event-destination-props-builder function updates a ConfigurationSetEventDestinationProps$Builder instance using the provided configuration. The function takes the ConfigurationSetEventDestinationProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetsoftware.amazon.awscdk.services.ses.IConfigurationSetcdk.support/lookup-entry:configuration-set
configurationSetEventDestinationNamejava.lang.Stringcdk.support/lookup-entry:configuration-set-event-destination-name
destinationsoftware.amazon.awscdk.services.ses.EventDestinationcdk.support/lookup-entry:destination
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
eventsjava.util.Listcdk.support/lookup-entry:events
The build-configuration-set-event-destination-props-builder function updates a ConfigurationSetEventDestinationProps$Builder instance using the provided configuration.
  The function takes the ConfigurationSetEventDestinationProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSet` | software.amazon.awscdk.services.ses.IConfigurationSet | [[cdk.support/lookup-entry]] | `:configuration-set` |
| `configurationSetEventDestinationName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set-event-destination-name` |
| `destination` | software.amazon.awscdk.services.ses.EventDestination | [[cdk.support/lookup-entry]] | `:destination` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `events` | java.util.List | [[cdk.support/lookup-entry]] | `:events` |
sourceraw docstring

build-configuration-set-props-builderclj

(build-configuration-set-props-builder builder id config)

The build-configuration-set-props-builder function updates a ConfigurationSetProps$Builder instance using the provided configuration. The function takes the ConfigurationSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetNamejava.lang.Stringcdk.support/lookup-entry:configuration-set-name
customTrackingRedirectDomainjava.lang.Stringcdk.support/lookup-entry:custom-tracking-redirect-domain
dedicatedIpPoolsoftware.amazon.awscdk.services.ses.IDedicatedIpPoolcdk.support/lookup-entry:dedicated-ip-pool
reputationMetricsjava.lang.Booleancdk.support/lookup-entry:reputation-metrics
sendingEnabledjava.lang.Booleancdk.support/lookup-entry:sending-enabled
suppressionReasonssoftware.amazon.awscdk.services.ses.SuppressionReasonscdk.api.services.ses/suppression-reasons:suppression-reasons
tlsPolicysoftware.amazon.awscdk.services.ses.ConfigurationSetTlsPolicycdk.api.services.ses/configuration-set-tls-policy:tls-policy
The build-configuration-set-props-builder function updates a ConfigurationSetProps$Builder instance using the provided configuration.
  The function takes the ConfigurationSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:configuration-set-name` |
| `customTrackingRedirectDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:custom-tracking-redirect-domain` |
| `dedicatedIpPool` | software.amazon.awscdk.services.ses.IDedicatedIpPool | [[cdk.support/lookup-entry]] | `:dedicated-ip-pool` |
| `reputationMetrics` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:reputation-metrics` |
| `sendingEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:sending-enabled` |
| `suppressionReasons` | software.amazon.awscdk.services.ses.SuppressionReasons | [[cdk.api.services.ses/suppression-reasons]] | `:suppression-reasons` |
| `tlsPolicy` | software.amazon.awscdk.services.ses.ConfigurationSetTlsPolicy | [[cdk.api.services.ses/configuration-set-tls-policy]] | `:tls-policy` |
sourceraw docstring

build-dedicated-ip-pool-builderclj

(build-dedicated-ip-pool-builder builder id config)

The build-dedicated-ip-pool-builder function updates a DedicatedIpPool$Builder instance using the provided configuration. The function takes the DedicatedIpPool$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dedicatedIpPoolNamejava.lang.Stringcdk.support/lookup-entry:dedicated-ip-pool-name
scalingModesoftware.amazon.awscdk.services.ses.ScalingModecdk.api.services.ses/scaling-mode:scaling-mode
The build-dedicated-ip-pool-builder function updates a DedicatedIpPool$Builder instance using the provided configuration.
  The function takes the DedicatedIpPool$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dedicatedIpPoolName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dedicated-ip-pool-name` |
| `scalingMode` | software.amazon.awscdk.services.ses.ScalingMode | [[cdk.api.services.ses/scaling-mode]] | `:scaling-mode` |
sourceraw docstring

build-dedicated-ip-pool-props-builderclj

(build-dedicated-ip-pool-props-builder builder id config)

The build-dedicated-ip-pool-props-builder function updates a DedicatedIpPoolProps$Builder instance using the provided configuration. The function takes the DedicatedIpPoolProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dedicatedIpPoolNamejava.lang.Stringcdk.support/lookup-entry:dedicated-ip-pool-name
scalingModesoftware.amazon.awscdk.services.ses.ScalingModecdk.api.services.ses/scaling-mode:scaling-mode
The build-dedicated-ip-pool-props-builder function updates a DedicatedIpPoolProps$Builder instance using the provided configuration.
  The function takes the DedicatedIpPoolProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dedicatedIpPoolName` | java.lang.String | [[cdk.support/lookup-entry]] | `:dedicated-ip-pool-name` |
| `scalingMode` | software.amazon.awscdk.services.ses.ScalingMode | [[cdk.api.services.ses/scaling-mode]] | `:scaling-mode` |
sourceraw docstring

build-dkim-identity-config-builderclj

(build-dkim-identity-config-builder builder id config)

The build-dkim-identity-config-builder function updates a DkimIdentityConfig$Builder instance using the provided configuration. The function takes the DkimIdentityConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
domainSigningPrivateKeyjava.lang.Stringcdk.support/lookup-entry:domain-signing-private-key
domainSigningSelectorjava.lang.Stringcdk.support/lookup-entry:domain-signing-selector
nextSigningKeyLengthsoftware.amazon.awscdk.services.ses.EasyDkimSigningKeyLengthcdk.api.services.ses/easy-dkim-signing-key-length:next-signing-key-length
The build-dkim-identity-config-builder function updates a DkimIdentityConfig$Builder instance using the provided configuration.
  The function takes the DkimIdentityConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `domainSigningPrivateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-signing-private-key` |
| `domainSigningSelector` | java.lang.String | [[cdk.support/lookup-entry]] | `:domain-signing-selector` |
| `nextSigningKeyLength` | software.amazon.awscdk.services.ses.EasyDkimSigningKeyLength | [[cdk.api.services.ses/easy-dkim-signing-key-length]] | `:next-signing-key-length` |
sourceraw docstring

build-dkim-record-builderclj

(build-dkim-record-builder builder id config)

The build-dkim-record-builder function updates a DkimRecord$Builder instance using the provided configuration. The function takes the DkimRecord$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
namejava.lang.Stringcdk.support/lookup-entry:name
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-dkim-record-builder function updates a DkimRecord$Builder instance using the provided configuration.
  The function takes the DkimRecord$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
sourceraw docstring

build-drop-spam-receipt-rule-builderclj

(build-drop-spam-receipt-rule-builder builder id config)

The build-drop-spam-receipt-rule-builder function updates a DropSpamReceiptRule$Builder instance using the provided configuration. The function takes the DropSpamReceiptRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionsjava.util.Listcdk.support/lookup-entry:actions
aftersoftware.amazon.awscdk.services.ses.IReceiptRulecdk.support/lookup-entry:after
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
receiptRuleNamejava.lang.Stringcdk.support/lookup-entry:receipt-rule-name
recipientsjava.util.Listcdk.support/lookup-entry:recipients
ruleSetsoftware.amazon.awscdk.services.ses.IReceiptRuleSetcdk.support/lookup-entry:rule-set
scanEnabledjava.lang.Booleancdk.support/lookup-entry:scan-enabled
tlsPolicysoftware.amazon.awscdk.services.ses.TlsPolicycdk.api.services.ses/tls-policy:tls-policy
The build-drop-spam-receipt-rule-builder function updates a DropSpamReceiptRule$Builder instance using the provided configuration.
  The function takes the DropSpamReceiptRule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `after` | software.amazon.awscdk.services.ses.IReceiptRule | [[cdk.support/lookup-entry]] | `:after` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `receiptRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:receipt-rule-name` |
| `recipients` | java.util.List | [[cdk.support/lookup-entry]] | `:recipients` |
| `ruleSet` | software.amazon.awscdk.services.ses.IReceiptRuleSet | [[cdk.support/lookup-entry]] | `:rule-set` |
| `scanEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:scan-enabled` |
| `tlsPolicy` | software.amazon.awscdk.services.ses.TlsPolicy | [[cdk.api.services.ses/tls-policy]] | `:tls-policy` |
sourceraw docstring

build-drop-spam-receipt-rule-props-builderclj

(build-drop-spam-receipt-rule-props-builder builder id config)

The build-drop-spam-receipt-rule-props-builder function updates a DropSpamReceiptRuleProps$Builder instance using the provided configuration. The function takes the DropSpamReceiptRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionsjava.util.Listcdk.support/lookup-entry:actions
aftersoftware.amazon.awscdk.services.ses.IReceiptRulecdk.support/lookup-entry:after
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
receiptRuleNamejava.lang.Stringcdk.support/lookup-entry:receipt-rule-name
recipientsjava.util.Listcdk.support/lookup-entry:recipients
ruleSetsoftware.amazon.awscdk.services.ses.IReceiptRuleSetcdk.support/lookup-entry:rule-set
scanEnabledjava.lang.Booleancdk.support/lookup-entry:scan-enabled
tlsPolicysoftware.amazon.awscdk.services.ses.TlsPolicycdk.api.services.ses/tls-policy:tls-policy
The build-drop-spam-receipt-rule-props-builder function updates a DropSpamReceiptRuleProps$Builder instance using the provided configuration.
  The function takes the DropSpamReceiptRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `after` | software.amazon.awscdk.services.ses.IReceiptRule | [[cdk.support/lookup-entry]] | `:after` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `receiptRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:receipt-rule-name` |
| `recipients` | java.util.List | [[cdk.support/lookup-entry]] | `:recipients` |
| `ruleSet` | software.amazon.awscdk.services.ses.IReceiptRuleSet | [[cdk.support/lookup-entry]] | `:rule-set` |
| `scanEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:scan-enabled` |
| `tlsPolicy` | software.amazon.awscdk.services.ses.TlsPolicy | [[cdk.api.services.ses/tls-policy]] | `:tls-policy` |
sourceraw docstring

build-email-identity-builderclj

(build-email-identity-builder builder id config)

The build-email-identity-builder function updates a EmailIdentity$Builder instance using the provided configuration. The function takes the EmailIdentity$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetsoftware.amazon.awscdk.services.ses.IConfigurationSetcdk.support/lookup-entry:configuration-set
dkimIdentitysoftware.amazon.awscdk.services.ses.DkimIdentitycdk.support/lookup-entry:dkim-identity
dkimSigningjava.lang.Booleancdk.support/lookup-entry:dkim-signing
feedbackForwardingjava.lang.Booleancdk.support/lookup-entry:feedback-forwarding
identitysoftware.amazon.awscdk.services.ses.Identitycdk.support/lookup-entry:identity
mailFromBehaviorOnMxFailuresoftware.amazon.awscdk.services.ses.MailFromBehaviorOnMxFailurecdk.api.services.ses/mail-from-behavior-on-mx-failure:mail-from-behavior-on-mx-failure
mailFromDomainjava.lang.Stringcdk.support/lookup-entry:mail-from-domain
The build-email-identity-builder function updates a EmailIdentity$Builder instance using the provided configuration.
  The function takes the EmailIdentity$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSet` | software.amazon.awscdk.services.ses.IConfigurationSet | [[cdk.support/lookup-entry]] | `:configuration-set` |
| `dkimIdentity` | software.amazon.awscdk.services.ses.DkimIdentity | [[cdk.support/lookup-entry]] | `:dkim-identity` |
| `dkimSigning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:dkim-signing` |
| `feedbackForwarding` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:feedback-forwarding` |
| `identity` | software.amazon.awscdk.services.ses.Identity | [[cdk.support/lookup-entry]] | `:identity` |
| `mailFromBehaviorOnMxFailure` | software.amazon.awscdk.services.ses.MailFromBehaviorOnMxFailure | [[cdk.api.services.ses/mail-from-behavior-on-mx-failure]] | `:mail-from-behavior-on-mx-failure` |
| `mailFromDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:mail-from-domain` |
sourceraw docstring

build-email-identity-props-builderclj

(build-email-identity-props-builder builder id config)

The build-email-identity-props-builder function updates a EmailIdentityProps$Builder instance using the provided configuration. The function takes the EmailIdentityProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
configurationSetsoftware.amazon.awscdk.services.ses.IConfigurationSetcdk.support/lookup-entry:configuration-set
dkimIdentitysoftware.amazon.awscdk.services.ses.DkimIdentitycdk.support/lookup-entry:dkim-identity
dkimSigningjava.lang.Booleancdk.support/lookup-entry:dkim-signing
feedbackForwardingjava.lang.Booleancdk.support/lookup-entry:feedback-forwarding
identitysoftware.amazon.awscdk.services.ses.Identitycdk.support/lookup-entry:identity
mailFromBehaviorOnMxFailuresoftware.amazon.awscdk.services.ses.MailFromBehaviorOnMxFailurecdk.api.services.ses/mail-from-behavior-on-mx-failure:mail-from-behavior-on-mx-failure
mailFromDomainjava.lang.Stringcdk.support/lookup-entry:mail-from-domain
The build-email-identity-props-builder function updates a EmailIdentityProps$Builder instance using the provided configuration.
  The function takes the EmailIdentityProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `configurationSet` | software.amazon.awscdk.services.ses.IConfigurationSet | [[cdk.support/lookup-entry]] | `:configuration-set` |
| `dkimIdentity` | software.amazon.awscdk.services.ses.DkimIdentity | [[cdk.support/lookup-entry]] | `:dkim-identity` |
| `dkimSigning` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:dkim-signing` |
| `feedbackForwarding` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:feedback-forwarding` |
| `identity` | software.amazon.awscdk.services.ses.Identity | [[cdk.support/lookup-entry]] | `:identity` |
| `mailFromBehaviorOnMxFailure` | software.amazon.awscdk.services.ses.MailFromBehaviorOnMxFailure | [[cdk.api.services.ses/mail-from-behavior-on-mx-failure]] | `:mail-from-behavior-on-mx-failure` |
| `mailFromDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:mail-from-domain` |
sourceraw docstring

build-lambda-action-config-builderclj

(build-lambda-action-config-builder builder id config)

The build-lambda-action-config-builder function updates a LambdaActionConfig$Builder instance using the provided configuration. The function takes the LambdaActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
functionArnjava.lang.Stringcdk.support/lookup-entry:function-arn
invocationTypejava.lang.Stringcdk.support/lookup-entry:invocation-type
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-lambda-action-config-builder function updates a LambdaActionConfig$Builder instance using the provided configuration.
  The function takes the LambdaActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `functionArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:function-arn` |
| `invocationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:invocation-type` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-receipt-filter-builderclj

(build-receipt-filter-builder builder id config)

The build-receipt-filter-builder function updates a ReceiptFilter$Builder instance using the provided configuration. The function takes the ReceiptFilter$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ipjava.lang.Stringcdk.support/lookup-entry:ip
policysoftware.amazon.awscdk.services.ses.ReceiptFilterPolicycdk.api.services.ses/receipt-filter-policy:policy
receiptFilterNamejava.lang.Stringcdk.support/lookup-entry:receipt-filter-name
The build-receipt-filter-builder function updates a ReceiptFilter$Builder instance using the provided configuration.
  The function takes the ReceiptFilter$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ip` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip` |
| `policy` | software.amazon.awscdk.services.ses.ReceiptFilterPolicy | [[cdk.api.services.ses/receipt-filter-policy]] | `:policy` |
| `receiptFilterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:receipt-filter-name` |
sourceraw docstring

build-receipt-filter-props-builderclj

(build-receipt-filter-props-builder builder id config)

The build-receipt-filter-props-builder function updates a ReceiptFilterProps$Builder instance using the provided configuration. The function takes the ReceiptFilterProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
ipjava.lang.Stringcdk.support/lookup-entry:ip
policysoftware.amazon.awscdk.services.ses.ReceiptFilterPolicycdk.api.services.ses/receipt-filter-policy:policy
receiptFilterNamejava.lang.Stringcdk.support/lookup-entry:receipt-filter-name
The build-receipt-filter-props-builder function updates a ReceiptFilterProps$Builder instance using the provided configuration.
  The function takes the ReceiptFilterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ip` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip` |
| `policy` | software.amazon.awscdk.services.ses.ReceiptFilterPolicy | [[cdk.api.services.ses/receipt-filter-policy]] | `:policy` |
| `receiptFilterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:receipt-filter-name` |
sourceraw docstring

build-receipt-rule-action-config-builderclj

(build-receipt-rule-action-config-builder builder id config)

The build-receipt-rule-action-config-builder function updates a ReceiptRuleActionConfig$Builder instance using the provided configuration. The function takes the ReceiptRuleActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
addHeaderActionsoftware.amazon.awscdk.services.ses.AddHeaderActionConfigcdk.support/lookup-entry:add-header-action
bounceActionsoftware.amazon.awscdk.services.ses.BounceActionConfigcdk.support/lookup-entry:bounce-action
lambdaActionsoftware.amazon.awscdk.services.ses.LambdaActionConfigcdk.support/lookup-entry:lambda-action
s3Actionsoftware.amazon.awscdk.services.ses.S3ActionConfigcdk.support/lookup-entry:s3-action
snsActionsoftware.amazon.awscdk.services.ses.SNSActionConfigcdk.support/lookup-entry:sns-action
stopActionsoftware.amazon.awscdk.services.ses.StopActionConfigcdk.support/lookup-entry:stop-action
workmailActionsoftware.amazon.awscdk.services.ses.WorkmailActionConfigcdk.support/lookup-entry:workmail-action
The build-receipt-rule-action-config-builder function updates a ReceiptRuleActionConfig$Builder instance using the provided configuration.
  The function takes the ReceiptRuleActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `addHeaderAction` | software.amazon.awscdk.services.ses.AddHeaderActionConfig | [[cdk.support/lookup-entry]] | `:add-header-action` |
| `bounceAction` | software.amazon.awscdk.services.ses.BounceActionConfig | [[cdk.support/lookup-entry]] | `:bounce-action` |
| `lambdaAction` | software.amazon.awscdk.services.ses.LambdaActionConfig | [[cdk.support/lookup-entry]] | `:lambda-action` |
| `s3Action` | software.amazon.awscdk.services.ses.S3ActionConfig | [[cdk.support/lookup-entry]] | `:s3-action` |
| `snsAction` | software.amazon.awscdk.services.ses.SNSActionConfig | [[cdk.support/lookup-entry]] | `:sns-action` |
| `stopAction` | software.amazon.awscdk.services.ses.StopActionConfig | [[cdk.support/lookup-entry]] | `:stop-action` |
| `workmailAction` | software.amazon.awscdk.services.ses.WorkmailActionConfig | [[cdk.support/lookup-entry]] | `:workmail-action` |
sourceraw docstring

build-receipt-rule-builderclj

(build-receipt-rule-builder builder id config)

The build-receipt-rule-builder function updates a ReceiptRule$Builder instance using the provided configuration. The function takes the ReceiptRule$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionsjava.util.Listcdk.support/lookup-entry:actions
aftersoftware.amazon.awscdk.services.ses.IReceiptRulecdk.support/lookup-entry:after
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
receiptRuleNamejava.lang.Stringcdk.support/lookup-entry:receipt-rule-name
recipientsjava.util.Listcdk.support/lookup-entry:recipients
ruleSetsoftware.amazon.awscdk.services.ses.IReceiptRuleSetcdk.support/lookup-entry:rule-set
scanEnabledjava.lang.Booleancdk.support/lookup-entry:scan-enabled
tlsPolicysoftware.amazon.awscdk.services.ses.TlsPolicycdk.api.services.ses/tls-policy:tls-policy
The build-receipt-rule-builder function updates a ReceiptRule$Builder instance using the provided configuration.
  The function takes the ReceiptRule$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `after` | software.amazon.awscdk.services.ses.IReceiptRule | [[cdk.support/lookup-entry]] | `:after` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `receiptRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:receipt-rule-name` |
| `recipients` | java.util.List | [[cdk.support/lookup-entry]] | `:recipients` |
| `ruleSet` | software.amazon.awscdk.services.ses.IReceiptRuleSet | [[cdk.support/lookup-entry]] | `:rule-set` |
| `scanEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:scan-enabled` |
| `tlsPolicy` | software.amazon.awscdk.services.ses.TlsPolicy | [[cdk.api.services.ses/tls-policy]] | `:tls-policy` |
sourceraw docstring

build-receipt-rule-options-builderclj

(build-receipt-rule-options-builder builder id config)

The build-receipt-rule-options-builder function updates a ReceiptRuleOptions$Builder instance using the provided configuration. The function takes the ReceiptRuleOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionsjava.util.Listcdk.support/lookup-entry:actions
aftersoftware.amazon.awscdk.services.ses.IReceiptRulecdk.support/lookup-entry:after
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
receiptRuleNamejava.lang.Stringcdk.support/lookup-entry:receipt-rule-name
recipientsjava.util.Listcdk.support/lookup-entry:recipients
scanEnabledjava.lang.Booleancdk.support/lookup-entry:scan-enabled
tlsPolicysoftware.amazon.awscdk.services.ses.TlsPolicycdk.api.services.ses/tls-policy:tls-policy
The build-receipt-rule-options-builder function updates a ReceiptRuleOptions$Builder instance using the provided configuration.
  The function takes the ReceiptRuleOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `after` | software.amazon.awscdk.services.ses.IReceiptRule | [[cdk.support/lookup-entry]] | `:after` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `receiptRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:receipt-rule-name` |
| `recipients` | java.util.List | [[cdk.support/lookup-entry]] | `:recipients` |
| `scanEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:scan-enabled` |
| `tlsPolicy` | software.amazon.awscdk.services.ses.TlsPolicy | [[cdk.api.services.ses/tls-policy]] | `:tls-policy` |
sourceraw docstring

build-receipt-rule-props-builderclj

(build-receipt-rule-props-builder builder id config)

The build-receipt-rule-props-builder function updates a ReceiptRuleProps$Builder instance using the provided configuration. The function takes the ReceiptRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
actionsjava.util.Listcdk.support/lookup-entry:actions
aftersoftware.amazon.awscdk.services.ses.IReceiptRulecdk.support/lookup-entry:after
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
receiptRuleNamejava.lang.Stringcdk.support/lookup-entry:receipt-rule-name
recipientsjava.util.Listcdk.support/lookup-entry:recipients
ruleSetsoftware.amazon.awscdk.services.ses.IReceiptRuleSetcdk.support/lookup-entry:rule-set
scanEnabledjava.lang.Booleancdk.support/lookup-entry:scan-enabled
tlsPolicysoftware.amazon.awscdk.services.ses.TlsPolicycdk.api.services.ses/tls-policy:tls-policy
The build-receipt-rule-props-builder function updates a ReceiptRuleProps$Builder instance using the provided configuration.
  The function takes the ReceiptRuleProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `actions` | java.util.List | [[cdk.support/lookup-entry]] | `:actions` |
| `after` | software.amazon.awscdk.services.ses.IReceiptRule | [[cdk.support/lookup-entry]] | `:after` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `receiptRuleName` | java.lang.String | [[cdk.support/lookup-entry]] | `:receipt-rule-name` |
| `recipients` | java.util.List | [[cdk.support/lookup-entry]] | `:recipients` |
| `ruleSet` | software.amazon.awscdk.services.ses.IReceiptRuleSet | [[cdk.support/lookup-entry]] | `:rule-set` |
| `scanEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:scan-enabled` |
| `tlsPolicy` | software.amazon.awscdk.services.ses.TlsPolicy | [[cdk.api.services.ses/tls-policy]] | `:tls-policy` |
sourceraw docstring

build-receipt-rule-set-builderclj

(build-receipt-rule-set-builder builder id config)

The build-receipt-rule-set-builder function updates a ReceiptRuleSet$Builder instance using the provided configuration. The function takes the ReceiptRuleSet$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dropSpamjava.lang.Booleancdk.support/lookup-entry:drop-spam
receiptRuleSetNamejava.lang.Stringcdk.support/lookup-entry:receipt-rule-set-name
rulesjava.util.Listcdk.support/lookup-entry:rules
The build-receipt-rule-set-builder function updates a ReceiptRuleSet$Builder instance using the provided configuration.
  The function takes the ReceiptRuleSet$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dropSpam` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:drop-spam` |
| `receiptRuleSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:receipt-rule-set-name` |
| `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` |
sourceraw docstring

build-receipt-rule-set-props-builderclj

(build-receipt-rule-set-props-builder builder id config)

The build-receipt-rule-set-props-builder function updates a ReceiptRuleSetProps$Builder instance using the provided configuration. The function takes the ReceiptRuleSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
dropSpamjava.lang.Booleancdk.support/lookup-entry:drop-spam
receiptRuleSetNamejava.lang.Stringcdk.support/lookup-entry:receipt-rule-set-name
rulesjava.util.Listcdk.support/lookup-entry:rules
The build-receipt-rule-set-props-builder function updates a ReceiptRuleSetProps$Builder instance using the provided configuration.
  The function takes the ReceiptRuleSetProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `dropSpam` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:drop-spam` |
| `receiptRuleSetName` | java.lang.String | [[cdk.support/lookup-entry]] | `:receipt-rule-set-name` |
| `rules` | java.util.List | [[cdk.support/lookup-entry]] | `:rules` |
sourceraw docstring

build-s3-action-config-builderclj

(build-s3-action-config-builder builder id config)

The build-s3-action-config-builder function updates a S3ActionConfig$Builder instance using the provided configuration. The function takes the S3ActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
bucketNamejava.lang.Stringcdk.support/lookup-entry:bucket-name
kmsKeyArnjava.lang.Stringcdk.support/lookup-entry:kms-key-arn
objectKeyPrefixjava.lang.Stringcdk.support/lookup-entry:object-key-prefix
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-s3-action-config-builder function updates a S3ActionConfig$Builder instance using the provided configuration.
  The function takes the S3ActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `bucketName` | java.lang.String | [[cdk.support/lookup-entry]] | `:bucket-name` |
| `kmsKeyArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:kms-key-arn` |
| `objectKeyPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:object-key-prefix` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-sns-action-config-builderclj

(build-sns-action-config-builder builder id config)

The build-sns-action-config-builder function updates a SNSActionConfig$Builder instance using the provided configuration. The function takes the SNSActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
encodingjava.lang.Stringcdk.support/lookup-entry:encoding
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-sns-action-config-builder function updates a SNSActionConfig$Builder instance using the provided configuration.
  The function takes the SNSActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` | java.lang.String | [[cdk.support/lookup-entry]] | `:encoding` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-stop-action-config-builderclj

(build-stop-action-config-builder builder id config)

The build-stop-action-config-builder function updates a StopActionConfig$Builder instance using the provided configuration. The function takes the StopActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
scopejava.lang.Stringcdk.support/lookup-entry:scope
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-stop-action-config-builder function updates a StopActionConfig$Builder instance using the provided configuration.
  The function takes the StopActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

build-vdm-attributes-builderclj

(build-vdm-attributes-builder builder id config)

The build-vdm-attributes-builder function updates a VdmAttributes$Builder instance using the provided configuration. The function takes the VdmAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
engagementMetricsjava.lang.Booleancdk.support/lookup-entry:engagement-metrics
optimizedSharedDeliveryjava.lang.Booleancdk.support/lookup-entry:optimized-shared-delivery
The build-vdm-attributes-builder function updates a VdmAttributes$Builder instance using the provided configuration.
  The function takes the VdmAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `engagementMetrics` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:engagement-metrics` |
| `optimizedSharedDelivery` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:optimized-shared-delivery` |
sourceraw docstring

build-vdm-attributes-props-builderclj

(build-vdm-attributes-props-builder builder id config)

The build-vdm-attributes-props-builder function updates a VdmAttributesProps$Builder instance using the provided configuration. The function takes the VdmAttributesProps$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
engagementMetricsjava.lang.Booleancdk.support/lookup-entry:engagement-metrics
optimizedSharedDeliveryjava.lang.Booleancdk.support/lookup-entry:optimized-shared-delivery
The build-vdm-attributes-props-builder function updates a VdmAttributesProps$Builder instance using the provided configuration.
  The function takes the VdmAttributesProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `engagementMetrics` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:engagement-metrics` |
| `optimizedSharedDelivery` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:optimized-shared-delivery` |
sourceraw docstring

build-workmail-action-config-builderclj

(build-workmail-action-config-builder builder id config)

The build-workmail-action-config-builder function updates a WorkmailActionConfig$Builder instance using the provided configuration. The function takes the WorkmailActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

Fields on the builder are populated by looking up their respective data key, where the namespaced value takes precendence over the non-namespaced value:

FieldDataTypeLookup FunctionData Key
organizationArnjava.lang.Stringcdk.support/lookup-entry:organization-arn
topicArnjava.lang.Stringcdk.support/lookup-entry:topic-arn
The build-workmail-action-config-builder function updates a WorkmailActionConfig$Builder instance using the provided configuration.
  The function takes the WorkmailActionConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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` |
| `topicArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:topic-arn` |
sourceraw docstring

byo-dkim-options-builderclj

(byo-dkim-options-builder id config)

Creates a ByoDkimOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ByoDkimOptions$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 |
sourceraw docstring

cfn-configuration-set-builderclj

(cfn-configuration-set-builder scope id config)

Creates a CfnConfigurationSet$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnConfigurationSet$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-configuration-set-dashboard-options-property-builderclj

(cfn-configuration-set-dashboard-options-property-builder id config)

Creates a CfnConfigurationSet$DashboardOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSet$DashboardOptionsProperty$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 |
sourceraw docstring

cfn-configuration-set-delivery-options-property-builderclj

(cfn-configuration-set-delivery-options-property-builder id config)

Creates a CfnConfigurationSet$DeliveryOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSet$DeliveryOptionsProperty$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 |
sourceraw docstring

cfn-configuration-set-event-destination-builderclj

(cfn-configuration-set-event-destination-builder scope id config)

Creates a CfnConfigurationSetEventDestination$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnConfigurationSetEventDestination$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-configuration-set-event-destination-cloud-watch-destination-property-builderclj

(cfn-configuration-set-event-destination-cloud-watch-destination-property-builder
  id
  config)

Creates a CfnConfigurationSetEventDestination$CloudWatchDestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSetEventDestination$CloudWatchDestinationProperty$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 |
sourceraw docstring

cfn-configuration-set-event-destination-dimension-configuration-property-builderclj

(cfn-configuration-set-event-destination-dimension-configuration-property-builder
  id
  config)

Creates a CfnConfigurationSetEventDestination$DimensionConfigurationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSetEventDestination$DimensionConfigurationProperty$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 |
sourceraw docstring

cfn-configuration-set-event-destination-event-destination-property-builderclj

(cfn-configuration-set-event-destination-event-destination-property-builder
  id
  config)

Creates a CfnConfigurationSetEventDestination$EventDestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSetEventDestination$EventDestinationProperty$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 |
sourceraw docstring

cfn-configuration-set-event-destination-kinesis-firehose-destination-property-builderclj

(cfn-configuration-set-event-destination-kinesis-firehose-destination-property-builder
  id
  config)

Creates a CfnConfigurationSetEventDestination$KinesisFirehoseDestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSetEventDestination$KinesisFirehoseDestinationProperty$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 |
sourceraw docstring

cfn-configuration-set-event-destination-props-builderclj

(cfn-configuration-set-event-destination-props-builder id config)

Creates a CfnConfigurationSetEventDestinationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSetEventDestinationProps$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 |
sourceraw docstring

cfn-configuration-set-event-destination-sns-destination-property-builderclj

(cfn-configuration-set-event-destination-sns-destination-property-builder
  id
  config)

Creates a CfnConfigurationSetEventDestination$SnsDestinationProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSetEventDestination$SnsDestinationProperty$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 |
sourceraw docstring

cfn-configuration-set-guardian-options-property-builderclj

(cfn-configuration-set-guardian-options-property-builder id config)

Creates a CfnConfigurationSet$GuardianOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSet$GuardianOptionsProperty$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 |
sourceraw docstring

cfn-configuration-set-props-builderclj

(cfn-configuration-set-props-builder id config)

Creates a CfnConfigurationSetProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSetProps$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 |
sourceraw docstring

cfn-configuration-set-reputation-options-property-builderclj

(cfn-configuration-set-reputation-options-property-builder id config)

Creates a CfnConfigurationSet$ReputationOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSet$ReputationOptionsProperty$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 |
sourceraw docstring

cfn-configuration-set-sending-options-property-builderclj

(cfn-configuration-set-sending-options-property-builder id config)

Creates a CfnConfigurationSet$SendingOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSet$SendingOptionsProperty$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 |
sourceraw docstring

cfn-configuration-set-suppression-options-property-builderclj

(cfn-configuration-set-suppression-options-property-builder id config)

Creates a CfnConfigurationSet$SuppressionOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSet$SuppressionOptionsProperty$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 |
sourceraw docstring

cfn-configuration-set-tracking-options-property-builderclj

(cfn-configuration-set-tracking-options-property-builder id config)

Creates a CfnConfigurationSet$TrackingOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSet$TrackingOptionsProperty$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 |
sourceraw docstring

cfn-configuration-set-vdm-options-property-builderclj

(cfn-configuration-set-vdm-options-property-builder id config)

Creates a CfnConfigurationSet$VdmOptionsProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnConfigurationSet$VdmOptionsProperty$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 |
sourceraw docstring

cfn-contact-list-builderclj

(cfn-contact-list-builder scope id config)

Creates a CfnContactList$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnContactList$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-contact-list-props-builderclj

(cfn-contact-list-props-builder id config)

Creates a CfnContactListProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContactListProps$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 |
sourceraw docstring

cfn-contact-list-topic-property-builderclj

(cfn-contact-list-topic-property-builder id config)

Creates a CfnContactList$TopicProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnContactList$TopicProperty$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 |
sourceraw docstring

cfn-dedicated-ip-pool-builderclj

(cfn-dedicated-ip-pool-builder scope id config)

Creates a CfnDedicatedIpPool$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnDedicatedIpPool$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-dedicated-ip-pool-props-builderclj

(cfn-dedicated-ip-pool-props-builder id config)

Creates a CfnDedicatedIpPoolProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnDedicatedIpPoolProps$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 |
sourceraw docstring

cfn-email-identity-builderclj

(cfn-email-identity-builder scope id config)

Creates a CfnEmailIdentity$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnEmailIdentity$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-email-identity-configuration-set-attributes-property-builderclj

(cfn-email-identity-configuration-set-attributes-property-builder id config)

Creates a CfnEmailIdentity$ConfigurationSetAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEmailIdentity$ConfigurationSetAttributesProperty$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 |
sourceraw docstring

cfn-email-identity-dkim-attributes-property-builderclj

(cfn-email-identity-dkim-attributes-property-builder id config)

Creates a CfnEmailIdentity$DkimAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEmailIdentity$DkimAttributesProperty$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 |
sourceraw docstring

cfn-email-identity-dkim-signing-attributes-property-builderclj

(cfn-email-identity-dkim-signing-attributes-property-builder id config)

Creates a CfnEmailIdentity$DkimSigningAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEmailIdentity$DkimSigningAttributesProperty$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 |
sourceraw docstring

cfn-email-identity-feedback-attributes-property-builderclj

(cfn-email-identity-feedback-attributes-property-builder id config)

Creates a CfnEmailIdentity$FeedbackAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEmailIdentity$FeedbackAttributesProperty$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 |
sourceraw docstring

cfn-email-identity-mail-from-attributes-property-builderclj

(cfn-email-identity-mail-from-attributes-property-builder id config)

Creates a CfnEmailIdentity$MailFromAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEmailIdentity$MailFromAttributesProperty$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 |
sourceraw docstring

cfn-email-identity-props-builderclj

(cfn-email-identity-props-builder id config)

Creates a CfnEmailIdentityProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnEmailIdentityProps$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 |
sourceraw docstring

cfn-receipt-filter-builderclj

(cfn-receipt-filter-builder scope id config)

Creates a CfnReceiptFilter$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnReceiptFilter$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-receipt-filter-filter-property-builderclj

(cfn-receipt-filter-filter-property-builder id config)

Creates a CfnReceiptFilter$FilterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptFilter$FilterProperty$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 |
sourceraw docstring

cfn-receipt-filter-ip-filter-property-builderclj

(cfn-receipt-filter-ip-filter-property-builder id config)

Creates a CfnReceiptFilter$IpFilterProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptFilter$IpFilterProperty$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 |
sourceraw docstring

cfn-receipt-filter-props-builderclj

(cfn-receipt-filter-props-builder id config)

Creates a CfnReceiptFilterProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptFilterProps$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 |
sourceraw docstring

cfn-receipt-rule-action-property-builderclj

(cfn-receipt-rule-action-property-builder id config)

Creates a CfnReceiptRule$ActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRule$ActionProperty$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 |
sourceraw docstring

cfn-receipt-rule-add-header-action-property-builderclj

(cfn-receipt-rule-add-header-action-property-builder id config)

Creates a CfnReceiptRule$AddHeaderActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRule$AddHeaderActionProperty$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 |
sourceraw docstring

cfn-receipt-rule-bounce-action-property-builderclj

(cfn-receipt-rule-bounce-action-property-builder id config)

Creates a CfnReceiptRule$BounceActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRule$BounceActionProperty$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 |
sourceraw docstring

cfn-receipt-rule-builderclj

(cfn-receipt-rule-builder scope id config)

Creates a CfnReceiptRule$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnReceiptRule$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-receipt-rule-lambda-action-property-builderclj

(cfn-receipt-rule-lambda-action-property-builder id config)

Creates a CfnReceiptRule$LambdaActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRule$LambdaActionProperty$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 |
sourceraw docstring

cfn-receipt-rule-props-builderclj

(cfn-receipt-rule-props-builder id config)

Creates a CfnReceiptRuleProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRuleProps$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 |
sourceraw docstring

cfn-receipt-rule-rule-property-builderclj

(cfn-receipt-rule-rule-property-builder id config)

Creates a CfnReceiptRule$RuleProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRule$RuleProperty$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 |
sourceraw docstring

cfn-receipt-rule-s3-action-property-builderclj

(cfn-receipt-rule-s3-action-property-builder id config)

Creates a CfnReceiptRule$S3ActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRule$S3ActionProperty$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 |
sourceraw docstring

cfn-receipt-rule-set-builderclj

(cfn-receipt-rule-set-builder scope id config)

Creates a CfnReceiptRuleSet$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnReceiptRuleSet$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-receipt-rule-set-props-builderclj

(cfn-receipt-rule-set-props-builder id config)

Creates a CfnReceiptRuleSetProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRuleSetProps$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 |
sourceraw docstring

cfn-receipt-rule-sns-action-property-builderclj

(cfn-receipt-rule-sns-action-property-builder id config)

Creates a CfnReceiptRule$SNSActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRule$SNSActionProperty$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 |
sourceraw docstring

cfn-receipt-rule-stop-action-property-builderclj

(cfn-receipt-rule-stop-action-property-builder id config)

Creates a CfnReceiptRule$StopActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRule$StopActionProperty$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 |
sourceraw docstring

cfn-receipt-rule-workmail-action-property-builderclj

(cfn-receipt-rule-workmail-action-property-builder id config)

Creates a CfnReceiptRule$WorkmailActionProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnReceiptRule$WorkmailActionProperty$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 |
sourceraw docstring

cfn-template-builderclj

(cfn-template-builder scope id config)

Creates a CfnTemplate$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnTemplate$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-template-props-builderclj

(cfn-template-props-builder id config)

Creates a CfnTemplateProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTemplateProps$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 |
sourceraw docstring

cfn-template-template-property-builderclj

(cfn-template-template-property-builder id config)

Creates a CfnTemplate$TemplateProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnTemplate$TemplateProperty$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 |
sourceraw docstring

cfn-vdm-attributes-builderclj

(cfn-vdm-attributes-builder scope id config)

Creates a CfnVdmAttributes$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `CfnVdmAttributes$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-vdm-attributes-dashboard-attributes-property-builderclj

(cfn-vdm-attributes-dashboard-attributes-property-builder id config)

Creates a CfnVdmAttributes$DashboardAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVdmAttributes$DashboardAttributesProperty$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 |
sourceraw docstring

cfn-vdm-attributes-guardian-attributes-property-builderclj

(cfn-vdm-attributes-guardian-attributes-property-builder id config)

Creates a CfnVdmAttributes$GuardianAttributesProperty$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVdmAttributes$GuardianAttributesProperty$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 |
sourceraw docstring

cfn-vdm-attributes-props-builderclj

(cfn-vdm-attributes-props-builder id config)

Creates a CfnVdmAttributesProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVdmAttributesProps$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 |
sourceraw docstring

cloud-watch-dimension-builderclj

(cloud-watch-dimension-builder id config)

Creates a CloudWatchDimension$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CloudWatchDimension$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 |
sourceraw docstring

cloud-watch-dimension-sourceclj

(cloud-watch-dimension-source config id item-key)

The cloud-watch-dimension-source function data interprets values in the provided config data into a CloudWatchDimensionSource 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 CloudWatchDimensionSource - the value is returned.
  • is :message-tag - CloudWatchDimensionSource/MESSAGE_TAG is returned
  • is :email-header - CloudWatchDimensionSource/EMAIL_HEADER is returned
  • is :link-tag - CloudWatchDimensionSource/LINK_TAG is returned

If a value is not found or matches the above criteria, nil is returned.

The `cloud-watch-dimension-source` function data interprets values in the provided config data into a 
`CloudWatchDimensionSource` 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 `CloudWatchDimensionSource` - the value is returned.
* is `:message-tag` - `CloudWatchDimensionSource/MESSAGE_TAG` is returned
* is `:email-header` - `CloudWatchDimensionSource/EMAIL_HEADER` is returned
* is `:link-tag` - `CloudWatchDimensionSource/LINK_TAG` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

configuration-set-builderclj

(configuration-set-builder scope id config)

Creates a ConfigurationSet$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `ConfigurationSet$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

configuration-set-event-destination-builderclj

(configuration-set-event-destination-builder scope id config)

Creates a ConfigurationSetEventDestination$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `ConfigurationSetEventDestination$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

configuration-set-event-destination-options-builderclj

(configuration-set-event-destination-options-builder id config)

Creates a ConfigurationSetEventDestinationOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ConfigurationSetEventDestinationOptions$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 |
sourceraw docstring

configuration-set-event-destination-props-builderclj

(configuration-set-event-destination-props-builder id config)

Creates a ConfigurationSetEventDestinationProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ConfigurationSetEventDestinationProps$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 |
sourceraw docstring

configuration-set-props-builderclj

(configuration-set-props-builder id config)

Creates a ConfigurationSetProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ConfigurationSetProps$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 |
sourceraw docstring

configuration-set-tls-policyclj

(configuration-set-tls-policy config id item-key)

The configuration-set-tls-policy function data interprets values in the provided config data into a ConfigurationSetTlsPolicy 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 ConfigurationSetTlsPolicy - the value is returned.
  • is :optional - ConfigurationSetTlsPolicy/OPTIONAL is returned
  • is :require - ConfigurationSetTlsPolicy/REQUIRE is returned

If a value is not found or matches the above criteria, nil is returned.

The `configuration-set-tls-policy` function data interprets values in the provided config data into a 
`ConfigurationSetTlsPolicy` 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 `ConfigurationSetTlsPolicy` - the value is returned.
* is `:optional` - `ConfigurationSetTlsPolicy/OPTIONAL` is returned
* is `:require` - `ConfigurationSetTlsPolicy/REQUIRE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

dedicated-ip-pool-builderclj

(dedicated-ip-pool-builder scope id config)

Creates a DedicatedIpPool$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `DedicatedIpPool$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

dedicated-ip-pool-props-builderclj

(dedicated-ip-pool-props-builder id config)

Creates a DedicatedIpPoolProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DedicatedIpPoolProps$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 |
sourceraw docstring

dkim-identity-config-builderclj

(dkim-identity-config-builder id config)

Creates a DkimIdentityConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DkimIdentityConfig$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 |
sourceraw docstring

dkim-record-builderclj

(dkim-record-builder id config)

Creates a DkimRecord$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DkimRecord$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 |
sourceraw docstring

drop-spam-receipt-rule-builderclj

(drop-spam-receipt-rule-builder scope id config)

Creates a DropSpamReceiptRule$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `DropSpamReceiptRule$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

drop-spam-receipt-rule-props-builderclj

(drop-spam-receipt-rule-props-builder id config)

Creates a DropSpamReceiptRuleProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `DropSpamReceiptRuleProps$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 |
sourceraw docstring

easy-dkim-signing-key-lengthclj

(easy-dkim-signing-key-length config id item-key)

The easy-dkim-signing-key-length function data interprets values in the provided config data into a EasyDkimSigningKeyLength 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 EasyDkimSigningKeyLength - the value is returned.
  • is :rsa-2048-bit - EasyDkimSigningKeyLength/RSA_2048_BIT is returned
  • is :rsa-1024-bit - EasyDkimSigningKeyLength/RSA_1024_BIT is returned

If a value is not found or matches the above criteria, nil is returned.

The `easy-dkim-signing-key-length` function data interprets values in the provided config data into a 
`EasyDkimSigningKeyLength` 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 `EasyDkimSigningKeyLength` - the value is returned.
* is `:rsa-2048-bit` - `EasyDkimSigningKeyLength/RSA_2048_BIT` is returned
* is `:rsa-1024-bit` - `EasyDkimSigningKeyLength/RSA_1024_BIT` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

email-identity-builderclj

(email-identity-builder scope id config)

Creates a EmailIdentity$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `EmailIdentity$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

email-identity-props-builderclj

(email-identity-props-builder id config)

Creates a EmailIdentityProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `EmailIdentityProps$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 |
sourceraw docstring

email-sending-eventclj

(email-sending-event config id item-key)

The email-sending-event function data interprets values in the provided config data into a EmailSendingEvent 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 EmailSendingEvent - the value is returned.
  • is :send - EmailSendingEvent/SEND is returned
  • is :open - EmailSendingEvent/OPEN is returned
  • is :complaint - EmailSendingEvent/COMPLAINT is returned
  • is :reject - EmailSendingEvent/REJECT is returned
  • is :subscription - EmailSendingEvent/SUBSCRIPTION is returned
  • is :delivery - EmailSendingEvent/DELIVERY is returned
  • is :delivery-delay - EmailSendingEvent/DELIVERY_DELAY is returned
  • is :click - EmailSendingEvent/CLICK is returned
  • is :bounce - EmailSendingEvent/BOUNCE is returned
  • is :rendering-failure - EmailSendingEvent/RENDERING_FAILURE is returned

If a value is not found or matches the above criteria, nil is returned.

The `email-sending-event` function data interprets values in the provided config data into a 
`EmailSendingEvent` 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 `EmailSendingEvent` - the value is returned.
* is `:send` - `EmailSendingEvent/SEND` is returned
* is `:open` - `EmailSendingEvent/OPEN` is returned
* is `:complaint` - `EmailSendingEvent/COMPLAINT` is returned
* is `:reject` - `EmailSendingEvent/REJECT` is returned
* is `:subscription` - `EmailSendingEvent/SUBSCRIPTION` is returned
* is `:delivery` - `EmailSendingEvent/DELIVERY` is returned
* is `:delivery-delay` - `EmailSendingEvent/DELIVERY_DELAY` is returned
* is `:click` - `EmailSendingEvent/CLICK` is returned
* is `:bounce` - `EmailSendingEvent/BOUNCE` is returned
* is `:rendering-failure` - `EmailSendingEvent/RENDERING_FAILURE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

lambda-action-config-builderclj

(lambda-action-config-builder id config)

Creates a LambdaActionConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `LambdaActionConfig$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 |
sourceraw docstring

mail-from-behavior-on-mx-failureclj

(mail-from-behavior-on-mx-failure config id item-key)

The mail-from-behavior-on-mx-failure function data interprets values in the provided config data into a MailFromBehaviorOnMxFailure 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 MailFromBehaviorOnMxFailure - the value is returned.
  • is :use-default-value - MailFromBehaviorOnMxFailure/USE_DEFAULT_VALUE is returned
  • is :reject-message - MailFromBehaviorOnMxFailure/REJECT_MESSAGE is returned

If a value is not found or matches the above criteria, nil is returned.

The `mail-from-behavior-on-mx-failure` function data interprets values in the provided config data into a 
`MailFromBehaviorOnMxFailure` 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 `MailFromBehaviorOnMxFailure` - the value is returned.
* is `:use-default-value` - `MailFromBehaviorOnMxFailure/USE_DEFAULT_VALUE` is returned
* is `:reject-message` - `MailFromBehaviorOnMxFailure/REJECT_MESSAGE` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

receipt-filter-builderclj

(receipt-filter-builder scope id config)

Creates a ReceiptFilter$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `ReceiptFilter$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

receipt-filter-policyclj

(receipt-filter-policy config id item-key)

The receipt-filter-policy function data interprets values in the provided config data into a ReceiptFilterPolicy 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 ReceiptFilterPolicy - the value is returned.
  • is :allow - ReceiptFilterPolicy/ALLOW is returned
  • is :block - ReceiptFilterPolicy/BLOCK is returned

If a value is not found or matches the above criteria, nil is returned.

The `receipt-filter-policy` function data interprets values in the provided config data into a 
`ReceiptFilterPolicy` 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 `ReceiptFilterPolicy` - the value is returned.
* is `:allow` - `ReceiptFilterPolicy/ALLOW` is returned
* is `:block` - `ReceiptFilterPolicy/BLOCK` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

receipt-filter-props-builderclj

(receipt-filter-props-builder id config)

Creates a ReceiptFilterProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ReceiptFilterProps$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 |
sourceraw docstring

receipt-rule-action-config-builderclj

(receipt-rule-action-config-builder id config)

Creates a ReceiptRuleActionConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ReceiptRuleActionConfig$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 |
sourceraw docstring

receipt-rule-builderclj

(receipt-rule-builder scope id config)

Creates a ReceiptRule$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `ReceiptRule$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

receipt-rule-options-builderclj

(receipt-rule-options-builder id config)

Creates a ReceiptRuleOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ReceiptRuleOptions$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 |
sourceraw docstring

receipt-rule-props-builderclj

(receipt-rule-props-builder id config)

Creates a ReceiptRuleProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ReceiptRuleProps$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 |
sourceraw docstring

receipt-rule-set-builderclj

(receipt-rule-set-builder scope id config)

Creates a ReceiptRuleSet$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `ReceiptRuleSet$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

receipt-rule-set-props-builderclj

(receipt-rule-set-props-builder id config)

Creates a ReceiptRuleSetProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ReceiptRuleSetProps$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 |
sourceraw docstring

s3-action-config-builderclj

(s3-action-config-builder id config)

Creates a S3ActionConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `S3ActionConfig$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 |
sourceraw docstring

scaling-modeclj

(scaling-mode config id item-key)

The scaling-mode function data interprets values in the provided config data into a ScalingMode 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 ScalingMode - the value is returned.
  • is :standard - ScalingMode/STANDARD is returned
  • is :managed - ScalingMode/MANAGED is returned

If a value is not found or matches the above criteria, nil is returned.

The `scaling-mode` function data interprets values in the provided config data into a 
`ScalingMode` 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 `ScalingMode` - the value is returned.
* is `:standard` - `ScalingMode/STANDARD` is returned
* is `:managed` - `ScalingMode/MANAGED` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

sns-action-config-builderclj

(sns-action-config-builder id config)

Creates a SNSActionConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `SNSActionConfig$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 |
sourceraw docstring

stop-action-config-builderclj

(stop-action-config-builder id config)

Creates a StopActionConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `StopActionConfig$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 |
sourceraw docstring

suppression-reasonsclj

(suppression-reasons config id item-key)

The suppression-reasons function data interprets values in the provided config data into a SuppressionReasons 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 SuppressionReasons - the value is returned.
  • is :bounces-only - SuppressionReasons/BOUNCES_ONLY is returned
  • is :bounces-and-complaints - SuppressionReasons/BOUNCES_AND_COMPLAINTS is returned
  • is :complaints-only - SuppressionReasons/COMPLAINTS_ONLY is returned

If a value is not found or matches the above criteria, nil is returned.

The `suppression-reasons` function data interprets values in the provided config data into a 
`SuppressionReasons` 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 `SuppressionReasons` - the value is returned.
* is `:bounces-only` - `SuppressionReasons/BOUNCES_ONLY` is returned
* is `:bounces-and-complaints` - `SuppressionReasons/BOUNCES_AND_COMPLAINTS` is returned
* is `:complaints-only` - `SuppressionReasons/COMPLAINTS_ONLY` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

tls-policyclj

(tls-policy config id item-key)

The tls-policy function data interprets values in the provided config data into a TlsPolicy 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 TlsPolicy - the value is returned.
  • is :require - TlsPolicy/REQUIRE is returned
  • is :optional - TlsPolicy/OPTIONAL is returned

If a value is not found or matches the above criteria, nil is returned.

The `tls-policy` function data interprets values in the provided config data into a 
`TlsPolicy` 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 `TlsPolicy` - the value is returned.
* is `:require` - `TlsPolicy/REQUIRE` is returned
* is `:optional` - `TlsPolicy/OPTIONAL` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

vdm-attributes-builderclj

(vdm-attributes-builder scope id config)

Creates a VdmAttributes$Builder instance using a scope and ID, applies the data configuration, then builds it. Takes the following arguments: | Argument | DataType | Description | |---|---|---| | scope | software.constructs.Construct | The parent scope construct of the object being built. | | id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. | | config | map | Data configuration |

Creates a  `VdmAttributes$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

vdm-attributes-props-builderclj

(vdm-attributes-props-builder id config)

Creates a VdmAttributesProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VdmAttributesProps$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 |
sourceraw docstring

workmail-action-config-builderclj

(workmail-action-config-builder id config)

Creates a WorkmailActionConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `WorkmailActionConfig$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 |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close