Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.elasticloadbalancingv2

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

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

add-application-action-props-builderclj

(add-application-action-props-builder id config)

Creates a AddApplicationActionProps$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  `AddApplicationActionProps$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

add-application-target-groups-props-builderclj

(add-application-target-groups-props-builder id config)

Creates a AddApplicationTargetGroupsProps$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  `AddApplicationTargetGroupsProps$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

add-application-targets-props-builderclj

(add-application-targets-props-builder id config)

Creates a AddApplicationTargetsProps$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  `AddApplicationTargetsProps$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

add-network-action-props-builderclj

(add-network-action-props-builder id config)

Creates a AddNetworkActionProps$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  `AddNetworkActionProps$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

add-network-targets-props-builderclj

(add-network-targets-props-builder id config)

Creates a AddNetworkTargetsProps$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  `AddNetworkTargetsProps$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

add-rule-props-builderclj

(add-rule-props-builder id config)

Creates a AddRuleProps$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  `AddRuleProps$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

alpn-policyclj

(alpn-policy config id item-key)

The alpn-policy function data interprets values in the provided config data into a AlpnPolicy 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 AlpnPolicy - the value is returned.
  • is :http2-optional - AlpnPolicy/HTTP2_OPTIONAL is returned
  • is :http2-only - AlpnPolicy/HTTP2_ONLY is returned
  • is :http2-preferred - AlpnPolicy/HTTP2_PREFERRED is returned
  • is :none - AlpnPolicy/NONE is returned
  • is :http1-only - AlpnPolicy/HTTP1_ONLY is returned

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

The `alpn-policy` function data interprets values in the provided config data into a 
`AlpnPolicy` 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 `AlpnPolicy` - the value is returned.
* is `:http2-optional` - `AlpnPolicy/HTTP2_OPTIONAL` is returned
* is `:http2-only` - `AlpnPolicy/HTTP2_ONLY` is returned
* is `:http2-preferred` - `AlpnPolicy/HTTP2_PREFERRED` is returned
* is `:none` - `AlpnPolicy/NONE` is returned
* is `:http1-only` - `AlpnPolicy/HTTP1_ONLY` is returned

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

application-listener-attributes-builderclj

(application-listener-attributes-builder id config)

Creates a ApplicationListenerAttributes$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  `ApplicationListenerAttributes$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

application-listener-builderclj

(application-listener-builder scope id config)

Creates a ApplicationListener$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  `ApplicationListener$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

application-listener-certificate-builderclj

(application-listener-certificate-builder scope id config)

Creates a ApplicationListenerCertificate$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  `ApplicationListenerCertificate$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

application-listener-certificate-props-builderclj

(application-listener-certificate-props-builder id config)

Creates a ApplicationListenerCertificateProps$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  `ApplicationListenerCertificateProps$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

application-listener-lookup-options-builderclj

(application-listener-lookup-options-builder id config)

Creates a ApplicationListenerLookupOptions$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  `ApplicationListenerLookupOptions$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

application-listener-props-builderclj

(application-listener-props-builder id config)

Creates a ApplicationListenerProps$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  `ApplicationListenerProps$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

application-listener-rule-builderclj

(application-listener-rule-builder scope id config)

Creates a ApplicationListenerRule$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  `ApplicationListenerRule$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

application-listener-rule-props-builderclj

(application-listener-rule-props-builder id config)

Creates a ApplicationListenerRuleProps$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  `ApplicationListenerRuleProps$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

application-load-balancer-attributes-builderclj

(application-load-balancer-attributes-builder id config)

Creates a ApplicationLoadBalancerAttributes$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  `ApplicationLoadBalancerAttributes$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

application-load-balancer-builderclj

(application-load-balancer-builder scope id config)

Creates a ApplicationLoadBalancer$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  `ApplicationLoadBalancer$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

application-load-balancer-lookup-options-builderclj

(application-load-balancer-lookup-options-builder id config)

Creates a ApplicationLoadBalancerLookupOptions$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  `ApplicationLoadBalancerLookupOptions$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

application-load-balancer-props-builderclj

(application-load-balancer-props-builder id config)

Creates a ApplicationLoadBalancerProps$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  `ApplicationLoadBalancerProps$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

application-load-balancer-redirect-config-builderclj

(application-load-balancer-redirect-config-builder id config)

Creates a ApplicationLoadBalancerRedirectConfig$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  `ApplicationLoadBalancerRedirectConfig$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

application-protocolclj

(application-protocol config id item-key)

The application-protocol function data interprets values in the provided config data into a ApplicationProtocol 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 ApplicationProtocol - the value is returned.
  • is :https - ApplicationProtocol/HTTPS is returned
  • is :http - ApplicationProtocol/HTTP is returned

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

The `application-protocol` function data interprets values in the provided config data into a 
`ApplicationProtocol` 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 `ApplicationProtocol` - the value is returned.
* is `:https` - `ApplicationProtocol/HTTPS` is returned
* is `:http` - `ApplicationProtocol/HTTP` is returned

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

application-protocol-versionclj

(application-protocol-version config id item-key)

The application-protocol-version function data interprets values in the provided config data into a ApplicationProtocolVersion 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 ApplicationProtocolVersion - the value is returned.
  • is :grpc - ApplicationProtocolVersion/GRPC is returned
  • is :http1 - ApplicationProtocolVersion/HTTP1 is returned
  • is :http2 - ApplicationProtocolVersion/HTTP2 is returned

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

The `application-protocol-version` function data interprets values in the provided config data into a 
`ApplicationProtocolVersion` 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 `ApplicationProtocolVersion` - the value is returned.
* is `:grpc` - `ApplicationProtocolVersion/GRPC` is returned
* is `:http1` - `ApplicationProtocolVersion/HTTP1` is returned
* is `:http2` - `ApplicationProtocolVersion/HTTP2` is returned

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

application-target-group-builderclj

(application-target-group-builder scope id config)

Creates a ApplicationTargetGroup$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  `ApplicationTargetGroup$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

application-target-group-props-builderclj

(application-target-group-props-builder id config)

Creates a ApplicationTargetGroupProps$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  `ApplicationTargetGroupProps$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

authenticate-oidc-options-builderclj

(authenticate-oidc-options-builder id config)

Creates a AuthenticateOidcOptions$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  `AuthenticateOidcOptions$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

base-application-listener-props-builderclj

(base-application-listener-props-builder id config)

Creates a BaseApplicationListenerProps$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  `BaseApplicationListenerProps$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

base-application-listener-rule-props-builderclj

(base-application-listener-rule-props-builder id config)

Creates a BaseApplicationListenerRuleProps$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  `BaseApplicationListenerRuleProps$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

base-listener-lookup-options-builderclj

(base-listener-lookup-options-builder id config)

Creates a BaseListenerLookupOptions$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  `BaseListenerLookupOptions$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

base-load-balancer-lookup-options-builderclj

(base-load-balancer-lookup-options-builder id config)

Creates a BaseLoadBalancerLookupOptions$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  `BaseLoadBalancerLookupOptions$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

base-load-balancer-props-builderclj

(base-load-balancer-props-builder id config)

Creates a BaseLoadBalancerProps$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  `BaseLoadBalancerProps$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

base-network-listener-props-builderclj

(base-network-listener-props-builder id config)

Creates a BaseNetworkListenerProps$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  `BaseNetworkListenerProps$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

base-target-group-props-builderclj

(base-target-group-props-builder id config)

Creates a BaseTargetGroupProps$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  `BaseTargetGroupProps$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-application-action-props-builderclj

(build-add-application-action-props-builder builder id config)

The build-add-application-action-props-builder function updates a AddApplicationActionProps$Builder instance using the provided configuration. The function takes the AddApplicationActionProps$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
actionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ListenerActioncdk.support/lookup-entry:action
conditionsjava.util.Listcdk.support/lookup-entry:conditions
priorityjava.lang.Numbercdk.support/lookup-entry:priority
removeSuffixjava.lang.Booleancdk.support/lookup-entry:remove-suffix
The build-add-application-action-props-builder function updates a AddApplicationActionProps$Builder instance using the provided configuration.
  The function takes the AddApplicationActionProps$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 |
|---|---|---|---|
| `action` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:action` |
| `conditions` | java.util.List | [[cdk.support/lookup-entry]] | `:conditions` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `removeSuffix` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:remove-suffix` |
sourceraw docstring

build-add-application-target-groups-props-builderclj

(build-add-application-target-groups-props-builder builder id config)

The build-add-application-target-groups-props-builder function updates a AddApplicationTargetGroupsProps$Builder instance using the provided configuration. The function takes the AddApplicationTargetGroupsProps$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
conditionsjava.util.Listcdk.support/lookup-entry:conditions
priorityjava.lang.Numbercdk.support/lookup-entry:priority
targetGroupsjava.util.Listcdk.support/lookup-entry:target-groups
The build-add-application-target-groups-props-builder function updates a AddApplicationTargetGroupsProps$Builder instance using the provided configuration.
  The function takes the AddApplicationTargetGroupsProps$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 |
|---|---|---|---|
| `conditions` | java.util.List | [[cdk.support/lookup-entry]] | `:conditions` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `targetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:target-groups` |
sourceraw docstring

build-add-application-targets-props-builderclj

(build-add-application-targets-props-builder builder id config)

The build-add-application-targets-props-builder function updates a AddApplicationTargetsProps$Builder instance using the provided configuration. The function takes the AddApplicationTargetsProps$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
conditionsjava.util.Listcdk.support/lookup-entry:conditions
deregistrationDelaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:deregistration-delay
healthChecksoftware.amazon.awscdk.services.elasticloadbalancingv2.HealthCheckcdk.support/lookup-entry:health-check
loadBalancingAlgorithmTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupLoadBalancingAlgorithmTypecdk.api.services.elasticloadbalancingv2/target-group-load-balancing-algorithm-type:load-balancing-algorithm-type
portjava.lang.Numbercdk.support/lookup-entry:port
priorityjava.lang.Numbercdk.support/lookup-entry:priority
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolcdk.api.services.elasticloadbalancingv2/application-protocol:protocol
protocolVersionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolVersioncdk.api.services.elasticloadbalancingv2/application-protocol-version:protocol-version
slowStartsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:slow-start
stickinessCookieDurationsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stickiness-cookie-duration
stickinessCookieNamejava.lang.Stringcdk.support/lookup-entry:stickiness-cookie-name
targetGroupNamejava.lang.Stringcdk.support/lookup-entry:target-group-name
targetsjava.util.Listcdk.support/lookup-entry:targets
The build-add-application-targets-props-builder function updates a AddApplicationTargetsProps$Builder instance using the provided configuration.
  The function takes the AddApplicationTargetsProps$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 |
|---|---|---|---|
| `conditions` | java.util.List | [[cdk.support/lookup-entry]] | `:conditions` |
| `deregistrationDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deregistration-delay` |
| `healthCheck` | software.amazon.awscdk.services.elasticloadbalancingv2.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `loadBalancingAlgorithmType` | software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupLoadBalancingAlgorithmType | [[cdk.api.services.elasticloadbalancingv2/target-group-load-balancing-algorithm-type]] | `:load-balancing-algorithm-type` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocol | [[cdk.api.services.elasticloadbalancingv2/application-protocol]] | `:protocol` |
| `protocolVersion` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolVersion | [[cdk.api.services.elasticloadbalancingv2/application-protocol-version]] | `:protocol-version` |
| `slowStart` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:slow-start` |
| `stickinessCookieDuration` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stickiness-cookie-duration` |
| `stickinessCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stickiness-cookie-name` |
| `targetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-name` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
sourceraw docstring

build-add-network-action-props-builderclj

(build-add-network-action-props-builder builder id config)

The build-add-network-action-props-builder function updates a AddNetworkActionProps$Builder instance using the provided configuration. The function takes the AddNetworkActionProps$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
actionsoftware.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerActioncdk.support/lookup-entry:action
The build-add-network-action-props-builder function updates a AddNetworkActionProps$Builder instance using the provided configuration.
  The function takes the AddNetworkActionProps$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 |
|---|---|---|---|
| `action` | software.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerAction | [[cdk.support/lookup-entry]] | `:action` |
sourceraw docstring

build-add-network-targets-props-builderclj

(build-add-network-targets-props-builder builder id config)

The build-add-network-targets-props-builder function updates a AddNetworkTargetsProps$Builder instance using the provided configuration. The function takes the AddNetworkTargetsProps$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
deregistrationDelaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:deregistration-delay
healthChecksoftware.amazon.awscdk.services.elasticloadbalancingv2.HealthCheckcdk.support/lookup-entry:health-check
portjava.lang.Numbercdk.support/lookup-entry:port
preserveClientIpjava.lang.Booleancdk.support/lookup-entry:preserve-client-ip
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.Protocolcdk.api.services.elasticloadbalancingv2/protocol:protocol
proxyProtocolV2java.lang.Booleancdk.support/lookup-entry:proxy-protocol-v2
targetGroupNamejava.lang.Stringcdk.support/lookup-entry:target-group-name
targetsjava.util.Listcdk.support/lookup-entry:targets
The build-add-network-targets-props-builder function updates a AddNetworkTargetsProps$Builder instance using the provided configuration.
  The function takes the AddNetworkTargetsProps$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 |
|---|---|---|---|
| `deregistrationDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deregistration-delay` |
| `healthCheck` | software.amazon.awscdk.services.elasticloadbalancingv2.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `preserveClientIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preserve-client-ip` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.Protocol | [[cdk.api.services.elasticloadbalancingv2/protocol]] | `:protocol` |
| `proxyProtocolV2` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy-protocol-v2` |
| `targetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-name` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
sourceraw docstring

build-add-rule-props-builderclj

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

The build-add-rule-props-builder function updates a AddRuleProps$Builder instance using the provided configuration. The function takes the AddRuleProps$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
conditionsjava.util.Listcdk.support/lookup-entry:conditions
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-add-rule-props-builder function updates a AddRuleProps$Builder instance using the provided configuration.
  The function takes the AddRuleProps$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 |
|---|---|---|---|
| `conditions` | java.util.List | [[cdk.support/lookup-entry]] | `:conditions` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
sourceraw docstring

build-application-listener-attributes-builderclj

(build-application-listener-attributes-builder builder id config)

The build-application-listener-attributes-builder function updates a ApplicationListenerAttributes$Builder instance using the provided configuration. The function takes the ApplicationListenerAttributes$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
defaultPortjava.lang.Numbercdk.support/lookup-entry:default-port
listenerArnjava.lang.Stringcdk.support/lookup-entry:listener-arn
securityGroupsoftware.amazon.awscdk.services.ec2.ISecurityGroupcdk.support/lookup-entry:security-group
The build-application-listener-attributes-builder function updates a ApplicationListenerAttributes$Builder instance using the provided configuration.
  The function takes the ApplicationListenerAttributes$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 |
|---|---|---|---|
| `defaultPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:default-port` |
| `listenerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:listener-arn` |
| `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` |
sourceraw docstring

build-application-listener-builderclj

(build-application-listener-builder builder id config)

The build-application-listener-builder function updates a ApplicationListener$Builder instance using the provided configuration. The function takes the ApplicationListener$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
certificatesjava.util.Listcdk.support/lookup-entry:certificates
defaultActionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ListenerActioncdk.support/lookup-entry:default-action
defaultTargetGroupsjava.util.Listcdk.support/lookup-entry:default-target-groups
loadBalancersoftware.amazon.awscdk.services.elasticloadbalancingv2.IApplicationLoadBalancercdk.support/lookup-entry:load-balancer
openjava.lang.Booleancdk.support/lookup-entry:open
portjava.lang.Numbercdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolcdk.api.services.elasticloadbalancingv2/application-protocol:protocol
sslPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.SslPolicycdk.api.services.elasticloadbalancingv2/ssl-policy:ssl-policy
The build-application-listener-builder function updates a ApplicationListener$Builder instance using the provided configuration.
  The function takes the ApplicationListener$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 |
|---|---|---|---|
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `defaultAction` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:default-action` |
| `defaultTargetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:default-target-groups` |
| `loadBalancer` | software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationLoadBalancer | [[cdk.support/lookup-entry]] | `:load-balancer` |
| `open` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:open` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocol | [[cdk.api.services.elasticloadbalancingv2/application-protocol]] | `:protocol` |
| `sslPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.SslPolicy | [[cdk.api.services.elasticloadbalancingv2/ssl-policy]] | `:ssl-policy` |
sourceraw docstring

build-application-listener-certificate-builderclj

(build-application-listener-certificate-builder builder id config)

The build-application-listener-certificate-builder function updates a ApplicationListenerCertificate$Builder instance using the provided configuration. The function takes the ApplicationListenerCertificate$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
certificatesjava.util.Listcdk.support/lookup-entry:certificates
listenersoftware.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListenercdk.support/lookup-entry:listener
The build-application-listener-certificate-builder function updates a ApplicationListenerCertificate$Builder instance using the provided configuration.
  The function takes the ApplicationListenerCertificate$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 |
|---|---|---|---|
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `listener` | software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListener | [[cdk.support/lookup-entry]] | `:listener` |
sourceraw docstring

build-application-listener-certificate-props-builderclj

(build-application-listener-certificate-props-builder builder id config)

The build-application-listener-certificate-props-builder function updates a ApplicationListenerCertificateProps$Builder instance using the provided configuration. The function takes the ApplicationListenerCertificateProps$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
certificatesjava.util.Listcdk.support/lookup-entry:certificates
listenersoftware.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListenercdk.support/lookup-entry:listener
The build-application-listener-certificate-props-builder function updates a ApplicationListenerCertificateProps$Builder instance using the provided configuration.
  The function takes the ApplicationListenerCertificateProps$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 |
|---|---|---|---|
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `listener` | software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListener | [[cdk.support/lookup-entry]] | `:listener` |
sourceraw docstring

build-application-listener-lookup-options-builderclj

(build-application-listener-lookup-options-builder builder id config)

The build-application-listener-lookup-options-builder function updates a ApplicationListenerLookupOptions$Builder instance using the provided configuration. The function takes the ApplicationListenerLookupOptions$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
listenerArnjava.lang.Stringcdk.support/lookup-entry:listener-arn
listenerPortjava.lang.Numbercdk.support/lookup-entry:listener-port
listenerProtocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolcdk.api.services.elasticloadbalancingv2/application-protocol:listener-protocol
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerTagsjava.util.Mapcdk.support/lookup-entry:load-balancer-tags
The build-application-listener-lookup-options-builder function updates a ApplicationListenerLookupOptions$Builder instance using the provided configuration.
  The function takes the ApplicationListenerLookupOptions$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 |
|---|---|---|---|
| `listenerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:listener-arn` |
| `listenerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:listener-port` |
| `listenerProtocol` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocol | [[cdk.api.services.elasticloadbalancingv2/application-protocol]] | `:listener-protocol` |
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerTags` | java.util.Map | [[cdk.support/lookup-entry]] | `:load-balancer-tags` |
sourceraw docstring

