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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
AlpnPolicy
- the value is returned.:http2-optional
- AlpnPolicy/HTTP2_OPTIONAL
is returned:http2-only
- AlpnPolicy/HTTP2_ONLY
is returned:http2-preferred
- AlpnPolicy/HTTP2_PREFERRED
is returned:none
- AlpnPolicy/NONE
is returned:http1-only
- AlpnPolicy/HTTP1_ONLY
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
ApplicationProtocol
- the value is returned.:https
- ApplicationProtocol/HTTPS
is returned:http
- ApplicationProtocol/HTTP
is returnedIf 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.
(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:
ApplicationProtocolVersion
- the value is returned.:grpc
- ApplicationProtocolVersion/GRPC
is returned:http1
- ApplicationProtocolVersion/HTTP1
is returned:http2
- ApplicationProtocolVersion/HTTP2
is returnedIf 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.
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
action | software.amazon.awscdk.services.elasticloadbalancingv2.NetworkListenerAction | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
conditions | java.util.List | cdk.support/lookup-entry | :conditions |
priority | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
values | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
values | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
values | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
values | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
values | java.util.List | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
stickinessDuration | software.amazon.awscdk.Duration | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
stickinessDuration | software.amazon.awscdk.Duration | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
ClientRoutingPolicy
- the value is returned.:availability-zone-affinity
- ClientRoutingPolicy/AVAILABILITY_ZONE_AFFINITY
is returned:partial-availability-zone-affinity
- ClientRoutingPolicy/PARTIAL_AVAILABILITY_ZONE_AFFINITY
is returned:any-availability-zone
- ClientRoutingPolicy/ANY_AVAILABILITY_ZONE
is returnedIf 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.
(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:
DesyncMitigationMode
- the value is returned.:strictest
- DesyncMitigationMode/STRICTEST
is returned:monitor
- DesyncMitigationMode/MONITOR
is returned:defensive
- DesyncMitigationMode/DEFENSIVE
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
HttpCodeElb
- the value is returned.:elb-3xx-count
- HttpCodeElb/ELB_3XX_COUNT
is returned:elb-4xx-count
- HttpCodeElb/ELB_4XX_COUNT
is returned:elb-5xx-count
- HttpCodeElb/ELB_5XX_COUNT
is returnedIf 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.
(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:
HttpCodeTarget
- the value is returned.:target-2xx-count
- HttpCodeTarget/TARGET_2XX_COUNT
is returned:target-3xx-count
- HttpCodeTarget/TARGET_3XX_COUNT
is returned:target-4xx-count
- HttpCodeTarget/TARGET_4XX_COUNT
is returned:target-5xx-count
- HttpCodeTarget/TARGET_5XX_COUNT
is returnedIf 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.
(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:
IpAddressType
- the value is returned.:ipv4
- IpAddressType/IPV4
is returned:dual-stack
- IpAddressType/DUAL_STACK
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Protocol
- the value is returned.:tcp-udp
- Protocol/TCP_UDP
is returned:http
- Protocol/HTTP
is returned:tls
- Protocol/TLS
is returned:tcp
- Protocol/TCP
is returned:https
- Protocol/HTTPS
is returned:udp
- Protocol/UDP
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
SslPolicy
- the value is returned.:forward-secrecy-tls11
- SslPolicy/FORWARD_SECRECY_TLS11
is returned:fips-tls13-12-ext2
- SslPolicy/FIPS_TLS13_12_EXT2
is returned:tls13-ext2
- SslPolicy/TLS13_EXT2
is returned:legacy
- SslPolicy/LEGACY
is returned:fips-tls13-12
- SslPolicy/FIPS_TLS13_12
is returned:forward-secrecy-tls12-res-gcm
- SslPolicy/FORWARD_SECRECY_TLS12_RES_GCM
is returned:recommended-tls
- SslPolicy/RECOMMENDED_TLS
is returned:forward-secrecy
- SslPolicy/FORWARD_SECRECY
is returned:tls13-10
- SslPolicy/TLS13_10
is returned:tls12
- SslPolicy/TLS12
is returned:forward-secrecy-tls12-res
- SslPolicy/FORWARD_SECRECY_TLS12_RES
is returned:fips-tls13-12-ext0
- SslPolicy/FIPS_TLS13_12_EXT0
is returned:fips-tls13-10
- SslPolicy/FIPS_TLS13_10
is returned:fips-tls13-12-ext1
- SslPolicy/FIPS_TLS13_12_EXT1
is returned:fips-tls13-13
- SslPolicy/FIPS_TLS13_13
is returned:tls13-res
- SslPolicy/TLS13_RES
is returned:fips-tls13-11
- SslPolicy/FIPS_TLS13_11
is returned:tls13-11
- SslPolicy/TLS13_11
is returned:tls12-ext
- SslPolicy/TLS12_EXT
is returned:tls11
- SslPolicy/TLS11
is returned:tls13-ext1
- SslPolicy/TLS13_EXT1
is returned:fips-tls13-12-res
- SslPolicy/FIPS_TLS13_12_RES
is returned:tls13-13
- SslPolicy/TLS13_13
is returned:forward-secrecy-tls12
- SslPolicy/FORWARD_SECRECY_TLS12
is returned:recommended
- SslPolicy/RECOMMENDED
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
TargetGroupLoadBalancingAlgorithmType
- the value is returned.:round-robin
- TargetGroupLoadBalancingAlgorithmType/ROUND_ROBIN
is returned:least-outstanding-requests
- TargetGroupLoadBalancingAlgorithmType/LEAST_OUTSTANDING_REQUESTS
is returnedIf 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.
(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:
TargetType
- the value is returned.:alb
- TargetType/ALB
is returned:lambda
- TargetType/LAMBDA
is returned:instance
- TargetType/INSTANCE
is returned:ip
- TargetType/IP
is returnedIf 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.
(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:
UnauthenticatedAction
- the value is returned.:allow
- UnauthenticatedAction/ALLOW
is returned:authenticate
- UnauthenticatedAction/AUTHENTICATE
is returned:deny
- UnauthenticatedAction/DENY
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
XffHeaderProcessingMode
- the value is returned.:remove
- XffHeaderProcessingMode/REMOVE
is returned:preserve
- XffHeaderProcessingMode/PRESERVE
is returned:append
- XffHeaderProcessingMode/APPEND
is returnedIf 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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close