build-application-listener-props-builderclj

(build-application-listener-props-builder builder id config)

The build-application-listener-props-builder function updates a ApplicationListenerProps$Builder instance using the provided configuration. The function takes the ApplicationListenerProps$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
certificatesjava.util.Listcdk.support/lookup-entry:certificates
defaultActionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ListenerActioncdk.support/lookup-entry:default-action
defaultTargetGroupsjava.util.Listcdk.support/lookup-entry:default-target-groups
loadBalancersoftware.amazon.awscdk.services.elasticloadbalancingv2.IApplicationLoadBalancercdk.support/lookup-entry:load-balancer
openjava.lang.Booleancdk.support/lookup-entry:open
portjava.lang.Numbercdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolcdk.api.services.elasticloadbalancingv2/application-protocol:protocol
sslPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.SslPolicycdk.api.services.elasticloadbalancingv2/ssl-policy:ssl-policy
The build-application-listener-props-builder function updates a ApplicationListenerProps$Builder instance using the provided configuration.
  The function takes the ApplicationListenerProps$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 |
|---|---|---|---|
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `defaultAction` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:default-action` |
| `defaultTargetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:default-target-groups` |
| `loadBalancer` | software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationLoadBalancer | [[cdk.support/lookup-entry]] | `:load-balancer` |
| `open` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:open` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocol | [[cdk.api.services.elasticloadbalancingv2/application-protocol]] | `:protocol` |
| `sslPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.SslPolicy | [[cdk.api.services.elasticloadbalancingv2/ssl-policy]] | `:ssl-policy` |
sourceraw docstring

build-application-listener-rule-builderclj

(build-application-listener-rule-builder builder id config)

The build-application-listener-rule-builder function updates a ApplicationListenerRule$Builder instance using the provided configuration. The function takes the ApplicationListenerRule$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
actionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ListenerActioncdk.support/lookup-entry:action
conditionsjava.util.Listcdk.support/lookup-entry:conditions
listenersoftware.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListenercdk.support/lookup-entry:listener
priorityjava.lang.Numbercdk.support/lookup-entry:priority
targetGroupsjava.util.Listcdk.support/lookup-entry:target-groups
The build-application-listener-rule-builder function updates a ApplicationListenerRule$Builder instance using the provided configuration.
  The function takes the ApplicationListenerRule$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 |
|---|---|---|---|
| `action` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:action` |
| `conditions` | java.util.List | [[cdk.support/lookup-entry]] | `:conditions` |
| `listener` | software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListener | [[cdk.support/lookup-entry]] | `:listener` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `targetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:target-groups` |
sourceraw docstring

build-application-listener-rule-props-builderclj

(build-application-listener-rule-props-builder builder id config)

The build-application-listener-rule-props-builder function updates a ApplicationListenerRuleProps$Builder instance using the provided configuration. The function takes the ApplicationListenerRuleProps$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
actionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ListenerActioncdk.support/lookup-entry:action
conditionsjava.util.Listcdk.support/lookup-entry:conditions
listenersoftware.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListenercdk.support/lookup-entry:listener
priorityjava.lang.Numbercdk.support/lookup-entry:priority
targetGroupsjava.util.Listcdk.support/lookup-entry:target-groups
The build-application-listener-rule-props-builder function updates a ApplicationListenerRuleProps$Builder instance using the provided configuration.
  The function takes the ApplicationListenerRuleProps$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 |
|---|---|---|---|
| `action` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:action` |
| `conditions` | java.util.List | [[cdk.support/lookup-entry]] | `:conditions` |
| `listener` | software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationListener | [[cdk.support/lookup-entry]] | `:listener` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `targetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:target-groups` |
sourceraw docstring

build-application-load-balancer-attributes-builderclj

(build-application-load-balancer-attributes-builder builder id config)

The build-application-load-balancer-attributes-builder function updates a ApplicationLoadBalancerAttributes$Builder instance using the provided configuration. The function takes the ApplicationLoadBalancerAttributes$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
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerCanonicalHostedZoneIdjava.lang.Stringcdk.support/lookup-entry:load-balancer-canonical-hosted-zone-id
loadBalancerDnsNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-dns-name
securityGroupAllowsAllOutboundjava.lang.Booleancdk.support/lookup-entry:security-group-allows-all-outbound
securityGroupIdjava.lang.Stringcdk.support/lookup-entry:security-group-id
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-application-load-balancer-attributes-builder function updates a ApplicationLoadBalancerAttributes$Builder instance using the provided configuration.
  The function takes the ApplicationLoadBalancerAttributes$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 |
|---|---|---|---|
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerCanonicalHostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-canonical-hosted-zone-id` |
| `loadBalancerDnsName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-dns-name` |
| `securityGroupAllowsAllOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:security-group-allows-all-outbound` |
| `securityGroupId` | java.lang.String | [[cdk.support/lookup-entry]] | `:security-group-id` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-application-load-balancer-builderclj

(build-application-load-balancer-builder builder id config)

The build-application-load-balancer-builder function updates a ApplicationLoadBalancer$Builder instance using the provided configuration. The function takes the ApplicationLoadBalancer$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
clientKeepAlivesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:client-keep-alive
crossZoneEnabledjava.lang.Booleancdk.support/lookup-entry:cross-zone-enabled
deletionProtectionjava.lang.Booleancdk.support/lookup-entry:deletion-protection
denyAllIgwTrafficjava.lang.Booleancdk.support/lookup-entry:deny-all-igw-traffic
desyncMitigationModesoftware.amazon.awscdk.services.elasticloadbalancingv2.DesyncMitigationModecdk.api.services.elasticloadbalancingv2/desync-mitigation-mode:desync-mitigation-mode
dropInvalidHeaderFieldsjava.lang.Booleancdk.support/lookup-entry:drop-invalid-header-fields
http2Enabledjava.lang.Booleancdk.support/lookup-entry:http2-enabled
idleTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:idle-timeout
internetFacingjava.lang.Booleancdk.support/lookup-entry:internet-facing
ipAddressTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.IpAddressTypecdk.api.services.elasticloadbalancingv2/ip-address-type:ip-address-type
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
preserveHostHeaderjava.lang.Booleancdk.support/lookup-entry:preserve-host-header
preserveXffClientPortjava.lang.Booleancdk.support/lookup-entry:preserve-xff-client-port
securityGroupsoftware.amazon.awscdk.services.ec2.ISecurityGroupcdk.support/lookup-entry:security-group
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
wafFailOpenjava.lang.Booleancdk.support/lookup-entry:waf-fail-open
xAmznTlsVersionAndCipherSuiteHeadersjava.lang.Booleancdk.support/lookup-entry:x-amzn-tls-version-and-cipher-suite-headers
xffHeaderProcessingModesoftware.amazon.awscdk.services.elasticloadbalancingv2.XffHeaderProcessingModecdk.api.services.elasticloadbalancingv2/xff-header-processing-mode:xff-header-processing-mode
The build-application-load-balancer-builder function updates a ApplicationLoadBalancer$Builder instance using the provided configuration.
  The function takes the ApplicationLoadBalancer$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 |
|---|---|---|---|
| `clientKeepAlive` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:client-keep-alive` |
| `crossZoneEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cross-zone-enabled` |
| `deletionProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deletion-protection` |
| `denyAllIgwTraffic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deny-all-igw-traffic` |
| `desyncMitigationMode` | software.amazon.awscdk.services.elasticloadbalancingv2.DesyncMitigationMode | [[cdk.api.services.elasticloadbalancingv2/desync-mitigation-mode]] | `:desync-mitigation-mode` |
| `dropInvalidHeaderFields` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:drop-invalid-header-fields` |
| `http2Enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:http2-enabled` |
| `idleTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:idle-timeout` |
| `internetFacing` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:internet-facing` |
| `ipAddressType` | software.amazon.awscdk.services.elasticloadbalancingv2.IpAddressType | [[cdk.api.services.elasticloadbalancingv2/ip-address-type]] | `:ip-address-type` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
| `preserveHostHeader` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preserve-host-header` |
| `preserveXffClientPort` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preserve-xff-client-port` |
| `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
| `wafFailOpen` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:waf-fail-open` |
| `xAmznTlsVersionAndCipherSuiteHeaders` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:x-amzn-tls-version-and-cipher-suite-headers` |
| `xffHeaderProcessingMode` | software.amazon.awscdk.services.elasticloadbalancingv2.XffHeaderProcessingMode | [[cdk.api.services.elasticloadbalancingv2/xff-header-processing-mode]] | `:xff-header-processing-mode` |
sourceraw docstring

build-application-load-balancer-lookup-options-builderclj

(build-application-load-balancer-lookup-options-builder builder id config)

The build-application-load-balancer-lookup-options-builder function updates a ApplicationLoadBalancerLookupOptions$Builder instance using the provided configuration. The function takes the ApplicationLoadBalancerLookupOptions$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
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerTagsjava.util.Mapcdk.support/lookup-entry:load-balancer-tags
The build-application-load-balancer-lookup-options-builder function updates a ApplicationLoadBalancerLookupOptions$Builder instance using the provided configuration.
  The function takes the ApplicationLoadBalancerLookupOptions$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 |
|---|---|---|---|
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerTags` | java.util.Map | [[cdk.support/lookup-entry]] | `:load-balancer-tags` |
sourceraw docstring

build-application-load-balancer-props-builderclj

(build-application-load-balancer-props-builder builder id config)

The build-application-load-balancer-props-builder function updates a ApplicationLoadBalancerProps$Builder instance using the provided configuration. The function takes the ApplicationLoadBalancerProps$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
clientKeepAlivesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:client-keep-alive
crossZoneEnabledjava.lang.Booleancdk.support/lookup-entry:cross-zone-enabled
deletionProtectionjava.lang.Booleancdk.support/lookup-entry:deletion-protection
denyAllIgwTrafficjava.lang.Booleancdk.support/lookup-entry:deny-all-igw-traffic
desyncMitigationModesoftware.amazon.awscdk.services.elasticloadbalancingv2.DesyncMitigationModecdk.api.services.elasticloadbalancingv2/desync-mitigation-mode:desync-mitigation-mode
dropInvalidHeaderFieldsjava.lang.Booleancdk.support/lookup-entry:drop-invalid-header-fields
http2Enabledjava.lang.Booleancdk.support/lookup-entry:http2-enabled
idleTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:idle-timeout
internetFacingjava.lang.Booleancdk.support/lookup-entry:internet-facing
ipAddressTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.IpAddressTypecdk.api.services.elasticloadbalancingv2/ip-address-type:ip-address-type
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
preserveHostHeaderjava.lang.Booleancdk.support/lookup-entry:preserve-host-header
preserveXffClientPortjava.lang.Booleancdk.support/lookup-entry:preserve-xff-client-port
securityGroupsoftware.amazon.awscdk.services.ec2.ISecurityGroupcdk.support/lookup-entry:security-group
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
wafFailOpenjava.lang.Booleancdk.support/lookup-entry:waf-fail-open
xAmznTlsVersionAndCipherSuiteHeadersjava.lang.Booleancdk.support/lookup-entry:x-amzn-tls-version-and-cipher-suite-headers
xffHeaderProcessingModesoftware.amazon.awscdk.services.elasticloadbalancingv2.XffHeaderProcessingModecdk.api.services.elasticloadbalancingv2/xff-header-processing-mode:xff-header-processing-mode
The build-application-load-balancer-props-builder function updates a ApplicationLoadBalancerProps$Builder instance using the provided configuration.
  The function takes the ApplicationLoadBalancerProps$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 |
|---|---|---|---|
| `clientKeepAlive` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:client-keep-alive` |
| `crossZoneEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cross-zone-enabled` |
| `deletionProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deletion-protection` |
| `denyAllIgwTraffic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deny-all-igw-traffic` |
| `desyncMitigationMode` | software.amazon.awscdk.services.elasticloadbalancingv2.DesyncMitigationMode | [[cdk.api.services.elasticloadbalancingv2/desync-mitigation-mode]] | `:desync-mitigation-mode` |
| `dropInvalidHeaderFields` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:drop-invalid-header-fields` |
| `http2Enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:http2-enabled` |
| `idleTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:idle-timeout` |
| `internetFacing` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:internet-facing` |
| `ipAddressType` | software.amazon.awscdk.services.elasticloadbalancingv2.IpAddressType | [[cdk.api.services.elasticloadbalancingv2/ip-address-type]] | `:ip-address-type` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
| `preserveHostHeader` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preserve-host-header` |
| `preserveXffClientPort` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preserve-xff-client-port` |
| `securityGroup` | software.amazon.awscdk.services.ec2.ISecurityGroup | [[cdk.support/lookup-entry]] | `:security-group` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
| `wafFailOpen` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:waf-fail-open` |
| `xAmznTlsVersionAndCipherSuiteHeaders` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:x-amzn-tls-version-and-cipher-suite-headers` |
| `xffHeaderProcessingMode` | software.amazon.awscdk.services.elasticloadbalancingv2.XffHeaderProcessingMode | [[cdk.api.services.elasticloadbalancingv2/xff-header-processing-mode]] | `:xff-header-processing-mode` |
sourceraw docstring

build-application-load-balancer-redirect-config-builderclj

(build-application-load-balancer-redirect-config-builder builder id config)

The build-application-load-balancer-redirect-config-builder function updates a ApplicationLoadBalancerRedirectConfig$Builder instance using the provided configuration. The function takes the ApplicationLoadBalancerRedirectConfig$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
openjava.lang.Booleancdk.support/lookup-entry:open
sourcePortjava.lang.Numbercdk.support/lookup-entry:source-port
sourceProtocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolcdk.api.services.elasticloadbalancingv2/application-protocol:source-protocol
targetPortjava.lang.Numbercdk.support/lookup-entry:target-port
targetProtocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolcdk.api.services.elasticloadbalancingv2/application-protocol:target-protocol
The build-application-load-balancer-redirect-config-builder function updates a ApplicationLoadBalancerRedirectConfig$Builder instance using the provided configuration.
  The function takes the ApplicationLoadBalancerRedirectConfig$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 |
|---|---|---|---|
| `open` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:open` |
| `sourcePort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:source-port` |
| `sourceProtocol` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocol | [[cdk.api.services.elasticloadbalancingv2/application-protocol]] | `:source-protocol` |
| `targetPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:target-port` |
| `targetProtocol` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocol | [[cdk.api.services.elasticloadbalancingv2/application-protocol]] | `:target-protocol` |
sourceraw docstring

build-application-target-group-builderclj

(build-application-target-group-builder builder id config)

The build-application-target-group-builder function updates a ApplicationTargetGroup$Builder instance using the provided configuration. The function takes the ApplicationTargetGroup$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
deregistrationDelaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:deregistration-delay
healthChecksoftware.amazon.awscdk.services.elasticloadbalancingv2.HealthCheckcdk.support/lookup-entry:health-check
loadBalancingAlgorithmTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupLoadBalancingAlgorithmTypecdk.api.services.elasticloadbalancingv2/target-group-load-balancing-algorithm-type:load-balancing-algorithm-type
portjava.lang.Numbercdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolcdk.api.services.elasticloadbalancingv2/application-protocol:protocol
protocolVersionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolVersioncdk.api.services.elasticloadbalancingv2/application-protocol-version:protocol-version
slowStartsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:slow-start
stickinessCookieDurationsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stickiness-cookie-duration
stickinessCookieNamejava.lang.Stringcdk.support/lookup-entry:stickiness-cookie-name
targetGroupNamejava.lang.Stringcdk.support/lookup-entry:target-group-name
targetTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.TargetTypecdk.api.services.elasticloadbalancingv2/target-type:target-type
targetsjava.util.Listcdk.support/lookup-entry:targets
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-application-target-group-builder function updates a ApplicationTargetGroup$Builder instance using the provided configuration.
  The function takes the ApplicationTargetGroup$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 |
|---|---|---|---|
| `deregistrationDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deregistration-delay` |
| `healthCheck` | software.amazon.awscdk.services.elasticloadbalancingv2.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `loadBalancingAlgorithmType` | software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupLoadBalancingAlgorithmType | [[cdk.api.services.elasticloadbalancingv2/target-group-load-balancing-algorithm-type]] | `:load-balancing-algorithm-type` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocol | [[cdk.api.services.elasticloadbalancingv2/application-protocol]] | `:protocol` |
| `protocolVersion` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolVersion | [[cdk.api.services.elasticloadbalancingv2/application-protocol-version]] | `:protocol-version` |
| `slowStart` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:slow-start` |
| `stickinessCookieDuration` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stickiness-cookie-duration` |
| `stickinessCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stickiness-cookie-name` |
| `targetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-name` |
| `targetType` | software.amazon.awscdk.services.elasticloadbalancingv2.TargetType | [[cdk.api.services.elasticloadbalancingv2/target-type]] | `:target-type` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-application-target-group-props-builderclj

(build-application-target-group-props-builder builder id config)

The build-application-target-group-props-builder function updates a ApplicationTargetGroupProps$Builder instance using the provided configuration. The function takes the ApplicationTargetGroupProps$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
deregistrationDelaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:deregistration-delay
healthChecksoftware.amazon.awscdk.services.elasticloadbalancingv2.HealthCheckcdk.support/lookup-entry:health-check
loadBalancingAlgorithmTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupLoadBalancingAlgorithmTypecdk.api.services.elasticloadbalancingv2/target-group-load-balancing-algorithm-type:load-balancing-algorithm-type
portjava.lang.Numbercdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolcdk.api.services.elasticloadbalancingv2/application-protocol:protocol
protocolVersionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolVersioncdk.api.services.elasticloadbalancingv2/application-protocol-version:protocol-version
slowStartsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:slow-start
stickinessCookieDurationsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stickiness-cookie-duration
stickinessCookieNamejava.lang.Stringcdk.support/lookup-entry:stickiness-cookie-name
targetGroupNamejava.lang.Stringcdk.support/lookup-entry:target-group-name
targetTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.TargetTypecdk.api.services.elasticloadbalancingv2/target-type:target-type
targetsjava.util.Listcdk.support/lookup-entry:targets
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-application-target-group-props-builder function updates a ApplicationTargetGroupProps$Builder instance using the provided configuration.
  The function takes the ApplicationTargetGroupProps$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 |
|---|---|---|---|
| `deregistrationDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deregistration-delay` |
| `healthCheck` | software.amazon.awscdk.services.elasticloadbalancingv2.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `loadBalancingAlgorithmType` | software.amazon.awscdk.services.elasticloadbalancingv2.TargetGroupLoadBalancingAlgorithmType | [[cdk.api.services.elasticloadbalancingv2/target-group-load-balancing-algorithm-type]] | `:load-balancing-algorithm-type` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocol | [[cdk.api.services.elasticloadbalancingv2/application-protocol]] | `:protocol` |
| `protocolVersion` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolVersion | [[cdk.api.services.elasticloadbalancingv2/application-protocol-version]] | `:protocol-version` |
| `slowStart` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:slow-start` |
| `stickinessCookieDuration` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stickiness-cookie-duration` |
| `stickinessCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:stickiness-cookie-name` |
| `targetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-name` |
| `targetType` | software.amazon.awscdk.services.elasticloadbalancingv2.TargetType | [[cdk.api.services.elasticloadbalancingv2/target-type]] | `:target-type` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-authenticate-oidc-options-builderclj

(build-authenticate-oidc-options-builder builder id config)

The build-authenticate-oidc-options-builder function updates a AuthenticateOidcOptions$Builder instance using the provided configuration. The function takes the AuthenticateOidcOptions$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
allowHttpsOutboundjava.lang.Booleancdk.support/lookup-entry:allow-https-outbound
authenticationRequestExtraParamsjava.util.Mapcdk.support/lookup-entry:authentication-request-extra-params
authorizationEndpointjava.lang.Stringcdk.support/lookup-entry:authorization-endpoint
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretsoftware.amazon.awscdk.SecretValuecdk.support/lookup-entry:client-secret
issuerjava.lang.Stringcdk.support/lookup-entry:issuer
nextsoftware.amazon.awscdk.services.elasticloadbalancingv2.ListenerActioncdk.support/lookup-entry:next
onUnauthenticatedRequestsoftware.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedActioncdk.api.services.elasticloadbalancingv2/unauthenticated-action:on-unauthenticated-request
scopejava.lang.Stringcdk.support/lookup-entry:scope
sessionCookieNamejava.lang.Stringcdk.support/lookup-entry:session-cookie-name
sessionTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:session-timeout
tokenEndpointjava.lang.Stringcdk.support/lookup-entry:token-endpoint
userInfoEndpointjava.lang.Stringcdk.support/lookup-entry:user-info-endpoint
The build-authenticate-oidc-options-builder function updates a AuthenticateOidcOptions$Builder instance using the provided configuration.
  The function takes the AuthenticateOidcOptions$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 |
|---|---|---|---|
| `allowHttpsOutbound` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:allow-https-outbound` |
| `authenticationRequestExtraParams` | java.util.Map | [[cdk.support/lookup-entry]] | `:authentication-request-extra-params` |
| `authorizationEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-endpoint` |
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | software.amazon.awscdk.SecretValue | [[cdk.support/lookup-entry]] | `:client-secret` |
| `issuer` | java.lang.String | [[cdk.support/lookup-entry]] | `:issuer` |
| `next` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:next` |
| `onUnauthenticatedRequest` | software.amazon.awscdk.services.elasticloadbalancingv2.UnauthenticatedAction | [[cdk.api.services.elasticloadbalancingv2/unauthenticated-action]] | `:on-unauthenticated-request` |
| `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` |
| `sessionCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-cookie-name` |
| `sessionTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:session-timeout` |
| `tokenEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-endpoint` |
| `userInfoEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-info-endpoint` |
sourceraw docstring

build-base-application-listener-props-builderclj

(build-base-application-listener-props-builder builder id config)

The build-base-application-listener-props-builder function updates a BaseApplicationListenerProps$Builder instance using the provided configuration. The function takes the BaseApplicationListenerProps$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
certificatesjava.util.Listcdk.support/lookup-entry:certificates
defaultActionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ListenerActioncdk.support/lookup-entry:default-action
defaultTargetGroupsjava.util.Listcdk.support/lookup-entry:default-target-groups
openjava.lang.Booleancdk.support/lookup-entry:open
portjava.lang.Numbercdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocolcdk.api.services.elasticloadbalancingv2/application-protocol:protocol
sslPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.SslPolicycdk.api.services.elasticloadbalancingv2/ssl-policy:ssl-policy
The build-base-application-listener-props-builder function updates a BaseApplicationListenerProps$Builder instance using the provided configuration.
  The function takes the BaseApplicationListenerProps$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 |
|---|---|---|---|
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `defaultAction` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:default-action` |
| `defaultTargetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:default-target-groups` |
| `open` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:open` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.ApplicationProtocol | [[cdk.api.services.elasticloadbalancingv2/application-protocol]] | `:protocol` |
| `sslPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.SslPolicy | [[cdk.api.services.elasticloadbalancingv2/ssl-policy]] | `:ssl-policy` |
sourceraw docstring

build-base-application-listener-rule-props-builderclj

(build-base-application-listener-rule-props-builder builder id config)

The build-base-application-listener-rule-props-builder function updates a BaseApplicationListenerRuleProps$Builder instance using the provided configuration. The function takes the BaseApplicationListenerRuleProps$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
actionsoftware.amazon.awscdk.services.elasticloadbalancingv2.ListenerActioncdk.support/lookup-entry:action
conditionsjava.util.Listcdk.support/lookup-entry:conditions
priorityjava.lang.Numbercdk.support/lookup-entry:priority
targetGroupsjava.util.Listcdk.support/lookup-entry:target-groups
The build-base-application-listener-rule-props-builder function updates a BaseApplicationListenerRuleProps$Builder instance using the provided configuration.
  The function takes the BaseApplicationListenerRuleProps$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 |
|---|---|---|---|
| `action` | software.amazon.awscdk.services.elasticloadbalancingv2.ListenerAction | [[cdk.support/lookup-entry]] | `:action` |
| `conditions` | java.util.List | [[cdk.support/lookup-entry]] | `:conditions` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `targetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:target-groups` |
sourceraw docstring

build-base-listener-lookup-options-builderclj

(build-base-listener-lookup-options-builder builder id config)

The build-base-listener-lookup-options-builder function updates a BaseListenerLookupOptions$Builder instance using the provided configuration. The function takes the BaseListenerLookupOptions$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
listenerPortjava.lang.Numbercdk.support/lookup-entry:listener-port
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerTagsjava.util.Mapcdk.support/lookup-entry:load-balancer-tags
The build-base-listener-lookup-options-builder function updates a BaseListenerLookupOptions$Builder instance using the provided configuration.
  The function takes the BaseListenerLookupOptions$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 |
|---|---|---|---|
| `listenerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:listener-port` |
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerTags` | java.util.Map | [[cdk.support/lookup-entry]] | `:load-balancer-tags` |
sourceraw docstring

build-base-load-balancer-lookup-options-builderclj

(build-base-load-balancer-lookup-options-builder builder id config)

The build-base-load-balancer-lookup-options-builder function updates a BaseLoadBalancerLookupOptions$Builder instance using the provided configuration. The function takes the BaseLoadBalancerLookupOptions$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
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerTagsjava.util.Mapcdk.support/lookup-entry:load-balancer-tags
The build-base-load-balancer-lookup-options-builder function updates a BaseLoadBalancerLookupOptions$Builder instance using the provided configuration.
  The function takes the BaseLoadBalancerLookupOptions$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 |
|---|---|---|---|
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerTags` | java.util.Map | [[cdk.support/lookup-entry]] | `:load-balancer-tags` |
sourceraw docstring

build-base-load-balancer-props-builderclj

(build-base-load-balancer-props-builder builder id config)

The build-base-load-balancer-props-builder function updates a BaseLoadBalancerProps$Builder instance using the provided configuration. The function takes the BaseLoadBalancerProps$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
crossZoneEnabledjava.lang.Booleancdk.support/lookup-entry:cross-zone-enabled
deletionProtectionjava.lang.Booleancdk.support/lookup-entry:deletion-protection
denyAllIgwTrafficjava.lang.Booleancdk.support/lookup-entry:deny-all-igw-traffic
internetFacingjava.lang.Booleancdk.support/lookup-entry:internet-facing
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-base-load-balancer-props-builder function updates a BaseLoadBalancerProps$Builder instance using the provided configuration.
  The function takes the BaseLoadBalancerProps$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 |
|---|---|---|---|
| `crossZoneEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cross-zone-enabled` |
| `deletionProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deletion-protection` |
| `denyAllIgwTraffic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deny-all-igw-traffic` |
| `internetFacing` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:internet-facing` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-base-network-listener-props-builderclj

(build-base-network-listener-props-builder builder id config)

The build-base-network-listener-props-builder function updates a BaseNetworkListenerProps$Builder instance using the provided configuration. The function takes the BaseNetworkListenerProps$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
alpnPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.AlpnPolicycdk.api.services.elasticloadbalancingv2/alpn-policy:alpn-policy
certificatesjava.util.Listcdk.support/lookup-entry:certificates
defaultActionsoftware.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerActioncdk.support/lookup-entry:default-action
defaultTargetGroupsjava.util.Listcdk.support/lookup-entry:default-target-groups
portjava.lang.Numbercdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.Protocolcdk.api.services.elasticloadbalancingv2/protocol:protocol
sslPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.SslPolicycdk.api.services.elasticloadbalancingv2/ssl-policy:ssl-policy
The build-base-network-listener-props-builder function updates a BaseNetworkListenerProps$Builder instance using the provided configuration.
  The function takes the BaseNetworkListenerProps$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 |
|---|---|---|---|
| `alpnPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.AlpnPolicy | [[cdk.api.services.elasticloadbalancingv2/alpn-policy]] | `:alpn-policy` |
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `defaultAction` | software.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerAction | [[cdk.support/lookup-entry]] | `:default-action` |
| `defaultTargetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:default-target-groups` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.Protocol | [[cdk.api.services.elasticloadbalancingv2/protocol]] | `:protocol` |
| `sslPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.SslPolicy | [[cdk.api.services.elasticloadbalancingv2/ssl-policy]] | `:ssl-policy` |
sourceraw docstring

build-base-target-group-props-builderclj

(build-base-target-group-props-builder builder id config)

The build-base-target-group-props-builder function updates a BaseTargetGroupProps$Builder instance using the provided configuration. The function takes the BaseTargetGroupProps$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
deregistrationDelaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:deregistration-delay
healthChecksoftware.amazon.awscdk.services.elasticloadbalancingv2.HealthCheckcdk.support/lookup-entry:health-check
targetGroupNamejava.lang.Stringcdk.support/lookup-entry:target-group-name
targetTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.TargetTypecdk.api.services.elasticloadbalancingv2/target-type:target-type
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-base-target-group-props-builder function updates a BaseTargetGroupProps$Builder instance using the provided configuration.
  The function takes the BaseTargetGroupProps$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 |
|---|---|---|---|
| `deregistrationDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deregistration-delay` |
| `healthCheck` | software.amazon.awscdk.services.elasticloadbalancingv2.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `targetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-name` |
| `targetType` | software.amazon.awscdk.services.elasticloadbalancingv2.TargetType | [[cdk.api.services.elasticloadbalancingv2/target-type]] | `:target-type` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-cfn-listener-action-property-builderclj

(build-cfn-listener-action-property-builder builder id config)

The build-cfn-listener-action-property-builder function updates a CfnListener$ActionProperty$Builder instance using the provided configuration. The function takes the CfnListener$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
authenticateCognitoConfigsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$AuthenticateCognitoConfigPropertycdk.support/lookup-entry:authenticate-cognito-config
authenticateOidcConfigsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$AuthenticateOidcConfigPropertycdk.support/lookup-entry:authenticate-oidc-config
fixedResponseConfigsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$FixedResponseConfigPropertycdk.support/lookup-entry:fixed-response-config
forwardConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:forward-config
orderjava.lang.Numbercdk.support/lookup-entry:order
redirectConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:redirect-config
targetGroupArnjava.lang.Stringcdk.support/lookup-entry:target-group-arn
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-listener-action-property-builder function updates a CfnListener$ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$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 |
|---|---|---|---|
| `authenticateCognitoConfig` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$AuthenticateCognitoConfigProperty | [[cdk.support/lookup-entry]] | `:authenticate-cognito-config` |
| `authenticateOidcConfig` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$AuthenticateOidcConfigProperty | [[cdk.support/lookup-entry]] | `:authenticate-oidc-config` |
| `fixedResponseConfig` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$FixedResponseConfigProperty | [[cdk.support/lookup-entry]] | `:fixed-response-config` |
| `forwardConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:forward-config` |
| `order` | java.lang.Number | [[cdk.support/lookup-entry]] | `:order` |
| `redirectConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:redirect-config` |
| `targetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-arn` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-listener-authenticate-cognito-config-property-builderclj

(build-cfn-listener-authenticate-cognito-config-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-listener-authenticate-cognito-config-property-builder function updates a CfnListener$AuthenticateCognitoConfigProperty$Builder instance using the provided configuration. The function takes the CfnListener$AuthenticateCognitoConfigProperty$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
authenticationRequestExtraParamssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:authentication-request-extra-params
onUnauthenticatedRequestjava.lang.Stringcdk.support/lookup-entry:on-unauthenticated-request
scopejava.lang.Stringcdk.support/lookup-entry:scope
sessionCookieNamejava.lang.Stringcdk.support/lookup-entry:session-cookie-name
sessionTimeoutjava.lang.Stringcdk.support/lookup-entry:session-timeout
userPoolArnjava.lang.Stringcdk.support/lookup-entry:user-pool-arn
userPoolClientIdjava.lang.Stringcdk.support/lookup-entry:user-pool-client-id
userPoolDomainjava.lang.Stringcdk.support/lookup-entry:user-pool-domain
The build-cfn-listener-authenticate-cognito-config-property-builder function updates a CfnListener$AuthenticateCognitoConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$AuthenticateCognitoConfigProperty$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 |
|---|---|---|---|
| `authenticationRequestExtraParams` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authentication-request-extra-params` |
| `onUnauthenticatedRequest` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-unauthenticated-request` |
| `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` |
| `sessionCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-cookie-name` |
| `sessionTimeout` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-timeout` |
| `userPoolArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-pool-arn` |
| `userPoolClientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-pool-client-id` |
| `userPoolDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-pool-domain` |
sourceraw docstring

build-cfn-listener-authenticate-oidc-config-property-builderclj

(build-cfn-listener-authenticate-oidc-config-property-builder builder id config)

The build-cfn-listener-authenticate-oidc-config-property-builder function updates a CfnListener$AuthenticateOidcConfigProperty$Builder instance using the provided configuration. The function takes the CfnListener$AuthenticateOidcConfigProperty$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
authenticationRequestExtraParamssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:authentication-request-extra-params
authorizationEndpointjava.lang.Stringcdk.support/lookup-entry:authorization-endpoint
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretjava.lang.Stringcdk.support/lookup-entry:client-secret
issuerjava.lang.Stringcdk.support/lookup-entry:issuer
onUnauthenticatedRequestjava.lang.Stringcdk.support/lookup-entry:on-unauthenticated-request
scopejava.lang.Stringcdk.support/lookup-entry:scope
sessionCookieNamejava.lang.Stringcdk.support/lookup-entry:session-cookie-name
sessionTimeoutjava.lang.Stringcdk.support/lookup-entry:session-timeout
tokenEndpointjava.lang.Stringcdk.support/lookup-entry:token-endpoint
useExistingClientSecretjava.lang.Booleancdk.support/lookup-entry:use-existing-client-secret
userInfoEndpointjava.lang.Stringcdk.support/lookup-entry:user-info-endpoint
The build-cfn-listener-authenticate-oidc-config-property-builder function updates a CfnListener$AuthenticateOidcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$AuthenticateOidcConfigProperty$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 |
|---|---|---|---|
| `authenticationRequestExtraParams` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authentication-request-extra-params` |
| `authorizationEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-endpoint` |
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
| `issuer` | java.lang.String | [[cdk.support/lookup-entry]] | `:issuer` |
| `onUnauthenticatedRequest` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-unauthenticated-request` |
| `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` |
| `sessionCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-cookie-name` |
| `sessionTimeout` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-timeout` |
| `tokenEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-endpoint` |
| `useExistingClientSecret` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:use-existing-client-secret` |
| `userInfoEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-info-endpoint` |
sourceraw docstring

build-cfn-listener-builderclj

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

The build-cfn-listener-builder function updates a CfnListener$Builder instance using the provided configuration. The function takes the CfnListener$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
alpnPolicyjava.util.Listcdk.support/lookup-entry:alpn-policy
certificatesjava.util.Listcdk.support/lookup-entry:certificates
defaultActionsjava.util.Listcdk.support/lookup-entry:default-actions
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
mutualAuthenticationsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$MutualAuthenticationPropertycdk.support/lookup-entry:mutual-authentication
portjava.lang.Numbercdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
sslPolicyjava.lang.Stringcdk.support/lookup-entry:ssl-policy
The build-cfn-listener-builder function updates a CfnListener$Builder instance using the provided configuration.
  The function takes the CfnListener$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 |
|---|---|---|---|
| `alpnPolicy` | java.util.List | [[cdk.support/lookup-entry]] | `:alpn-policy` |
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `defaultActions` | java.util.List | [[cdk.support/lookup-entry]] | `:default-actions` |
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `mutualAuthentication` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$MutualAuthenticationProperty | [[cdk.support/lookup-entry]] | `:mutual-authentication` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `sslPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-policy` |
sourceraw docstring

build-cfn-listener-certificate-builderclj

(build-cfn-listener-certificate-builder builder id config)

The build-cfn-listener-certificate-builder function updates a CfnListenerCertificate$Builder instance using the provided configuration. The function takes the CfnListenerCertificate$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
certificatesjava.util.Listcdk.support/lookup-entry:certificates
listenerArnjava.lang.Stringcdk.support/lookup-entry:listener-arn
The build-cfn-listener-certificate-builder function updates a CfnListenerCertificate$Builder instance using the provided configuration.
  The function takes the CfnListenerCertificate$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 |
|---|---|---|---|
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `listenerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:listener-arn` |
sourceraw docstring

build-cfn-listener-certificate-certificate-property-builderclj

(build-cfn-listener-certificate-certificate-property-builder builder id config)

The build-cfn-listener-certificate-certificate-property-builder function updates a CfnListenerCertificate$CertificateProperty$Builder instance using the provided configuration. The function takes the CfnListenerCertificate$CertificateProperty$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
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
The build-cfn-listener-certificate-certificate-property-builder function updates a CfnListenerCertificate$CertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerCertificate$CertificateProperty$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 |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
sourceraw docstring

build-cfn-listener-certificate-property-builderclj

(build-cfn-listener-certificate-property-builder builder id config)

The build-cfn-listener-certificate-property-builder function updates a CfnListener$CertificateProperty$Builder instance using the provided configuration. The function takes the CfnListener$CertificateProperty$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
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
The build-cfn-listener-certificate-property-builder function updates a CfnListener$CertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$CertificateProperty$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 |
|---|---|---|---|
| `certificateArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-arn` |
sourceraw docstring

build-cfn-listener-certificate-props-builderclj

(build-cfn-listener-certificate-props-builder builder id config)

The build-cfn-listener-certificate-props-builder function updates a CfnListenerCertificateProps$Builder instance using the provided configuration. The function takes the CfnListenerCertificateProps$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
certificatessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:certificates
listenerArnjava.lang.Stringcdk.support/lookup-entry:listener-arn
The build-cfn-listener-certificate-props-builder function updates a CfnListenerCertificateProps$Builder instance using the provided configuration.
  The function takes the CfnListenerCertificateProps$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 |
|---|---|---|---|
| `certificates` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:certificates` |
| `listenerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:listener-arn` |
sourceraw docstring

build-cfn-listener-fixed-response-config-property-builderclj

(build-cfn-listener-fixed-response-config-property-builder builder id config)

The build-cfn-listener-fixed-response-config-property-builder function updates a CfnListener$FixedResponseConfigProperty$Builder instance using the provided configuration. The function takes the CfnListener$FixedResponseConfigProperty$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
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
messageBodyjava.lang.Stringcdk.support/lookup-entry:message-body
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-cfn-listener-fixed-response-config-property-builder function updates a CfnListener$FixedResponseConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$FixedResponseConfigProperty$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 |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `messageBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-body` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-cfn-listener-forward-config-property-builderclj

(build-cfn-listener-forward-config-property-builder builder id config)

The build-cfn-listener-forward-config-property-builder function updates a CfnListener$ForwardConfigProperty$Builder instance using the provided configuration. The function takes the CfnListener$ForwardConfigProperty$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
targetGroupStickinessConfigsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$TargetGroupStickinessConfigPropertycdk.support/lookup-entry:target-group-stickiness-config
targetGroupssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-groups
The build-cfn-listener-forward-config-property-builder function updates a CfnListener$ForwardConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$ForwardConfigProperty$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 |
|---|---|---|---|
| `targetGroupStickinessConfig` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$TargetGroupStickinessConfigProperty | [[cdk.support/lookup-entry]] | `:target-group-stickiness-config` |
| `targetGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-groups` |
sourceraw docstring

build-cfn-listener-mutual-authentication-property-builderclj

(build-cfn-listener-mutual-authentication-property-builder builder id config)

The build-cfn-listener-mutual-authentication-property-builder function updates a CfnListener$MutualAuthenticationProperty$Builder instance using the provided configuration. The function takes the CfnListener$MutualAuthenticationProperty$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
ignoreClientCertificateExpirysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:ignore-client-certificate-expiry
modejava.lang.Stringcdk.support/lookup-entry:mode
trustStoreArnjava.lang.Stringcdk.support/lookup-entry:trust-store-arn
The build-cfn-listener-mutual-authentication-property-builder function updates a CfnListener$MutualAuthenticationProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$MutualAuthenticationProperty$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 |
|---|---|---|---|
| `ignoreClientCertificateExpiry` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:ignore-client-certificate-expiry` |
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
| `trustStoreArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-store-arn` |
sourceraw docstring

build-cfn-listener-props-builderclj

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

The build-cfn-listener-props-builder function updates a CfnListenerProps$Builder instance using the provided configuration. The function takes the CfnListenerProps$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
alpnPolicyjava.util.Listcdk.support/lookup-entry:alpn-policy
certificatessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:certificates
defaultActionsjava.util.Listcdk.support/lookup-entry:default-actions
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
mutualAuthenticationsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$MutualAuthenticationPropertycdk.support/lookup-entry:mutual-authentication
portjava.lang.Numbercdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
sslPolicyjava.lang.Stringcdk.support/lookup-entry:ssl-policy
The build-cfn-listener-props-builder function updates a CfnListenerProps$Builder instance using the provided configuration.
  The function takes the CfnListenerProps$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 |
|---|---|---|---|
| `alpnPolicy` | java.util.List | [[cdk.support/lookup-entry]] | `:alpn-policy` |
| `certificates` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:certificates` |
| `defaultActions` | java.util.List | [[cdk.support/lookup-entry]] | `:default-actions` |
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `mutualAuthentication` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListener$MutualAuthenticationProperty | [[cdk.support/lookup-entry]] | `:mutual-authentication` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `sslPolicy` | java.lang.String | [[cdk.support/lookup-entry]] | `:ssl-policy` |
sourceraw docstring

build-cfn-listener-redirect-config-property-builderclj

(build-cfn-listener-redirect-config-property-builder builder id config)

The build-cfn-listener-redirect-config-property-builder function updates a CfnListener$RedirectConfigProperty$Builder instance using the provided configuration. The function takes the CfnListener$RedirectConfigProperty$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
hostjava.lang.Stringcdk.support/lookup-entry:host
pathjava.lang.Stringcdk.support/lookup-entry:path
portjava.lang.Stringcdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
queryjava.lang.Stringcdk.support/lookup-entry:query
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-cfn-listener-redirect-config-property-builder function updates a CfnListener$RedirectConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$RedirectConfigProperty$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 |
|---|---|---|---|
| `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `port` | java.lang.String | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `query` | java.lang.String | [[cdk.support/lookup-entry]] | `:query` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-cfn-listener-rule-action-property-builderclj

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

The build-cfn-listener-rule-action-property-builder function updates a CfnListenerRule$ActionProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$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
authenticateCognitoConfigsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$AuthenticateCognitoConfigPropertycdk.support/lookup-entry:authenticate-cognito-config
authenticateOidcConfigsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$AuthenticateOidcConfigPropertycdk.support/lookup-entry:authenticate-oidc-config
fixedResponseConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:fixed-response-config
forwardConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:forward-config
orderjava.lang.Numbercdk.support/lookup-entry:order
redirectConfigsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$RedirectConfigPropertycdk.support/lookup-entry:redirect-config
targetGroupArnjava.lang.Stringcdk.support/lookup-entry:target-group-arn
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-listener-rule-action-property-builder function updates a CfnListenerRule$ActionProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$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 |
|---|---|---|---|
| `authenticateCognitoConfig` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$AuthenticateCognitoConfigProperty | [[cdk.support/lookup-entry]] | `:authenticate-cognito-config` |
| `authenticateOidcConfig` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$AuthenticateOidcConfigProperty | [[cdk.support/lookup-entry]] | `:authenticate-oidc-config` |
| `fixedResponseConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:fixed-response-config` |
| `forwardConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:forward-config` |
| `order` | java.lang.Number | [[cdk.support/lookup-entry]] | `:order` |
| `redirectConfig` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$RedirectConfigProperty | [[cdk.support/lookup-entry]] | `:redirect-config` |
| `targetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-arn` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-listener-rule-authenticate-cognito-config-property-builderclj

(build-cfn-listener-rule-authenticate-cognito-config-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-listener-rule-authenticate-cognito-config-property-builder function updates a CfnListenerRule$AuthenticateCognitoConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$AuthenticateCognitoConfigProperty$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
authenticationRequestExtraParamsjava.util.Mapcdk.support/lookup-entry:authentication-request-extra-params
onUnauthenticatedRequestjava.lang.Stringcdk.support/lookup-entry:on-unauthenticated-request
scopejava.lang.Stringcdk.support/lookup-entry:scope
sessionCookieNamejava.lang.Stringcdk.support/lookup-entry:session-cookie-name
sessionTimeoutjava.lang.Numbercdk.support/lookup-entry:session-timeout
userPoolArnjava.lang.Stringcdk.support/lookup-entry:user-pool-arn
userPoolClientIdjava.lang.Stringcdk.support/lookup-entry:user-pool-client-id
userPoolDomainjava.lang.Stringcdk.support/lookup-entry:user-pool-domain
The build-cfn-listener-rule-authenticate-cognito-config-property-builder function updates a CfnListenerRule$AuthenticateCognitoConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$AuthenticateCognitoConfigProperty$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 |
|---|---|---|---|
| `authenticationRequestExtraParams` | java.util.Map | [[cdk.support/lookup-entry]] | `:authentication-request-extra-params` |
| `onUnauthenticatedRequest` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-unauthenticated-request` |
| `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` |
| `sessionCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-cookie-name` |
| `sessionTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:session-timeout` |
| `userPoolArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-pool-arn` |
| `userPoolClientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-pool-client-id` |
| `userPoolDomain` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-pool-domain` |
sourceraw docstring

build-cfn-listener-rule-authenticate-oidc-config-property-builderclj

(build-cfn-listener-rule-authenticate-oidc-config-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-listener-rule-authenticate-oidc-config-property-builder function updates a CfnListenerRule$AuthenticateOidcConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$AuthenticateOidcConfigProperty$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
authenticationRequestExtraParamssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:authentication-request-extra-params
authorizationEndpointjava.lang.Stringcdk.support/lookup-entry:authorization-endpoint
clientIdjava.lang.Stringcdk.support/lookup-entry:client-id
clientSecretjava.lang.Stringcdk.support/lookup-entry:client-secret
issuerjava.lang.Stringcdk.support/lookup-entry:issuer
onUnauthenticatedRequestjava.lang.Stringcdk.support/lookup-entry:on-unauthenticated-request
scopejava.lang.Stringcdk.support/lookup-entry:scope
sessionCookieNamejava.lang.Stringcdk.support/lookup-entry:session-cookie-name
sessionTimeoutjava.lang.Numbercdk.support/lookup-entry:session-timeout
tokenEndpointjava.lang.Stringcdk.support/lookup-entry:token-endpoint
useExistingClientSecretsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:use-existing-client-secret
userInfoEndpointjava.lang.Stringcdk.support/lookup-entry:user-info-endpoint
The build-cfn-listener-rule-authenticate-oidc-config-property-builder function updates a CfnListenerRule$AuthenticateOidcConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$AuthenticateOidcConfigProperty$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 |
|---|---|---|---|
| `authenticationRequestExtraParams` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:authentication-request-extra-params` |
| `authorizationEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:authorization-endpoint` |
| `clientId` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-id` |
| `clientSecret` | java.lang.String | [[cdk.support/lookup-entry]] | `:client-secret` |
| `issuer` | java.lang.String | [[cdk.support/lookup-entry]] | `:issuer` |
| `onUnauthenticatedRequest` | java.lang.String | [[cdk.support/lookup-entry]] | `:on-unauthenticated-request` |
| `scope` | java.lang.String | [[cdk.support/lookup-entry]] | `:scope` |
| `sessionCookieName` | java.lang.String | [[cdk.support/lookup-entry]] | `:session-cookie-name` |
| `sessionTimeout` | java.lang.Number | [[cdk.support/lookup-entry]] | `:session-timeout` |
| `tokenEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:token-endpoint` |
| `useExistingClientSecret` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:use-existing-client-secret` |
| `userInfoEndpoint` | java.lang.String | [[cdk.support/lookup-entry]] | `:user-info-endpoint` |
sourceraw docstring

build-cfn-listener-rule-builderclj

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

The build-cfn-listener-rule-builder function updates a CfnListenerRule$Builder instance using the provided configuration. The function takes the CfnListenerRule$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
conditionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:conditions
listenerArnjava.lang.Stringcdk.support/lookup-entry:listener-arn
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-cfn-listener-rule-builder function updates a CfnListenerRule$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$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` |
| `conditions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:conditions` |
| `listenerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:listener-arn` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
sourceraw docstring

build-cfn-listener-rule-fixed-response-config-property-builderclj

(build-cfn-listener-rule-fixed-response-config-property-builder builder
                                                                id
                                                                config)

The build-cfn-listener-rule-fixed-response-config-property-builder function updates a CfnListenerRule$FixedResponseConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$FixedResponseConfigProperty$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
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
messageBodyjava.lang.Stringcdk.support/lookup-entry:message-body
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-cfn-listener-rule-fixed-response-config-property-builder function updates a CfnListenerRule$FixedResponseConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$FixedResponseConfigProperty$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 |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `messageBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-body` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-cfn-listener-rule-forward-config-property-builderclj

(build-cfn-listener-rule-forward-config-property-builder builder id config)

The build-cfn-listener-rule-forward-config-property-builder function updates a CfnListenerRule$ForwardConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$ForwardConfigProperty$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
targetGroupStickinessConfigsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$TargetGroupStickinessConfigPropertycdk.support/lookup-entry:target-group-stickiness-config
targetGroupssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-groups
The build-cfn-listener-rule-forward-config-property-builder function updates a CfnListenerRule$ForwardConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$ForwardConfigProperty$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 |
|---|---|---|---|
| `targetGroupStickinessConfig` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$TargetGroupStickinessConfigProperty | [[cdk.support/lookup-entry]] | `:target-group-stickiness-config` |
| `targetGroups` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-groups` |
sourceraw docstring

build-cfn-listener-rule-host-header-config-property-builderclj

(build-cfn-listener-rule-host-header-config-property-builder builder id config)

The build-cfn-listener-rule-host-header-config-property-builder function updates a CfnListenerRule$HostHeaderConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$HostHeaderConfigProperty$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
valuesjava.util.Listcdk.support/lookup-entry:values
The build-cfn-listener-rule-host-header-config-property-builder function updates a CfnListenerRule$HostHeaderConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$HostHeaderConfigProperty$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 |
|---|---|---|---|
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
sourceraw docstring

build-cfn-listener-rule-http-header-config-property-builderclj

(build-cfn-listener-rule-http-header-config-property-builder builder id config)

The build-cfn-listener-rule-http-header-config-property-builder function updates a CfnListenerRule$HttpHeaderConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$HttpHeaderConfigProperty$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
httpHeaderNamejava.lang.Stringcdk.support/lookup-entry:http-header-name
valuesjava.util.Listcdk.support/lookup-entry:values
The build-cfn-listener-rule-http-header-config-property-builder function updates a CfnListenerRule$HttpHeaderConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$HttpHeaderConfigProperty$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 |
|---|---|---|---|
| `httpHeaderName` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-header-name` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
sourceraw docstring

build-cfn-listener-rule-http-request-method-config-property-builderclj

(build-cfn-listener-rule-http-request-method-config-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-listener-rule-http-request-method-config-property-builder function updates a CfnListenerRule$HttpRequestMethodConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$HttpRequestMethodConfigProperty$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
valuesjava.util.Listcdk.support/lookup-entry:values
The build-cfn-listener-rule-http-request-method-config-property-builder function updates a CfnListenerRule$HttpRequestMethodConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$HttpRequestMethodConfigProperty$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 |
|---|---|---|---|
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
sourceraw docstring

build-cfn-listener-rule-path-pattern-config-property-builderclj

(build-cfn-listener-rule-path-pattern-config-property-builder builder id config)

The build-cfn-listener-rule-path-pattern-config-property-builder function updates a CfnListenerRule$PathPatternConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$PathPatternConfigProperty$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
valuesjava.util.Listcdk.support/lookup-entry:values
The build-cfn-listener-rule-path-pattern-config-property-builder function updates a CfnListenerRule$PathPatternConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$PathPatternConfigProperty$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 |
|---|---|---|---|
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
sourceraw docstring

build-cfn-listener-rule-props-builderclj

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

The build-cfn-listener-rule-props-builder function updates a CfnListenerRuleProps$Builder instance using the provided configuration. The function takes the CfnListenerRuleProps$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
conditionssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:conditions
listenerArnjava.lang.Stringcdk.support/lookup-entry:listener-arn
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-cfn-listener-rule-props-builder function updates a CfnListenerRuleProps$Builder instance using the provided configuration.
  The function takes the CfnListenerRuleProps$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` |
| `conditions` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:conditions` |
| `listenerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:listener-arn` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
sourceraw docstring

build-cfn-listener-rule-query-string-config-property-builderclj

(build-cfn-listener-rule-query-string-config-property-builder builder id config)

The build-cfn-listener-rule-query-string-config-property-builder function updates a CfnListenerRule$QueryStringConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$QueryStringConfigProperty$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
valuessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:values
The build-cfn-listener-rule-query-string-config-property-builder function updates a CfnListenerRule$QueryStringConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$QueryStringConfigProperty$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 |
|---|---|---|---|
| `values` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:values` |
sourceraw docstring

build-cfn-listener-rule-query-string-key-value-property-builderclj

(build-cfn-listener-rule-query-string-key-value-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-listener-rule-query-string-key-value-property-builder function updates a CfnListenerRule$QueryStringKeyValueProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$QueryStringKeyValueProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-listener-rule-query-string-key-value-property-builder function updates a CfnListenerRule$QueryStringKeyValueProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$QueryStringKeyValueProperty$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-listener-rule-redirect-config-property-builderclj

(build-cfn-listener-rule-redirect-config-property-builder builder id config)

The build-cfn-listener-rule-redirect-config-property-builder function updates a CfnListenerRule$RedirectConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$RedirectConfigProperty$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
hostjava.lang.Stringcdk.support/lookup-entry:host
pathjava.lang.Stringcdk.support/lookup-entry:path
portjava.lang.Stringcdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
queryjava.lang.Stringcdk.support/lookup-entry:query
statusCodejava.lang.Stringcdk.support/lookup-entry:status-code
The build-cfn-listener-rule-redirect-config-property-builder function updates a CfnListenerRule$RedirectConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$RedirectConfigProperty$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 |
|---|---|---|---|
| `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `port` | java.lang.String | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `query` | java.lang.String | [[cdk.support/lookup-entry]] | `:query` |
| `statusCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:status-code` |
sourceraw docstring

build-cfn-listener-rule-rule-condition-property-builderclj

(build-cfn-listener-rule-rule-condition-property-builder builder id config)

The build-cfn-listener-rule-rule-condition-property-builder function updates a CfnListenerRule$RuleConditionProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$RuleConditionProperty$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
fieldjava.lang.Stringcdk.support/lookup-entry:field
hostHeaderConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:host-header-config
httpHeaderConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-header-config
httpRequestMethodConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-request-method-config
pathPatternConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:path-pattern-config
queryStringConfigsoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$QueryStringConfigPropertycdk.support/lookup-entry:query-string-config
sourceIpConfigsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:source-ip-config
valuesjava.util.Listcdk.support/lookup-entry:values
The build-cfn-listener-rule-rule-condition-property-builder function updates a CfnListenerRule$RuleConditionProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$RuleConditionProperty$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 |
|---|---|---|---|
| `field` | java.lang.String | [[cdk.support/lookup-entry]] | `:field` |
| `hostHeaderConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:host-header-config` |
| `httpHeaderConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-header-config` |
| `httpRequestMethodConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-request-method-config` |
| `pathPatternConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:path-pattern-config` |
| `queryStringConfig` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnListenerRule$QueryStringConfigProperty | [[cdk.support/lookup-entry]] | `:query-string-config` |
| `sourceIpConfig` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:source-ip-config` |
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
sourceraw docstring

build-cfn-listener-rule-source-ip-config-property-builderclj

(build-cfn-listener-rule-source-ip-config-property-builder builder id config)

The build-cfn-listener-rule-source-ip-config-property-builder function updates a CfnListenerRule$SourceIpConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$SourceIpConfigProperty$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
valuesjava.util.Listcdk.support/lookup-entry:values
The build-cfn-listener-rule-source-ip-config-property-builder function updates a CfnListenerRule$SourceIpConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$SourceIpConfigProperty$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 |
|---|---|---|---|
| `values` | java.util.List | [[cdk.support/lookup-entry]] | `:values` |
sourceraw docstring

build-cfn-listener-rule-target-group-stickiness-config-property-builderclj

(build-cfn-listener-rule-target-group-stickiness-config-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-listener-rule-target-group-stickiness-config-property-builder function updates a CfnListenerRule$TargetGroupStickinessConfigProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$TargetGroupStickinessConfigProperty$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
durationSecondsjava.lang.Numbercdk.support/lookup-entry:duration-seconds
enabledsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enabled
The build-cfn-listener-rule-target-group-stickiness-config-property-builder function updates a CfnListenerRule$TargetGroupStickinessConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$TargetGroupStickinessConfigProperty$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 |
|---|---|---|---|
| `durationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration-seconds` |
| `enabled` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enabled` |
sourceraw docstring

build-cfn-listener-rule-target-group-tuple-property-builderclj

(build-cfn-listener-rule-target-group-tuple-property-builder builder id config)

The build-cfn-listener-rule-target-group-tuple-property-builder function updates a CfnListenerRule$TargetGroupTupleProperty$Builder instance using the provided configuration. The function takes the CfnListenerRule$TargetGroupTupleProperty$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
targetGroupArnjava.lang.Stringcdk.support/lookup-entry:target-group-arn
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-listener-rule-target-group-tuple-property-builder function updates a CfnListenerRule$TargetGroupTupleProperty$Builder instance using the provided configuration.
  The function takes the CfnListenerRule$TargetGroupTupleProperty$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 |
|---|---|---|---|
| `targetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-arn` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-listener-target-group-stickiness-config-property-builderclj

(build-cfn-listener-target-group-stickiness-config-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-listener-target-group-stickiness-config-property-builder function updates a CfnListener$TargetGroupStickinessConfigProperty$Builder instance using the provided configuration. The function takes the CfnListener$TargetGroupStickinessConfigProperty$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
durationSecondsjava.lang.Numbercdk.support/lookup-entry:duration-seconds
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
The build-cfn-listener-target-group-stickiness-config-property-builder function updates a CfnListener$TargetGroupStickinessConfigProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$TargetGroupStickinessConfigProperty$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 |
|---|---|---|---|
| `durationSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:duration-seconds` |
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
sourceraw docstring

build-cfn-listener-target-group-tuple-property-builderclj

(build-cfn-listener-target-group-tuple-property-builder builder id config)

The build-cfn-listener-target-group-tuple-property-builder function updates a CfnListener$TargetGroupTupleProperty$Builder instance using the provided configuration. The function takes the CfnListener$TargetGroupTupleProperty$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
targetGroupArnjava.lang.Stringcdk.support/lookup-entry:target-group-arn
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-listener-target-group-tuple-property-builder function updates a CfnListener$TargetGroupTupleProperty$Builder instance using the provided configuration.
  The function takes the CfnListener$TargetGroupTupleProperty$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 |
|---|---|---|---|
| `targetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-arn` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-load-balancer-builderclj

(build-cfn-load-balancer-builder builder id config)

The build-cfn-load-balancer-builder function updates a CfnLoadBalancer$Builder instance using the provided configuration. The function takes the CfnLoadBalancer$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
enforceSecurityGroupInboundRulesOnPrivateLinkTrafficjava.lang.Stringcdk.support/lookup-entry:enforce-security-group-inbound-rules-on-private-link-traffic
ipAddressTypejava.lang.Stringcdk.support/lookup-entry:ip-address-type
loadBalancerAttributesjava.util.Listcdk.support/lookup-entry:load-balancer-attributes
namejava.lang.Stringcdk.support/lookup-entry:name
schemejava.lang.Stringcdk.support/lookup-entry:scheme
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:subnet-mappings
subnetsjava.util.Listcdk.support/lookup-entry:subnets
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-load-balancer-builder function updates a CfnLoadBalancer$Builder instance using the provided configuration.
  The function takes the CfnLoadBalancer$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 |
|---|---|---|---|
| `enforceSecurityGroupInboundRulesOnPrivateLinkTraffic` | java.lang.String | [[cdk.support/lookup-entry]] | `:enforce-security-group-inbound-rules-on-private-link-traffic` |
| `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` |
| `loadBalancerAttributes` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancer-attributes` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `scheme` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheme` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `subnetMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:subnet-mappings` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-load-balancer-load-balancer-attribute-property-builderclj

(build-cfn-load-balancer-load-balancer-attribute-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-load-balancer-load-balancer-attribute-property-builder function updates a CfnLoadBalancer$LoadBalancerAttributeProperty$Builder instance using the provided configuration. The function takes the CfnLoadBalancer$LoadBalancerAttributeProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-load-balancer-load-balancer-attribute-property-builder function updates a CfnLoadBalancer$LoadBalancerAttributeProperty$Builder instance using the provided configuration.
  The function takes the CfnLoadBalancer$LoadBalancerAttributeProperty$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-load-balancer-props-builderclj

(build-cfn-load-balancer-props-builder builder id config)

The build-cfn-load-balancer-props-builder function updates a CfnLoadBalancerProps$Builder instance using the provided configuration. The function takes the CfnLoadBalancerProps$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
enforceSecurityGroupInboundRulesOnPrivateLinkTrafficjava.lang.Stringcdk.support/lookup-entry:enforce-security-group-inbound-rules-on-private-link-traffic
ipAddressTypejava.lang.Stringcdk.support/lookup-entry:ip-address-type
loadBalancerAttributesjava.util.Listcdk.support/lookup-entry:load-balancer-attributes
namejava.lang.Stringcdk.support/lookup-entry:name
schemejava.lang.Stringcdk.support/lookup-entry:scheme
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
subnetMappingssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:subnet-mappings
subnetsjava.util.Listcdk.support/lookup-entry:subnets
tagsjava.util.Listcdk.support/lookup-entry:tags
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-load-balancer-props-builder function updates a CfnLoadBalancerProps$Builder instance using the provided configuration.
  The function takes the CfnLoadBalancerProps$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 |
|---|---|---|---|
| `enforceSecurityGroupInboundRulesOnPrivateLinkTraffic` | java.lang.String | [[cdk.support/lookup-entry]] | `:enforce-security-group-inbound-rules-on-private-link-traffic` |
| `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` |
| `loadBalancerAttributes` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancer-attributes` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `scheme` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheme` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `subnetMappings` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:subnet-mappings` |
| `subnets` | java.util.List | [[cdk.support/lookup-entry]] | `:subnets` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `type` | java.lang.String | [[cdk.support/lookup-entry]] | `:type` |
sourceraw docstring

build-cfn-load-balancer-subnet-mapping-property-builderclj

(build-cfn-load-balancer-subnet-mapping-property-builder builder id config)

The build-cfn-load-balancer-subnet-mapping-property-builder function updates a CfnLoadBalancer$SubnetMappingProperty$Builder instance using the provided configuration. The function takes the CfnLoadBalancer$SubnetMappingProperty$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
allocationIdjava.lang.Stringcdk.support/lookup-entry:allocation-id
iPv6Addressjava.lang.Stringcdk.support/lookup-entry:i-pv6-address
privateIPv4Addressjava.lang.Stringcdk.support/lookup-entry:private-i-pv4-address
subnetIdjava.lang.Stringcdk.support/lookup-entry:subnet-id
The build-cfn-load-balancer-subnet-mapping-property-builder function updates a CfnLoadBalancer$SubnetMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnLoadBalancer$SubnetMappingProperty$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 |
|---|---|---|---|
| `allocationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:allocation-id` |
| `iPv6Address` | java.lang.String | [[cdk.support/lookup-entry]] | `:i-pv6-address` |
| `privateIPv4Address` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-i-pv4-address` |
| `subnetId` | java.lang.String | [[cdk.support/lookup-entry]] | `:subnet-id` |
sourceraw docstring

build-cfn-target-group-builderclj

(build-cfn-target-group-builder builder id config)

The build-cfn-target-group-builder function updates a CfnTargetGroup$Builder instance using the provided configuration. The function takes the CfnTargetGroup$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
healthCheckEnabledjava.lang.Booleancdk.support/lookup-entry:health-check-enabled
healthCheckIntervalSecondsjava.lang.Numbercdk.support/lookup-entry:health-check-interval-seconds
healthCheckPathjava.lang.Stringcdk.support/lookup-entry:health-check-path
healthCheckPortjava.lang.Stringcdk.support/lookup-entry:health-check-port
healthCheckProtocoljava.lang.Stringcdk.support/lookup-entry:health-check-protocol
healthCheckTimeoutSecondsjava.lang.Numbercdk.support/lookup-entry:health-check-timeout-seconds
healthyThresholdCountjava.lang.Numbercdk.support/lookup-entry:healthy-threshold-count
ipAddressTypejava.lang.Stringcdk.support/lookup-entry:ip-address-type
matchersoftware.amazon.awscdk.services.elasticloadbalancingv2.CfnTargetGroup$MatcherPropertycdk.support/lookup-entry:matcher
namejava.lang.Stringcdk.support/lookup-entry:name
portjava.lang.Numbercdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
protocolVersionjava.lang.Stringcdk.support/lookup-entry:protocol-version
tagsjava.util.Listcdk.support/lookup-entry:tags
targetGroupAttributesjava.util.Listcdk.support/lookup-entry:target-group-attributes
targetTypejava.lang.Stringcdk.support/lookup-entry:target-type
targetsjava.util.Listcdk.support/lookup-entry:targets
unhealthyThresholdCountjava.lang.Numbercdk.support/lookup-entry:unhealthy-threshold-count
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-cfn-target-group-builder function updates a CfnTargetGroup$Builder instance using the provided configuration.
  The function takes the CfnTargetGroup$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 |
|---|---|---|---|
| `healthCheckEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:health-check-enabled` |
| `healthCheckIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:health-check-interval-seconds` |
| `healthCheckPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-path` |
| `healthCheckPort` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-port` |
| `healthCheckProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-protocol` |
| `healthCheckTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:health-check-timeout-seconds` |
| `healthyThresholdCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold-count` |
| `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` |
| `matcher` | software.amazon.awscdk.services.elasticloadbalancingv2.CfnTargetGroup$MatcherProperty | [[cdk.support/lookup-entry]] | `:matcher` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `protocolVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol-version` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetGroupAttributes` | java.util.List | [[cdk.support/lookup-entry]] | `:target-group-attributes` |
| `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
| `unhealthyThresholdCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold-count` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-cfn-target-group-matcher-property-builderclj

(build-cfn-target-group-matcher-property-builder builder id config)

The build-cfn-target-group-matcher-property-builder function updates a CfnTargetGroup$MatcherProperty$Builder instance using the provided configuration. The function takes the CfnTargetGroup$MatcherProperty$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
grpcCodejava.lang.Stringcdk.support/lookup-entry:grpc-code
httpCodejava.lang.Stringcdk.support/lookup-entry:http-code
The build-cfn-target-group-matcher-property-builder function updates a CfnTargetGroup$MatcherProperty$Builder instance using the provided configuration.
  The function takes the CfnTargetGroup$MatcherProperty$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 |
|---|---|---|---|
| `grpcCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:grpc-code` |
| `httpCode` | java.lang.String | [[cdk.support/lookup-entry]] | `:http-code` |
sourceraw docstring

build-cfn-target-group-props-builderclj

(build-cfn-target-group-props-builder builder id config)

The build-cfn-target-group-props-builder function updates a CfnTargetGroupProps$Builder instance using the provided configuration. The function takes the CfnTargetGroupProps$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
healthCheckEnabledjava.lang.Booleancdk.support/lookup-entry:health-check-enabled
healthCheckIntervalSecondsjava.lang.Numbercdk.support/lookup-entry:health-check-interval-seconds
healthCheckPathjava.lang.Stringcdk.support/lookup-entry:health-check-path
healthCheckPortjava.lang.Stringcdk.support/lookup-entry:health-check-port
healthCheckProtocoljava.lang.Stringcdk.support/lookup-entry:health-check-protocol
healthCheckTimeoutSecondsjava.lang.Numbercdk.support/lookup-entry:health-check-timeout-seconds
healthyThresholdCountjava.lang.Numbercdk.support/lookup-entry:healthy-threshold-count
ipAddressTypejava.lang.Stringcdk.support/lookup-entry:ip-address-type
matchersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:matcher
namejava.lang.Stringcdk.support/lookup-entry:name
portjava.lang.Numbercdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
protocolVersionjava.lang.Stringcdk.support/lookup-entry:protocol-version
tagsjava.util.Listcdk.support/lookup-entry:tags
targetGroupAttributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:target-group-attributes
targetTypejava.lang.Stringcdk.support/lookup-entry:target-type
targetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:targets
unhealthyThresholdCountjava.lang.Numbercdk.support/lookup-entry:unhealthy-threshold-count
vpcIdjava.lang.Stringcdk.support/lookup-entry:vpc-id
The build-cfn-target-group-props-builder function updates a CfnTargetGroupProps$Builder instance using the provided configuration.
  The function takes the CfnTargetGroupProps$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 |
|---|---|---|---|
| `healthCheckEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:health-check-enabled` |
| `healthCheckIntervalSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:health-check-interval-seconds` |
| `healthCheckPath` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-path` |
| `healthCheckPort` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-port` |
| `healthCheckProtocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:health-check-protocol` |
| `healthCheckTimeoutSeconds` | java.lang.Number | [[cdk.support/lookup-entry]] | `:health-check-timeout-seconds` |
| `healthyThresholdCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold-count` |
| `ipAddressType` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-address-type` |
| `matcher` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:matcher` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `protocolVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol-version` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `targetGroupAttributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:target-group-attributes` |
| `targetType` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-type` |
| `targets` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:targets` |
| `unhealthyThresholdCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold-count` |
| `vpcId` | java.lang.String | [[cdk.support/lookup-entry]] | `:vpc-id` |
sourceraw docstring

build-cfn-target-group-target-description-property-builderclj

(build-cfn-target-group-target-description-property-builder builder id config)

The build-cfn-target-group-target-description-property-builder function updates a CfnTargetGroup$TargetDescriptionProperty$Builder instance using the provided configuration. The function takes the CfnTargetGroup$TargetDescriptionProperty$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
availabilityZonejava.lang.Stringcdk.support/lookup-entry:availability-zone
idjava.lang.Stringcdk.support/lookup-entry:id
portjava.lang.Numbercdk.support/lookup-entry:port
The build-cfn-target-group-target-description-property-builder function updates a CfnTargetGroup$TargetDescriptionProperty$Builder instance using the provided configuration.
  The function takes the CfnTargetGroup$TargetDescriptionProperty$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 |
|---|---|---|---|
| `availabilityZone` | java.lang.String | [[cdk.support/lookup-entry]] | `:availability-zone` |
| `id` | java.lang.String | [[cdk.support/lookup-entry]] | `:id` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
sourceraw docstring

build-cfn-target-group-target-group-attribute-property-builderclj

(build-cfn-target-group-target-group-attribute-property-builder builder
                                                                id
                                                                config)

The build-cfn-target-group-target-group-attribute-property-builder function updates a CfnTargetGroup$TargetGroupAttributeProperty$Builder instance using the provided configuration. The function takes the CfnTargetGroup$TargetGroupAttributeProperty$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-target-group-target-group-attribute-property-builder function updates a CfnTargetGroup$TargetGroupAttributeProperty$Builder instance using the provided configuration.
  The function takes the CfnTargetGroup$TargetGroupAttributeProperty$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-trust-store-builderclj

(build-cfn-trust-store-builder builder id config)

The build-cfn-trust-store-builder function updates a CfnTrustStore$Builder instance using the provided configuration. The function takes the CfnTrustStore$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
caCertificatesBundleS3Bucketjava.lang.Stringcdk.support/lookup-entry:ca-certificates-bundle-s3-bucket
caCertificatesBundleS3Keyjava.lang.Stringcdk.support/lookup-entry:ca-certificates-bundle-s3-key
caCertificatesBundleS3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:ca-certificates-bundle-s3-object-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-trust-store-builder function updates a CfnTrustStore$Builder instance using the provided configuration.
  The function takes the CfnTrustStore$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 |
|---|---|---|---|
| `caCertificatesBundleS3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificates-bundle-s3-bucket` |
| `caCertificatesBundleS3Key` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificates-bundle-s3-key` |
| `caCertificatesBundleS3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificates-bundle-s3-object-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-trust-store-props-builderclj

(build-cfn-trust-store-props-builder builder id config)

The build-cfn-trust-store-props-builder function updates a CfnTrustStoreProps$Builder instance using the provided configuration. The function takes the CfnTrustStoreProps$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
caCertificatesBundleS3Bucketjava.lang.Stringcdk.support/lookup-entry:ca-certificates-bundle-s3-bucket
caCertificatesBundleS3Keyjava.lang.Stringcdk.support/lookup-entry:ca-certificates-bundle-s3-key
caCertificatesBundleS3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:ca-certificates-bundle-s3-object-version
namejava.lang.Stringcdk.support/lookup-entry:name
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-trust-store-props-builder function updates a CfnTrustStoreProps$Builder instance using the provided configuration.
  The function takes the CfnTrustStoreProps$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 |
|---|---|---|---|
| `caCertificatesBundleS3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificates-bundle-s3-bucket` |
| `caCertificatesBundleS3Key` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificates-bundle-s3-key` |
| `caCertificatesBundleS3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:ca-certificates-bundle-s3-object-version` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-trust-store-revocation-builderclj

(build-cfn-trust-store-revocation-builder builder id config)

The build-cfn-trust-store-revocation-builder function updates a CfnTrustStoreRevocation$Builder instance using the provided configuration. The function takes the CfnTrustStoreRevocation$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
revocationContentssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:revocation-contents
trustStoreArnjava.lang.Stringcdk.support/lookup-entry:trust-store-arn
The build-cfn-trust-store-revocation-builder function updates a CfnTrustStoreRevocation$Builder instance using the provided configuration.
  The function takes the CfnTrustStoreRevocation$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 |
|---|---|---|---|
| `revocationContents` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:revocation-contents` |
| `trustStoreArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-store-arn` |
sourceraw docstring

build-cfn-trust-store-revocation-props-builderclj

(build-cfn-trust-store-revocation-props-builder builder id config)

The build-cfn-trust-store-revocation-props-builder function updates a CfnTrustStoreRevocationProps$Builder instance using the provided configuration. The function takes the CfnTrustStoreRevocationProps$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
revocationContentsjava.util.Listcdk.support/lookup-entry:revocation-contents
trustStoreArnjava.lang.Stringcdk.support/lookup-entry:trust-store-arn
The build-cfn-trust-store-revocation-props-builder function updates a CfnTrustStoreRevocationProps$Builder instance using the provided configuration.
  The function takes the CfnTrustStoreRevocationProps$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 |
|---|---|---|---|
| `revocationContents` | java.util.List | [[cdk.support/lookup-entry]] | `:revocation-contents` |
| `trustStoreArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-store-arn` |
sourceraw docstring

build-cfn-trust-store-revocation-revocation-content-property-builderclj

(build-cfn-trust-store-revocation-revocation-content-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-trust-store-revocation-revocation-content-property-builder function updates a CfnTrustStoreRevocation$RevocationContentProperty$Builder instance using the provided configuration. The function takes the CfnTrustStoreRevocation$RevocationContentProperty$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
revocationTypejava.lang.Stringcdk.support/lookup-entry:revocation-type
s3Bucketjava.lang.Stringcdk.support/lookup-entry:s3-bucket
s3Keyjava.lang.Stringcdk.support/lookup-entry:s3-key
s3ObjectVersionjava.lang.Stringcdk.support/lookup-entry:s3-object-version
The build-cfn-trust-store-revocation-revocation-content-property-builder function updates a CfnTrustStoreRevocation$RevocationContentProperty$Builder instance using the provided configuration.
  The function takes the CfnTrustStoreRevocation$RevocationContentProperty$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 |
|---|---|---|---|
| `revocationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:revocation-type` |
| `s3Bucket` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-bucket` |
| `s3Key` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-key` |
| `s3ObjectVersion` | java.lang.String | [[cdk.support/lookup-entry]] | `:s3-object-version` |
sourceraw docstring

build-cfn-trust-store-revocation-trust-store-revocation-property-builderclj

(build-cfn-trust-store-revocation-trust-store-revocation-property-builder
  builder
  id
  config)

The build-cfn-trust-store-revocation-trust-store-revocation-property-builder function updates a CfnTrustStoreRevocation$TrustStoreRevocationProperty$Builder instance using the provided configuration. The function takes the CfnTrustStoreRevocation$TrustStoreRevocationProperty$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
numberOfRevokedEntriesjava.lang.Numbercdk.support/lookup-entry:number-of-revoked-entries
revocationIdjava.lang.Stringcdk.support/lookup-entry:revocation-id
revocationTypejava.lang.Stringcdk.support/lookup-entry:revocation-type
trustStoreArnjava.lang.Stringcdk.support/lookup-entry:trust-store-arn
The build-cfn-trust-store-revocation-trust-store-revocation-property-builder function updates a CfnTrustStoreRevocation$TrustStoreRevocationProperty$Builder instance using the provided configuration.
  The function takes the CfnTrustStoreRevocation$TrustStoreRevocationProperty$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 |
|---|---|---|---|
| `numberOfRevokedEntries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:number-of-revoked-entries` |
| `revocationId` | java.lang.String | [[cdk.support/lookup-entry]] | `:revocation-id` |
| `revocationType` | java.lang.String | [[cdk.support/lookup-entry]] | `:revocation-type` |
| `trustStoreArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:trust-store-arn` |
sourceraw docstring

build-fixed-response-options-builderclj

(build-fixed-response-options-builder builder id config)

The build-fixed-response-options-builder function updates a FixedResponseOptions$Builder instance using the provided configuration. The function takes the FixedResponseOptions$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
contentTypejava.lang.Stringcdk.support/lookup-entry:content-type
messageBodyjava.lang.Stringcdk.support/lookup-entry:message-body
The build-fixed-response-options-builder function updates a FixedResponseOptions$Builder instance using the provided configuration.
  The function takes the FixedResponseOptions$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 |
|---|---|---|---|
| `contentType` | java.lang.String | [[cdk.support/lookup-entry]] | `:content-type` |
| `messageBody` | java.lang.String | [[cdk.support/lookup-entry]] | `:message-body` |
sourceraw docstring

build-forward-options-builderclj

(build-forward-options-builder builder id config)

The build-forward-options-builder function updates a ForwardOptions$Builder instance using the provided configuration. The function takes the ForwardOptions$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
stickinessDurationsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stickiness-duration
The build-forward-options-builder function updates a ForwardOptions$Builder instance using the provided configuration.
  The function takes the ForwardOptions$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 |
|---|---|---|---|
| `stickinessDuration` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stickiness-duration` |
sourceraw docstring

build-health-check-builderclj

(build-health-check-builder builder id config)

The build-health-check-builder function updates a HealthCheck$Builder instance using the provided configuration. The function takes the HealthCheck$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
enabledjava.lang.Booleancdk.support/lookup-entry:enabled
healthyGrpcCodesjava.lang.Stringcdk.support/lookup-entry:healthy-grpc-codes
healthyHttpCodesjava.lang.Stringcdk.support/lookup-entry:healthy-http-codes
healthyThresholdCountjava.lang.Numbercdk.support/lookup-entry:healthy-threshold-count
intervalsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:interval
pathjava.lang.Stringcdk.support/lookup-entry:path
portjava.lang.Stringcdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.Protocolcdk.api.services.elasticloadbalancingv2/protocol:protocol
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
unhealthyThresholdCountjava.lang.Numbercdk.support/lookup-entry:unhealthy-threshold-count
The build-health-check-builder function updates a HealthCheck$Builder instance using the provided configuration.
  The function takes the HealthCheck$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 |
|---|---|---|---|
| `enabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enabled` |
| `healthyGrpcCodes` | java.lang.String | [[cdk.support/lookup-entry]] | `:healthy-grpc-codes` |
| `healthyHttpCodes` | java.lang.String | [[cdk.support/lookup-entry]] | `:healthy-http-codes` |
| `healthyThresholdCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold-count` |
| `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `port` | java.lang.String | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.Protocol | [[cdk.api.services.elasticloadbalancingv2/protocol]] | `:protocol` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `unhealthyThresholdCount` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold-count` |
sourceraw docstring

build-load-balancer-target-props-builderclj

(build-load-balancer-target-props-builder builder id config)

The build-load-balancer-target-props-builder function updates a LoadBalancerTargetProps$Builder instance using the provided configuration. The function takes the LoadBalancerTargetProps$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
targetJsonjava.lang.Objectcdk.support/lookup-entry:target-json
targetTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.TargetTypecdk.api.services.elasticloadbalancingv2/target-type:target-type
The build-load-balancer-target-props-builder function updates a LoadBalancerTargetProps$Builder instance using the provided configuration.
  The function takes the LoadBalancerTargetProps$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 |
|---|---|---|---|
| `targetJson` | java.lang.Object | [[cdk.support/lookup-entry]] | `:target-json` |
| `targetType` | software.amazon.awscdk.services.elasticloadbalancingv2.TargetType | [[cdk.api.services.elasticloadbalancingv2/target-type]] | `:target-type` |
sourceraw docstring

build-network-forward-options-builderclj

(build-network-forward-options-builder builder id config)

The build-network-forward-options-builder function updates a NetworkForwardOptions$Builder instance using the provided configuration. The function takes the NetworkForwardOptions$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
stickinessDurationsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:stickiness-duration
The build-network-forward-options-builder function updates a NetworkForwardOptions$Builder instance using the provided configuration.
  The function takes the NetworkForwardOptions$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 |
|---|---|---|---|
| `stickinessDuration` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:stickiness-duration` |
sourceraw docstring

build-network-listener-builderclj

(build-network-listener-builder builder id config)

The build-network-listener-builder function updates a NetworkListener$Builder instance using the provided configuration. The function takes the NetworkListener$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
alpnPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.AlpnPolicycdk.api.services.elasticloadbalancingv2/alpn-policy:alpn-policy
certificatesjava.util.Listcdk.support/lookup-entry:certificates
defaultActionsoftware.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerActioncdk.support/lookup-entry:default-action
defaultTargetGroupsjava.util.Listcdk.support/lookup-entry:default-target-groups
loadBalancersoftware.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancercdk.support/lookup-entry:load-balancer
portjava.lang.Numbercdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.Protocolcdk.api.services.elasticloadbalancingv2/protocol:protocol
sslPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.SslPolicycdk.api.services.elasticloadbalancingv2/ssl-policy:ssl-policy
The build-network-listener-builder function updates a NetworkListener$Builder instance using the provided configuration.
  The function takes the NetworkListener$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 |
|---|---|---|---|
| `alpnPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.AlpnPolicy | [[cdk.api.services.elasticloadbalancingv2/alpn-policy]] | `:alpn-policy` |
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `defaultAction` | software.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerAction | [[cdk.support/lookup-entry]] | `:default-action` |
| `defaultTargetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:default-target-groups` |
| `loadBalancer` | software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancer | [[cdk.support/lookup-entry]] | `:load-balancer` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.Protocol | [[cdk.api.services.elasticloadbalancingv2/protocol]] | `:protocol` |
| `sslPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.SslPolicy | [[cdk.api.services.elasticloadbalancingv2/ssl-policy]] | `:ssl-policy` |
sourceraw docstring

build-network-listener-lookup-options-builderclj

(build-network-listener-lookup-options-builder builder id config)

The build-network-listener-lookup-options-builder function updates a NetworkListenerLookupOptions$Builder instance using the provided configuration. The function takes the NetworkListenerLookupOptions$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
listenerPortjava.lang.Numbercdk.support/lookup-entry:listener-port
listenerProtocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.Protocolcdk.api.services.elasticloadbalancingv2/protocol:listener-protocol
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerTagsjava.util.Mapcdk.support/lookup-entry:load-balancer-tags
The build-network-listener-lookup-options-builder function updates a NetworkListenerLookupOptions$Builder instance using the provided configuration.
  The function takes the NetworkListenerLookupOptions$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 |
|---|---|---|---|
| `listenerPort` | java.lang.Number | [[cdk.support/lookup-entry]] | `:listener-port` |
| `listenerProtocol` | software.amazon.awscdk.services.elasticloadbalancingv2.Protocol | [[cdk.api.services.elasticloadbalancingv2/protocol]] | `:listener-protocol` |
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerTags` | java.util.Map | [[cdk.support/lookup-entry]] | `:load-balancer-tags` |
sourceraw docstring

build-network-listener-props-builderclj

(build-network-listener-props-builder builder id config)

The build-network-listener-props-builder function updates a NetworkListenerProps$Builder instance using the provided configuration. The function takes the NetworkListenerProps$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
alpnPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.AlpnPolicycdk.api.services.elasticloadbalancingv2/alpn-policy:alpn-policy
certificatesjava.util.Listcdk.support/lookup-entry:certificates
defaultActionsoftware.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerActioncdk.support/lookup-entry:default-action
defaultTargetGroupsjava.util.Listcdk.support/lookup-entry:default-target-groups
loadBalancersoftware.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancercdk.support/lookup-entry:load-balancer
portjava.lang.Numbercdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.Protocolcdk.api.services.elasticloadbalancingv2/protocol:protocol
sslPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.SslPolicycdk.api.services.elasticloadbalancingv2/ssl-policy:ssl-policy
The build-network-listener-props-builder function updates a NetworkListenerProps$Builder instance using the provided configuration.
  The function takes the NetworkListenerProps$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 |
|---|---|---|---|
| `alpnPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.AlpnPolicy | [[cdk.api.services.elasticloadbalancingv2/alpn-policy]] | `:alpn-policy` |
| `certificates` | java.util.List | [[cdk.support/lookup-entry]] | `:certificates` |
| `defaultAction` | software.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerAction | [[cdk.support/lookup-entry]] | `:default-action` |
| `defaultTargetGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:default-target-groups` |
| `loadBalancer` | software.amazon.awscdk.services.elasticloadbalancingv2.INetworkLoadBalancer | [[cdk.support/lookup-entry]] | `:load-balancer` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.Protocol | [[cdk.api.services.elasticloadbalancingv2/protocol]] | `:protocol` |
| `sslPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.SslPolicy | [[cdk.api.services.elasticloadbalancingv2/ssl-policy]] | `:ssl-policy` |
sourceraw docstring

build-network-load-balancer-attributes-builderclj

(build-network-load-balancer-attributes-builder builder id config)

The build-network-load-balancer-attributes-builder function updates a NetworkLoadBalancerAttributes$Builder instance using the provided configuration. The function takes the NetworkLoadBalancerAttributes$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
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerCanonicalHostedZoneIdjava.lang.Stringcdk.support/lookup-entry:load-balancer-canonical-hosted-zone-id
loadBalancerDnsNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-dns-name
loadBalancerSecurityGroupsjava.util.Listcdk.support/lookup-entry:load-balancer-security-groups
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-network-load-balancer-attributes-builder function updates a NetworkLoadBalancerAttributes$Builder instance using the provided configuration.
  The function takes the NetworkLoadBalancerAttributes$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 |
|---|---|---|---|
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerCanonicalHostedZoneId` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-canonical-hosted-zone-id` |
| `loadBalancerDnsName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-dns-name` |
| `loadBalancerSecurityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:load-balancer-security-groups` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-network-load-balancer-builderclj

(build-network-load-balancer-builder builder id config)

The build-network-load-balancer-builder function updates a NetworkLoadBalancer$Builder instance using the provided configuration. The function takes the NetworkLoadBalancer$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
clientRoutingPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.ClientRoutingPolicycdk.api.services.elasticloadbalancingv2/client-routing-policy:client-routing-policy
crossZoneEnabledjava.lang.Booleancdk.support/lookup-entry:cross-zone-enabled
deletionProtectionjava.lang.Booleancdk.support/lookup-entry:deletion-protection
denyAllIgwTrafficjava.lang.Booleancdk.support/lookup-entry:deny-all-igw-traffic
enforceSecurityGroupInboundRulesOnPrivateLinkTrafficjava.lang.Booleancdk.support/lookup-entry:enforce-security-group-inbound-rules-on-private-link-traffic
internetFacingjava.lang.Booleancdk.support/lookup-entry:internet-facing
ipAddressTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.IpAddressTypecdk.api.services.elasticloadbalancingv2/ip-address-type:ip-address-type
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-network-load-balancer-builder function updates a NetworkLoadBalancer$Builder instance using the provided configuration.
  The function takes the NetworkLoadBalancer$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 |
|---|---|---|---|
| `clientRoutingPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.ClientRoutingPolicy | [[cdk.api.services.elasticloadbalancingv2/client-routing-policy]] | `:client-routing-policy` |
| `crossZoneEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cross-zone-enabled` |
| `deletionProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deletion-protection` |
| `denyAllIgwTraffic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deny-all-igw-traffic` |
| `enforceSecurityGroupInboundRulesOnPrivateLinkTraffic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enforce-security-group-inbound-rules-on-private-link-traffic` |
| `internetFacing` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:internet-facing` |
| `ipAddressType` | software.amazon.awscdk.services.elasticloadbalancingv2.IpAddressType | [[cdk.api.services.elasticloadbalancingv2/ip-address-type]] | `:ip-address-type` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-network-load-balancer-lookup-options-builderclj

(build-network-load-balancer-lookup-options-builder builder id config)

The build-network-load-balancer-lookup-options-builder function updates a NetworkLoadBalancerLookupOptions$Builder instance using the provided configuration. The function takes the NetworkLoadBalancerLookupOptions$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
loadBalancerArnjava.lang.Stringcdk.support/lookup-entry:load-balancer-arn
loadBalancerTagsjava.util.Mapcdk.support/lookup-entry:load-balancer-tags
The build-network-load-balancer-lookup-options-builder function updates a NetworkLoadBalancerLookupOptions$Builder instance using the provided configuration.
  The function takes the NetworkLoadBalancerLookupOptions$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 |
|---|---|---|---|
| `loadBalancerArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arn` |
| `loadBalancerTags` | java.util.Map | [[cdk.support/lookup-entry]] | `:load-balancer-tags` |
sourceraw docstring

build-network-load-balancer-props-builderclj

(build-network-load-balancer-props-builder builder id config)

The build-network-load-balancer-props-builder function updates a NetworkLoadBalancerProps$Builder instance using the provided configuration. The function takes the NetworkLoadBalancerProps$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
clientRoutingPolicysoftware.amazon.awscdk.services.elasticloadbalancingv2.ClientRoutingPolicycdk.api.services.elasticloadbalancingv2/client-routing-policy:client-routing-policy
crossZoneEnabledjava.lang.Booleancdk.support/lookup-entry:cross-zone-enabled
deletionProtectionjava.lang.Booleancdk.support/lookup-entry:deletion-protection
denyAllIgwTrafficjava.lang.Booleancdk.support/lookup-entry:deny-all-igw-traffic
enforceSecurityGroupInboundRulesOnPrivateLinkTrafficjava.lang.Booleancdk.support/lookup-entry:enforce-security-group-inbound-rules-on-private-link-traffic
internetFacingjava.lang.Booleancdk.support/lookup-entry:internet-facing
ipAddressTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.IpAddressTypecdk.api.services.elasticloadbalancingv2/ip-address-type:ip-address-type
loadBalancerNamejava.lang.Stringcdk.support/lookup-entry:load-balancer-name
securityGroupsjava.util.Listcdk.support/lookup-entry:security-groups
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
vpcSubnetssoftware.amazon.awscdk.services.ec2.SubnetSelectioncdk.support/lookup-entry:vpc-subnets
The build-network-load-balancer-props-builder function updates a NetworkLoadBalancerProps$Builder instance using the provided configuration.
  The function takes the NetworkLoadBalancerProps$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 |
|---|---|---|---|
| `clientRoutingPolicy` | software.amazon.awscdk.services.elasticloadbalancingv2.ClientRoutingPolicy | [[cdk.api.services.elasticloadbalancingv2/client-routing-policy]] | `:client-routing-policy` |
| `crossZoneEnabled` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:cross-zone-enabled` |
| `deletionProtection` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deletion-protection` |
| `denyAllIgwTraffic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:deny-all-igw-traffic` |
| `enforceSecurityGroupInboundRulesOnPrivateLinkTraffic` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enforce-security-group-inbound-rules-on-private-link-traffic` |
| `internetFacing` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:internet-facing` |
| `ipAddressType` | software.amazon.awscdk.services.elasticloadbalancingv2.IpAddressType | [[cdk.api.services.elasticloadbalancingv2/ip-address-type]] | `:ip-address-type` |
| `loadBalancerName` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-name` |
| `securityGroups` | java.util.List | [[cdk.support/lookup-entry]] | `:security-groups` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
| `vpcSubnets` | software.amazon.awscdk.services.ec2.SubnetSelection | [[cdk.support/lookup-entry]] | `:vpc-subnets` |
sourceraw docstring

build-network-target-group-builderclj

(build-network-target-group-builder builder id config)

The build-network-target-group-builder function updates a NetworkTargetGroup$Builder instance using the provided configuration. The function takes the NetworkTargetGroup$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
connectionTerminationjava.lang.Booleancdk.support/lookup-entry:connection-termination
deregistrationDelaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:deregistration-delay
healthChecksoftware.amazon.awscdk.services.elasticloadbalancingv2.HealthCheckcdk.support/lookup-entry:health-check
portjava.lang.Numbercdk.support/lookup-entry:port
preserveClientIpjava.lang.Booleancdk.support/lookup-entry:preserve-client-ip
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.Protocolcdk.api.services.elasticloadbalancingv2/protocol:protocol
proxyProtocolV2java.lang.Booleancdk.support/lookup-entry:proxy-protocol-v2
targetGroupNamejava.lang.Stringcdk.support/lookup-entry:target-group-name
targetTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.TargetTypecdk.api.services.elasticloadbalancingv2/target-type:target-type
targetsjava.util.Listcdk.support/lookup-entry:targets
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-network-target-group-builder function updates a NetworkTargetGroup$Builder instance using the provided configuration.
  The function takes the NetworkTargetGroup$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 |
|---|---|---|---|
| `connectionTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:connection-termination` |
| `deregistrationDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deregistration-delay` |
| `healthCheck` | software.amazon.awscdk.services.elasticloadbalancingv2.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `preserveClientIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preserve-client-ip` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.Protocol | [[cdk.api.services.elasticloadbalancingv2/protocol]] | `:protocol` |
| `proxyProtocolV2` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy-protocol-v2` |
| `targetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-name` |
| `targetType` | software.amazon.awscdk.services.elasticloadbalancingv2.TargetType | [[cdk.api.services.elasticloadbalancingv2/target-type]] | `:target-type` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-network-target-group-props-builderclj

(build-network-target-group-props-builder builder id config)

The build-network-target-group-props-builder function updates a NetworkTargetGroupProps$Builder instance using the provided configuration. The function takes the NetworkTargetGroupProps$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
connectionTerminationjava.lang.Booleancdk.support/lookup-entry:connection-termination
deregistrationDelaysoftware.amazon.awscdk.Durationcdk.support/lookup-entry:deregistration-delay
healthChecksoftware.amazon.awscdk.services.elasticloadbalancingv2.HealthCheckcdk.support/lookup-entry:health-check
portjava.lang.Numbercdk.support/lookup-entry:port
preserveClientIpjava.lang.Booleancdk.support/lookup-entry:preserve-client-ip
protocolsoftware.amazon.awscdk.services.elasticloadbalancingv2.Protocolcdk.api.services.elasticloadbalancingv2/protocol:protocol
proxyProtocolV2java.lang.Booleancdk.support/lookup-entry:proxy-protocol-v2
targetGroupNamejava.lang.Stringcdk.support/lookup-entry:target-group-name
targetTypesoftware.amazon.awscdk.services.elasticloadbalancingv2.TargetTypecdk.api.services.elasticloadbalancingv2/target-type:target-type
targetsjava.util.Listcdk.support/lookup-entry:targets
vpcsoftware.amazon.awscdk.services.ec2.IVpccdk.support/lookup-entry:vpc
The build-network-target-group-props-builder function updates a NetworkTargetGroupProps$Builder instance using the provided configuration.
  The function takes the NetworkTargetGroupProps$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 |
|---|---|---|---|
| `connectionTermination` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:connection-termination` |
| `deregistrationDelay` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:deregistration-delay` |
| `healthCheck` | software.amazon.awscdk.services.elasticloadbalancingv2.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `preserveClientIp` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:preserve-client-ip` |
| `protocol` | software.amazon.awscdk.services.elasticloadbalancingv2.Protocol | [[cdk.api.services.elasticloadbalancingv2/protocol]] | `:protocol` |
| `proxyProtocolV2` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:proxy-protocol-v2` |
| `targetGroupName` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-name` |
| `targetType` | software.amazon.awscdk.services.elasticloadbalancingv2.TargetType | [[cdk.api.services.elasticloadbalancingv2/target-type]] | `:target-type` |
| `targets` | java.util.List | [[cdk.support/lookup-entry]] | `:targets` |
| `vpc` | software.amazon.awscdk.services.ec2.IVpc | [[cdk.support/lookup-entry]] | `:vpc` |
sourceraw docstring

build-network-weighted-target-group-builderclj

(build-network-weighted-target-group-builder builder id config)

The build-network-weighted-target-group-builder function updates a NetworkWeightedTargetGroup$Builder instance using the provided configuration. The function takes the NetworkWeightedTargetGroup$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
targetGroupsoftware.amazon.awscdk.services.elasticloadbalancingv2.INetworkTargetGroupcdk.support/lookup-entry:target-group
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-network-weighted-target-group-builder function updates a NetworkWeightedTargetGroup$Builder instance using the provided configuration.
  The function takes the NetworkWeightedTargetGroup$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 |
|---|---|---|---|
| `targetGroup` | software.amazon.awscdk.services.elasticloadbalancingv2.INetworkTargetGroup | [[cdk.support/lookup-entry]] | `:target-group` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-query-string-condition-builderclj

(build-query-string-condition-builder builder id config)

The build-query-string-condition-builder function updates a QueryStringCondition$Builder instance using the provided configuration. The function takes the QueryStringCondition$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
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-query-string-condition-builder function updates a QueryStringCondition$Builder instance using the provided configuration.
  The function takes the QueryStringCondition$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 |
|---|---|---|---|
| `key` | java.lang.String | [[cdk.support/lookup-entry]] | `:key` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-redirect-options-builderclj

(build-redirect-options-builder builder id config)

The build-redirect-options-builder function updates a RedirectOptions$Builder instance using the provided configuration. The function takes the RedirectOptions$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
hostjava.lang.Stringcdk.support/lookup-entry:host
pathjava.lang.Stringcdk.support/lookup-entry:path
permanentjava.lang.Booleancdk.support/lookup-entry:permanent
portjava.lang.Stringcdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
queryjava.lang.Stringcdk.support/lookup-entry:query
The build-redirect-options-builder function updates a RedirectOptions$Builder instance using the provided configuration.
  The function takes the RedirectOptions$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 |
|---|---|---|---|
| `host` | java.lang.String | [[cdk.support/lookup-entry]] | `:host` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `permanent` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:permanent` |
| `port` | java.lang.String | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `query` | java.lang.String | [[cdk.support/lookup-entry]] | `:query` |
sourceraw docstring

build-target-group-attributes-builderclj

(build-target-group-attributes-builder builder id config)

The build-target-group-attributes-builder function updates a TargetGroupAttributes$Builder instance using the provided configuration. The function takes the TargetGroupAttributes$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
loadBalancerArnsjava.lang.Stringcdk.support/lookup-entry:load-balancer-arns
targetGroupArnjava.lang.Stringcdk.support/lookup-entry:target-group-arn
The build-target-group-attributes-builder function updates a TargetGroupAttributes$Builder instance using the provided configuration.
  The function takes the TargetGroupAttributes$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 |
|---|---|---|---|
| `loadBalancerArns` | java.lang.String | [[cdk.support/lookup-entry]] | `:load-balancer-arns` |
| `targetGroupArn` | java.lang.String | [[cdk.support/lookup-entry]] | `:target-group-arn` |
sourceraw docstring

build-weighted-target-group-builderclj

(build-weighted-target-group-builder builder id config)

The build-weighted-target-group-builder function updates a WeightedTargetGroup$Builder instance using the provided configuration. The function takes the WeightedTargetGroup$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
targetGroupsoftware.amazon.awscdk.services.elasticloadbalancingv2.IApplicationTargetGroupcdk.support/lookup-entry:target-group
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-weighted-target-group-builder function updates a WeightedTargetGroup$Builder instance using the provided configuration.
  The function takes the WeightedTargetGroup$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 |
|---|---|---|---|
| `targetGroup` | software.amazon.awscdk.services.elasticloadbalancingv2.IApplicationTargetGroup | [[cdk.support/lookup-entry]] | `:target-group` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

cfn-listener-action-property-builderclj

(cfn-listener-action-property-builder id config)

Creates a CfnListener$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  `CfnListener$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-listener-authenticate-cognito-config-property-builderclj

(cfn-listener-authenticate-cognito-config-property-builder id config)

Creates a CfnListener$AuthenticateCognitoConfigProperty$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  `CfnListener$AuthenticateCognitoConfigProperty$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-listener-authenticate-oidc-config-property-builderclj

(cfn-listener-authenticate-oidc-config-property-builder id config)

Creates a CfnListener$AuthenticateOidcConfigProperty$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  `CfnListener$AuthenticateOidcConfigProperty$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-listener-builderclj

(cfn-listener-builder scope id config)

Creates a CfnListener$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  `CfnListener$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-listener-certificate-builderclj

(cfn-listener-certificate-builder scope id config)

Creates a CfnListenerCertificate$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  `CfnListenerCertificate$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-listener-certificate-certificate-property-builderclj

(cfn-listener-certificate-certificate-property-builder id config)

Creates a CfnListenerCertificate$CertificateProperty$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  `CfnListenerCertificate$CertificateProperty$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-listener-certificate-property-builderclj

(cfn-listener-certificate-property-builder id config)

Creates a CfnListener$CertificateProperty$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  `CfnListener$CertificateProperty$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-listener-certificate-props-builderclj

(cfn-listener-certificate-props-builder id config)

Creates a CfnListenerCertificateProps$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  `CfnListenerCertificateProps$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-listener-fixed-response-config-property-builderclj

(cfn-listener-fixed-response-config-property-builder id config)

Creates a CfnListener$FixedResponseConfigProperty$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  `CfnListener$FixedResponseConfigProperty$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-listener-forward-config-property-builderclj

(cfn-listener-forward-config-property-builder id config)

Creates a CfnListener$ForwardConfigProperty$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  `CfnListener$ForwardConfigProperty$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-listener-mutual-authentication-property-builderclj

(cfn-listener-mutual-authentication-property-builder id config)

Creates a CfnListener$MutualAuthenticationProperty$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  `CfnListener$MutualAuthenticationProperty$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-listener-props-builderclj

(cfn-listener-props-builder id config)

Creates a CfnListenerProps$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  `CfnListenerProps$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-listener-redirect-config-property-builderclj

(cfn-listener-redirect-config-property-builder id config)

Creates a CfnListener$RedirectConfigProperty$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  `CfnListener$RedirectConfigProperty$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-listener-rule-action-property-builderclj

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

Creates a CfnListenerRule$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  `CfnListenerRule$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-listener-rule-authenticate-cognito-config-property-builderclj

(cfn-listener-rule-authenticate-cognito-config-property-builder id config)

Creates a CfnListenerRule$AuthenticateCognitoConfigProperty$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  `CfnListenerRule$AuthenticateCognitoConfigProperty$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-listener-rule-authenticate-oidc-config-property-builderclj

(cfn-listener-rule-authenticate-oidc-config-property-builder id config)

Creates a CfnListenerRule$AuthenticateOidcConfigProperty$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  `CfnListenerRule$AuthenticateOidcConfigProperty$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-listener-rule-builderclj

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

Creates a CfnListenerRule$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  `CfnListenerRule$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-listener-rule-fixed-response-config-property-builderclj

(cfn-listener-rule-fixed-response-config-property-builder id config)

Creates a CfnListenerRule$FixedResponseConfigProperty$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  `CfnListenerRule$FixedResponseConfigProperty$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-listener-rule-forward-config-property-builderclj

(cfn-listener-rule-forward-config-property-builder id config)

Creates a CfnListenerRule$ForwardConfigProperty$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  `CfnListenerRule$ForwardConfigProperty$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-listener-rule-host-header-config-property-builderclj

(cfn-listener-rule-host-header-config-property-builder id config)

Creates a CfnListenerRule$HostHeaderConfigProperty$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  `CfnListenerRule$HostHeaderConfigProperty$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-listener-rule-http-header-config-property-builderclj

(cfn-listener-rule-http-header-config-property-builder id config)

Creates a CfnListenerRule$HttpHeaderConfigProperty$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  `CfnListenerRule$HttpHeaderConfigProperty$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-listener-rule-http-request-method-config-property-builderclj

(cfn-listener-rule-http-request-method-config-property-builder id config)

Creates a CfnListenerRule$HttpRequestMethodConfigProperty$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  `CfnListenerRule$HttpRequestMethodConfigProperty$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-listener-rule-path-pattern-config-property-builderclj

(cfn-listener-rule-path-pattern-config-property-builder id config)

Creates a CfnListenerRule$PathPatternConfigProperty$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  `CfnListenerRule$PathPatternConfigProperty$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-listener-rule-props-builderclj

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

Creates a CfnListenerRuleProps$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  `CfnListenerRuleProps$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-listener-rule-query-string-config-property-builderclj

(cfn-listener-rule-query-string-config-property-builder id config)

Creates a CfnListenerRule$QueryStringConfigProperty$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  `CfnListenerRule$QueryStringConfigProperty$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-listener-rule-query-string-key-value-property-builderclj

(cfn-listener-rule-query-string-key-value-property-builder id config)

Creates a CfnListenerRule$QueryStringKeyValueProperty$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  `CfnListenerRule$QueryStringKeyValueProperty$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-listener-rule-redirect-config-property-builderclj

(cfn-listener-rule-redirect-config-property-builder id config)

Creates a CfnListenerRule$RedirectConfigProperty$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  `CfnListenerRule$RedirectConfigProperty$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-listener-rule-rule-condition-property-builderclj

(cfn-listener-rule-rule-condition-property-builder id config)

Creates a CfnListenerRule$RuleConditionProperty$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  `CfnListenerRule$RuleConditionProperty$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-listener-rule-source-ip-config-property-builderclj

(cfn-listener-rule-source-ip-config-property-builder id config)

Creates a CfnListenerRule$SourceIpConfigProperty$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  `CfnListenerRule$SourceIpConfigProperty$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-listener-rule-target-group-stickiness-config-property-builderclj

(cfn-listener-rule-target-group-stickiness-config-property-builder id config)

Creates a CfnListenerRule$TargetGroupStickinessConfigProperty$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  `CfnListenerRule$TargetGroupStickinessConfigProperty$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-listener-rule-target-group-tuple-property-builderclj

(cfn-listener-rule-target-group-tuple-property-builder id config)

Creates a CfnListenerRule$TargetGroupTupleProperty$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  `CfnListenerRule$TargetGroupTupleProperty$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-listener-target-group-stickiness-config-property-builderclj

(cfn-listener-target-group-stickiness-config-property-builder id config)

Creates a CfnListener$TargetGroupStickinessConfigProperty$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  `CfnListener$TargetGroupStickinessConfigProperty$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-listener-target-group-tuple-property-builderclj

(cfn-listener-target-group-tuple-property-builder id config)

Creates a CfnListener$TargetGroupTupleProperty$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  `CfnListener$TargetGroupTupleProperty$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-load-balancer-builderclj

(cfn-load-balancer-builder scope id config)

Creates a CfnLoadBalancer$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  `CfnLoadBalancer$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-load-balancer-load-balancer-attribute-property-builderclj

(cfn-load-balancer-load-balancer-attribute-property-builder id config)

Creates a CfnLoadBalancer$LoadBalancerAttributeProperty$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  `CfnLoadBalancer$LoadBalancerAttributeProperty$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-load-balancer-props-builderclj

(cfn-load-balancer-props-builder id config)

Creates a CfnLoadBalancerProps$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  `CfnLoadBalancerProps$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-load-balancer-subnet-mapping-property-builderclj

(cfn-load-balancer-subnet-mapping-property-builder id config)

Creates a CfnLoadBalancer$SubnetMappingProperty$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  `CfnLoadBalancer$SubnetMappingProperty$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-target-group-builderclj

(cfn-target-group-builder scope id config)

Creates a CfnTargetGroup$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  `CfnTargetGroup$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-target-group-matcher-property-builderclj

(cfn-target-group-matcher-property-builder id config)

Creates a CfnTargetGroup$MatcherProperty$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  `CfnTargetGroup$MatcherProperty$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-target-group-props-builderclj

(cfn-target-group-props-builder id config)

Creates a CfnTargetGroupProps$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  `CfnTargetGroupProps$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-target-group-target-description-property-builderclj

(cfn-target-group-target-description-property-builder id config)

Creates a CfnTargetGroup$TargetDescriptionProperty$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  `CfnTargetGroup$TargetDescriptionProperty$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-target-group-target-group-attribute-property-builderclj

(cfn-target-group-target-group-attribute-property-builder id config)

Creates a CfnTargetGroup$TargetGroupAttributeProperty$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  `CfnTargetGroup$TargetGroupAttributeProperty$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-trust-store-builderclj

(cfn-trust-store-builder scope id config)

Creates a CfnTrustStore$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  `CfnTrustStore$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-trust-store-props-builderclj

(cfn-trust-store-props-builder id config)

Creates a CfnTrustStoreProps$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  `CfnTrustStoreProps$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-trust-store-revocation-builderclj

(cfn-trust-store-revocation-builder scope id config)

Creates a CfnTrustStoreRevocation$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  `CfnTrustStoreRevocation$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-trust-store-revocation-props-builderclj

(cfn-trust-store-revocation-props-builder id config)

Creates a CfnTrustStoreRevocationProps$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  `CfnTrustStoreRevocationProps$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-trust-store-revocation-revocation-content-property-builderclj

(cfn-trust-store-revocation-revocation-content-property-builder id config)

Creates a CfnTrustStoreRevocation$RevocationContentProperty$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  `CfnTrustStoreRevocation$RevocationContentProperty$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-trust-store-revocation-trust-store-revocation-property-builderclj

(cfn-trust-store-revocation-trust-store-revocation-property-builder id config)

Creates a CfnTrustStoreRevocation$TrustStoreRevocationProperty$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  `CfnTrustStoreRevocation$TrustStoreRevocationProperty$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

client-routing-policyclj

(client-routing-policy config id item-key)

The client-routing-policy function data interprets values in the provided config data into a ClientRoutingPolicy 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 ClientRoutingPolicy - the value is returned.
  • is :availability-zone-affinity - ClientRoutingPolicy/AVAILABILITY_ZONE_AFFINITY is returned
  • is :partial-availability-zone-affinity - ClientRoutingPolicy/PARTIAL_AVAILABILITY_ZONE_AFFINITY is returned
  • is :any-availability-zone - ClientRoutingPolicy/ANY_AVAILABILITY_ZONE is returned

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

The `client-routing-policy` function data interprets values in the provided config data into a 
`ClientRoutingPolicy` 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 `ClientRoutingPolicy` - the value is returned.
* is `:availability-zone-affinity` - `ClientRoutingPolicy/AVAILABILITY_ZONE_AFFINITY` is returned
* is `:partial-availability-zone-affinity` - `ClientRoutingPolicy/PARTIAL_AVAILABILITY_ZONE_AFFINITY` is returned
* is `:any-availability-zone` - `ClientRoutingPolicy/ANY_AVAILABILITY_ZONE` is returned

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

desync-mitigation-modeclj

(desync-mitigation-mode config id item-key)

The desync-mitigation-mode function data interprets values in the provided config data into a DesyncMitigationMode 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 DesyncMitigationMode - the value is returned.
  • is :strictest - DesyncMitigationMode/STRICTEST is returned
  • is :monitor - DesyncMitigationMode/MONITOR is returned
  • is :defensive - DesyncMitigationMode/DEFENSIVE is returned

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

The `desync-mitigation-mode` function data interprets values in the provided config data into a 
`DesyncMitigationMode` 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 `DesyncMitigationMode` - the value is returned.
* is `:strictest` - `DesyncMitigationMode/STRICTEST` is returned
* is `:monitor` - `DesyncMitigationMode/MONITOR` is returned
* is `:defensive` - `DesyncMitigationMode/DEFENSIVE` is returned

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

fixed-response-options-builderclj

(fixed-response-options-builder id config)

Creates a FixedResponseOptions$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  `FixedResponseOptions$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

forward-options-builderclj

(forward-options-builder id config)

Creates a ForwardOptions$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  `ForwardOptions$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

health-check-builderclj

(health-check-builder id config)

Creates a HealthCheck$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  `HealthCheck$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

http-code-elbclj

(http-code-elb config id item-key)

The http-code-elb function data interprets values in the provided config data into a HttpCodeElb 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 HttpCodeElb - the value is returned.
  • is :elb-3xx-count - HttpCodeElb/ELB_3XX_COUNT is returned
  • is :elb-4xx-count - HttpCodeElb/ELB_4XX_COUNT is returned
  • is :elb-5xx-count - HttpCodeElb/ELB_5XX_COUNT is returned

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

The `http-code-elb` function data interprets values in the provided config data into a 
`HttpCodeElb` 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 `HttpCodeElb` - the value is returned.
* is `:elb-3xx-count` - `HttpCodeElb/ELB_3XX_COUNT` is returned
* is `:elb-4xx-count` - `HttpCodeElb/ELB_4XX_COUNT` is returned
* is `:elb-5xx-count` - `HttpCodeElb/ELB_5XX_COUNT` is returned

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

http-code-targetclj

(http-code-target config id item-key)

The http-code-target function data interprets values in the provided config data into a HttpCodeTarget 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 HttpCodeTarget - the value is returned.
  • is :target-2xx-count - HttpCodeTarget/TARGET_2XX_COUNT is returned
  • is :target-3xx-count - HttpCodeTarget/TARGET_3XX_COUNT is returned
  • is :target-4xx-count - HttpCodeTarget/TARGET_4XX_COUNT is returned
  • is :target-5xx-count - HttpCodeTarget/TARGET_5XX_COUNT is returned

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

The `http-code-target` function data interprets values in the provided config data into a 
`HttpCodeTarget` 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 `HttpCodeTarget` - the value is returned.
* is `:target-2xx-count` - `HttpCodeTarget/TARGET_2XX_COUNT` is returned
* is `:target-3xx-count` - `HttpCodeTarget/TARGET_3XX_COUNT` is returned
* is `:target-4xx-count` - `HttpCodeTarget/TARGET_4XX_COUNT` is returned
* is `:target-5xx-count` - `HttpCodeTarget/TARGET_5XX_COUNT` is returned

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

ip-address-typeclj

(ip-address-type config id item-key)

The ip-address-type function data interprets values in the provided config data into a IpAddressType 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 IpAddressType - the value is returned.
  • is :ipv4 - IpAddressType/IPV4 is returned
  • is :dual-stack - IpAddressType/DUAL_STACK is returned

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

The `ip-address-type` function data interprets values in the provided config data into a 
`IpAddressType` 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 `IpAddressType` - the value is returned.
* is `:ipv4` - `IpAddressType/IPV4` is returned
* is `:dual-stack` - `IpAddressType/DUAL_STACK` is returned

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

load-balancer-target-props-builderclj

(load-balancer-target-props-builder id config)

Creates a LoadBalancerTargetProps$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  `LoadBalancerTargetProps$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

network-forward-options-builderclj

(network-forward-options-builder id config)

Creates a NetworkForwardOptions$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  `NetworkForwardOptions$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

network-listener-builderclj

(network-listener-builder scope id config)

Creates a NetworkListener$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  `NetworkListener$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

network-listener-lookup-options-builderclj

(network-listener-lookup-options-builder id config)

Creates a NetworkListenerLookupOptions$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  `NetworkListenerLookupOptions$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

network-listener-props-builderclj

(network-listener-props-builder id config)

Creates a NetworkListenerProps$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  `NetworkListenerProps$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

network-load-balancer-attributes-builderclj

(network-load-balancer-attributes-builder id config)

Creates a NetworkLoadBalancerAttributes$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  `NetworkLoadBalancerAttributes$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

network-load-balancer-builderclj

(network-load-balancer-builder scope id config)

Creates a NetworkLoadBalancer$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  `NetworkLoadBalancer$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

network-load-balancer-lookup-options-builderclj

(network-load-balancer-lookup-options-builder id config)

Creates a NetworkLoadBalancerLookupOptions$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  `NetworkLoadBalancerLookupOptions$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

network-load-balancer-props-builderclj

(network-load-balancer-props-builder id config)

Creates a NetworkLoadBalancerProps$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  `NetworkLoadBalancerProps$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

network-target-group-builderclj

(network-target-group-builder scope id config)

Creates a NetworkTargetGroup$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  `NetworkTargetGroup$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

network-target-group-props-builderclj

(network-target-group-props-builder id config)

Creates a NetworkTargetGroupProps$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  `NetworkTargetGroupProps$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

network-weighted-target-group-builderclj

(network-weighted-target-group-builder id config)

Creates a NetworkWeightedTargetGroup$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  `NetworkWeightedTargetGroup$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

protocolclj

(protocol config id item-key)

The protocol function data interprets values in the provided config data into a Protocol 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 Protocol - the value is returned.
  • is :tcp-udp - Protocol/TCP_UDP is returned
  • is :http - Protocol/HTTP is returned
  • is :tls - Protocol/TLS is returned
  • is :tcp - Protocol/TCP is returned
  • is :https - Protocol/HTTPS is returned
  • is :udp - Protocol/UDP is returned

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

The `protocol` function data interprets values in the provided config data into a 
`Protocol` 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 `Protocol` - the value is returned.
* is `:tcp-udp` - `Protocol/TCP_UDP` is returned
* is `:http` - `Protocol/HTTP` is returned
* is `:tls` - `Protocol/TLS` is returned
* is `:tcp` - `Protocol/TCP` is returned
* is `:https` - `Protocol/HTTPS` is returned
* is `:udp` - `Protocol/UDP` is returned

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

query-string-condition-builderclj

(query-string-condition-builder id config)

Creates a QueryStringCondition$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  `QueryStringCondition$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

redirect-options-builderclj

(redirect-options-builder id config)

Creates a RedirectOptions$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  `RedirectOptions$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

ssl-policyclj

(ssl-policy config id item-key)

The ssl-policy function data interprets values in the provided config data into a SslPolicy 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 SslPolicy - the value is returned.
  • is :forward-secrecy-tls11 - SslPolicy/FORWARD_SECRECY_TLS11 is returned
  • is :fips-tls13-12-ext2 - SslPolicy/FIPS_TLS13_12_EXT2 is returned
  • is :tls13-ext2 - SslPolicy/TLS13_EXT2 is returned
  • is :legacy - SslPolicy/LEGACY is returned
  • is :fips-tls13-12 - SslPolicy/FIPS_TLS13_12 is returned
  • is :forward-secrecy-tls12-res-gcm - SslPolicy/FORWARD_SECRECY_TLS12_RES_GCM is returned
  • is :recommended-tls - SslPolicy/RECOMMENDED_TLS is returned
  • is :forward-secrecy - SslPolicy/FORWARD_SECRECY is returned
  • is :tls13-10 - SslPolicy/TLS13_10 is returned
  • is :tls12 - SslPolicy/TLS12 is returned
  • is :forward-secrecy-tls12-res - SslPolicy/FORWARD_SECRECY_TLS12_RES is returned
  • is :fips-tls13-12-ext0 - SslPolicy/FIPS_TLS13_12_EXT0 is returned
  • is :fips-tls13-10 - SslPolicy/FIPS_TLS13_10 is returned
  • is :fips-tls13-12-ext1 - SslPolicy/FIPS_TLS13_12_EXT1 is returned
  • is :fips-tls13-13 - SslPolicy/FIPS_TLS13_13 is returned
  • is :tls13-res - SslPolicy/TLS13_RES is returned
  • is :fips-tls13-11 - SslPolicy/FIPS_TLS13_11 is returned
  • is :tls13-11 - SslPolicy/TLS13_11 is returned
  • is :tls12-ext - SslPolicy/TLS12_EXT is returned
  • is :tls11 - SslPolicy/TLS11 is returned
  • is :tls13-ext1 - SslPolicy/TLS13_EXT1 is returned
  • is :fips-tls13-12-res - SslPolicy/FIPS_TLS13_12_RES is returned
  • is :tls13-13 - SslPolicy/TLS13_13 is returned
  • is :forward-secrecy-tls12 - SslPolicy/FORWARD_SECRECY_TLS12 is returned
  • is :recommended - SslPolicy/RECOMMENDED is returned

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

The `ssl-policy` function data interprets values in the provided config data into a 
`SslPolicy` 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 `SslPolicy` - the value is returned.
* is `:forward-secrecy-tls11` - `SslPolicy/FORWARD_SECRECY_TLS11` is returned
* is `:fips-tls13-12-ext2` - `SslPolicy/FIPS_TLS13_12_EXT2` is returned
* is `:tls13-ext2` - `SslPolicy/TLS13_EXT2` is returned
* is `:legacy` - `SslPolicy/LEGACY` is returned
* is `:fips-tls13-12` - `SslPolicy/FIPS_TLS13_12` is returned
* is `:forward-secrecy-tls12-res-gcm` - `SslPolicy/FORWARD_SECRECY_TLS12_RES_GCM` is returned
* is `:recommended-tls` - `SslPolicy/RECOMMENDED_TLS` is returned
* is `:forward-secrecy` - `SslPolicy/FORWARD_SECRECY` is returned
* is `:tls13-10` - `SslPolicy/TLS13_10` is returned
* is `:tls12` - `SslPolicy/TLS12` is returned
* is `:forward-secrecy-tls12-res` - `SslPolicy/FORWARD_SECRECY_TLS12_RES` is returned
* is `:fips-tls13-12-ext0` - `SslPolicy/FIPS_TLS13_12_EXT0` is returned
* is `:fips-tls13-10` - `SslPolicy/FIPS_TLS13_10` is returned
* is `:fips-tls13-12-ext1` - `SslPolicy/FIPS_TLS13_12_EXT1` is returned
* is `:fips-tls13-13` - `SslPolicy/FIPS_TLS13_13` is returned
* is `:tls13-res` - `SslPolicy/TLS13_RES` is returned
* is `:fips-tls13-11` - `SslPolicy/FIPS_TLS13_11` is returned
* is `:tls13-11` - `SslPolicy/TLS13_11` is returned
* is `:tls12-ext` - `SslPolicy/TLS12_EXT` is returned
* is `:tls11` - `SslPolicy/TLS11` is returned
* is `:tls13-ext1` - `SslPolicy/TLS13_EXT1` is returned
* is `:fips-tls13-12-res` - `SslPolicy/FIPS_TLS13_12_RES` is returned
* is `:tls13-13` - `SslPolicy/TLS13_13` is returned
* is `:forward-secrecy-tls12` - `SslPolicy/FORWARD_SECRECY_TLS12` is returned
* is `:recommended` - `SslPolicy/RECOMMENDED` is returned

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

target-group-attributes-builderclj

(target-group-attributes-builder id config)

Creates a TargetGroupAttributes$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  `TargetGroupAttributes$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

target-group-load-balancing-algorithm-typeclj

(target-group-load-balancing-algorithm-type config id item-key)

The target-group-load-balancing-algorithm-type function data interprets values in the provided config data into a TargetGroupLoadBalancingAlgorithmType 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 TargetGroupLoadBalancingAlgorithmType - the value is returned.
  • is :round-robin - TargetGroupLoadBalancingAlgorithmType/ROUND_ROBIN is returned
  • is :least-outstanding-requests - TargetGroupLoadBalancingAlgorithmType/LEAST_OUTSTANDING_REQUESTS is returned

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

The `target-group-load-balancing-algorithm-type` function data interprets values in the provided config data into a 
`TargetGroupLoadBalancingAlgorithmType` 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 `TargetGroupLoadBalancingAlgorithmType` - the value is returned.
* is `:round-robin` - `TargetGroupLoadBalancingAlgorithmType/ROUND_ROBIN` is returned
* is `:least-outstanding-requests` - `TargetGroupLoadBalancingAlgorithmType/LEAST_OUTSTANDING_REQUESTS` is returned

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

target-typeclj

(target-type config id item-key)

The target-type function data interprets values in the provided config data into a TargetType 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 TargetType - the value is returned.
  • is :alb - TargetType/ALB is returned
  • is :lambda - TargetType/LAMBDA is returned
  • is :instance - TargetType/INSTANCE is returned
  • is :ip - TargetType/IP is returned

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

The `target-type` function data interprets values in the provided config data into a 
`TargetType` 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 `TargetType` - the value is returned.
* is `:alb` - `TargetType/ALB` is returned
* is `:lambda` - `TargetType/LAMBDA` is returned
* is `:instance` - `TargetType/INSTANCE` is returned
* is `:ip` - `TargetType/IP` is returned

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

unauthenticated-actionclj

(unauthenticated-action config id item-key)

The unauthenticated-action function data interprets values in the provided config data into a UnauthenticatedAction 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 UnauthenticatedAction - the value is returned.
  • is :allow - UnauthenticatedAction/ALLOW is returned
  • is :authenticate - UnauthenticatedAction/AUTHENTICATE is returned
  • is :deny - UnauthenticatedAction/DENY is returned

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

The `unauthenticated-action` function data interprets values in the provided config data into a 
`UnauthenticatedAction` 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 `UnauthenticatedAction` - the value is returned.
* is `:allow` - `UnauthenticatedAction/ALLOW` is returned
* is `:authenticate` - `UnauthenticatedAction/AUTHENTICATE` is returned
* is `:deny` - `UnauthenticatedAction/DENY` is returned

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

weighted-target-group-builderclj

(weighted-target-group-builder id config)

Creates a WeightedTargetGroup$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  `WeightedTargetGroup$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

xff-header-processing-modeclj

(xff-header-processing-mode config id item-key)

The xff-header-processing-mode function data interprets values in the provided config data into a XffHeaderProcessingMode 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 XffHeaderProcessingMode - the value is returned.
  • is :remove - XffHeaderProcessingMode/REMOVE is returned
  • is :preserve - XffHeaderProcessingMode/PRESERVE is returned
  • is :append - XffHeaderProcessingMode/APPEND is returned

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

The `xff-header-processing-mode` function data interprets values in the provided config data into a 
`XffHeaderProcessingMode` 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 `XffHeaderProcessingMode` - the value is returned.
* is `:remove` - `XffHeaderProcessingMode/REMOVE` is returned
* is `:preserve` - `XffHeaderProcessingMode/PRESERVE` is returned
* is `:append` - `XffHeaderProcessingMode/APPEND` is returned

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

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close