Liking cljdoc? Tell your friends :D
Clojure only.

cdk.api.services.appmesh

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

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

access-log-config-builderclj

(access-log-config-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `AccessLogConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

backend-config-builderclj

(backend-config-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `BackendConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

backend-defaults-builderclj

(backend-defaults-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `BackendDefaults$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

build-access-log-config-builderclj

(build-access-log-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
virtualGatewayAccessLogsoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayAccessLogPropertycdk.support/lookup-entry:virtual-gateway-access-log
virtualNodeAccessLogsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$AccessLogPropertycdk.support/lookup-entry:virtual-node-access-log
The build-access-log-config-builder function updates a AccessLogConfig$Builder instance using the provided configuration.
  The function takes the AccessLogConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `virtualGatewayAccessLog` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayAccessLogProperty | [[cdk.support/lookup-entry]] | `:virtual-gateway-access-log` |
| `virtualNodeAccessLog` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$AccessLogProperty | [[cdk.support/lookup-entry]] | `:virtual-node-access-log` |
sourceraw docstring

build-backend-config-builderclj

(build-backend-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
virtualServiceBackendsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$BackendPropertycdk.support/lookup-entry:virtual-service-backend
The build-backend-config-builder function updates a BackendConfig$Builder instance using the provided configuration.
  The function takes the BackendConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `virtualServiceBackend` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$BackendProperty | [[cdk.support/lookup-entry]] | `:virtual-service-backend` |
sourceraw docstring

build-backend-defaults-builderclj

(build-backend-defaults-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
tlsClientPolicysoftware.amazon.awscdk.services.appmesh.TlsClientPolicycdk.support/lookup-entry:tls-client-policy
The build-backend-defaults-builder function updates a BackendDefaults$Builder instance using the provided configuration.
  The function takes the BackendDefaults$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `tlsClientPolicy` | software.amazon.awscdk.services.appmesh.TlsClientPolicy | [[cdk.support/lookup-entry]] | `:tls-client-policy` |
sourceraw docstring

build-cfn-gateway-route-builderclj

(build-cfn-gateway-route-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
gatewayRouteNamejava.lang.Stringcdk.support/lookup-entry:gateway-route-name
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualGatewayNamejava.lang.Stringcdk.support/lookup-entry:virtual-gateway-name
The build-cfn-gateway-route-builder function updates a CfnGatewayRoute$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `gatewayRouteName` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-route-name` |
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualGatewayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-gateway-name` |
sourceraw docstring

build-cfn-gateway-route-gateway-route-hostname-match-property-builderclj

(build-cfn-gateway-route-gateway-route-hostname-match-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-gateway-route-gateway-route-hostname-match-property-builder function updates a CfnGatewayRoute$GatewayRouteHostnameMatchProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GatewayRouteHostnameMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
suffixjava.lang.Stringcdk.support/lookup-entry:suffix
The build-cfn-gateway-route-gateway-route-hostname-match-property-builder function updates a CfnGatewayRoute$GatewayRouteHostnameMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GatewayRouteHostnameMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-gateway-route-gateway-route-hostname-rewrite-property-builderclj

(build-cfn-gateway-route-gateway-route-hostname-rewrite-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-gateway-route-gateway-route-hostname-rewrite-property-builder function updates a CfnGatewayRoute$GatewayRouteHostnameRewriteProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GatewayRouteHostnameRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
defaultTargetHostnamejava.lang.Stringcdk.support/lookup-entry:default-target-hostname
The build-cfn-gateway-route-gateway-route-hostname-rewrite-property-builder function updates a CfnGatewayRoute$GatewayRouteHostnameRewriteProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GatewayRouteHostnameRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultTargetHostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-target-hostname` |
sourceraw docstring

build-cfn-gateway-route-gateway-route-metadata-match-property-builderclj

(build-cfn-gateway-route-gateway-route-metadata-match-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-gateway-route-gateway-route-metadata-match-property-builder function updates a CfnGatewayRoute$GatewayRouteMetadataMatchProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GatewayRouteMetadataMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
rangesoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteRangeMatchPropertycdk.support/lookup-entry:range
regexjava.lang.Stringcdk.support/lookup-entry:regex
suffixjava.lang.Stringcdk.support/lookup-entry:suffix
The build-cfn-gateway-route-gateway-route-metadata-match-property-builder function updates a CfnGatewayRoute$GatewayRouteMetadataMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GatewayRouteMetadataMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `exact` | java.lang.String | [[cdk.support/lookup-entry]] | `:exact` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `range` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteRangeMatchProperty | [[cdk.support/lookup-entry]] | `:range` |
| `regex` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex` |
| `suffix` | java.lang.String | [[cdk.support/lookup-entry]] | `:suffix` |
sourceraw docstring

build-cfn-gateway-route-gateway-route-range-match-property-builderclj

(build-cfn-gateway-route-gateway-route-range-match-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-gateway-route-gateway-route-range-match-property-builder function updates a CfnGatewayRoute$GatewayRouteRangeMatchProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GatewayRouteRangeMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
endjava.lang.Numbercdk.support/lookup-entry:end
startjava.lang.Numbercdk.support/lookup-entry:start
The build-cfn-gateway-route-gateway-route-range-match-property-builder function updates a CfnGatewayRoute$GatewayRouteRangeMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GatewayRouteRangeMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `end` | java.lang.Number | [[cdk.support/lookup-entry]] | `:end` |
| `start` | java.lang.Number | [[cdk.support/lookup-entry]] | `:start` |
sourceraw docstring

build-cfn-gateway-route-gateway-route-spec-property-builderclj

(build-cfn-gateway-route-gateway-route-spec-property-builder builder id config)

The build-cfn-gateway-route-gateway-route-spec-property-builder function updates a CfnGatewayRoute$GatewayRouteSpecProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GatewayRouteSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
grpcRoutesoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$GrpcGatewayRoutePropertycdk.support/lookup-entry:grpc-route
http2Routesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http2-route
httpRoutesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-route
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-cfn-gateway-route-gateway-route-spec-property-builder function updates a CfnGatewayRoute$GatewayRouteSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GatewayRouteSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `grpcRoute` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$GrpcGatewayRouteProperty | [[cdk.support/lookup-entry]] | `:grpc-route` |
| `http2Route` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http2-route` |
| `httpRoute` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-route` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
sourceraw docstring

build-cfn-gateway-route-gateway-route-target-property-builderclj

(build-cfn-gateway-route-gateway-route-target-property-builder builder
                                                               id
                                                               config)

The build-cfn-gateway-route-gateway-route-target-property-builder function updates a CfnGatewayRoute$GatewayRouteTargetProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GatewayRouteTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
portjava.lang.Numbercdk.support/lookup-entry:port
virtualServicesoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteVirtualServicePropertycdk.support/lookup-entry:virtual-service
The build-cfn-gateway-route-gateway-route-target-property-builder function updates a CfnGatewayRoute$GatewayRouteTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GatewayRouteTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `virtualService` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteVirtualServiceProperty | [[cdk.support/lookup-entry]] | `:virtual-service` |
sourceraw docstring

build-cfn-gateway-route-gateway-route-virtual-service-property-builderclj

(build-cfn-gateway-route-gateway-route-virtual-service-property-builder builder
                                                                        id
                                                                        config)

The build-cfn-gateway-route-gateway-route-virtual-service-property-builder function updates a CfnGatewayRoute$GatewayRouteVirtualServiceProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GatewayRouteVirtualServiceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
virtualServiceNamejava.lang.Stringcdk.support/lookup-entry:virtual-service-name
The build-cfn-gateway-route-gateway-route-virtual-service-property-builder function updates a CfnGatewayRoute$GatewayRouteVirtualServiceProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GatewayRouteVirtualServiceProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-gateway-route-grpc-gateway-route-action-property-builderclj

(build-cfn-gateway-route-grpc-gateway-route-action-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-gateway-route-grpc-gateway-route-action-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteActionProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GrpcGatewayRouteActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
rewritesoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$GrpcGatewayRouteRewritePropertycdk.support/lookup-entry:rewrite
targetsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteTargetPropertycdk.support/lookup-entry:target
The build-cfn-gateway-route-grpc-gateway-route-action-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteActionProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GrpcGatewayRouteActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `rewrite` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$GrpcGatewayRouteRewriteProperty | [[cdk.support/lookup-entry]] | `:rewrite` |
| `target` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteTargetProperty | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-gateway-route-grpc-gateway-route-match-property-builderclj

(build-cfn-gateway-route-grpc-gateway-route-match-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-gateway-route-grpc-gateway-route-match-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteMatchProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GrpcGatewayRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
hostnamesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hostname
metadatajava.util.Listcdk.support/lookup-entry:metadata
portjava.lang.Numbercdk.support/lookup-entry:port
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
The build-cfn-gateway-route-grpc-gateway-route-match-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GrpcGatewayRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `hostname` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hostname` |
| `metadata` | java.util.List | [[cdk.support/lookup-entry]] | `:metadata` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
sourceraw docstring

build-cfn-gateway-route-grpc-gateway-route-metadata-property-builderclj

(build-cfn-gateway-route-grpc-gateway-route-metadata-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-gateway-route-grpc-gateway-route-metadata-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteMetadataProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GrpcGatewayRouteMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
invertjava.lang.Booleancdk.support/lookup-entry:invert
matchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:match
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-gateway-route-grpc-gateway-route-metadata-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteMetadataProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GrpcGatewayRouteMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `invert` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:invert` |
| `match` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:match` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-gateway-route-grpc-gateway-route-property-builderclj

(build-cfn-gateway-route-grpc-gateway-route-property-builder builder id config)

The build-cfn-gateway-route-grpc-gateway-route-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GrpcGatewayRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
actionsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$GrpcGatewayRouteActionPropertycdk.support/lookup-entry:action
matchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:match
The build-cfn-gateway-route-grpc-gateway-route-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GrpcGatewayRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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.appmesh.CfnGatewayRoute$GrpcGatewayRouteActionProperty | [[cdk.support/lookup-entry]] | `:action` |
| `match` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:match` |
sourceraw docstring

build-cfn-gateway-route-grpc-gateway-route-rewrite-property-builderclj

(build-cfn-gateway-route-grpc-gateway-route-rewrite-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-gateway-route-grpc-gateway-route-rewrite-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteRewriteProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$GrpcGatewayRouteRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
hostnamesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hostname
The build-cfn-gateway-route-grpc-gateway-route-rewrite-property-builder function updates a CfnGatewayRoute$GrpcGatewayRouteRewriteProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$GrpcGatewayRouteRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-gateway-route-http-gateway-route-action-property-builderclj

(build-cfn-gateway-route-http-gateway-route-action-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-gateway-route-http-gateway-route-action-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteActionProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpGatewayRouteActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
rewritesoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRouteRewritePropertycdk.support/lookup-entry:rewrite
targetsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteTargetPropertycdk.support/lookup-entry:target
The build-cfn-gateway-route-http-gateway-route-action-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteActionProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpGatewayRouteActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `rewrite` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRouteRewriteProperty | [[cdk.support/lookup-entry]] | `:rewrite` |
| `target` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteTargetProperty | [[cdk.support/lookup-entry]] | `:target` |
sourceraw docstring

build-cfn-gateway-route-http-gateway-route-header-match-property-builderclj

(build-cfn-gateway-route-http-gateway-route-header-match-property-builder
  builder
  id
  config)

The build-cfn-gateway-route-http-gateway-route-header-match-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteHeaderMatchProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpGatewayRouteHeaderMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
rangesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:range
regexjava.lang.Stringcdk.support/lookup-entry:regex
suffixjava.lang.Stringcdk.support/lookup-entry:suffix
The build-cfn-gateway-route-http-gateway-route-header-match-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteHeaderMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpGatewayRouteHeaderMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `exact` | java.lang.String | [[cdk.support/lookup-entry]] | `:exact` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `range` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:range` |
| `regex` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex` |
| `suffix` | java.lang.String | [[cdk.support/lookup-entry]] | `:suffix` |
sourceraw docstring

build-cfn-gateway-route-http-gateway-route-header-property-builderclj

(build-cfn-gateway-route-http-gateway-route-header-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-gateway-route-http-gateway-route-header-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteHeaderProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpGatewayRouteHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
invertsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:invert
matchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:match
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-gateway-route-http-gateway-route-header-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteHeaderProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpGatewayRouteHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `invert` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:invert` |
| `match` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:match` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-gateway-route-http-gateway-route-match-property-builderclj

(build-cfn-gateway-route-http-gateway-route-match-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-gateway-route-http-gateway-route-match-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteMatchProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpGatewayRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
headersjava.util.Listcdk.support/lookup-entry:headers
hostnamesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hostname
methodjava.lang.Stringcdk.support/lookup-entry:method
pathsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:path
portjava.lang.Numbercdk.support/lookup-entry:port
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
queryParametersjava.util.Listcdk.support/lookup-entry:query-parameters
The build-cfn-gateway-route-http-gateway-route-match-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpGatewayRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `headers` | java.util.List | [[cdk.support/lookup-entry]] | `:headers` |
| `hostname` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hostname` |
| `method` | java.lang.String | [[cdk.support/lookup-entry]] | `:method` |
| `path` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:path` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `queryParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:query-parameters` |
sourceraw docstring

build-cfn-gateway-route-http-gateway-route-path-rewrite-property-builderclj

(build-cfn-gateway-route-http-gateway-route-path-rewrite-property-builder
  builder
  id
  config)

The build-cfn-gateway-route-http-gateway-route-path-rewrite-property-builder function updates a CfnGatewayRoute$HttpGatewayRoutePathRewriteProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpGatewayRoutePathRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
The build-cfn-gateway-route-http-gateway-route-path-rewrite-property-builder function updates a CfnGatewayRoute$HttpGatewayRoutePathRewriteProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpGatewayRoutePathRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-gateway-route-http-gateway-route-prefix-rewrite-property-builderclj

(build-cfn-gateway-route-http-gateway-route-prefix-rewrite-property-builder
  builder
  id
  config)

The build-cfn-gateway-route-http-gateway-route-prefix-rewrite-property-builder function updates a CfnGatewayRoute$HttpGatewayRoutePrefixRewriteProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpGatewayRoutePrefixRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
defaultPrefixjava.lang.Stringcdk.support/lookup-entry:default-prefix
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-gateway-route-http-gateway-route-prefix-rewrite-property-builder function updates a CfnGatewayRoute$HttpGatewayRoutePrefixRewriteProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpGatewayRoutePrefixRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `defaultPrefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:default-prefix` |
| `value` | java.lang.String | [[cdk.support/lookup-entry]] | `:value` |
sourceraw docstring

build-cfn-gateway-route-http-gateway-route-property-builderclj

(build-cfn-gateway-route-http-gateway-route-property-builder builder id config)

The build-cfn-gateway-route-http-gateway-route-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpGatewayRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
actionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:action
matchsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRouteMatchPropertycdk.support/lookup-entry:match
The build-cfn-gateway-route-http-gateway-route-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpGatewayRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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.IResolvable | [[cdk.support/lookup-entry]] | `:action` |
| `match` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRouteMatchProperty | [[cdk.support/lookup-entry]] | `:match` |
sourceraw docstring

build-cfn-gateway-route-http-gateway-route-rewrite-property-builderclj

(build-cfn-gateway-route-http-gateway-route-rewrite-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-gateway-route-http-gateway-route-rewrite-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteRewriteProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpGatewayRouteRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
hostnamesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:hostname
pathsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRoutePathRewritePropertycdk.support/lookup-entry:path
prefixsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:prefix
The build-cfn-gateway-route-http-gateway-route-rewrite-property-builder function updates a CfnGatewayRoute$HttpGatewayRouteRewriteProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpGatewayRouteRewriteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `hostname` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:hostname` |
| `path` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRoutePathRewriteProperty | [[cdk.support/lookup-entry]] | `:path` |
| `prefix` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:prefix` |
sourceraw docstring

build-cfn-gateway-route-http-path-match-property-builderclj

(build-cfn-gateway-route-http-path-match-property-builder builder id config)

The build-cfn-gateway-route-http-path-match-property-builder function updates a CfnGatewayRoute$HttpPathMatchProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpPathMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
regexjava.lang.Stringcdk.support/lookup-entry:regex
The build-cfn-gateway-route-http-path-match-property-builder function updates a CfnGatewayRoute$HttpPathMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpPathMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-gateway-route-http-query-parameter-match-property-builderclj

(build-cfn-gateway-route-http-query-parameter-match-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-gateway-route-http-query-parameter-match-property-builder function updates a CfnGatewayRoute$HttpQueryParameterMatchProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$HttpQueryParameterMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
The build-cfn-gateway-route-http-query-parameter-match-property-builder function updates a CfnGatewayRoute$HttpQueryParameterMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$HttpQueryParameterMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-gateway-route-props-builderclj

(build-cfn-gateway-route-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
gatewayRouteNamejava.lang.Stringcdk.support/lookup-entry:gateway-route-name
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualGatewayNamejava.lang.Stringcdk.support/lookup-entry:virtual-gateway-name
The build-cfn-gateway-route-props-builder function updates a CfnGatewayRouteProps$Builder instance using the provided configuration.
  The function takes the CfnGatewayRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `gatewayRouteName` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-route-name` |
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualGatewayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-gateway-name` |
sourceraw docstring

build-cfn-gateway-route-query-parameter-property-builderclj

(build-cfn-gateway-route-query-parameter-property-builder builder id config)

The build-cfn-gateway-route-query-parameter-property-builder function updates a CfnGatewayRoute$QueryParameterProperty$Builder instance using the provided configuration. The function takes the CfnGatewayRoute$QueryParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
matchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:match
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-gateway-route-query-parameter-property-builder function updates a CfnGatewayRoute$QueryParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnGatewayRoute$QueryParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-mesh-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
specsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-mesh-builder function updates a CfnMesh$Builder instance using the provided configuration.
  The function takes the CfnMesh$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `spec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-mesh-egress-filter-property-builderclj

(build-cfn-mesh-egress-filter-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
typejava.lang.Stringcdk.support/lookup-entry:type
The build-cfn-mesh-egress-filter-property-builder function updates a CfnMesh$EgressFilterProperty$Builder instance using the provided configuration.
  The function takes the CfnMesh$EgressFilterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-mesh-mesh-service-discovery-property-builderclj

(build-cfn-mesh-mesh-service-discovery-property-builder builder id config)

The build-cfn-mesh-mesh-service-discovery-property-builder function updates a CfnMesh$MeshServiceDiscoveryProperty$Builder instance using the provided configuration. The function takes the CfnMesh$MeshServiceDiscoveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
ipPreferencejava.lang.Stringcdk.support/lookup-entry:ip-preference
The build-cfn-mesh-mesh-service-discovery-property-builder function updates a CfnMesh$MeshServiceDiscoveryProperty$Builder instance using the provided configuration.
  The function takes the CfnMesh$MeshServiceDiscoveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-mesh-mesh-spec-property-builderclj

(build-cfn-mesh-mesh-spec-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
egressFiltersoftware.amazon.awscdk.services.appmesh.CfnMesh$EgressFilterPropertycdk.support/lookup-entry:egress-filter
serviceDiscoverysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-discovery
The build-cfn-mesh-mesh-spec-property-builder function updates a CfnMesh$MeshSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnMesh$MeshSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `egressFilter` | software.amazon.awscdk.services.appmesh.CfnMesh$EgressFilterProperty | [[cdk.support/lookup-entry]] | `:egress-filter` |
| `serviceDiscovery` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-discovery` |
sourceraw docstring

build-cfn-mesh-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
specsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
The build-cfn-mesh-props-builder function updates a CfnMeshProps$Builder instance using the provided configuration.
  The function takes the CfnMeshProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `spec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
sourceraw docstring

build-cfn-route-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
routeNamejava.lang.Stringcdk.support/lookup-entry:route-name
specsoftware.amazon.awscdk.services.appmesh.CfnRoute$RouteSpecPropertycdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualRouterNamejava.lang.Stringcdk.support/lookup-entry:virtual-router-name
The build-cfn-route-builder function updates a CfnRoute$Builder instance using the provided configuration.
  The function takes the CfnRoute$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `routeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-name` |
| `spec` | software.amazon.awscdk.services.appmesh.CfnRoute$RouteSpecProperty | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualRouterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-router-name` |
sourceraw docstring

build-cfn-route-duration-property-builderclj

(build-cfn-route-duration-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
unitjava.lang.Stringcdk.support/lookup-entry:unit
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-route-duration-property-builder function updates a CfnRoute$DurationProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$DurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-route-grpc-retry-policy-property-builderclj

(build-cfn-route-grpc-retry-policy-property-builder builder id config)

The build-cfn-route-grpc-retry-policy-property-builder function updates a CfnRoute$GrpcRetryPolicyProperty$Builder instance using the provided configuration. The function takes the CfnRoute$GrpcRetryPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
grpcRetryEventsjava.util.Listcdk.support/lookup-entry:grpc-retry-events
httpRetryEventsjava.util.Listcdk.support/lookup-entry:http-retry-events
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
perRetryTimeoutsoftware.amazon.awscdk.services.appmesh.CfnRoute$DurationPropertycdk.support/lookup-entry:per-retry-timeout
tcpRetryEventsjava.util.Listcdk.support/lookup-entry:tcp-retry-events
The build-cfn-route-grpc-retry-policy-property-builder function updates a CfnRoute$GrpcRetryPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$GrpcRetryPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `grpcRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:grpc-retry-events` |
| `httpRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:http-retry-events` |
| `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
| `perRetryTimeout` | software.amazon.awscdk.services.appmesh.CfnRoute$DurationProperty | [[cdk.support/lookup-entry]] | `:per-retry-timeout` |
| `tcpRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:tcp-retry-events` |
sourceraw docstring

build-cfn-route-grpc-route-action-property-builderclj

(build-cfn-route-grpc-route-action-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
weightedTargetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:weighted-targets
The build-cfn-route-grpc-route-action-property-builder function updates a CfnRoute$GrpcRouteActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$GrpcRouteActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-route-grpc-route-match-property-builderclj

(build-cfn-route-grpc-route-match-property-builder builder id config)

The build-cfn-route-grpc-route-match-property-builder function updates a CfnRoute$GrpcRouteMatchProperty$Builder instance using the provided configuration. The function takes the CfnRoute$GrpcRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
metadatasoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:metadata
methodNamejava.lang.Stringcdk.support/lookup-entry:method-name
portjava.lang.Numbercdk.support/lookup-entry:port
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
The build-cfn-route-grpc-route-match-property-builder function updates a CfnRoute$GrpcRouteMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$GrpcRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `metadata` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:metadata` |
| `methodName` | java.lang.String | [[cdk.support/lookup-entry]] | `:method-name` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
sourceraw docstring

build-cfn-route-grpc-route-metadata-match-method-property-builderclj

(build-cfn-route-grpc-route-metadata-match-method-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-route-grpc-route-metadata-match-method-property-builder function updates a CfnRoute$GrpcRouteMetadataMatchMethodProperty$Builder instance using the provided configuration. The function takes the CfnRoute$GrpcRouteMetadataMatchMethodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
rangesoftware.amazon.awscdk.services.appmesh.CfnRoute$MatchRangePropertycdk.support/lookup-entry:range
regexjava.lang.Stringcdk.support/lookup-entry:regex
suffixjava.lang.Stringcdk.support/lookup-entry:suffix
The build-cfn-route-grpc-route-metadata-match-method-property-builder function updates a CfnRoute$GrpcRouteMetadataMatchMethodProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$GrpcRouteMetadataMatchMethodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `exact` | java.lang.String | [[cdk.support/lookup-entry]] | `:exact` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `range` | software.amazon.awscdk.services.appmesh.CfnRoute$MatchRangeProperty | [[cdk.support/lookup-entry]] | `:range` |
| `regex` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex` |
| `suffix` | java.lang.String | [[cdk.support/lookup-entry]] | `:suffix` |
sourceraw docstring

build-cfn-route-grpc-route-metadata-property-builderclj

(build-cfn-route-grpc-route-metadata-property-builder builder id config)

The build-cfn-route-grpc-route-metadata-property-builder function updates a CfnRoute$GrpcRouteMetadataProperty$Builder instance using the provided configuration. The function takes the CfnRoute$GrpcRouteMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
invertsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:invert
matchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:match
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-route-grpc-route-metadata-property-builder function updates a CfnRoute$GrpcRouteMetadataProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$GrpcRouteMetadataProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `invert` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:invert` |
| `match` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:match` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-route-grpc-route-property-builderclj

(build-cfn-route-grpc-route-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
actionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:action
matchsoftware.amazon.awscdk.services.appmesh.CfnRoute$GrpcRouteMatchPropertycdk.support/lookup-entry:match
retryPolicysoftware.amazon.awscdk.services.appmesh.CfnRoute$GrpcRetryPolicyPropertycdk.support/lookup-entry:retry-policy
timeoutsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:timeout
The build-cfn-route-grpc-route-property-builder function updates a CfnRoute$GrpcRouteProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$GrpcRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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.IResolvable | [[cdk.support/lookup-entry]] | `:action` |
| `match` | software.amazon.awscdk.services.appmesh.CfnRoute$GrpcRouteMatchProperty | [[cdk.support/lookup-entry]] | `:match` |
| `retryPolicy` | software.amazon.awscdk.services.appmesh.CfnRoute$GrpcRetryPolicyProperty | [[cdk.support/lookup-entry]] | `:retry-policy` |
| `timeout` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-cfn-route-grpc-timeout-property-builderclj

(build-cfn-route-grpc-timeout-property-builder builder id config)

The build-cfn-route-grpc-timeout-property-builder function updates a CfnRoute$GrpcTimeoutProperty$Builder instance using the provided configuration. The function takes the CfnRoute$GrpcTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
idlesoftware.amazon.awscdk.services.appmesh.CfnRoute$DurationPropertycdk.support/lookup-entry:idle
perRequestsoftware.amazon.awscdk.services.appmesh.CfnRoute$DurationPropertycdk.support/lookup-entry:per-request
The build-cfn-route-grpc-timeout-property-builder function updates a CfnRoute$GrpcTimeoutProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$GrpcTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `idle` | software.amazon.awscdk.services.appmesh.CfnRoute$DurationProperty | [[cdk.support/lookup-entry]] | `:idle` |
| `perRequest` | software.amazon.awscdk.services.appmesh.CfnRoute$DurationProperty | [[cdk.support/lookup-entry]] | `:per-request` |
sourceraw docstring

build-cfn-route-header-match-method-property-builderclj

(build-cfn-route-header-match-method-property-builder builder id config)

The build-cfn-route-header-match-method-property-builder function updates a CfnRoute$HeaderMatchMethodProperty$Builder instance using the provided configuration. The function takes the CfnRoute$HeaderMatchMethodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
rangesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:range
regexjava.lang.Stringcdk.support/lookup-entry:regex
suffixjava.lang.Stringcdk.support/lookup-entry:suffix
The build-cfn-route-header-match-method-property-builder function updates a CfnRoute$HeaderMatchMethodProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$HeaderMatchMethodProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `exact` | java.lang.String | [[cdk.support/lookup-entry]] | `:exact` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `range` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:range` |
| `regex` | java.lang.String | [[cdk.support/lookup-entry]] | `:regex` |
| `suffix` | java.lang.String | [[cdk.support/lookup-entry]] | `:suffix` |
sourceraw docstring

build-cfn-route-http-path-match-property-builderclj

(build-cfn-route-http-path-match-property-builder builder id config)

The build-cfn-route-http-path-match-property-builder function updates a CfnRoute$HttpPathMatchProperty$Builder instance using the provided configuration. The function takes the CfnRoute$HttpPathMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
regexjava.lang.Stringcdk.support/lookup-entry:regex
The build-cfn-route-http-path-match-property-builder function updates a CfnRoute$HttpPathMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$HttpPathMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-route-http-query-parameter-match-property-builderclj

(build-cfn-route-http-query-parameter-match-property-builder builder id config)

The build-cfn-route-http-query-parameter-match-property-builder function updates a CfnRoute$HttpQueryParameterMatchProperty$Builder instance using the provided configuration. The function takes the CfnRoute$HttpQueryParameterMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.lang.Stringcdk.support/lookup-entry:exact
The build-cfn-route-http-query-parameter-match-property-builder function updates a CfnRoute$HttpQueryParameterMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$HttpQueryParameterMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-route-http-retry-policy-property-builderclj

(build-cfn-route-http-retry-policy-property-builder builder id config)

The build-cfn-route-http-retry-policy-property-builder function updates a CfnRoute$HttpRetryPolicyProperty$Builder instance using the provided configuration. The function takes the CfnRoute$HttpRetryPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
httpRetryEventsjava.util.Listcdk.support/lookup-entry:http-retry-events
maxRetriesjava.lang.Numbercdk.support/lookup-entry:max-retries
perRetryTimeoutsoftware.amazon.awscdk.services.appmesh.CfnRoute$DurationPropertycdk.support/lookup-entry:per-retry-timeout
tcpRetryEventsjava.util.Listcdk.support/lookup-entry:tcp-retry-events
The build-cfn-route-http-retry-policy-property-builder function updates a CfnRoute$HttpRetryPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$HttpRetryPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `httpRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:http-retry-events` |
| `maxRetries` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-retries` |
| `perRetryTimeout` | software.amazon.awscdk.services.appmesh.CfnRoute$DurationProperty | [[cdk.support/lookup-entry]] | `:per-retry-timeout` |
| `tcpRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:tcp-retry-events` |
sourceraw docstring

build-cfn-route-http-route-action-property-builderclj

(build-cfn-route-http-route-action-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
weightedTargetssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:weighted-targets
The build-cfn-route-http-route-action-property-builder function updates a CfnRoute$HttpRouteActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$HttpRouteActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-route-http-route-header-property-builderclj

(build-cfn-route-http-route-header-property-builder builder id config)

The build-cfn-route-http-route-header-property-builder function updates a CfnRoute$HttpRouteHeaderProperty$Builder instance using the provided configuration. The function takes the CfnRoute$HttpRouteHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
invertsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:invert
matchsoftware.amazon.awscdk.services.appmesh.CfnRoute$HeaderMatchMethodPropertycdk.support/lookup-entry:match
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-route-http-route-header-property-builder function updates a CfnRoute$HttpRouteHeaderProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$HttpRouteHeaderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `invert` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:invert` |
| `match` | software.amazon.awscdk.services.appmesh.CfnRoute$HeaderMatchMethodProperty | [[cdk.support/lookup-entry]] | `:match` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-route-http-route-match-property-builderclj

(build-cfn-route-http-route-match-property-builder builder id config)

The build-cfn-route-http-route-match-property-builder function updates a CfnRoute$HttpRouteMatchProperty$Builder instance using the provided configuration. The function takes the CfnRoute$HttpRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
headersjava.util.Listcdk.support/lookup-entry:headers
methodjava.lang.Stringcdk.support/lookup-entry:method
pathsoftware.amazon.awscdk.services.appmesh.CfnRoute$HttpPathMatchPropertycdk.support/lookup-entry:path
portjava.lang.Numbercdk.support/lookup-entry:port
prefixjava.lang.Stringcdk.support/lookup-entry:prefix
queryParametersjava.util.Listcdk.support/lookup-entry:query-parameters
schemejava.lang.Stringcdk.support/lookup-entry:scheme
The build-cfn-route-http-route-match-property-builder function updates a CfnRoute$HttpRouteMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$HttpRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `headers` | java.util.List | [[cdk.support/lookup-entry]] | `:headers` |
| `method` | java.lang.String | [[cdk.support/lookup-entry]] | `:method` |
| `path` | software.amazon.awscdk.services.appmesh.CfnRoute$HttpPathMatchProperty | [[cdk.support/lookup-entry]] | `:path` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `prefix` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix` |
| `queryParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:query-parameters` |
| `scheme` | java.lang.String | [[cdk.support/lookup-entry]] | `:scheme` |
sourceraw docstring

build-cfn-route-http-route-property-builderclj

(build-cfn-route-http-route-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
actionsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:action
matchsoftware.amazon.awscdk.services.appmesh.CfnRoute$HttpRouteMatchPropertycdk.support/lookup-entry:match
retryPolicysoftware.amazon.awscdk.services.appmesh.CfnRoute$HttpRetryPolicyPropertycdk.support/lookup-entry:retry-policy
timeoutsoftware.amazon.awscdk.services.appmesh.CfnRoute$HttpTimeoutPropertycdk.support/lookup-entry:timeout
The build-cfn-route-http-route-property-builder function updates a CfnRoute$HttpRouteProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$HttpRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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.IResolvable | [[cdk.support/lookup-entry]] | `:action` |
| `match` | software.amazon.awscdk.services.appmesh.CfnRoute$HttpRouteMatchProperty | [[cdk.support/lookup-entry]] | `:match` |
| `retryPolicy` | software.amazon.awscdk.services.appmesh.CfnRoute$HttpRetryPolicyProperty | [[cdk.support/lookup-entry]] | `:retry-policy` |
| `timeout` | software.amazon.awscdk.services.appmesh.CfnRoute$HttpTimeoutProperty | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-cfn-route-http-timeout-property-builderclj

(build-cfn-route-http-timeout-property-builder builder id config)

The build-cfn-route-http-timeout-property-builder function updates a CfnRoute$HttpTimeoutProperty$Builder instance using the provided configuration. The function takes the CfnRoute$HttpTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
idlesoftware.amazon.awscdk.services.appmesh.CfnRoute$DurationPropertycdk.support/lookup-entry:idle
perRequestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:per-request
The build-cfn-route-http-timeout-property-builder function updates a CfnRoute$HttpTimeoutProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$HttpTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `idle` | software.amazon.awscdk.services.appmesh.CfnRoute$DurationProperty | [[cdk.support/lookup-entry]] | `:idle` |
| `perRequest` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:per-request` |
sourceraw docstring

build-cfn-route-match-range-property-builderclj

(build-cfn-route-match-range-property-builder builder id config)

The build-cfn-route-match-range-property-builder function updates a CfnRoute$MatchRangeProperty$Builder instance using the provided configuration. The function takes the CfnRoute$MatchRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
endjava.lang.Numbercdk.support/lookup-entry:end
startjava.lang.Numbercdk.support/lookup-entry:start
The build-cfn-route-match-range-property-builder function updates a CfnRoute$MatchRangeProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$MatchRangeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `end` | java.lang.Number | [[cdk.support/lookup-entry]] | `:end` |
| `start` | java.lang.Number | [[cdk.support/lookup-entry]] | `:start` |
sourceraw docstring

build-cfn-route-props-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
routeNamejava.lang.Stringcdk.support/lookup-entry:route-name
specsoftware.amazon.awscdk.services.appmesh.CfnRoute$RouteSpecPropertycdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualRouterNamejava.lang.Stringcdk.support/lookup-entry:virtual-router-name
The build-cfn-route-props-builder function updates a CfnRouteProps$Builder instance using the provided configuration.
  The function takes the CfnRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `routeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-name` |
| `spec` | software.amazon.awscdk.services.appmesh.CfnRoute$RouteSpecProperty | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualRouterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-router-name` |
sourceraw docstring

build-cfn-route-query-parameter-property-builderclj

(build-cfn-route-query-parameter-property-builder builder id config)

The build-cfn-route-query-parameter-property-builder function updates a CfnRoute$QueryParameterProperty$Builder instance using the provided configuration. The function takes the CfnRoute$QueryParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
matchsoftware.amazon.awscdk.services.appmesh.CfnRoute$HttpQueryParameterMatchPropertycdk.support/lookup-entry:match
namejava.lang.Stringcdk.support/lookup-entry:name
The build-cfn-route-query-parameter-property-builder function updates a CfnRoute$QueryParameterProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$QueryParameterProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `match` | software.amazon.awscdk.services.appmesh.CfnRoute$HttpQueryParameterMatchProperty | [[cdk.support/lookup-entry]] | `:match` |
| `name` | java.lang.String | [[cdk.support/lookup-entry]] | `:name` |
sourceraw docstring

build-cfn-route-route-spec-property-builderclj

(build-cfn-route-route-spec-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
grpcRoutesoftware.amazon.awscdk.services.appmesh.CfnRoute$GrpcRoutePropertycdk.support/lookup-entry:grpc-route
http2Routesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http2-route
httpRoutesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http-route
priorityjava.lang.Numbercdk.support/lookup-entry:priority
tcpRoutesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tcp-route
The build-cfn-route-route-spec-property-builder function updates a CfnRoute$RouteSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$RouteSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `grpcRoute` | software.amazon.awscdk.services.appmesh.CfnRoute$GrpcRouteProperty | [[cdk.support/lookup-entry]] | `:grpc-route` |
| `http2Route` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http2-route` |
| `httpRoute` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http-route` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `tcpRoute` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tcp-route` |
sourceraw docstring

build-cfn-route-tcp-route-action-property-builderclj

(build-cfn-route-tcp-route-action-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
weightedTargetsjava.util.Listcdk.support/lookup-entry:weighted-targets
The build-cfn-route-tcp-route-action-property-builder function updates a CfnRoute$TcpRouteActionProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$TcpRouteActionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-route-tcp-route-match-property-builderclj

(build-cfn-route-tcp-route-match-property-builder builder id config)

The build-cfn-route-tcp-route-match-property-builder function updates a CfnRoute$TcpRouteMatchProperty$Builder instance using the provided configuration. The function takes the CfnRoute$TcpRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
portjava.lang.Numbercdk.support/lookup-entry:port
The build-cfn-route-tcp-route-match-property-builder function updates a CfnRoute$TcpRouteMatchProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$TcpRouteMatchProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-route-tcp-route-property-builderclj

(build-cfn-route-tcp-route-property-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
actionsoftware.amazon.awscdk.services.appmesh.CfnRoute$TcpRouteActionPropertycdk.support/lookup-entry:action
matchsoftware.amazon.awscdk.services.appmesh.CfnRoute$TcpRouteMatchPropertycdk.support/lookup-entry:match
timeoutsoftware.amazon.awscdk.services.appmesh.CfnRoute$TcpTimeoutPropertycdk.support/lookup-entry:timeout
The build-cfn-route-tcp-route-property-builder function updates a CfnRoute$TcpRouteProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$TcpRouteProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

  Fields on the builder are populated 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.appmesh.CfnRoute$TcpRouteActionProperty | [[cdk.support/lookup-entry]] | `:action` |
| `match` | software.amazon.awscdk.services.appmesh.CfnRoute$TcpRouteMatchProperty | [[cdk.support/lookup-entry]] | `:match` |
| `timeout` | software.amazon.awscdk.services.appmesh.CfnRoute$TcpTimeoutProperty | [[cdk.support/lookup-entry]] | `:timeout` |
sourceraw docstring

build-cfn-route-tcp-timeout-property-builderclj

(build-cfn-route-tcp-timeout-property-builder builder id config)

The build-cfn-route-tcp-timeout-property-builder function updates a CfnRoute$TcpTimeoutProperty$Builder instance using the provided configuration. The function takes the CfnRoute$TcpTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
idlesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:idle
The build-cfn-route-tcp-timeout-property-builder function updates a CfnRoute$TcpTimeoutProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$TcpTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-route-weighted-target-property-builderclj

(build-cfn-route-weighted-target-property-builder builder id config)

The build-cfn-route-weighted-target-property-builder function updates a CfnRoute$WeightedTargetProperty$Builder instance using the provided configuration. The function takes the CfnRoute$WeightedTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
portjava.lang.Numbercdk.support/lookup-entry:port
virtualNodejava.lang.Stringcdk.support/lookup-entry:virtual-node
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-cfn-route-weighted-target-property-builder function updates a CfnRoute$WeightedTargetProperty$Builder instance using the provided configuration.
  The function takes the CfnRoute$WeightedTargetProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `virtualNode` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-node` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

build-cfn-virtual-gateway-builderclj

(build-cfn-virtual-gateway-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualGatewayNamejava.lang.Stringcdk.support/lookup-entry:virtual-gateway-name
The build-cfn-virtual-gateway-builder function updates a CfnVirtualGateway$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualGatewayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-gateway-name` |
sourceraw docstring

build-cfn-virtual-gateway-json-format-ref-property-builderclj

(build-cfn-virtual-gateway-json-format-ref-property-builder builder id config)

The build-cfn-virtual-gateway-json-format-ref-property-builder function updates a CfnVirtualGateway$JsonFormatRefProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$JsonFormatRefProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-virtual-gateway-json-format-ref-property-builder function updates a CfnVirtualGateway$JsonFormatRefProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$JsonFormatRefProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-logging-format-property-builderclj

(build-cfn-virtual-gateway-logging-format-property-builder builder id config)

The build-cfn-virtual-gateway-logging-format-property-builder function updates a CfnVirtualGateway$LoggingFormatProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$LoggingFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
jsonjava.util.Listcdk.support/lookup-entry:json
textjava.lang.Stringcdk.support/lookup-entry:text
The build-cfn-virtual-gateway-logging-format-property-builder function updates a CfnVirtualGateway$LoggingFormatProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$LoggingFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-props-builderclj

(build-cfn-virtual-gateway-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewaySpecPropertycdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualGatewayNamejava.lang.Stringcdk.support/lookup-entry:virtual-gateway-name
The build-cfn-virtual-gateway-props-builder function updates a CfnVirtualGatewayProps$Builder instance using the provided configuration.
  The function takes the CfnVirtualGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewaySpecProperty | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualGatewayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-gateway-name` |
sourceraw docstring

build-cfn-virtual-gateway-subject-alternative-name-matchers-property-builderclj

(build-cfn-virtual-gateway-subject-alternative-name-matchers-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-subject-alternative-name-matchers-property-builder function updates a CfnVirtualGateway$SubjectAlternativeNameMatchersProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$SubjectAlternativeNameMatchersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.util.Listcdk.support/lookup-entry:exact
The build-cfn-virtual-gateway-subject-alternative-name-matchers-property-builder function updates a CfnVirtualGateway$SubjectAlternativeNameMatchersProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$SubjectAlternativeNameMatchersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-subject-alternative-names-property-builderclj

(build-cfn-virtual-gateway-subject-alternative-names-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-virtual-gateway-subject-alternative-names-property-builder function updates a CfnVirtualGateway$SubjectAlternativeNamesProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$SubjectAlternativeNamesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
matchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:match
The build-cfn-virtual-gateway-subject-alternative-names-property-builder function updates a CfnVirtualGateway$SubjectAlternativeNamesProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$SubjectAlternativeNamesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-access-log-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-access-log-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-virtual-gateway-virtual-gateway-access-log-property-builder function updates a CfnVirtualGateway$VirtualGatewayAccessLogProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayAccessLogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
filesoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayFileAccessLogPropertycdk.support/lookup-entry:file
The build-cfn-virtual-gateway-virtual-gateway-access-log-property-builder function updates a CfnVirtualGateway$VirtualGatewayAccessLogProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayAccessLogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `file` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayFileAccessLogProperty | [[cdk.support/lookup-entry]] | `:file` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-backend-defaults-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-backend-defaults-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-backend-defaults-property-builder function updates a CfnVirtualGateway$VirtualGatewayBackendDefaultsProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayBackendDefaultsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
clientPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:client-policy
The build-cfn-virtual-gateway-virtual-gateway-backend-defaults-property-builder function updates a CfnVirtualGateway$VirtualGatewayBackendDefaultsProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayBackendDefaultsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-client-policy-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-client-policy-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-client-policy-property-builder function updates a CfnVirtualGateway$VirtualGatewayClientPolicyProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayClientPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
tlssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tls
The build-cfn-virtual-gateway-virtual-gateway-client-policy-property-builder function updates a CfnVirtualGateway$VirtualGatewayClientPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayClientPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-client-policy-tls-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-client-policy-tls-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-client-policy-tls-property-builder function updates a CfnVirtualGateway$VirtualGatewayClientPolicyTlsProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayClientPolicyTlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificatesoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayClientTlsCertificatePropertycdk.support/lookup-entry:certificate
enforcejava.lang.Booleancdk.support/lookup-entry:enforce
portsjava.util.Listcdk.support/lookup-entry:ports
validationsoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextPropertycdk.support/lookup-entry:validation
The build-cfn-virtual-gateway-virtual-gateway-client-policy-tls-property-builder function updates a CfnVirtualGateway$VirtualGatewayClientPolicyTlsProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayClientPolicyTlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificate` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayClientTlsCertificateProperty | [[cdk.support/lookup-entry]] | `:certificate` |
| `enforce` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enforce` |
| `ports` | java.util.List | [[cdk.support/lookup-entry]] | `:ports` |
| `validation` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextProperty | [[cdk.support/lookup-entry]] | `:validation` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-client-tls-certificate-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-client-tls-certificate-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-client-tls-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayClientTlsCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayClientTlsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
filesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:file
sdssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sds
The build-cfn-virtual-gateway-virtual-gateway-client-tls-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayClientTlsCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayClientTlsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-connection-pool-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-connection-pool-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-connection-pool-property-builder function updates a CfnVirtualGateway$VirtualGatewayConnectionPoolProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
grpcsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:grpc
httpsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http
http2software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayHttp2ConnectionPoolPropertycdk.support/lookup-entry:http2
The build-cfn-virtual-gateway-virtual-gateway-connection-pool-property-builder function updates a CfnVirtualGateway$VirtualGatewayConnectionPoolProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `grpc` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:grpc` |
| `http` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http` |
| `http2` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayHttp2ConnectionPoolProperty | [[cdk.support/lookup-entry]] | `:http2` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-file-access-log-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-file-access-log-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-file-access-log-property-builder function updates a CfnVirtualGateway$VirtualGatewayFileAccessLogProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayFileAccessLogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
formatsoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$LoggingFormatPropertycdk.support/lookup-entry:format
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-cfn-virtual-gateway-virtual-gateway-file-access-log-property-builder function updates a CfnVirtualGateway$VirtualGatewayFileAccessLogProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayFileAccessLogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `format` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$LoggingFormatProperty | [[cdk.support/lookup-entry]] | `:format` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-grpc-connection-pool-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-grpc-connection-pool-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-grpc-connection-pool-property-builder function updates a CfnVirtualGateway$VirtualGatewayGrpcConnectionPoolProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayGrpcConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
maxRequestsjava.lang.Numbercdk.support/lookup-entry:max-requests
The build-cfn-virtual-gateway-virtual-gateway-grpc-connection-pool-property-builder function updates a CfnVirtualGateway$VirtualGatewayGrpcConnectionPoolProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayGrpcConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRequests` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-requests` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-health-check-policy-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-health-check-policy-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-health-check-policy-property-builder function updates a CfnVirtualGateway$VirtualGatewayHealthCheckPolicyProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayHealthCheckPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
healthyThresholdjava.lang.Numbercdk.support/lookup-entry:healthy-threshold
intervalMillisjava.lang.Numbercdk.support/lookup-entry:interval-millis
pathjava.lang.Stringcdk.support/lookup-entry:path
portjava.lang.Numbercdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
timeoutMillisjava.lang.Numbercdk.support/lookup-entry:timeout-millis
unhealthyThresholdjava.lang.Numbercdk.support/lookup-entry:unhealthy-threshold
The build-cfn-virtual-gateway-virtual-gateway-health-check-policy-property-builder function updates a CfnVirtualGateway$VirtualGatewayHealthCheckPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayHealthCheckPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `healthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold` |
| `intervalMillis` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval-millis` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `timeoutMillis` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-millis` |
| `unhealthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-http-connection-pool-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-http-connection-pool-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-http-connection-pool-property-builder function updates a CfnVirtualGateway$VirtualGatewayHttpConnectionPoolProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayHttpConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
maxConnectionsjava.lang.Numbercdk.support/lookup-entry:max-connections
maxPendingRequestsjava.lang.Numbercdk.support/lookup-entry:max-pending-requests
The build-cfn-virtual-gateway-virtual-gateway-http-connection-pool-property-builder function updates a CfnVirtualGateway$VirtualGatewayHttpConnectionPoolProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayHttpConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxConnections` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-connections` |
| `maxPendingRequests` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-pending-requests` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-http2-connection-pool-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-http2-connection-pool-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-http2-connection-pool-property-builder function updates a CfnVirtualGateway$VirtualGatewayHttp2ConnectionPoolProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayHttp2ConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
maxRequestsjava.lang.Numbercdk.support/lookup-entry:max-requests
The build-cfn-virtual-gateway-virtual-gateway-http2-connection-pool-property-builder function updates a CfnVirtualGateway$VirtualGatewayHttp2ConnectionPoolProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayHttp2ConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRequests` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-requests` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-listener-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-listener-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-virtual-gateway-virtual-gateway-listener-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayListenerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
connectionPoolsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connection-pool
healthChecksoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayHealthCheckPolicyPropertycdk.support/lookup-entry:health-check
portMappingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:port-mapping
tlssoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerTlsPropertycdk.support/lookup-entry:tls
The build-cfn-virtual-gateway-virtual-gateway-listener-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayListenerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectionPool` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connection-pool` |
| `healthCheck` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayHealthCheckPolicyProperty | [[cdk.support/lookup-entry]] | `:health-check` |
| `portMapping` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:port-mapping` |
| `tls` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerTlsProperty | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-listener-tls-acm-certificate-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-listener-tls-acm-certificate-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-listener-tls-acm-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsAcmCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsAcmCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
The build-cfn-virtual-gateway-virtual-gateway-listener-tls-acm-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsAcmCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsAcmCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-listener-tls-certificate-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-listener-tls-certificate-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-listener-tls-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
acmsoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerTlsAcmCertificatePropertycdk.support/lookup-entry:acm
filesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:file
sdssoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerTlsSdsCertificatePropertycdk.support/lookup-entry:sds
The build-cfn-virtual-gateway-virtual-gateway-listener-tls-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acm` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerTlsAcmCertificateProperty | [[cdk.support/lookup-entry]] | `:acm` |
| `file` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:file` |
| `sds` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerTlsSdsCertificateProperty | [[cdk.support/lookup-entry]] | `:sds` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-listener-tls-file-certificate-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-listener-tls-file-certificate-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-listener-tls-file-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsFileCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsFileCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificateChainjava.lang.Stringcdk.support/lookup-entry:certificate-chain
privateKeyjava.lang.Stringcdk.support/lookup-entry:private-key
The build-cfn-virtual-gateway-virtual-gateway-listener-tls-file-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsFileCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsFileCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificateChain` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-chain` |
| `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-listener-tls-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-listener-tls-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-virtual-gateway-virtual-gateway-listener-tls-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:certificate
modejava.lang.Stringcdk.support/lookup-entry:mode
validationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:validation
The build-cfn-virtual-gateway-virtual-gateway-listener-tls-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:certificate` |
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
| `validation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validation` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-listener-tls-sds-certificate-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-listener-tls-sds-certificate-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-listener-tls-sds-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsSdsCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsSdsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
secretNamejava.lang.Stringcdk.support/lookup-entry:secret-name
The build-cfn-virtual-gateway-virtual-gateway-listener-tls-sds-certificate-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsSdsCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsSdsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
subjectAlternativeNamessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:subject-alternative-names
trustsoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextTrustPropertycdk.support/lookup-entry:trust
The build-cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `subjectAlternativeNames` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
| `trust` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextTrustProperty | [[cdk.support/lookup-entry]] | `:trust` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-trust-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-trust-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
filesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:file
sdssoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextSdsTrustPropertycdk.support/lookup-entry:sds
The build-cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `file` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:file` |
| `sds` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextSdsTrustProperty | [[cdk.support/lookup-entry]] | `:sds` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-logging-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-logging-property-builder builder
                                                                    id
                                                                    config)

The build-cfn-virtual-gateway-virtual-gateway-logging-property-builder function updates a CfnVirtualGateway$VirtualGatewayLoggingProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayLoggingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
accessLogsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:access-log
The build-cfn-virtual-gateway-virtual-gateway-logging-property-builder function updates a CfnVirtualGateway$VirtualGatewayLoggingProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayLoggingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-port-mapping-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-port-mapping-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-virtual-gateway-virtual-gateway-port-mapping-property-builder function updates a CfnVirtualGateway$VirtualGatewayPortMappingProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayPortMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
portjava.lang.Numbercdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
The build-cfn-virtual-gateway-virtual-gateway-port-mapping-property-builder function updates a CfnVirtualGateway$VirtualGatewayPortMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayPortMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-spec-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-spec-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-virtual-gateway-virtual-gateway-spec-property-builder function updates a CfnVirtualGateway$VirtualGatewaySpecProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewaySpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
backendDefaultssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:backend-defaults
listenersjava.util.Listcdk.support/lookup-entry:listeners
loggingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging
The build-cfn-virtual-gateway-virtual-gateway-spec-property-builder function updates a CfnVirtualGateway$VirtualGatewaySpecProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewaySpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `backendDefaults` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:backend-defaults` |
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `logging` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-acm-trust-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-acm-trust-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-acm-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextAcmTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextAcmTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificateAuthorityArnsjava.util.Listcdk.support/lookup-entry:certificate-authority-arns
The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-acm-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextAcmTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextAcmTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-file-trust-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-file-trust-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-file-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextFileTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextFileTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificateChainjava.lang.Stringcdk.support/lookup-entry:certificate-chain
The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-file-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextFileTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextFileTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
subjectAlternativeNamessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:subject-alternative-names
trustsoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextTrustPropertycdk.support/lookup-entry:trust
The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `subjectAlternativeNames` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
| `trust` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextTrustProperty | [[cdk.support/lookup-entry]] | `:trust` |
sourceraw docstring

build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-sds-trust-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-sds-trust-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-sds-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextSdsTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextSdsTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
secretNamejava.lang.Stringcdk.support/lookup-entry:secret-name
The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-sds-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextSdsTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextSdsTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-trust-property-builderclj

(build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-trust-property-builder
  builder
  id
  config)

The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
acmsoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextAcmTrustPropertycdk.support/lookup-entry:acm
filesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:file
sdssoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextSdsTrustPropertycdk.support/lookup-entry:sds
The build-cfn-virtual-gateway-virtual-gateway-tls-validation-context-trust-property-builder function updates a CfnVirtualGateway$VirtualGatewayTlsValidationContextTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualGateway$VirtualGatewayTlsValidationContextTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acm` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextAcmTrustProperty | [[cdk.support/lookup-entry]] | `:acm` |
| `file` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:file` |
| `sds` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayTlsValidationContextSdsTrustProperty | [[cdk.support/lookup-entry]] | `:sds` |
sourceraw docstring

build-cfn-virtual-node-access-log-property-builderclj

(build-cfn-virtual-node-access-log-property-builder builder id config)

The build-cfn-virtual-node-access-log-property-builder function updates a CfnVirtualNode$AccessLogProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$AccessLogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
filesoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$FileAccessLogPropertycdk.support/lookup-entry:file
The build-cfn-virtual-node-access-log-property-builder function updates a CfnVirtualNode$AccessLogProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$AccessLogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `file` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$FileAccessLogProperty | [[cdk.support/lookup-entry]] | `:file` |
sourceraw docstring

build-cfn-virtual-node-aws-cloud-map-instance-attribute-property-builderclj

(build-cfn-virtual-node-aws-cloud-map-instance-attribute-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-aws-cloud-map-instance-attribute-property-builder function updates a CfnVirtualNode$AwsCloudMapInstanceAttributeProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$AwsCloudMapInstanceAttributeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-virtual-node-aws-cloud-map-instance-attribute-property-builder function updates a CfnVirtualNode$AwsCloudMapInstanceAttributeProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$AwsCloudMapInstanceAttributeProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-aws-cloud-map-service-discovery-property-builderclj

(build-cfn-virtual-node-aws-cloud-map-service-discovery-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-virtual-node-aws-cloud-map-service-discovery-property-builder function updates a CfnVirtualNode$AwsCloudMapServiceDiscoveryProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$AwsCloudMapServiceDiscoveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
attributessoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:attributes
ipPreferencejava.lang.Stringcdk.support/lookup-entry:ip-preference
namespaceNamejava.lang.Stringcdk.support/lookup-entry:namespace-name
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
The build-cfn-virtual-node-aws-cloud-map-service-discovery-property-builder function updates a CfnVirtualNode$AwsCloudMapServiceDiscoveryProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$AwsCloudMapServiceDiscoveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `attributes` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:attributes` |
| `ipPreference` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-preference` |
| `namespaceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:namespace-name` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
sourceraw docstring

build-cfn-virtual-node-backend-defaults-property-builderclj

(build-cfn-virtual-node-backend-defaults-property-builder builder id config)

The build-cfn-virtual-node-backend-defaults-property-builder function updates a CfnVirtualNode$BackendDefaultsProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$BackendDefaultsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
clientPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:client-policy
The build-cfn-virtual-node-backend-defaults-property-builder function updates a CfnVirtualNode$BackendDefaultsProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$BackendDefaultsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-backend-property-builderclj

(build-cfn-virtual-node-backend-property-builder builder id config)

The build-cfn-virtual-node-backend-property-builder function updates a CfnVirtualNode$BackendProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$BackendProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
virtualServicesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:virtual-service
The build-cfn-virtual-node-backend-property-builder function updates a CfnVirtualNode$BackendProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$BackendProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-builderclj

(build-cfn-virtual-node-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualNodeNamejava.lang.Stringcdk.support/lookup-entry:virtual-node-name
The build-cfn-virtual-node-builder function updates a CfnVirtualNode$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualNodeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-node-name` |
sourceraw docstring

build-cfn-virtual-node-client-policy-property-builderclj

(build-cfn-virtual-node-client-policy-property-builder builder id config)

The build-cfn-virtual-node-client-policy-property-builder function updates a CfnVirtualNode$ClientPolicyProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ClientPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
tlssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tls
The build-cfn-virtual-node-client-policy-property-builder function updates a CfnVirtualNode$ClientPolicyProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ClientPolicyProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-client-policy-tls-property-builderclj

(build-cfn-virtual-node-client-policy-tls-property-builder builder id config)

The build-cfn-virtual-node-client-policy-tls-property-builder function updates a CfnVirtualNode$ClientPolicyTlsProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ClientPolicyTlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificatesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:certificate
enforcesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:enforce
portsjava.util.Listcdk.support/lookup-entry:ports
validationsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:validation
The build-cfn-virtual-node-client-policy-tls-property-builder function updates a CfnVirtualNode$ClientPolicyTlsProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ClientPolicyTlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificate` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:certificate` |
| `enforce` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:enforce` |
| `ports` | java.util.List | [[cdk.support/lookup-entry]] | `:ports` |
| `validation` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:validation` |
sourceraw docstring

build-cfn-virtual-node-client-tls-certificate-property-builderclj

(build-cfn-virtual-node-client-tls-certificate-property-builder builder
                                                                id
                                                                config)

The build-cfn-virtual-node-client-tls-certificate-property-builder function updates a CfnVirtualNode$ClientTlsCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ClientTlsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
filesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:file
sdssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sds
The build-cfn-virtual-node-client-tls-certificate-property-builder function updates a CfnVirtualNode$ClientTlsCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ClientTlsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-dns-service-discovery-property-builderclj

(build-cfn-virtual-node-dns-service-discovery-property-builder builder
                                                               id
                                                               config)

The build-cfn-virtual-node-dns-service-discovery-property-builder function updates a CfnVirtualNode$DnsServiceDiscoveryProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$DnsServiceDiscoveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
hostnamejava.lang.Stringcdk.support/lookup-entry:hostname
ipPreferencejava.lang.Stringcdk.support/lookup-entry:ip-preference
responseTypejava.lang.Stringcdk.support/lookup-entry:response-type
The build-cfn-virtual-node-dns-service-discovery-property-builder function updates a CfnVirtualNode$DnsServiceDiscoveryProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$DnsServiceDiscoveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `hostname` | java.lang.String | [[cdk.support/lookup-entry]] | `:hostname` |
| `ipPreference` | java.lang.String | [[cdk.support/lookup-entry]] | `:ip-preference` |
| `responseType` | java.lang.String | [[cdk.support/lookup-entry]] | `:response-type` |
sourceraw docstring

build-cfn-virtual-node-duration-property-builderclj

(build-cfn-virtual-node-duration-property-builder builder id config)

The build-cfn-virtual-node-duration-property-builder function updates a CfnVirtualNode$DurationProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$DurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
unitjava.lang.Stringcdk.support/lookup-entry:unit
valuejava.lang.Numbercdk.support/lookup-entry:value
The build-cfn-virtual-node-duration-property-builder function updates a CfnVirtualNode$DurationProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$DurationProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-file-access-log-property-builderclj

(build-cfn-virtual-node-file-access-log-property-builder builder id config)

The build-cfn-virtual-node-file-access-log-property-builder function updates a CfnVirtualNode$FileAccessLogProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$FileAccessLogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
formatsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$LoggingFormatPropertycdk.support/lookup-entry:format
pathjava.lang.Stringcdk.support/lookup-entry:path
The build-cfn-virtual-node-file-access-log-property-builder function updates a CfnVirtualNode$FileAccessLogProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$FileAccessLogProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `format` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$LoggingFormatProperty | [[cdk.support/lookup-entry]] | `:format` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
sourceraw docstring

build-cfn-virtual-node-grpc-timeout-property-builderclj

(build-cfn-virtual-node-grpc-timeout-property-builder builder id config)

The build-cfn-virtual-node-grpc-timeout-property-builder function updates a CfnVirtualNode$GrpcTimeoutProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$GrpcTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
idlesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:idle
perRequestsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:per-request
The build-cfn-virtual-node-grpc-timeout-property-builder function updates a CfnVirtualNode$GrpcTimeoutProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$GrpcTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-health-check-property-builderclj

(build-cfn-virtual-node-health-check-property-builder builder id config)

The build-cfn-virtual-node-health-check-property-builder function updates a CfnVirtualNode$HealthCheckProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$HealthCheckProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
healthyThresholdjava.lang.Numbercdk.support/lookup-entry:healthy-threshold
intervalMillisjava.lang.Numbercdk.support/lookup-entry:interval-millis
pathjava.lang.Stringcdk.support/lookup-entry:path
portjava.lang.Numbercdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
timeoutMillisjava.lang.Numbercdk.support/lookup-entry:timeout-millis
unhealthyThresholdjava.lang.Numbercdk.support/lookup-entry:unhealthy-threshold
The build-cfn-virtual-node-health-check-property-builder function updates a CfnVirtualNode$HealthCheckProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$HealthCheckProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `healthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold` |
| `intervalMillis` | java.lang.Number | [[cdk.support/lookup-entry]] | `:interval-millis` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | java.lang.String | [[cdk.support/lookup-entry]] | `:protocol` |
| `timeoutMillis` | java.lang.Number | [[cdk.support/lookup-entry]] | `:timeout-millis` |
| `unhealthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold` |
sourceraw docstring

build-cfn-virtual-node-http-timeout-property-builderclj

(build-cfn-virtual-node-http-timeout-property-builder builder id config)

The build-cfn-virtual-node-http-timeout-property-builder function updates a CfnVirtualNode$HttpTimeoutProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$HttpTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
idlesoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationPropertycdk.support/lookup-entry:idle
perRequestsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationPropertycdk.support/lookup-entry:per-request
The build-cfn-virtual-node-http-timeout-property-builder function updates a CfnVirtualNode$HttpTimeoutProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$HttpTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `idle` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationProperty | [[cdk.support/lookup-entry]] | `:idle` |
| `perRequest` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationProperty | [[cdk.support/lookup-entry]] | `:per-request` |
sourceraw docstring

build-cfn-virtual-node-json-format-ref-property-builderclj

(build-cfn-virtual-node-json-format-ref-property-builder builder id config)

The build-cfn-virtual-node-json-format-ref-property-builder function updates a CfnVirtualNode$JsonFormatRefProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$JsonFormatRefProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
keyjava.lang.Stringcdk.support/lookup-entry:key
valuejava.lang.Stringcdk.support/lookup-entry:value
The build-cfn-virtual-node-json-format-ref-property-builder function updates a CfnVirtualNode$JsonFormatRefProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$JsonFormatRefProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-listener-property-builderclj

(build-cfn-virtual-node-listener-property-builder builder id config)

The build-cfn-virtual-node-listener-property-builder function updates a CfnVirtualNode$ListenerProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ListenerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
connectionPoolsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:connection-pool
healthChecksoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$HealthCheckPropertycdk.support/lookup-entry:health-check
outlierDetectionsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$OutlierDetectionPropertycdk.support/lookup-entry:outlier-detection
portMappingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:port-mapping
timeoutsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:timeout
tlssoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsPropertycdk.support/lookup-entry:tls
The build-cfn-virtual-node-listener-property-builder function updates a CfnVirtualNode$ListenerProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ListenerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectionPool` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:connection-pool` |
| `healthCheck` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$HealthCheckProperty | [[cdk.support/lookup-entry]] | `:health-check` |
| `outlierDetection` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$OutlierDetectionProperty | [[cdk.support/lookup-entry]] | `:outlier-detection` |
| `portMapping` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:port-mapping` |
| `timeout` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:timeout` |
| `tls` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsProperty | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-cfn-virtual-node-listener-timeout-property-builderclj

(build-cfn-virtual-node-listener-timeout-property-builder builder id config)

The build-cfn-virtual-node-listener-timeout-property-builder function updates a CfnVirtualNode$ListenerTimeoutProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ListenerTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
grpcsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:grpc
httpsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:http
http2software.amazon.awscdk.services.appmesh.CfnVirtualNode$HttpTimeoutPropertycdk.support/lookup-entry:http2
tcpsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$TcpTimeoutPropertycdk.support/lookup-entry:tcp
The build-cfn-virtual-node-listener-timeout-property-builder function updates a CfnVirtualNode$ListenerTimeoutProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ListenerTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `grpc` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:grpc` |
| `http` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http` |
| `http2` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$HttpTimeoutProperty | [[cdk.support/lookup-entry]] | `:http2` |
| `tcp` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$TcpTimeoutProperty | [[cdk.support/lookup-entry]] | `:tcp` |
sourceraw docstring

build-cfn-virtual-node-listener-tls-acm-certificate-property-builderclj

(build-cfn-virtual-node-listener-tls-acm-certificate-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-virtual-node-listener-tls-acm-certificate-property-builder function updates a CfnVirtualNode$ListenerTlsAcmCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ListenerTlsAcmCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificateArnjava.lang.Stringcdk.support/lookup-entry:certificate-arn
The build-cfn-virtual-node-listener-tls-acm-certificate-property-builder function updates a CfnVirtualNode$ListenerTlsAcmCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ListenerTlsAcmCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-listener-tls-certificate-property-builderclj

(build-cfn-virtual-node-listener-tls-certificate-property-builder builder
                                                                  id
                                                                  config)

The build-cfn-virtual-node-listener-tls-certificate-property-builder function updates a CfnVirtualNode$ListenerTlsCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ListenerTlsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
acmsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsAcmCertificatePropertycdk.support/lookup-entry:acm
filesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:file
sdssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sds
The build-cfn-virtual-node-listener-tls-certificate-property-builder function updates a CfnVirtualNode$ListenerTlsCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ListenerTlsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acm` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsAcmCertificateProperty | [[cdk.support/lookup-entry]] | `:acm` |
| `file` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:file` |
| `sds` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sds` |
sourceraw docstring

build-cfn-virtual-node-listener-tls-file-certificate-property-builderclj

(build-cfn-virtual-node-listener-tls-file-certificate-property-builder builder
                                                                       id
                                                                       config)

The build-cfn-virtual-node-listener-tls-file-certificate-property-builder function updates a CfnVirtualNode$ListenerTlsFileCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ListenerTlsFileCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificateChainjava.lang.Stringcdk.support/lookup-entry:certificate-chain
privateKeyjava.lang.Stringcdk.support/lookup-entry:private-key
The build-cfn-virtual-node-listener-tls-file-certificate-property-builder function updates a CfnVirtualNode$ListenerTlsFileCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ListenerTlsFileCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificateChain` | java.lang.String | [[cdk.support/lookup-entry]] | `:certificate-chain` |
| `privateKey` | java.lang.String | [[cdk.support/lookup-entry]] | `:private-key` |
sourceraw docstring

build-cfn-virtual-node-listener-tls-property-builderclj

(build-cfn-virtual-node-listener-tls-property-builder builder id config)

The build-cfn-virtual-node-listener-tls-property-builder function updates a CfnVirtualNode$ListenerTlsProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ListenerTlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificatesoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsCertificatePropertycdk.support/lookup-entry:certificate
modejava.lang.Stringcdk.support/lookup-entry:mode
validationsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsValidationContextPropertycdk.support/lookup-entry:validation
The build-cfn-virtual-node-listener-tls-property-builder function updates a CfnVirtualNode$ListenerTlsProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ListenerTlsProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificate` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsCertificateProperty | [[cdk.support/lookup-entry]] | `:certificate` |
| `mode` | java.lang.String | [[cdk.support/lookup-entry]] | `:mode` |
| `validation` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsValidationContextProperty | [[cdk.support/lookup-entry]] | `:validation` |
sourceraw docstring

build-cfn-virtual-node-listener-tls-sds-certificate-property-builderclj

(build-cfn-virtual-node-listener-tls-sds-certificate-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-virtual-node-listener-tls-sds-certificate-property-builder function updates a CfnVirtualNode$ListenerTlsSdsCertificateProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ListenerTlsSdsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
secretNamejava.lang.Stringcdk.support/lookup-entry:secret-name
The build-cfn-virtual-node-listener-tls-sds-certificate-property-builder function updates a CfnVirtualNode$ListenerTlsSdsCertificateProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ListenerTlsSdsCertificateProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-listener-tls-validation-context-property-builderclj

(build-cfn-virtual-node-listener-tls-validation-context-property-builder builder
                                                                         id
                                                                         config)

The build-cfn-virtual-node-listener-tls-validation-context-property-builder function updates a CfnVirtualNode$ListenerTlsValidationContextProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ListenerTlsValidationContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
subjectAlternativeNamessoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$SubjectAlternativeNamesPropertycdk.support/lookup-entry:subject-alternative-names
trustsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:trust
The build-cfn-virtual-node-listener-tls-validation-context-property-builder function updates a CfnVirtualNode$ListenerTlsValidationContextProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ListenerTlsValidationContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `subjectAlternativeNames` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$SubjectAlternativeNamesProperty | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
| `trust` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:trust` |
sourceraw docstring

build-cfn-virtual-node-listener-tls-validation-context-trust-property-builderclj

(build-cfn-virtual-node-listener-tls-validation-context-trust-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-listener-tls-validation-context-trust-property-builder function updates a CfnVirtualNode$ListenerTlsValidationContextTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ListenerTlsValidationContextTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
filesoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextFileTrustPropertycdk.support/lookup-entry:file
sdssoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextSdsTrustPropertycdk.support/lookup-entry:sds
The build-cfn-virtual-node-listener-tls-validation-context-trust-property-builder function updates a CfnVirtualNode$ListenerTlsValidationContextTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ListenerTlsValidationContextTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `file` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextFileTrustProperty | [[cdk.support/lookup-entry]] | `:file` |
| `sds` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextSdsTrustProperty | [[cdk.support/lookup-entry]] | `:sds` |
sourceraw docstring

build-cfn-virtual-node-logging-format-property-builderclj

(build-cfn-virtual-node-logging-format-property-builder builder id config)

The build-cfn-virtual-node-logging-format-property-builder function updates a CfnVirtualNode$LoggingFormatProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$LoggingFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
jsonjava.util.Listcdk.support/lookup-entry:json
textjava.lang.Stringcdk.support/lookup-entry:text
The build-cfn-virtual-node-logging-format-property-builder function updates a CfnVirtualNode$LoggingFormatProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$LoggingFormatProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-logging-property-builderclj

(build-cfn-virtual-node-logging-property-builder builder id config)

The build-cfn-virtual-node-logging-property-builder function updates a CfnVirtualNode$LoggingProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$LoggingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
accessLogsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$AccessLogPropertycdk.support/lookup-entry:access-log
The build-cfn-virtual-node-logging-property-builder function updates a CfnVirtualNode$LoggingProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$LoggingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLog` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$AccessLogProperty | [[cdk.support/lookup-entry]] | `:access-log` |
sourceraw docstring

build-cfn-virtual-node-outlier-detection-property-builderclj

(build-cfn-virtual-node-outlier-detection-property-builder builder id config)

The build-cfn-virtual-node-outlier-detection-property-builder function updates a CfnVirtualNode$OutlierDetectionProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$OutlierDetectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
baseEjectionDurationsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationPropertycdk.support/lookup-entry:base-ejection-duration
intervalsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationPropertycdk.support/lookup-entry:interval
maxEjectionPercentjava.lang.Numbercdk.support/lookup-entry:max-ejection-percent
maxServerErrorsjava.lang.Numbercdk.support/lookup-entry:max-server-errors
The build-cfn-virtual-node-outlier-detection-property-builder function updates a CfnVirtualNode$OutlierDetectionProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$OutlierDetectionProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `baseEjectionDuration` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationProperty | [[cdk.support/lookup-entry]] | `:base-ejection-duration` |
| `interval` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationProperty | [[cdk.support/lookup-entry]] | `:interval` |
| `maxEjectionPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-ejection-percent` |
| `maxServerErrors` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-server-errors` |
sourceraw docstring

build-cfn-virtual-node-port-mapping-property-builderclj

(build-cfn-virtual-node-port-mapping-property-builder builder id config)

The build-cfn-virtual-node-port-mapping-property-builder function updates a CfnVirtualNode$PortMappingProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$PortMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
portjava.lang.Numbercdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
The build-cfn-virtual-node-port-mapping-property-builder function updates a CfnVirtualNode$PortMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$PortMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-props-builderclj

(build-cfn-virtual-node-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualNodeNamejava.lang.Stringcdk.support/lookup-entry:virtual-node-name
The build-cfn-virtual-node-props-builder function updates a CfnVirtualNodeProps$Builder instance using the provided configuration.
  The function takes the CfnVirtualNodeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualNodeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-node-name` |
sourceraw docstring

build-cfn-virtual-node-service-discovery-property-builderclj

(build-cfn-virtual-node-service-discovery-property-builder builder id config)

The build-cfn-virtual-node-service-discovery-property-builder function updates a CfnVirtualNode$ServiceDiscoveryProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$ServiceDiscoveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
awsCloudMapsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$AwsCloudMapServiceDiscoveryPropertycdk.support/lookup-entry:aws-cloud-map
dnssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:dns
The build-cfn-virtual-node-service-discovery-property-builder function updates a CfnVirtualNode$ServiceDiscoveryProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$ServiceDiscoveryProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `awsCloudMap` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$AwsCloudMapServiceDiscoveryProperty | [[cdk.support/lookup-entry]] | `:aws-cloud-map` |
| `dns` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:dns` |
sourceraw docstring

build-cfn-virtual-node-subject-alternative-name-matchers-property-builderclj

(build-cfn-virtual-node-subject-alternative-name-matchers-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-subject-alternative-name-matchers-property-builder function updates a CfnVirtualNode$SubjectAlternativeNameMatchersProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$SubjectAlternativeNameMatchersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
exactjava.util.Listcdk.support/lookup-entry:exact
The build-cfn-virtual-node-subject-alternative-name-matchers-property-builder function updates a CfnVirtualNode$SubjectAlternativeNameMatchersProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$SubjectAlternativeNameMatchersProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-subject-alternative-names-property-builderclj

(build-cfn-virtual-node-subject-alternative-names-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-virtual-node-subject-alternative-names-property-builder function updates a CfnVirtualNode$SubjectAlternativeNamesProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$SubjectAlternativeNamesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
matchsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:match
The build-cfn-virtual-node-subject-alternative-names-property-builder function updates a CfnVirtualNode$SubjectAlternativeNamesProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$SubjectAlternativeNamesProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-tcp-timeout-property-builderclj

(build-cfn-virtual-node-tcp-timeout-property-builder builder id config)

The build-cfn-virtual-node-tcp-timeout-property-builder function updates a CfnVirtualNode$TcpTimeoutProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$TcpTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
idlesoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationPropertycdk.support/lookup-entry:idle
The build-cfn-virtual-node-tcp-timeout-property-builder function updates a CfnVirtualNode$TcpTimeoutProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$TcpTimeoutProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `idle` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationProperty | [[cdk.support/lookup-entry]] | `:idle` |
sourceraw docstring

build-cfn-virtual-node-tls-validation-context-acm-trust-property-builderclj

(build-cfn-virtual-node-tls-validation-context-acm-trust-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-tls-validation-context-acm-trust-property-builder function updates a CfnVirtualNode$TlsValidationContextAcmTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$TlsValidationContextAcmTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificateAuthorityArnsjava.util.Listcdk.support/lookup-entry:certificate-authority-arns
The build-cfn-virtual-node-tls-validation-context-acm-trust-property-builder function updates a CfnVirtualNode$TlsValidationContextAcmTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$TlsValidationContextAcmTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-tls-validation-context-file-trust-property-builderclj

(build-cfn-virtual-node-tls-validation-context-file-trust-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-tls-validation-context-file-trust-property-builder function updates a CfnVirtualNode$TlsValidationContextFileTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$TlsValidationContextFileTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
certificateChainjava.lang.Stringcdk.support/lookup-entry:certificate-chain
The build-cfn-virtual-node-tls-validation-context-file-trust-property-builder function updates a CfnVirtualNode$TlsValidationContextFileTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$TlsValidationContextFileTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-tls-validation-context-property-builderclj

(build-cfn-virtual-node-tls-validation-context-property-builder builder
                                                                id
                                                                config)

The build-cfn-virtual-node-tls-validation-context-property-builder function updates a CfnVirtualNode$TlsValidationContextProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$TlsValidationContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
subjectAlternativeNamessoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$SubjectAlternativeNamesPropertycdk.support/lookup-entry:subject-alternative-names
trustsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextTrustPropertycdk.support/lookup-entry:trust
The build-cfn-virtual-node-tls-validation-context-property-builder function updates a CfnVirtualNode$TlsValidationContextProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$TlsValidationContextProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `subjectAlternativeNames` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$SubjectAlternativeNamesProperty | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
| `trust` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextTrustProperty | [[cdk.support/lookup-entry]] | `:trust` |
sourceraw docstring

build-cfn-virtual-node-tls-validation-context-sds-trust-property-builderclj

(build-cfn-virtual-node-tls-validation-context-sds-trust-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-tls-validation-context-sds-trust-property-builder function updates a CfnVirtualNode$TlsValidationContextSdsTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$TlsValidationContextSdsTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
secretNamejava.lang.Stringcdk.support/lookup-entry:secret-name
The build-cfn-virtual-node-tls-validation-context-sds-trust-property-builder function updates a CfnVirtualNode$TlsValidationContextSdsTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$TlsValidationContextSdsTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-node-tls-validation-context-trust-property-builderclj

(build-cfn-virtual-node-tls-validation-context-trust-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-virtual-node-tls-validation-context-trust-property-builder function updates a CfnVirtualNode$TlsValidationContextTrustProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$TlsValidationContextTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
acmsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextAcmTrustPropertycdk.support/lookup-entry:acm
filesoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextFileTrustPropertycdk.support/lookup-entry:file
sdssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:sds
The build-cfn-virtual-node-tls-validation-context-trust-property-builder function updates a CfnVirtualNode$TlsValidationContextTrustProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$TlsValidationContextTrustProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `acm` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextAcmTrustProperty | [[cdk.support/lookup-entry]] | `:acm` |
| `file` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextFileTrustProperty | [[cdk.support/lookup-entry]] | `:file` |
| `sds` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:sds` |
sourceraw docstring

build-cfn-virtual-node-virtual-node-connection-pool-property-builderclj

(build-cfn-virtual-node-virtual-node-connection-pool-property-builder builder
                                                                      id
                                                                      config)

The build-cfn-virtual-node-virtual-node-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeConnectionPoolProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$VirtualNodeConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
grpcsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:grpc
httpsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$VirtualNodeHttpConnectionPoolPropertycdk.support/lookup-entry:http
http2software.amazon.awscdk.IResolvablecdk.support/lookup-entry:http2
tcpsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:tcp
The build-cfn-virtual-node-virtual-node-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeConnectionPoolProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$VirtualNodeConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `grpc` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:grpc` |
| `http` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$VirtualNodeHttpConnectionPoolProperty | [[cdk.support/lookup-entry]] | `:http` |
| `http2` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:http2` |
| `tcp` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:tcp` |
sourceraw docstring

build-cfn-virtual-node-virtual-node-grpc-connection-pool-property-builderclj

(build-cfn-virtual-node-virtual-node-grpc-connection-pool-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-virtual-node-grpc-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeGrpcConnectionPoolProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$VirtualNodeGrpcConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
maxRequestsjava.lang.Numbercdk.support/lookup-entry:max-requests
The build-cfn-virtual-node-virtual-node-grpc-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeGrpcConnectionPoolProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$VirtualNodeGrpcConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRequests` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-requests` |
sourceraw docstring

build-cfn-virtual-node-virtual-node-http-connection-pool-property-builderclj

(build-cfn-virtual-node-virtual-node-http-connection-pool-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-virtual-node-http-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeHttpConnectionPoolProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$VirtualNodeHttpConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
maxConnectionsjava.lang.Numbercdk.support/lookup-entry:max-connections
maxPendingRequestsjava.lang.Numbercdk.support/lookup-entry:max-pending-requests
The build-cfn-virtual-node-virtual-node-http-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeHttpConnectionPoolProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$VirtualNodeHttpConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxConnections` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-connections` |
| `maxPendingRequests` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-pending-requests` |
sourceraw docstring

build-cfn-virtual-node-virtual-node-http2-connection-pool-property-builderclj

(build-cfn-virtual-node-virtual-node-http2-connection-pool-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-virtual-node-http2-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeHttp2ConnectionPoolProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$VirtualNodeHttp2ConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
maxRequestsjava.lang.Numbercdk.support/lookup-entry:max-requests
The build-cfn-virtual-node-virtual-node-http2-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeHttp2ConnectionPoolProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$VirtualNodeHttp2ConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRequests` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-requests` |
sourceraw docstring

build-cfn-virtual-node-virtual-node-spec-property-builderclj

(build-cfn-virtual-node-virtual-node-spec-property-builder builder id config)

The build-cfn-virtual-node-virtual-node-spec-property-builder function updates a CfnVirtualNode$VirtualNodeSpecProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$VirtualNodeSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
backendDefaultssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:backend-defaults
backendssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:backends
listenersjava.util.Listcdk.support/lookup-entry:listeners
loggingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:logging
serviceDiscoverysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:service-discovery
The build-cfn-virtual-node-virtual-node-spec-property-builder function updates a CfnVirtualNode$VirtualNodeSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$VirtualNodeSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `backendDefaults` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:backend-defaults` |
| `backends` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:backends` |
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `logging` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:logging` |
| `serviceDiscovery` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:service-discovery` |
sourceraw docstring

build-cfn-virtual-node-virtual-node-tcp-connection-pool-property-builderclj

(build-cfn-virtual-node-virtual-node-tcp-connection-pool-property-builder
  builder
  id
  config)

The build-cfn-virtual-node-virtual-node-tcp-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeTcpConnectionPoolProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$VirtualNodeTcpConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
maxConnectionsjava.lang.Numbercdk.support/lookup-entry:max-connections
The build-cfn-virtual-node-virtual-node-tcp-connection-pool-property-builder function updates a CfnVirtualNode$VirtualNodeTcpConnectionPoolProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$VirtualNodeTcpConnectionPoolProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxConnections` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-connections` |
sourceraw docstring

build-cfn-virtual-node-virtual-service-backend-property-builderclj

(build-cfn-virtual-node-virtual-service-backend-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-virtual-node-virtual-service-backend-property-builder function updates a CfnVirtualNode$VirtualServiceBackendProperty$Builder instance using the provided configuration. The function takes the CfnVirtualNode$VirtualServiceBackendProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
clientPolicysoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:client-policy
virtualServiceNamejava.lang.Stringcdk.support/lookup-entry:virtual-service-name
The build-cfn-virtual-node-virtual-service-backend-property-builder function updates a CfnVirtualNode$VirtualServiceBackendProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualNode$VirtualServiceBackendProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `clientPolicy` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:client-policy` |
| `virtualServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-service-name` |
sourceraw docstring

build-cfn-virtual-router-builderclj

(build-cfn-virtual-router-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualRouterNamejava.lang.Stringcdk.support/lookup-entry:virtual-router-name
The build-cfn-virtual-router-builder function updates a CfnVirtualRouter$Builder instance using the provided configuration.
  The function takes the CfnVirtualRouter$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.IResolvable | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualRouterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-router-name` |
sourceraw docstring

build-cfn-virtual-router-port-mapping-property-builderclj

(build-cfn-virtual-router-port-mapping-property-builder builder id config)

The build-cfn-virtual-router-port-mapping-property-builder function updates a CfnVirtualRouter$PortMappingProperty$Builder instance using the provided configuration. The function takes the CfnVirtualRouter$PortMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
portjava.lang.Numbercdk.support/lookup-entry:port
protocoljava.lang.Stringcdk.support/lookup-entry:protocol
The build-cfn-virtual-router-port-mapping-property-builder function updates a CfnVirtualRouter$PortMappingProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualRouter$PortMappingProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-router-props-builderclj

(build-cfn-virtual-router-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.services.appmesh.CfnVirtualRouter$VirtualRouterSpecPropertycdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualRouterNamejava.lang.Stringcdk.support/lookup-entry:virtual-router-name
The build-cfn-virtual-router-props-builder function updates a CfnVirtualRouterProps$Builder instance using the provided configuration.
  The function takes the CfnVirtualRouterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.services.appmesh.CfnVirtualRouter$VirtualRouterSpecProperty | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualRouterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-router-name` |
sourceraw docstring

build-cfn-virtual-router-virtual-router-listener-property-builderclj

(build-cfn-virtual-router-virtual-router-listener-property-builder builder
                                                                   id
                                                                   config)

The build-cfn-virtual-router-virtual-router-listener-property-builder function updates a CfnVirtualRouter$VirtualRouterListenerProperty$Builder instance using the provided configuration. The function takes the CfnVirtualRouter$VirtualRouterListenerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
portMappingsoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:port-mapping
The build-cfn-virtual-router-virtual-router-listener-property-builder function updates a CfnVirtualRouter$VirtualRouterListenerProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualRouter$VirtualRouterListenerProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-router-virtual-router-spec-property-builderclj

(build-cfn-virtual-router-virtual-router-spec-property-builder builder
                                                               id
                                                               config)

The build-cfn-virtual-router-virtual-router-spec-property-builder function updates a CfnVirtualRouter$VirtualRouterSpecProperty$Builder instance using the provided configuration. The function takes the CfnVirtualRouter$VirtualRouterSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
listenerssoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:listeners
The build-cfn-virtual-router-virtual-router-spec-property-builder function updates a CfnVirtualRouter$VirtualRouterSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualRouter$VirtualRouterSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-service-builderclj

(build-cfn-virtual-service-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.services.appmesh.CfnVirtualService$VirtualServiceSpecPropertycdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualServiceNamejava.lang.Stringcdk.support/lookup-entry:virtual-service-name
The build-cfn-virtual-service-builder function updates a CfnVirtualService$Builder instance using the provided configuration.
  The function takes the CfnVirtualService$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.services.appmesh.CfnVirtualService$VirtualServiceSpecProperty | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-service-name` |
sourceraw docstring

build-cfn-virtual-service-props-builderclj

(build-cfn-virtual-service-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
meshOwnerjava.lang.Stringcdk.support/lookup-entry:mesh-owner
specsoftware.amazon.awscdk.services.appmesh.CfnVirtualService$VirtualServiceSpecPropertycdk.support/lookup-entry:spec
tagsjava.util.Listcdk.support/lookup-entry:tags
virtualServiceNamejava.lang.Stringcdk.support/lookup-entry:virtual-service-name
The build-cfn-virtual-service-props-builder function updates a CfnVirtualServiceProps$Builder instance using the provided configuration.
  The function takes the CfnVirtualServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `meshOwner` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-owner` |
| `spec` | software.amazon.awscdk.services.appmesh.CfnVirtualService$VirtualServiceSpecProperty | [[cdk.support/lookup-entry]] | `:spec` |
| `tags` | java.util.List | [[cdk.support/lookup-entry]] | `:tags` |
| `virtualServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-service-name` |
sourceraw docstring

build-cfn-virtual-service-virtual-node-service-provider-property-builderclj

(build-cfn-virtual-service-virtual-node-service-provider-property-builder
  builder
  id
  config)

The build-cfn-virtual-service-virtual-node-service-provider-property-builder function updates a CfnVirtualService$VirtualNodeServiceProviderProperty$Builder instance using the provided configuration. The function takes the CfnVirtualService$VirtualNodeServiceProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
virtualNodeNamejava.lang.Stringcdk.support/lookup-entry:virtual-node-name
The build-cfn-virtual-service-virtual-node-service-provider-property-builder function updates a CfnVirtualService$VirtualNodeServiceProviderProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualService$VirtualNodeServiceProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-service-virtual-router-service-provider-property-builderclj

(build-cfn-virtual-service-virtual-router-service-provider-property-builder
  builder
  id
  config)

The build-cfn-virtual-service-virtual-router-service-provider-property-builder function updates a CfnVirtualService$VirtualRouterServiceProviderProperty$Builder instance using the provided configuration. The function takes the CfnVirtualService$VirtualRouterServiceProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
virtualRouterNamejava.lang.Stringcdk.support/lookup-entry:virtual-router-name
The build-cfn-virtual-service-virtual-router-service-provider-property-builder function updates a CfnVirtualService$VirtualRouterServiceProviderProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualService$VirtualRouterServiceProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-service-virtual-service-provider-property-builderclj

(build-cfn-virtual-service-virtual-service-provider-property-builder builder
                                                                     id
                                                                     config)

The build-cfn-virtual-service-virtual-service-provider-property-builder function updates a CfnVirtualService$VirtualServiceProviderProperty$Builder instance using the provided configuration. The function takes the CfnVirtualService$VirtualServiceProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
virtualNodesoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:virtual-node
virtualRoutersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:virtual-router
The build-cfn-virtual-service-virtual-service-provider-property-builder function updates a CfnVirtualService$VirtualServiceProviderProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualService$VirtualServiceProviderProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-cfn-virtual-service-virtual-service-spec-property-builderclj

(build-cfn-virtual-service-virtual-service-spec-property-builder builder
                                                                 id
                                                                 config)

The build-cfn-virtual-service-virtual-service-spec-property-builder function updates a CfnVirtualService$VirtualServiceSpecProperty$Builder instance using the provided configuration. The function takes the CfnVirtualService$VirtualServiceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
providersoftware.amazon.awscdk.IResolvablecdk.support/lookup-entry:provider
The build-cfn-virtual-service-virtual-service-spec-property-builder function updates a CfnVirtualService$VirtualServiceSpecProperty$Builder instance using the provided configuration.
  The function takes the CfnVirtualService$VirtualServiceSpecProperty$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-common-gateway-route-spec-options-builderclj

(build-common-gateway-route-spec-options-builder builder id config)

The build-common-gateway-route-spec-options-builder function updates a CommonGatewayRouteSpecOptions$Builder instance using the provided configuration. The function takes the CommonGatewayRouteSpecOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-common-gateway-route-spec-options-builder function updates a CommonGatewayRouteSpecOptions$Builder instance using the provided configuration.
  The function takes the CommonGatewayRouteSpecOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-gateway-route-attributes-builderclj

(build-gateway-route-attributes-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
gatewayRouteNamejava.lang.Stringcdk.support/lookup-entry:gateway-route-name
virtualGatewaysoftware.amazon.awscdk.services.appmesh.IVirtualGatewaycdk.support/lookup-entry:virtual-gateway
The build-gateway-route-attributes-builder function updates a GatewayRouteAttributes$Builder instance using the provided configuration.
  The function takes the GatewayRouteAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `gatewayRouteName` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-route-name` |
| `virtualGateway` | software.amazon.awscdk.services.appmesh.IVirtualGateway | [[cdk.support/lookup-entry]] | `:virtual-gateway` |
sourceraw docstring

build-gateway-route-base-props-builderclj

(build-gateway-route-base-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
gatewayRouteNamejava.lang.Stringcdk.support/lookup-entry:gateway-route-name
routeSpecsoftware.amazon.awscdk.services.appmesh.GatewayRouteSpeccdk.support/lookup-entry:route-spec
The build-gateway-route-base-props-builder function updates a GatewayRouteBaseProps$Builder instance using the provided configuration.
  The function takes the GatewayRouteBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `gatewayRouteName` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-route-name` |
| `routeSpec` | software.amazon.awscdk.services.appmesh.GatewayRouteSpec | [[cdk.support/lookup-entry]] | `:route-spec` |
sourceraw docstring

build-gateway-route-builderclj

(build-gateway-route-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
gatewayRouteNamejava.lang.Stringcdk.support/lookup-entry:gateway-route-name
routeSpecsoftware.amazon.awscdk.services.appmesh.GatewayRouteSpeccdk.support/lookup-entry:route-spec
virtualGatewaysoftware.amazon.awscdk.services.appmesh.IVirtualGatewaycdk.support/lookup-entry:virtual-gateway
The build-gateway-route-builder function updates a GatewayRoute$Builder instance using the provided configuration.
  The function takes the GatewayRoute$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `gatewayRouteName` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-route-name` |
| `routeSpec` | software.amazon.awscdk.services.appmesh.GatewayRouteSpec | [[cdk.support/lookup-entry]] | `:route-spec` |
| `virtualGateway` | software.amazon.awscdk.services.appmesh.IVirtualGateway | [[cdk.support/lookup-entry]] | `:virtual-gateway` |
sourceraw docstring

build-gateway-route-hostname-match-config-builderclj

(build-gateway-route-hostname-match-config-builder builder id config)

The build-gateway-route-hostname-match-config-builder function updates a GatewayRouteHostnameMatchConfig$Builder instance using the provided configuration. The function takes the GatewayRouteHostnameMatchConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
hostnameMatchsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteHostnameMatchPropertycdk.support/lookup-entry:hostname-match
The build-gateway-route-hostname-match-config-builder function updates a GatewayRouteHostnameMatchConfig$Builder instance using the provided configuration.
  The function takes the GatewayRouteHostnameMatchConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `hostnameMatch` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteHostnameMatchProperty | [[cdk.support/lookup-entry]] | `:hostname-match` |
sourceraw docstring

build-gateway-route-props-builderclj

(build-gateway-route-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
gatewayRouteNamejava.lang.Stringcdk.support/lookup-entry:gateway-route-name
routeSpecsoftware.amazon.awscdk.services.appmesh.GatewayRouteSpeccdk.support/lookup-entry:route-spec
virtualGatewaysoftware.amazon.awscdk.services.appmesh.IVirtualGatewaycdk.support/lookup-entry:virtual-gateway
The build-gateway-route-props-builder function updates a GatewayRouteProps$Builder instance using the provided configuration.
  The function takes the GatewayRouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `gatewayRouteName` | java.lang.String | [[cdk.support/lookup-entry]] | `:gateway-route-name` |
| `routeSpec` | software.amazon.awscdk.services.appmesh.GatewayRouteSpec | [[cdk.support/lookup-entry]] | `:route-spec` |
| `virtualGateway` | software.amazon.awscdk.services.appmesh.IVirtualGateway | [[cdk.support/lookup-entry]] | `:virtual-gateway` |
sourceraw docstring

build-gateway-route-spec-config-builderclj

(build-gateway-route-spec-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
grpcSpecConfigsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$GrpcGatewayRoutePropertycdk.support/lookup-entry:grpc-spec-config
http2SpecConfigsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRoutePropertycdk.support/lookup-entry:http2-spec-config
httpSpecConfigsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRoutePropertycdk.support/lookup-entry:http-spec-config
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-gateway-route-spec-config-builder function updates a GatewayRouteSpecConfig$Builder instance using the provided configuration.
  The function takes the GatewayRouteSpecConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `grpcSpecConfig` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$GrpcGatewayRouteProperty | [[cdk.support/lookup-entry]] | `:grpc-spec-config` |
| `http2SpecConfig` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRouteProperty | [[cdk.support/lookup-entry]] | `:http2-spec-config` |
| `httpSpecConfig` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRouteProperty | [[cdk.support/lookup-entry]] | `:http-spec-config` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
sourceraw docstring

build-grpc-connection-pool-builderclj

(build-grpc-connection-pool-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
maxRequestsjava.lang.Numbercdk.support/lookup-entry:max-requests
The build-grpc-connection-pool-builder function updates a GrpcConnectionPool$Builder instance using the provided configuration.
  The function takes the GrpcConnectionPool$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRequests` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-requests` |
sourceraw docstring

build-grpc-gateway-listener-options-builderclj

(build-grpc-gateway-listener-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
connectionPoolsoftware.amazon.awscdk.services.appmesh.GrpcConnectionPoolcdk.support/lookup-entry:connection-pool
healthChecksoftware.amazon.awscdk.services.appmesh.HealthCheckcdk.support/lookup-entry:health-check
portjava.lang.Numbercdk.support/lookup-entry:port
tlssoftware.amazon.awscdk.services.appmesh.ListenerTlsOptionscdk.support/lookup-entry:tls
The build-grpc-gateway-listener-options-builder function updates a GrpcGatewayListenerOptions$Builder instance using the provided configuration.
  The function takes the GrpcGatewayListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectionPool` | software.amazon.awscdk.services.appmesh.GrpcConnectionPool | [[cdk.support/lookup-entry]] | `:connection-pool` |
| `healthCheck` | software.amazon.awscdk.services.appmesh.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `tls` | software.amazon.awscdk.services.appmesh.ListenerTlsOptions | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-grpc-gateway-route-match-builderclj

(build-grpc-gateway-route-match-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
hostnamesoftware.amazon.awscdk.services.appmesh.GatewayRouteHostnameMatchcdk.support/lookup-entry:hostname
metadatajava.util.Listcdk.support/lookup-entry:metadata
portjava.lang.Numbercdk.support/lookup-entry:port
rewriteRequestHostnamejava.lang.Booleancdk.support/lookup-entry:rewrite-request-hostname
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
The build-grpc-gateway-route-match-builder function updates a GrpcGatewayRouteMatch$Builder instance using the provided configuration.
  The function takes the GrpcGatewayRouteMatch$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `hostname` | software.amazon.awscdk.services.appmesh.GatewayRouteHostnameMatch | [[cdk.support/lookup-entry]] | `:hostname` |
| `metadata` | java.util.List | [[cdk.support/lookup-entry]] | `:metadata` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `rewriteRequestHostname` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rewrite-request-hostname` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
sourceraw docstring

build-grpc-gateway-route-spec-options-builderclj

(build-grpc-gateway-route-spec-options-builder builder id config)

The build-grpc-gateway-route-spec-options-builder function updates a GrpcGatewayRouteSpecOptions$Builder instance using the provided configuration. The function takes the GrpcGatewayRouteSpecOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
matchsoftware.amazon.awscdk.services.appmesh.GrpcGatewayRouteMatchcdk.support/lookup-entry:match
priorityjava.lang.Numbercdk.support/lookup-entry:priority
routeTargetsoftware.amazon.awscdk.services.appmesh.IVirtualServicecdk.support/lookup-entry:route-target
The build-grpc-gateway-route-spec-options-builder function updates a GrpcGatewayRouteSpecOptions$Builder instance using the provided configuration.
  The function takes the GrpcGatewayRouteSpecOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `match` | software.amazon.awscdk.services.appmesh.GrpcGatewayRouteMatch | [[cdk.support/lookup-entry]] | `:match` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `routeTarget` | software.amazon.awscdk.services.appmesh.IVirtualService | [[cdk.support/lookup-entry]] | `:route-target` |
sourceraw docstring

build-grpc-health-check-options-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
healthyThresholdjava.lang.Numbercdk.support/lookup-entry:healthy-threshold
intervalsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:interval
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
unhealthyThresholdjava.lang.Numbercdk.support/lookup-entry:unhealthy-threshold
The build-grpc-health-check-options-builder function updates a GrpcHealthCheckOptions$Builder instance using the provided configuration.
  The function takes the GrpcHealthCheckOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `healthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold` |
| `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `unhealthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold` |
sourceraw docstring

build-grpc-retry-policy-builderclj

(build-grpc-retry-policy-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
grpcRetryEventsjava.util.Listcdk.support/lookup-entry:grpc-retry-events
httpRetryEventsjava.util.Listcdk.support/lookup-entry:http-retry-events
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
retryTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:retry-timeout
tcpRetryEventsjava.util.Listcdk.support/lookup-entry:tcp-retry-events
The build-grpc-retry-policy-builder function updates a GrpcRetryPolicy$Builder instance using the provided configuration.
  The function takes the GrpcRetryPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `grpcRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:grpc-retry-events` |
| `httpRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:http-retry-events` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `retryTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:retry-timeout` |
| `tcpRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:tcp-retry-events` |
sourceraw docstring

build-grpc-route-match-builderclj

(build-grpc-route-match-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
metadatajava.util.Listcdk.support/lookup-entry:metadata
methodNamejava.lang.Stringcdk.support/lookup-entry:method-name
portjava.lang.Numbercdk.support/lookup-entry:port
serviceNamejava.lang.Stringcdk.support/lookup-entry:service-name
The build-grpc-route-match-builder function updates a GrpcRouteMatch$Builder instance using the provided configuration.
  The function takes the GrpcRouteMatch$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `metadata` | java.util.List | [[cdk.support/lookup-entry]] | `:metadata` |
| `methodName` | java.lang.String | [[cdk.support/lookup-entry]] | `:method-name` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `serviceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:service-name` |
sourceraw docstring

build-grpc-route-spec-options-builderclj

(build-grpc-route-spec-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
matchsoftware.amazon.awscdk.services.appmesh.GrpcRouteMatchcdk.support/lookup-entry:match
priorityjava.lang.Numbercdk.support/lookup-entry:priority
retryPolicysoftware.amazon.awscdk.services.appmesh.GrpcRetryPolicycdk.support/lookup-entry:retry-policy
timeoutsoftware.amazon.awscdk.services.appmesh.GrpcTimeoutcdk.support/lookup-entry:timeout
weightedTargetsjava.util.Listcdk.support/lookup-entry:weighted-targets
The build-grpc-route-spec-options-builder function updates a GrpcRouteSpecOptions$Builder instance using the provided configuration.
  The function takes the GrpcRouteSpecOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `match` | software.amazon.awscdk.services.appmesh.GrpcRouteMatch | [[cdk.support/lookup-entry]] | `:match` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `retryPolicy` | software.amazon.awscdk.services.appmesh.GrpcRetryPolicy | [[cdk.support/lookup-entry]] | `:retry-policy` |
| `timeout` | software.amazon.awscdk.services.appmesh.GrpcTimeout | [[cdk.support/lookup-entry]] | `:timeout` |
| `weightedTargets` | java.util.List | [[cdk.support/lookup-entry]] | `:weighted-targets` |
sourceraw docstring

build-grpc-timeout-builderclj

(build-grpc-timeout-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
idlesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:idle
perRequestsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:per-request
The build-grpc-timeout-builder function updates a GrpcTimeout$Builder instance using the provided configuration.
  The function takes the GrpcTimeout$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `idle` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:idle` |
| `perRequest` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:per-request` |
sourceraw docstring

build-grpc-virtual-node-listener-options-builderclj

(build-grpc-virtual-node-listener-options-builder builder id config)

The build-grpc-virtual-node-listener-options-builder function updates a GrpcVirtualNodeListenerOptions$Builder instance using the provided configuration. The function takes the GrpcVirtualNodeListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
connectionPoolsoftware.amazon.awscdk.services.appmesh.GrpcConnectionPoolcdk.support/lookup-entry:connection-pool
healthChecksoftware.amazon.awscdk.services.appmesh.HealthCheckcdk.support/lookup-entry:health-check
outlierDetectionsoftware.amazon.awscdk.services.appmesh.OutlierDetectioncdk.support/lookup-entry:outlier-detection
portjava.lang.Numbercdk.support/lookup-entry:port
timeoutsoftware.amazon.awscdk.services.appmesh.GrpcTimeoutcdk.support/lookup-entry:timeout
tlssoftware.amazon.awscdk.services.appmesh.ListenerTlsOptionscdk.support/lookup-entry:tls
The build-grpc-virtual-node-listener-options-builder function updates a GrpcVirtualNodeListenerOptions$Builder instance using the provided configuration.
  The function takes the GrpcVirtualNodeListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectionPool` | software.amazon.awscdk.services.appmesh.GrpcConnectionPool | [[cdk.support/lookup-entry]] | `:connection-pool` |
| `healthCheck` | software.amazon.awscdk.services.appmesh.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `outlierDetection` | software.amazon.awscdk.services.appmesh.OutlierDetection | [[cdk.support/lookup-entry]] | `:outlier-detection` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `timeout` | software.amazon.awscdk.services.appmesh.GrpcTimeout | [[cdk.support/lookup-entry]] | `:timeout` |
| `tls` | software.amazon.awscdk.services.appmesh.ListenerTlsOptions | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-header-match-config-builderclj

(build-header-match-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
headerMatchsoftware.amazon.awscdk.services.appmesh.CfnRoute$HttpRouteHeaderPropertycdk.support/lookup-entry:header-match
The build-header-match-config-builder function updates a HeaderMatchConfig$Builder instance using the provided configuration.
  The function takes the HeaderMatchConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `headerMatch` | software.amazon.awscdk.services.appmesh.CfnRoute$HttpRouteHeaderProperty | [[cdk.support/lookup-entry]] | `:header-match` |
sourceraw docstring

build-health-check-bind-options-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
defaultPortjava.lang.Numbercdk.support/lookup-entry:default-port
The build-health-check-bind-options-builder function updates a HealthCheckBindOptions$Builder instance using the provided configuration.
  The function takes the HealthCheckBindOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

build-health-check-config-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
virtualGatewayHealthChecksoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayHealthCheckPolicyPropertycdk.support/lookup-entry:virtual-gateway-health-check
virtualNodeHealthChecksoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$HealthCheckPropertycdk.support/lookup-entry:virtual-node-health-check
The build-health-check-config-builder function updates a HealthCheckConfig$Builder instance using the provided configuration.
  The function takes the HealthCheckConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `virtualGatewayHealthCheck` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayHealthCheckPolicyProperty | [[cdk.support/lookup-entry]] | `:virtual-gateway-health-check` |
| `virtualNodeHealthCheck` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$HealthCheckProperty | [[cdk.support/lookup-entry]] | `:virtual-node-health-check` |
sourceraw docstring

build-http-connection-pool-builderclj

(build-http-connection-pool-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
maxConnectionsjava.lang.Numbercdk.support/lookup-entry:max-connections
maxPendingRequestsjava.lang.Numbercdk.support/lookup-entry:max-pending-requests
The build-http-connection-pool-builder function updates a HttpConnectionPool$Builder instance using the provided configuration.
  The function takes the HttpConnectionPool$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxConnections` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-connections` |
| `maxPendingRequests` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-pending-requests` |
sourceraw docstring

build-http-gateway-listener-options-builderclj

(build-http-gateway-listener-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
connectionPoolsoftware.amazon.awscdk.services.appmesh.HttpConnectionPoolcdk.support/lookup-entry:connection-pool
healthChecksoftware.amazon.awscdk.services.appmesh.HealthCheckcdk.support/lookup-entry:health-check
portjava.lang.Numbercdk.support/lookup-entry:port
tlssoftware.amazon.awscdk.services.appmesh.ListenerTlsOptionscdk.support/lookup-entry:tls
The build-http-gateway-listener-options-builder function updates a HttpGatewayListenerOptions$Builder instance using the provided configuration.
  The function takes the HttpGatewayListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectionPool` | software.amazon.awscdk.services.appmesh.HttpConnectionPool | [[cdk.support/lookup-entry]] | `:connection-pool` |
| `healthCheck` | software.amazon.awscdk.services.appmesh.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `tls` | software.amazon.awscdk.services.appmesh.ListenerTlsOptions | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-http-gateway-route-match-builderclj

(build-http-gateway-route-match-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
headersjava.util.Listcdk.support/lookup-entry:headers
hostnamesoftware.amazon.awscdk.services.appmesh.GatewayRouteHostnameMatchcdk.support/lookup-entry:hostname
methodsoftware.amazon.awscdk.services.appmesh.HttpRouteMethodcdk.api.services.appmesh/http-route-method:method
pathsoftware.amazon.awscdk.services.appmesh.HttpGatewayRoutePathMatchcdk.support/lookup-entry:path
portjava.lang.Numbercdk.support/lookup-entry:port
queryParametersjava.util.Listcdk.support/lookup-entry:query-parameters
rewriteRequestHostnamejava.lang.Booleancdk.support/lookup-entry:rewrite-request-hostname
The build-http-gateway-route-match-builder function updates a HttpGatewayRouteMatch$Builder instance using the provided configuration.
  The function takes the HttpGatewayRouteMatch$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `headers` | java.util.List | [[cdk.support/lookup-entry]] | `:headers` |
| `hostname` | software.amazon.awscdk.services.appmesh.GatewayRouteHostnameMatch | [[cdk.support/lookup-entry]] | `:hostname` |
| `method` | software.amazon.awscdk.services.appmesh.HttpRouteMethod | [[cdk.api.services.appmesh/http-route-method]] | `:method` |
| `path` | software.amazon.awscdk.services.appmesh.HttpGatewayRoutePathMatch | [[cdk.support/lookup-entry]] | `:path` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `queryParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:query-parameters` |
| `rewriteRequestHostname` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:rewrite-request-hostname` |
sourceraw docstring

build-http-gateway-route-path-match-config-builderclj

(build-http-gateway-route-path-match-config-builder builder id config)

The build-http-gateway-route-path-match-config-builder function updates a HttpGatewayRoutePathMatchConfig$Builder instance using the provided configuration. The function takes the HttpGatewayRoutePathMatchConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
prefixPathMatchjava.lang.Stringcdk.support/lookup-entry:prefix-path-match
prefixPathRewritesoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRoutePrefixRewritePropertycdk.support/lookup-entry:prefix-path-rewrite
wholePathMatchsoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpPathMatchPropertycdk.support/lookup-entry:whole-path-match
wholePathRewritesoftware.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRoutePathRewritePropertycdk.support/lookup-entry:whole-path-rewrite
The build-http-gateway-route-path-match-config-builder function updates a HttpGatewayRoutePathMatchConfig$Builder instance using the provided configuration.
  The function takes the HttpGatewayRoutePathMatchConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `prefixPathMatch` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-path-match` |
| `prefixPathRewrite` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRoutePrefixRewriteProperty | [[cdk.support/lookup-entry]] | `:prefix-path-rewrite` |
| `wholePathMatch` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpPathMatchProperty | [[cdk.support/lookup-entry]] | `:whole-path-match` |
| `wholePathRewrite` | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$HttpGatewayRoutePathRewriteProperty | [[cdk.support/lookup-entry]] | `:whole-path-rewrite` |
sourceraw docstring

build-http-gateway-route-spec-options-builderclj

(build-http-gateway-route-spec-options-builder builder id config)

The build-http-gateway-route-spec-options-builder function updates a HttpGatewayRouteSpecOptions$Builder instance using the provided configuration. The function takes the HttpGatewayRouteSpecOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
matchsoftware.amazon.awscdk.services.appmesh.HttpGatewayRouteMatchcdk.support/lookup-entry:match
priorityjava.lang.Numbercdk.support/lookup-entry:priority
routeTargetsoftware.amazon.awscdk.services.appmesh.IVirtualServicecdk.support/lookup-entry:route-target
The build-http-gateway-route-spec-options-builder function updates a HttpGatewayRouteSpecOptions$Builder instance using the provided configuration.
  The function takes the HttpGatewayRouteSpecOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `match` | software.amazon.awscdk.services.appmesh.HttpGatewayRouteMatch | [[cdk.support/lookup-entry]] | `:match` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `routeTarget` | software.amazon.awscdk.services.appmesh.IVirtualService | [[cdk.support/lookup-entry]] | `:route-target` |
sourceraw docstring

build-http-health-check-options-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
healthyThresholdjava.lang.Numbercdk.support/lookup-entry:healthy-threshold
intervalsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:interval
pathjava.lang.Stringcdk.support/lookup-entry:path
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
unhealthyThresholdjava.lang.Numbercdk.support/lookup-entry:unhealthy-threshold
The build-http-health-check-options-builder function updates a HttpHealthCheckOptions$Builder instance using the provided configuration.
  The function takes the HttpHealthCheckOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `healthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold` |
| `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` |
| `path` | java.lang.String | [[cdk.support/lookup-entry]] | `:path` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `unhealthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold` |
sourceraw docstring

build-http-retry-policy-builderclj

(build-http-retry-policy-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
httpRetryEventsjava.util.Listcdk.support/lookup-entry:http-retry-events
retryAttemptsjava.lang.Numbercdk.support/lookup-entry:retry-attempts
retryTimeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:retry-timeout
tcpRetryEventsjava.util.Listcdk.support/lookup-entry:tcp-retry-events
The build-http-retry-policy-builder function updates a HttpRetryPolicy$Builder instance using the provided configuration.
  The function takes the HttpRetryPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `httpRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:http-retry-events` |
| `retryAttempts` | java.lang.Number | [[cdk.support/lookup-entry]] | `:retry-attempts` |
| `retryTimeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:retry-timeout` |
| `tcpRetryEvents` | java.util.List | [[cdk.support/lookup-entry]] | `:tcp-retry-events` |
sourceraw docstring

build-http-route-match-builderclj

(build-http-route-match-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
headersjava.util.Listcdk.support/lookup-entry:headers
methodsoftware.amazon.awscdk.services.appmesh.HttpRouteMethodcdk.api.services.appmesh/http-route-method:method
pathsoftware.amazon.awscdk.services.appmesh.HttpRoutePathMatchcdk.support/lookup-entry:path
portjava.lang.Numbercdk.support/lookup-entry:port
protocolsoftware.amazon.awscdk.services.appmesh.HttpRouteProtocolcdk.api.services.appmesh/http-route-protocol:protocol
queryParametersjava.util.Listcdk.support/lookup-entry:query-parameters
The build-http-route-match-builder function updates a HttpRouteMatch$Builder instance using the provided configuration.
  The function takes the HttpRouteMatch$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `headers` | java.util.List | [[cdk.support/lookup-entry]] | `:headers` |
| `method` | software.amazon.awscdk.services.appmesh.HttpRouteMethod | [[cdk.api.services.appmesh/http-route-method]] | `:method` |
| `path` | software.amazon.awscdk.services.appmesh.HttpRoutePathMatch | [[cdk.support/lookup-entry]] | `:path` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `protocol` | software.amazon.awscdk.services.appmesh.HttpRouteProtocol | [[cdk.api.services.appmesh/http-route-protocol]] | `:protocol` |
| `queryParameters` | java.util.List | [[cdk.support/lookup-entry]] | `:query-parameters` |
sourceraw docstring

build-http-route-path-match-config-builderclj

(build-http-route-path-match-config-builder builder id config)

The build-http-route-path-match-config-builder function updates a HttpRoutePathMatchConfig$Builder instance using the provided configuration. The function takes the HttpRoutePathMatchConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
prefixPathMatchjava.lang.Stringcdk.support/lookup-entry:prefix-path-match
wholePathMatchsoftware.amazon.awscdk.services.appmesh.CfnRoute$HttpPathMatchPropertycdk.support/lookup-entry:whole-path-match
The build-http-route-path-match-config-builder function updates a HttpRoutePathMatchConfig$Builder instance using the provided configuration.
  The function takes the HttpRoutePathMatchConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `prefixPathMatch` | java.lang.String | [[cdk.support/lookup-entry]] | `:prefix-path-match` |
| `wholePathMatch` | software.amazon.awscdk.services.appmesh.CfnRoute$HttpPathMatchProperty | [[cdk.support/lookup-entry]] | `:whole-path-match` |
sourceraw docstring

build-http-route-spec-options-builderclj

(build-http-route-spec-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
matchsoftware.amazon.awscdk.services.appmesh.HttpRouteMatchcdk.support/lookup-entry:match
priorityjava.lang.Numbercdk.support/lookup-entry:priority
retryPolicysoftware.amazon.awscdk.services.appmesh.HttpRetryPolicycdk.support/lookup-entry:retry-policy
timeoutsoftware.amazon.awscdk.services.appmesh.HttpTimeoutcdk.support/lookup-entry:timeout
weightedTargetsjava.util.Listcdk.support/lookup-entry:weighted-targets
The build-http-route-spec-options-builder function updates a HttpRouteSpecOptions$Builder instance using the provided configuration.
  The function takes the HttpRouteSpecOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `match` | software.amazon.awscdk.services.appmesh.HttpRouteMatch | [[cdk.support/lookup-entry]] | `:match` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `retryPolicy` | software.amazon.awscdk.services.appmesh.HttpRetryPolicy | [[cdk.support/lookup-entry]] | `:retry-policy` |
| `timeout` | software.amazon.awscdk.services.appmesh.HttpTimeout | [[cdk.support/lookup-entry]] | `:timeout` |
| `weightedTargets` | java.util.List | [[cdk.support/lookup-entry]] | `:weighted-targets` |
sourceraw docstring

build-http-timeout-builderclj

(build-http-timeout-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
idlesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:idle
perRequestsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:per-request
The build-http-timeout-builder function updates a HttpTimeout$Builder instance using the provided configuration.
  The function takes the HttpTimeout$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `idle` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:idle` |
| `perRequest` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:per-request` |
sourceraw docstring

build-http-virtual-node-listener-options-builderclj

(build-http-virtual-node-listener-options-builder builder id config)

The build-http-virtual-node-listener-options-builder function updates a HttpVirtualNodeListenerOptions$Builder instance using the provided configuration. The function takes the HttpVirtualNodeListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
connectionPoolsoftware.amazon.awscdk.services.appmesh.HttpConnectionPoolcdk.support/lookup-entry:connection-pool
healthChecksoftware.amazon.awscdk.services.appmesh.HealthCheckcdk.support/lookup-entry:health-check
outlierDetectionsoftware.amazon.awscdk.services.appmesh.OutlierDetectioncdk.support/lookup-entry:outlier-detection
portjava.lang.Numbercdk.support/lookup-entry:port
timeoutsoftware.amazon.awscdk.services.appmesh.HttpTimeoutcdk.support/lookup-entry:timeout
tlssoftware.amazon.awscdk.services.appmesh.ListenerTlsOptionscdk.support/lookup-entry:tls
The build-http-virtual-node-listener-options-builder function updates a HttpVirtualNodeListenerOptions$Builder instance using the provided configuration.
  The function takes the HttpVirtualNodeListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectionPool` | software.amazon.awscdk.services.appmesh.HttpConnectionPool | [[cdk.support/lookup-entry]] | `:connection-pool` |
| `healthCheck` | software.amazon.awscdk.services.appmesh.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `outlierDetection` | software.amazon.awscdk.services.appmesh.OutlierDetection | [[cdk.support/lookup-entry]] | `:outlier-detection` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `timeout` | software.amazon.awscdk.services.appmesh.HttpTimeout | [[cdk.support/lookup-entry]] | `:timeout` |
| `tls` | software.amazon.awscdk.services.appmesh.ListenerTlsOptions | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-http2-connection-pool-builderclj

(build-http2-connection-pool-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
maxRequestsjava.lang.Numbercdk.support/lookup-entry:max-requests
The build-http2-connection-pool-builder function updates a Http2ConnectionPool$Builder instance using the provided configuration.
  The function takes the Http2ConnectionPool$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxRequests` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-requests` |
sourceraw docstring

build-http2-gateway-listener-options-builderclj

(build-http2-gateway-listener-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
connectionPoolsoftware.amazon.awscdk.services.appmesh.Http2ConnectionPoolcdk.support/lookup-entry:connection-pool
healthChecksoftware.amazon.awscdk.services.appmesh.HealthCheckcdk.support/lookup-entry:health-check
portjava.lang.Numbercdk.support/lookup-entry:port
tlssoftware.amazon.awscdk.services.appmesh.ListenerTlsOptionscdk.support/lookup-entry:tls
The build-http2-gateway-listener-options-builder function updates a Http2GatewayListenerOptions$Builder instance using the provided configuration.
  The function takes the Http2GatewayListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectionPool` | software.amazon.awscdk.services.appmesh.Http2ConnectionPool | [[cdk.support/lookup-entry]] | `:connection-pool` |
| `healthCheck` | software.amazon.awscdk.services.appmesh.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `tls` | software.amazon.awscdk.services.appmesh.ListenerTlsOptions | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-http2-virtual-node-listener-options-builderclj

(build-http2-virtual-node-listener-options-builder builder id config)

The build-http2-virtual-node-listener-options-builder function updates a Http2VirtualNodeListenerOptions$Builder instance using the provided configuration. The function takes the Http2VirtualNodeListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
connectionPoolsoftware.amazon.awscdk.services.appmesh.Http2ConnectionPoolcdk.support/lookup-entry:connection-pool
healthChecksoftware.amazon.awscdk.services.appmesh.HealthCheckcdk.support/lookup-entry:health-check
outlierDetectionsoftware.amazon.awscdk.services.appmesh.OutlierDetectioncdk.support/lookup-entry:outlier-detection
portjava.lang.Numbercdk.support/lookup-entry:port
timeoutsoftware.amazon.awscdk.services.appmesh.HttpTimeoutcdk.support/lookup-entry:timeout
tlssoftware.amazon.awscdk.services.appmesh.ListenerTlsOptionscdk.support/lookup-entry:tls
The build-http2-virtual-node-listener-options-builder function updates a Http2VirtualNodeListenerOptions$Builder instance using the provided configuration.
  The function takes the Http2VirtualNodeListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectionPool` | software.amazon.awscdk.services.appmesh.Http2ConnectionPool | [[cdk.support/lookup-entry]] | `:connection-pool` |
| `healthCheck` | software.amazon.awscdk.services.appmesh.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `outlierDetection` | software.amazon.awscdk.services.appmesh.OutlierDetection | [[cdk.support/lookup-entry]] | `:outlier-detection` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `timeout` | software.amazon.awscdk.services.appmesh.HttpTimeout | [[cdk.support/lookup-entry]] | `:timeout` |
| `tls` | software.amazon.awscdk.services.appmesh.ListenerTlsOptions | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-listener-tls-options-builderclj

(build-listener-tls-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
certificatesoftware.amazon.awscdk.services.appmesh.TlsCertificatecdk.support/lookup-entry:certificate
modesoftware.amazon.awscdk.services.appmesh.TlsModecdk.api.services.appmesh/tls-mode:mode
mutualTlsValidationsoftware.amazon.awscdk.services.appmesh.MutualTlsValidationcdk.support/lookup-entry:mutual-tls-validation
The build-listener-tls-options-builder function updates a ListenerTlsOptions$Builder instance using the provided configuration.
  The function takes the ListenerTlsOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `certificate` | software.amazon.awscdk.services.appmesh.TlsCertificate | [[cdk.support/lookup-entry]] | `:certificate` |
| `mode` | software.amazon.awscdk.services.appmesh.TlsMode | [[cdk.api.services.appmesh/tls-mode]] | `:mode` |
| `mutualTlsValidation` | software.amazon.awscdk.services.appmesh.MutualTlsValidation | [[cdk.support/lookup-entry]] | `:mutual-tls-validation` |
sourceraw docstring

build-logging-format-config-builderclj

(build-logging-format-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
formatConfigsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$LoggingFormatPropertycdk.support/lookup-entry:format-config
The build-logging-format-config-builder function updates a LoggingFormatConfig$Builder instance using the provided configuration.
  The function takes the LoggingFormatConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `formatConfig` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$LoggingFormatProperty | [[cdk.support/lookup-entry]] | `:format-config` |
sourceraw docstring

build-mesh-builderclj

(build-mesh-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
egressFiltersoftware.amazon.awscdk.services.appmesh.MeshFilterTypecdk.api.services.appmesh/mesh-filter-type:egress-filter
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
serviceDiscoverysoftware.amazon.awscdk.services.appmesh.MeshServiceDiscoverycdk.support/lookup-entry:service-discovery
The build-mesh-builder function updates a Mesh$Builder instance using the provided configuration.
  The function takes the Mesh$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `egressFilter` | software.amazon.awscdk.services.appmesh.MeshFilterType | [[cdk.api.services.appmesh/mesh-filter-type]] | `:egress-filter` |
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `serviceDiscovery` | software.amazon.awscdk.services.appmesh.MeshServiceDiscovery | [[cdk.support/lookup-entry]] | `:service-discovery` |
sourceraw docstring

build-mesh-props-builderclj

(build-mesh-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
egressFiltersoftware.amazon.awscdk.services.appmesh.MeshFilterTypecdk.api.services.appmesh/mesh-filter-type:egress-filter
meshNamejava.lang.Stringcdk.support/lookup-entry:mesh-name
serviceDiscoverysoftware.amazon.awscdk.services.appmesh.MeshServiceDiscoverycdk.support/lookup-entry:service-discovery
The build-mesh-props-builder function updates a MeshProps$Builder instance using the provided configuration.
  The function takes the MeshProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `egressFilter` | software.amazon.awscdk.services.appmesh.MeshFilterType | [[cdk.api.services.appmesh/mesh-filter-type]] | `:egress-filter` |
| `meshName` | java.lang.String | [[cdk.support/lookup-entry]] | `:mesh-name` |
| `serviceDiscovery` | software.amazon.awscdk.services.appmesh.MeshServiceDiscovery | [[cdk.support/lookup-entry]] | `:service-discovery` |
sourceraw docstring

build-mesh-service-discovery-builderclj

(build-mesh-service-discovery-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
ipPreferencesoftware.amazon.awscdk.services.appmesh.IpPreferencecdk.api.services.appmesh/ip-preference:ip-preference
The build-mesh-service-discovery-builder function updates a MeshServiceDiscovery$Builder instance using the provided configuration.
  The function takes the MeshServiceDiscovery$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `ipPreference` | software.amazon.awscdk.services.appmesh.IpPreference | [[cdk.api.services.appmesh/ip-preference]] | `:ip-preference` |
sourceraw docstring

build-mutual-tls-validation-builderclj

(build-mutual-tls-validation-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
subjectAlternativeNamessoftware.amazon.awscdk.services.appmesh.SubjectAlternativeNamescdk.support/lookup-entry:subject-alternative-names
trustsoftware.amazon.awscdk.services.appmesh.MutualTlsValidationTrustcdk.support/lookup-entry:trust
The build-mutual-tls-validation-builder function updates a MutualTlsValidation$Builder instance using the provided configuration.
  The function takes the MutualTlsValidation$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `subjectAlternativeNames` | software.amazon.awscdk.services.appmesh.SubjectAlternativeNames | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
| `trust` | software.amazon.awscdk.services.appmesh.MutualTlsValidationTrust | [[cdk.support/lookup-entry]] | `:trust` |
sourceraw docstring

build-outlier-detection-builderclj

(build-outlier-detection-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
baseEjectionDurationsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:base-ejection-duration
intervalsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:interval
maxEjectionPercentjava.lang.Numbercdk.support/lookup-entry:max-ejection-percent
maxServerErrorsjava.lang.Numbercdk.support/lookup-entry:max-server-errors
The build-outlier-detection-builder function updates a OutlierDetection$Builder instance using the provided configuration.
  The function takes the OutlierDetection$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `baseEjectionDuration` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:base-ejection-duration` |
| `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` |
| `maxEjectionPercent` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-ejection-percent` |
| `maxServerErrors` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-server-errors` |
sourceraw docstring

build-query-parameter-match-config-builderclj

(build-query-parameter-match-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
queryParameterMatchsoftware.amazon.awscdk.services.appmesh.CfnRoute$QueryParameterPropertycdk.support/lookup-entry:query-parameter-match
The build-query-parameter-match-config-builder function updates a QueryParameterMatchConfig$Builder instance using the provided configuration.
  The function takes the QueryParameterMatchConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `queryParameterMatch` | software.amazon.awscdk.services.appmesh.CfnRoute$QueryParameterProperty | [[cdk.support/lookup-entry]] | `:query-parameter-match` |
sourceraw docstring

build-route-attributes-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
routeNamejava.lang.Stringcdk.support/lookup-entry:route-name
virtualRoutersoftware.amazon.awscdk.services.appmesh.IVirtualRoutercdk.support/lookup-entry:virtual-router
The build-route-attributes-builder function updates a RouteAttributes$Builder instance using the provided configuration.
  The function takes the RouteAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `routeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-name` |
| `virtualRouter` | software.amazon.awscdk.services.appmesh.IVirtualRouter | [[cdk.support/lookup-entry]] | `:virtual-router` |
sourceraw docstring

build-route-base-props-builderclj

(build-route-base-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
routeNamejava.lang.Stringcdk.support/lookup-entry:route-name
routeSpecsoftware.amazon.awscdk.services.appmesh.RouteSpeccdk.support/lookup-entry:route-spec
The build-route-base-props-builder function updates a RouteBaseProps$Builder instance using the provided configuration.
  The function takes the RouteBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `routeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-name` |
| `routeSpec` | software.amazon.awscdk.services.appmesh.RouteSpec | [[cdk.support/lookup-entry]] | `:route-spec` |
sourceraw docstring

build-route-builderclj

(build-route-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
routeNamejava.lang.Stringcdk.support/lookup-entry:route-name
routeSpecsoftware.amazon.awscdk.services.appmesh.RouteSpeccdk.support/lookup-entry:route-spec
virtualRoutersoftware.amazon.awscdk.services.appmesh.IVirtualRoutercdk.support/lookup-entry:virtual-router
The build-route-builder function updates a Route$Builder instance using the provided configuration.
  The function takes the Route$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `routeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-name` |
| `routeSpec` | software.amazon.awscdk.services.appmesh.RouteSpec | [[cdk.support/lookup-entry]] | `:route-spec` |
| `virtualRouter` | software.amazon.awscdk.services.appmesh.IVirtualRouter | [[cdk.support/lookup-entry]] | `:virtual-router` |
sourceraw docstring

build-route-props-builderclj

(build-route-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
routeNamejava.lang.Stringcdk.support/lookup-entry:route-name
routeSpecsoftware.amazon.awscdk.services.appmesh.RouteSpeccdk.support/lookup-entry:route-spec
virtualRoutersoftware.amazon.awscdk.services.appmesh.IVirtualRoutercdk.support/lookup-entry:virtual-router
The build-route-props-builder function updates a RouteProps$Builder instance using the provided configuration.
  The function takes the RouteProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `routeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:route-name` |
| `routeSpec` | software.amazon.awscdk.services.appmesh.RouteSpec | [[cdk.support/lookup-entry]] | `:route-spec` |
| `virtualRouter` | software.amazon.awscdk.services.appmesh.IVirtualRouter | [[cdk.support/lookup-entry]] | `:virtual-router` |
sourceraw docstring

build-route-spec-config-builderclj

(build-route-spec-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
grpcRouteSpecsoftware.amazon.awscdk.services.appmesh.CfnRoute$GrpcRoutePropertycdk.support/lookup-entry:grpc-route-spec
http2RouteSpecsoftware.amazon.awscdk.services.appmesh.CfnRoute$HttpRoutePropertycdk.support/lookup-entry:http2-route-spec
httpRouteSpecsoftware.amazon.awscdk.services.appmesh.CfnRoute$HttpRoutePropertycdk.support/lookup-entry:http-route-spec
priorityjava.lang.Numbercdk.support/lookup-entry:priority
tcpRouteSpecsoftware.amazon.awscdk.services.appmesh.CfnRoute$TcpRoutePropertycdk.support/lookup-entry:tcp-route-spec
The build-route-spec-config-builder function updates a RouteSpecConfig$Builder instance using the provided configuration.
  The function takes the RouteSpecConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `grpcRouteSpec` | software.amazon.awscdk.services.appmesh.CfnRoute$GrpcRouteProperty | [[cdk.support/lookup-entry]] | `:grpc-route-spec` |
| `http2RouteSpec` | software.amazon.awscdk.services.appmesh.CfnRoute$HttpRouteProperty | [[cdk.support/lookup-entry]] | `:http2-route-spec` |
| `httpRouteSpec` | software.amazon.awscdk.services.appmesh.CfnRoute$HttpRouteProperty | [[cdk.support/lookup-entry]] | `:http-route-spec` |
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `tcpRouteSpec` | software.amazon.awscdk.services.appmesh.CfnRoute$TcpRouteProperty | [[cdk.support/lookup-entry]] | `:tcp-route-spec` |
sourceraw docstring

build-route-spec-options-base-builderclj

(build-route-spec-options-base-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
priorityjava.lang.Numbercdk.support/lookup-entry:priority
The build-route-spec-options-base-builder function updates a RouteSpecOptionsBase$Builder instance using the provided configuration.
  The function takes the RouteSpecOptionsBase$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-service-discovery-config-builderclj

(build-service-discovery-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
cloudmapsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$AwsCloudMapServiceDiscoveryPropertycdk.support/lookup-entry:cloudmap
dnssoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$DnsServiceDiscoveryPropertycdk.support/lookup-entry:dns
The build-service-discovery-config-builder function updates a ServiceDiscoveryConfig$Builder instance using the provided configuration.
  The function takes the ServiceDiscoveryConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `cloudmap` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$AwsCloudMapServiceDiscoveryProperty | [[cdk.support/lookup-entry]] | `:cloudmap` |
| `dns` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$DnsServiceDiscoveryProperty | [[cdk.support/lookup-entry]] | `:dns` |
sourceraw docstring

build-subject-alternative-names-matcher-config-builderclj

(build-subject-alternative-names-matcher-config-builder builder id config)

The build-subject-alternative-names-matcher-config-builder function updates a SubjectAlternativeNamesMatcherConfig$Builder instance using the provided configuration. The function takes the SubjectAlternativeNamesMatcherConfig$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
subjectAlternativeNamesMatchsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$SubjectAlternativeNameMatchersPropertycdk.support/lookup-entry:subject-alternative-names-match
The build-subject-alternative-names-matcher-config-builder function updates a SubjectAlternativeNamesMatcherConfig$Builder instance using the provided configuration.
  The function takes the SubjectAlternativeNamesMatcherConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `subjectAlternativeNamesMatch` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$SubjectAlternativeNameMatchersProperty | [[cdk.support/lookup-entry]] | `:subject-alternative-names-match` |
sourceraw docstring

build-tcp-connection-pool-builderclj

(build-tcp-connection-pool-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
maxConnectionsjava.lang.Numbercdk.support/lookup-entry:max-connections
The build-tcp-connection-pool-builder function updates a TcpConnectionPool$Builder instance using the provided configuration.
  The function takes the TcpConnectionPool$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `maxConnections` | java.lang.Number | [[cdk.support/lookup-entry]] | `:max-connections` |
sourceraw docstring

build-tcp-health-check-options-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
healthyThresholdjava.lang.Numbercdk.support/lookup-entry:healthy-threshold
intervalsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:interval
timeoutsoftware.amazon.awscdk.Durationcdk.support/lookup-entry:timeout
unhealthyThresholdjava.lang.Numbercdk.support/lookup-entry:unhealthy-threshold
The build-tcp-health-check-options-builder function updates a TcpHealthCheckOptions$Builder instance using the provided configuration.
  The function takes the TcpHealthCheckOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `healthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:healthy-threshold` |
| `interval` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:interval` |
| `timeout` | software.amazon.awscdk.Duration | [[cdk.support/lookup-entry]] | `:timeout` |
| `unhealthyThreshold` | java.lang.Number | [[cdk.support/lookup-entry]] | `:unhealthy-threshold` |
sourceraw docstring

build-tcp-route-spec-options-builderclj

(build-tcp-route-spec-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
priorityjava.lang.Numbercdk.support/lookup-entry:priority
timeoutsoftware.amazon.awscdk.services.appmesh.TcpTimeoutcdk.support/lookup-entry:timeout
weightedTargetsjava.util.Listcdk.support/lookup-entry:weighted-targets
The build-tcp-route-spec-options-builder function updates a TcpRouteSpecOptions$Builder instance using the provided configuration.
  The function takes the TcpRouteSpecOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `priority` | java.lang.Number | [[cdk.support/lookup-entry]] | `:priority` |
| `timeout` | software.amazon.awscdk.services.appmesh.TcpTimeout | [[cdk.support/lookup-entry]] | `:timeout` |
| `weightedTargets` | java.util.List | [[cdk.support/lookup-entry]] | `:weighted-targets` |
sourceraw docstring

build-tcp-timeout-builderclj

(build-tcp-timeout-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
idlesoftware.amazon.awscdk.Durationcdk.support/lookup-entry:idle
The build-tcp-timeout-builder function updates a TcpTimeout$Builder instance using the provided configuration.
  The function takes the TcpTimeout$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

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

build-tcp-virtual-node-listener-options-builderclj

(build-tcp-virtual-node-listener-options-builder builder id config)

The build-tcp-virtual-node-listener-options-builder function updates a TcpVirtualNodeListenerOptions$Builder instance using the provided configuration. The function takes the TcpVirtualNodeListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration, and the configuration itself.

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

FieldDataTypeLookup FunctionData Key
connectionPoolsoftware.amazon.awscdk.services.appmesh.TcpConnectionPoolcdk.support/lookup-entry:connection-pool
healthChecksoftware.amazon.awscdk.services.appmesh.HealthCheckcdk.support/lookup-entry:health-check
outlierDetectionsoftware.amazon.awscdk.services.appmesh.OutlierDetectioncdk.support/lookup-entry:outlier-detection
portjava.lang.Numbercdk.support/lookup-entry:port
timeoutsoftware.amazon.awscdk.services.appmesh.TcpTimeoutcdk.support/lookup-entry:timeout
tlssoftware.amazon.awscdk.services.appmesh.ListenerTlsOptionscdk.support/lookup-entry:tls
The build-tcp-virtual-node-listener-options-builder function updates a TcpVirtualNodeListenerOptions$Builder instance using the provided configuration.
  The function takes the TcpVirtualNodeListenerOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `connectionPool` | software.amazon.awscdk.services.appmesh.TcpConnectionPool | [[cdk.support/lookup-entry]] | `:connection-pool` |
| `healthCheck` | software.amazon.awscdk.services.appmesh.HealthCheck | [[cdk.support/lookup-entry]] | `:health-check` |
| `outlierDetection` | software.amazon.awscdk.services.appmesh.OutlierDetection | [[cdk.support/lookup-entry]] | `:outlier-detection` |
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `timeout` | software.amazon.awscdk.services.appmesh.TcpTimeout | [[cdk.support/lookup-entry]] | `:timeout` |
| `tls` | software.amazon.awscdk.services.appmesh.ListenerTlsOptions | [[cdk.support/lookup-entry]] | `:tls` |
sourceraw docstring

build-tls-certificate-config-builderclj

(build-tls-certificate-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
tlsCertificatesoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsCertificatePropertycdk.support/lookup-entry:tls-certificate
The build-tls-certificate-config-builder function updates a TlsCertificateConfig$Builder instance using the provided configuration.
  The function takes the TlsCertificateConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `tlsCertificate` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsCertificateProperty | [[cdk.support/lookup-entry]] | `:tls-certificate` |
sourceraw docstring

build-tls-client-policy-builderclj

(build-tls-client-policy-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
enforcejava.lang.Booleancdk.support/lookup-entry:enforce
mutualTlsCertificatesoftware.amazon.awscdk.services.appmesh.MutualTlsCertificatecdk.support/lookup-entry:mutual-tls-certificate
portsjava.util.Listcdk.support/lookup-entry:ports
validationsoftware.amazon.awscdk.services.appmesh.TlsValidationcdk.support/lookup-entry:validation
The build-tls-client-policy-builder function updates a TlsClientPolicy$Builder instance using the provided configuration.
  The function takes the TlsClientPolicy$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `enforce` | java.lang.Boolean | [[cdk.support/lookup-entry]] | `:enforce` |
| `mutualTlsCertificate` | software.amazon.awscdk.services.appmesh.MutualTlsCertificate | [[cdk.support/lookup-entry]] | `:mutual-tls-certificate` |
| `ports` | java.util.List | [[cdk.support/lookup-entry]] | `:ports` |
| `validation` | software.amazon.awscdk.services.appmesh.TlsValidation | [[cdk.support/lookup-entry]] | `:validation` |
sourceraw docstring

build-tls-validation-builderclj

(build-tls-validation-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
subjectAlternativeNamessoftware.amazon.awscdk.services.appmesh.SubjectAlternativeNamescdk.support/lookup-entry:subject-alternative-names
trustsoftware.amazon.awscdk.services.appmesh.TlsValidationTrustcdk.support/lookup-entry:trust
The build-tls-validation-builder function updates a TlsValidation$Builder instance using the provided configuration.
  The function takes the TlsValidation$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `subjectAlternativeNames` | software.amazon.awscdk.services.appmesh.SubjectAlternativeNames | [[cdk.support/lookup-entry]] | `:subject-alternative-names` |
| `trust` | software.amazon.awscdk.services.appmesh.TlsValidationTrust | [[cdk.support/lookup-entry]] | `:trust` |
sourceraw docstring

build-tls-validation-trust-config-builderclj

(build-tls-validation-trust-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
tlsValidationTrustsoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextTrustPropertycdk.support/lookup-entry:tls-validation-trust
The build-tls-validation-trust-config-builder function updates a TlsValidationTrustConfig$Builder instance using the provided configuration.
  The function takes the TlsValidationTrustConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `tlsValidationTrust` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextTrustProperty | [[cdk.support/lookup-entry]] | `:tls-validation-trust` |
sourceraw docstring

build-virtual-gateway-attributes-builderclj

(build-virtual-gateway-attributes-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
virtualGatewayNamejava.lang.Stringcdk.support/lookup-entry:virtual-gateway-name
The build-virtual-gateway-attributes-builder function updates a VirtualGatewayAttributes$Builder instance using the provided configuration.
  The function takes the VirtualGatewayAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `virtualGatewayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-gateway-name` |
sourceraw docstring

build-virtual-gateway-base-props-builderclj

(build-virtual-gateway-base-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
accessLogsoftware.amazon.awscdk.services.appmesh.AccessLogcdk.support/lookup-entry:access-log
backendDefaultssoftware.amazon.awscdk.services.appmesh.BackendDefaultscdk.support/lookup-entry:backend-defaults
listenersjava.util.Listcdk.support/lookup-entry:listeners
virtualGatewayNamejava.lang.Stringcdk.support/lookup-entry:virtual-gateway-name
The build-virtual-gateway-base-props-builder function updates a VirtualGatewayBaseProps$Builder instance using the provided configuration.
  The function takes the VirtualGatewayBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLog` | software.amazon.awscdk.services.appmesh.AccessLog | [[cdk.support/lookup-entry]] | `:access-log` |
| `backendDefaults` | software.amazon.awscdk.services.appmesh.BackendDefaults | [[cdk.support/lookup-entry]] | `:backend-defaults` |
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `virtualGatewayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-gateway-name` |
sourceraw docstring

build-virtual-gateway-builderclj

(build-virtual-gateway-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
accessLogsoftware.amazon.awscdk.services.appmesh.AccessLogcdk.support/lookup-entry:access-log
backendDefaultssoftware.amazon.awscdk.services.appmesh.BackendDefaultscdk.support/lookup-entry:backend-defaults
listenersjava.util.Listcdk.support/lookup-entry:listeners
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
virtualGatewayNamejava.lang.Stringcdk.support/lookup-entry:virtual-gateway-name
The build-virtual-gateway-builder function updates a VirtualGateway$Builder instance using the provided configuration.
  The function takes the VirtualGateway$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLog` | software.amazon.awscdk.services.appmesh.AccessLog | [[cdk.support/lookup-entry]] | `:access-log` |
| `backendDefaults` | software.amazon.awscdk.services.appmesh.BackendDefaults | [[cdk.support/lookup-entry]] | `:backend-defaults` |
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `virtualGatewayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-gateway-name` |
sourceraw docstring

build-virtual-gateway-listener-config-builderclj

(build-virtual-gateway-listener-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
listenersoftware.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerPropertycdk.support/lookup-entry:listener
The build-virtual-gateway-listener-config-builder function updates a VirtualGatewayListenerConfig$Builder instance using the provided configuration.
  The function takes the VirtualGatewayListenerConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `listener` | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerProperty | [[cdk.support/lookup-entry]] | `:listener` |
sourceraw docstring

build-virtual-gateway-props-builderclj

(build-virtual-gateway-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
accessLogsoftware.amazon.awscdk.services.appmesh.AccessLogcdk.support/lookup-entry:access-log
backendDefaultssoftware.amazon.awscdk.services.appmesh.BackendDefaultscdk.support/lookup-entry:backend-defaults
listenersjava.util.Listcdk.support/lookup-entry:listeners
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
virtualGatewayNamejava.lang.Stringcdk.support/lookup-entry:virtual-gateway-name
The build-virtual-gateway-props-builder function updates a VirtualGatewayProps$Builder instance using the provided configuration.
  The function takes the VirtualGatewayProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLog` | software.amazon.awscdk.services.appmesh.AccessLog | [[cdk.support/lookup-entry]] | `:access-log` |
| `backendDefaults` | software.amazon.awscdk.services.appmesh.BackendDefaults | [[cdk.support/lookup-entry]] | `:backend-defaults` |
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `virtualGatewayName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-gateway-name` |
sourceraw docstring

build-virtual-node-attributes-builderclj

(build-virtual-node-attributes-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
virtualNodeNamejava.lang.Stringcdk.support/lookup-entry:virtual-node-name
The build-virtual-node-attributes-builder function updates a VirtualNodeAttributes$Builder instance using the provided configuration.
  The function takes the VirtualNodeAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `virtualNodeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-node-name` |
sourceraw docstring

build-virtual-node-base-props-builderclj

(build-virtual-node-base-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
accessLogsoftware.amazon.awscdk.services.appmesh.AccessLogcdk.support/lookup-entry:access-log
backendDefaultssoftware.amazon.awscdk.services.appmesh.BackendDefaultscdk.support/lookup-entry:backend-defaults
backendsjava.util.Listcdk.support/lookup-entry:backends
listenersjava.util.Listcdk.support/lookup-entry:listeners
serviceDiscoverysoftware.amazon.awscdk.services.appmesh.ServiceDiscoverycdk.support/lookup-entry:service-discovery
virtualNodeNamejava.lang.Stringcdk.support/lookup-entry:virtual-node-name
The build-virtual-node-base-props-builder function updates a VirtualNodeBaseProps$Builder instance using the provided configuration.
  The function takes the VirtualNodeBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLog` | software.amazon.awscdk.services.appmesh.AccessLog | [[cdk.support/lookup-entry]] | `:access-log` |
| `backendDefaults` | software.amazon.awscdk.services.appmesh.BackendDefaults | [[cdk.support/lookup-entry]] | `:backend-defaults` |
| `backends` | java.util.List | [[cdk.support/lookup-entry]] | `:backends` |
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `serviceDiscovery` | software.amazon.awscdk.services.appmesh.ServiceDiscovery | [[cdk.support/lookup-entry]] | `:service-discovery` |
| `virtualNodeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-node-name` |
sourceraw docstring

build-virtual-node-builderclj

(build-virtual-node-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
accessLogsoftware.amazon.awscdk.services.appmesh.AccessLogcdk.support/lookup-entry:access-log
backendDefaultssoftware.amazon.awscdk.services.appmesh.BackendDefaultscdk.support/lookup-entry:backend-defaults
backendsjava.util.Listcdk.support/lookup-entry:backends
listenersjava.util.Listcdk.support/lookup-entry:listeners
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
serviceDiscoverysoftware.amazon.awscdk.services.appmesh.ServiceDiscoverycdk.support/lookup-entry:service-discovery
virtualNodeNamejava.lang.Stringcdk.support/lookup-entry:virtual-node-name
The build-virtual-node-builder function updates a VirtualNode$Builder instance using the provided configuration.
  The function takes the VirtualNode$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLog` | software.amazon.awscdk.services.appmesh.AccessLog | [[cdk.support/lookup-entry]] | `:access-log` |
| `backendDefaults` | software.amazon.awscdk.services.appmesh.BackendDefaults | [[cdk.support/lookup-entry]] | `:backend-defaults` |
| `backends` | java.util.List | [[cdk.support/lookup-entry]] | `:backends` |
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `serviceDiscovery` | software.amazon.awscdk.services.appmesh.ServiceDiscovery | [[cdk.support/lookup-entry]] | `:service-discovery` |
| `virtualNodeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-node-name` |
sourceraw docstring

build-virtual-node-listener-config-builderclj

(build-virtual-node-listener-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
listenersoftware.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerPropertycdk.support/lookup-entry:listener
The build-virtual-node-listener-config-builder function updates a VirtualNodeListenerConfig$Builder instance using the provided configuration.
  The function takes the VirtualNodeListenerConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `listener` | software.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerProperty | [[cdk.support/lookup-entry]] | `:listener` |
sourceraw docstring

build-virtual-node-props-builderclj

(build-virtual-node-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
accessLogsoftware.amazon.awscdk.services.appmesh.AccessLogcdk.support/lookup-entry:access-log
backendDefaultssoftware.amazon.awscdk.services.appmesh.BackendDefaultscdk.support/lookup-entry:backend-defaults
backendsjava.util.Listcdk.support/lookup-entry:backends
listenersjava.util.Listcdk.support/lookup-entry:listeners
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
serviceDiscoverysoftware.amazon.awscdk.services.appmesh.ServiceDiscoverycdk.support/lookup-entry:service-discovery
virtualNodeNamejava.lang.Stringcdk.support/lookup-entry:virtual-node-name
The build-virtual-node-props-builder function updates a VirtualNodeProps$Builder instance using the provided configuration.
  The function takes the VirtualNodeProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `accessLog` | software.amazon.awscdk.services.appmesh.AccessLog | [[cdk.support/lookup-entry]] | `:access-log` |
| `backendDefaults` | software.amazon.awscdk.services.appmesh.BackendDefaults | [[cdk.support/lookup-entry]] | `:backend-defaults` |
| `backends` | java.util.List | [[cdk.support/lookup-entry]] | `:backends` |
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `serviceDiscovery` | software.amazon.awscdk.services.appmesh.ServiceDiscovery | [[cdk.support/lookup-entry]] | `:service-discovery` |
| `virtualNodeName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-node-name` |
sourceraw docstring

build-virtual-router-attributes-builderclj

(build-virtual-router-attributes-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
virtualRouterNamejava.lang.Stringcdk.support/lookup-entry:virtual-router-name
The build-virtual-router-attributes-builder function updates a VirtualRouterAttributes$Builder instance using the provided configuration.
  The function takes the VirtualRouterAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `virtualRouterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-router-name` |
sourceraw docstring

build-virtual-router-base-props-builderclj

(build-virtual-router-base-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
listenersjava.util.Listcdk.support/lookup-entry:listeners
virtualRouterNamejava.lang.Stringcdk.support/lookup-entry:virtual-router-name
The build-virtual-router-base-props-builder function updates a VirtualRouterBaseProps$Builder instance using the provided configuration.
  The function takes the VirtualRouterBaseProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `virtualRouterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-router-name` |
sourceraw docstring

build-virtual-router-builderclj

(build-virtual-router-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
listenersjava.util.Listcdk.support/lookup-entry:listeners
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
virtualRouterNamejava.lang.Stringcdk.support/lookup-entry:virtual-router-name
The build-virtual-router-builder function updates a VirtualRouter$Builder instance using the provided configuration.
  The function takes the VirtualRouter$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `virtualRouterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-router-name` |
sourceraw docstring

build-virtual-router-listener-config-builderclj

(build-virtual-router-listener-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
listenersoftware.amazon.awscdk.services.appmesh.CfnVirtualRouter$VirtualRouterListenerPropertycdk.support/lookup-entry:listener
The build-virtual-router-listener-config-builder function updates a VirtualRouterListenerConfig$Builder instance using the provided configuration.
  The function takes the VirtualRouterListenerConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `listener` | software.amazon.awscdk.services.appmesh.CfnVirtualRouter$VirtualRouterListenerProperty | [[cdk.support/lookup-entry]] | `:listener` |
sourceraw docstring

build-virtual-router-props-builderclj

(build-virtual-router-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
listenersjava.util.Listcdk.support/lookup-entry:listeners
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
virtualRouterNamejava.lang.Stringcdk.support/lookup-entry:virtual-router-name
The build-virtual-router-props-builder function updates a VirtualRouterProps$Builder instance using the provided configuration.
  The function takes the VirtualRouterProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `listeners` | java.util.List | [[cdk.support/lookup-entry]] | `:listeners` |
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `virtualRouterName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-router-name` |
sourceraw docstring

build-virtual-service-attributes-builderclj

(build-virtual-service-attributes-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
virtualServiceNamejava.lang.Stringcdk.support/lookup-entry:virtual-service-name
The build-virtual-service-attributes-builder function updates a VirtualServiceAttributes$Builder instance using the provided configuration.
  The function takes the VirtualServiceAttributes$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `virtualServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-service-name` |
sourceraw docstring

build-virtual-service-backend-options-builderclj

(build-virtual-service-backend-options-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
tlsClientPolicysoftware.amazon.awscdk.services.appmesh.TlsClientPolicycdk.support/lookup-entry:tls-client-policy
The build-virtual-service-backend-options-builder function updates a VirtualServiceBackendOptions$Builder instance using the provided configuration.
  The function takes the VirtualServiceBackendOptions$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `tlsClientPolicy` | software.amazon.awscdk.services.appmesh.TlsClientPolicy | [[cdk.support/lookup-entry]] | `:tls-client-policy` |
sourceraw docstring

build-virtual-service-builderclj

(build-virtual-service-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
virtualServiceNamejava.lang.Stringcdk.support/lookup-entry:virtual-service-name
virtualServiceProvidersoftware.amazon.awscdk.services.appmesh.VirtualServiceProvidercdk.support/lookup-entry:virtual-service-provider
The build-virtual-service-builder function updates a VirtualService$Builder instance using the provided configuration.
  The function takes the VirtualService$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `virtualServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-service-name` |
| `virtualServiceProvider` | software.amazon.awscdk.services.appmesh.VirtualServiceProvider | [[cdk.support/lookup-entry]] | `:virtual-service-provider` |
sourceraw docstring

build-virtual-service-props-builderclj

(build-virtual-service-props-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
virtualServiceNamejava.lang.Stringcdk.support/lookup-entry:virtual-service-name
virtualServiceProvidersoftware.amazon.awscdk.services.appmesh.VirtualServiceProvidercdk.support/lookup-entry:virtual-service-provider
The build-virtual-service-props-builder function updates a VirtualServiceProps$Builder instance using the provided configuration.
  The function takes the VirtualServiceProps$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `virtualServiceName` | java.lang.String | [[cdk.support/lookup-entry]] | `:virtual-service-name` |
| `virtualServiceProvider` | software.amazon.awscdk.services.appmesh.VirtualServiceProvider | [[cdk.support/lookup-entry]] | `:virtual-service-provider` |
sourceraw docstring

build-virtual-service-provider-config-builderclj

(build-virtual-service-provider-config-builder builder id config)

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

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

FieldDataTypeLookup FunctionData Key
meshsoftware.amazon.awscdk.services.appmesh.IMeshcdk.support/lookup-entry:mesh
virtualNodeProvidersoftware.amazon.awscdk.services.appmesh.CfnVirtualService$VirtualNodeServiceProviderPropertycdk.support/lookup-entry:virtual-node-provider
virtualRouterProvidersoftware.amazon.awscdk.services.appmesh.CfnVirtualService$VirtualRouterServiceProviderPropertycdk.support/lookup-entry:virtual-router-provider
The build-virtual-service-provider-config-builder function updates a VirtualServiceProviderConfig$Builder instance using the provided configuration.
  The function takes the VirtualServiceProviderConfig$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `mesh` | software.amazon.awscdk.services.appmesh.IMesh | [[cdk.support/lookup-entry]] | `:mesh` |
| `virtualNodeProvider` | software.amazon.awscdk.services.appmesh.CfnVirtualService$VirtualNodeServiceProviderProperty | [[cdk.support/lookup-entry]] | `:virtual-node-provider` |
| `virtualRouterProvider` | software.amazon.awscdk.services.appmesh.CfnVirtualService$VirtualRouterServiceProviderProperty | [[cdk.support/lookup-entry]] | `:virtual-router-provider` |
sourceraw docstring

build-weighted-target-builderclj

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

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

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

FieldDataTypeLookup FunctionData Key
portjava.lang.Numbercdk.support/lookup-entry:port
virtualNodesoftware.amazon.awscdk.services.appmesh.IVirtualNodecdk.support/lookup-entry:virtual-node
weightjava.lang.Numbercdk.support/lookup-entry:weight
The build-weighted-target-builder function updates a WeightedTarget$Builder instance using the provided configuration.
  The function takes the WeightedTarget$Builder instance, an optional namespace to use when looking up a value in the configuration,
  and the configuration itself.

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

| Field | DataType | Lookup Function | Data Key |
|---|---|---|---|
| `port` | java.lang.Number | [[cdk.support/lookup-entry]] | `:port` |
| `virtualNode` | software.amazon.awscdk.services.appmesh.IVirtualNode | [[cdk.support/lookup-entry]] | `:virtual-node` |
| `weight` | java.lang.Number | [[cdk.support/lookup-entry]] | `:weight` |
sourceraw docstring

cfn-gateway-route-builderclj

(cfn-gateway-route-builder scope id config)

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

cfn-gateway-route-gateway-route-hostname-match-property-builderclj

(cfn-gateway-route-gateway-route-hostname-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GatewayRouteHostnameMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-gateway-route-hostname-rewrite-property-builderclj

(cfn-gateway-route-gateway-route-hostname-rewrite-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GatewayRouteHostnameRewriteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-gateway-route-metadata-match-property-builderclj

(cfn-gateway-route-gateway-route-metadata-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GatewayRouteMetadataMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-gateway-route-range-match-property-builderclj

(cfn-gateway-route-gateway-route-range-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GatewayRouteRangeMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-gateway-route-spec-property-builderclj

(cfn-gateway-route-gateway-route-spec-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GatewayRouteSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-gateway-route-target-property-builderclj

(cfn-gateway-route-gateway-route-target-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GatewayRouteTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-gateway-route-virtual-service-property-builderclj

(cfn-gateway-route-gateway-route-virtual-service-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GatewayRouteVirtualServiceProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-grpc-gateway-route-action-property-builderclj

(cfn-gateway-route-grpc-gateway-route-action-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GrpcGatewayRouteActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-grpc-gateway-route-match-property-builderclj

(cfn-gateway-route-grpc-gateway-route-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GrpcGatewayRouteMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-grpc-gateway-route-metadata-property-builderclj

(cfn-gateway-route-grpc-gateway-route-metadata-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GrpcGatewayRouteMetadataProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-grpc-gateway-route-property-builderclj

(cfn-gateway-route-grpc-gateway-route-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GrpcGatewayRouteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-grpc-gateway-route-rewrite-property-builderclj

(cfn-gateway-route-grpc-gateway-route-rewrite-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$GrpcGatewayRouteRewriteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-gateway-route-action-property-builderclj

(cfn-gateway-route-http-gateway-route-action-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpGatewayRouteActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-gateway-route-header-match-property-builderclj

(cfn-gateway-route-http-gateway-route-header-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpGatewayRouteHeaderMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-gateway-route-header-property-builderclj

(cfn-gateway-route-http-gateway-route-header-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpGatewayRouteHeaderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-gateway-route-match-property-builderclj

(cfn-gateway-route-http-gateway-route-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpGatewayRouteMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-gateway-route-path-rewrite-property-builderclj

(cfn-gateway-route-http-gateway-route-path-rewrite-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpGatewayRoutePathRewriteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-gateway-route-prefix-rewrite-property-builderclj

(cfn-gateway-route-http-gateway-route-prefix-rewrite-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpGatewayRoutePrefixRewriteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-gateway-route-property-builderclj

(cfn-gateway-route-http-gateway-route-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpGatewayRouteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-gateway-route-rewrite-property-builderclj

(cfn-gateway-route-http-gateway-route-rewrite-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpGatewayRouteRewriteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-path-match-property-builderclj

(cfn-gateway-route-http-path-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpPathMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-http-query-parameter-match-property-builderclj

(cfn-gateway-route-http-query-parameter-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$HttpQueryParameterMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-props-builderclj

(cfn-gateway-route-props-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-gateway-route-query-parameter-property-builderclj

(cfn-gateway-route-query-parameter-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnGatewayRoute$QueryParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-mesh-builderclj

(cfn-mesh-builder scope id config)

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

cfn-mesh-egress-filter-property-builderclj

(cfn-mesh-egress-filter-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMesh$EgressFilterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-mesh-mesh-service-discovery-property-builderclj

(cfn-mesh-mesh-service-discovery-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMesh$MeshServiceDiscoveryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-mesh-mesh-spec-property-builderclj

(cfn-mesh-mesh-spec-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMesh$MeshSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-mesh-props-builderclj

(cfn-mesh-props-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnMeshProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-builderclj

(cfn-route-builder scope id config)

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

cfn-route-duration-property-builderclj

(cfn-route-duration-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$DurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-grpc-retry-policy-property-builderclj

(cfn-route-grpc-retry-policy-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$GrpcRetryPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-grpc-route-action-property-builderclj

(cfn-route-grpc-route-action-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$GrpcRouteActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-grpc-route-match-property-builderclj

(cfn-route-grpc-route-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$GrpcRouteMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-grpc-route-metadata-match-method-property-builderclj

(cfn-route-grpc-route-metadata-match-method-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$GrpcRouteMetadataMatchMethodProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-grpc-route-metadata-property-builderclj

(cfn-route-grpc-route-metadata-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$GrpcRouteMetadataProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-grpc-route-property-builderclj

(cfn-route-grpc-route-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$GrpcRouteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-grpc-timeout-property-builderclj

(cfn-route-grpc-timeout-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$GrpcTimeoutProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-header-match-method-property-builderclj

(cfn-route-header-match-method-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$HeaderMatchMethodProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-http-path-match-property-builderclj

(cfn-route-http-path-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$HttpPathMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-http-query-parameter-match-property-builderclj

(cfn-route-http-query-parameter-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$HttpQueryParameterMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-http-retry-policy-property-builderclj

(cfn-route-http-retry-policy-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$HttpRetryPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-http-route-action-property-builderclj

(cfn-route-http-route-action-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$HttpRouteActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-http-route-header-property-builderclj

(cfn-route-http-route-header-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$HttpRouteHeaderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-http-route-match-property-builderclj

(cfn-route-http-route-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$HttpRouteMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-http-route-property-builderclj

(cfn-route-http-route-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$HttpRouteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-http-timeout-property-builderclj

(cfn-route-http-timeout-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$HttpTimeoutProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-match-range-property-builderclj

(cfn-route-match-range-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$MatchRangeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-props-builderclj

(cfn-route-props-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-query-parameter-property-builderclj

(cfn-route-query-parameter-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$QueryParameterProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-route-spec-property-builderclj

(cfn-route-route-spec-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$RouteSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-tcp-route-action-property-builderclj

(cfn-route-tcp-route-action-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$TcpRouteActionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-tcp-route-match-property-builderclj

(cfn-route-tcp-route-match-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$TcpRouteMatchProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-tcp-route-property-builderclj

(cfn-route-tcp-route-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$TcpRouteProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-tcp-timeout-property-builderclj

(cfn-route-tcp-timeout-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$TcpTimeoutProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-route-weighted-target-property-builderclj

(cfn-route-weighted-target-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnRoute$WeightedTargetProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-builderclj

(cfn-virtual-gateway-builder scope id config)

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

cfn-virtual-gateway-json-format-ref-property-builderclj

(cfn-virtual-gateway-json-format-ref-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$JsonFormatRefProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-logging-format-property-builderclj

(cfn-virtual-gateway-logging-format-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$LoggingFormatProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-props-builderclj

(cfn-virtual-gateway-props-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-subject-alternative-name-matchers-property-builderclj

(cfn-virtual-gateway-subject-alternative-name-matchers-property-builder id
                                                                        config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$SubjectAlternativeNameMatchersProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-subject-alternative-names-property-builderclj

(cfn-virtual-gateway-subject-alternative-names-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$SubjectAlternativeNamesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-access-log-property-builderclj

(cfn-virtual-gateway-virtual-gateway-access-log-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayAccessLogProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-backend-defaults-property-builderclj

(cfn-virtual-gateway-virtual-gateway-backend-defaults-property-builder id
                                                                       config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayBackendDefaultsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-client-policy-property-builderclj

(cfn-virtual-gateway-virtual-gateway-client-policy-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayClientPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-client-policy-tls-property-builderclj

(cfn-virtual-gateway-virtual-gateway-client-policy-tls-property-builder id
                                                                        config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayClientPolicyTlsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-client-tls-certificate-property-builderclj

(cfn-virtual-gateway-virtual-gateway-client-tls-certificate-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayClientTlsCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-connection-pool-property-builderclj

(cfn-virtual-gateway-virtual-gateway-connection-pool-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayConnectionPoolProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-file-access-log-property-builderclj

(cfn-virtual-gateway-virtual-gateway-file-access-log-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayFileAccessLogProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-grpc-connection-pool-property-builderclj

(cfn-virtual-gateway-virtual-gateway-grpc-connection-pool-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayGrpcConnectionPoolProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-health-check-policy-property-builderclj

(cfn-virtual-gateway-virtual-gateway-health-check-policy-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayHealthCheckPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-http-connection-pool-property-builderclj

(cfn-virtual-gateway-virtual-gateway-http-connection-pool-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayHttpConnectionPoolProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-http2-connection-pool-property-builderclj

(cfn-virtual-gateway-virtual-gateway-http2-connection-pool-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayHttp2ConnectionPoolProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-listener-property-builderclj

(cfn-virtual-gateway-virtual-gateway-listener-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayListenerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-listener-tls-acm-certificate-property-builderclj

(cfn-virtual-gateway-virtual-gateway-listener-tls-acm-certificate-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayListenerTlsAcmCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-listener-tls-certificate-property-builderclj

(cfn-virtual-gateway-virtual-gateway-listener-tls-certificate-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayListenerTlsCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-listener-tls-file-certificate-property-builderclj

(cfn-virtual-gateway-virtual-gateway-listener-tls-file-certificate-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayListenerTlsFileCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-listener-tls-property-builderclj

(cfn-virtual-gateway-virtual-gateway-listener-tls-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayListenerTlsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-listener-tls-sds-certificate-property-builderclj

(cfn-virtual-gateway-virtual-gateway-listener-tls-sds-certificate-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayListenerTlsSdsCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-property-builderclj

(cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-trust-property-builderclj

(cfn-virtual-gateway-virtual-gateway-listener-tls-validation-context-trust-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayListenerTlsValidationContextTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-logging-property-builderclj

(cfn-virtual-gateway-virtual-gateway-logging-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayLoggingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-port-mapping-property-builderclj

(cfn-virtual-gateway-virtual-gateway-port-mapping-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayPortMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-spec-property-builderclj

(cfn-virtual-gateway-virtual-gateway-spec-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewaySpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-tls-validation-context-acm-trust-property-builderclj

(cfn-virtual-gateway-virtual-gateway-tls-validation-context-acm-trust-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayTlsValidationContextAcmTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-tls-validation-context-file-trust-property-builderclj

(cfn-virtual-gateway-virtual-gateway-tls-validation-context-file-trust-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayTlsValidationContextFileTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-tls-validation-context-property-builderclj

(cfn-virtual-gateway-virtual-gateway-tls-validation-context-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayTlsValidationContextProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-tls-validation-context-sds-trust-property-builderclj

(cfn-virtual-gateway-virtual-gateway-tls-validation-context-sds-trust-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayTlsValidationContextSdsTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-gateway-virtual-gateway-tls-validation-context-trust-property-builderclj

(cfn-virtual-gateway-virtual-gateway-tls-validation-context-trust-property-builder
  id
  config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualGateway$VirtualGatewayTlsValidationContextTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-access-log-property-builderclj

(cfn-virtual-node-access-log-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$AccessLogProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-aws-cloud-map-instance-attribute-property-builderclj

(cfn-virtual-node-aws-cloud-map-instance-attribute-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$AwsCloudMapInstanceAttributeProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-aws-cloud-map-service-discovery-property-builderclj

(cfn-virtual-node-aws-cloud-map-service-discovery-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$AwsCloudMapServiceDiscoveryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-backend-defaults-property-builderclj

(cfn-virtual-node-backend-defaults-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$BackendDefaultsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-backend-property-builderclj

(cfn-virtual-node-backend-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$BackendProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-builderclj

(cfn-virtual-node-builder scope id config)

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

cfn-virtual-node-client-policy-property-builderclj

(cfn-virtual-node-client-policy-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ClientPolicyProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-client-policy-tls-property-builderclj

(cfn-virtual-node-client-policy-tls-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ClientPolicyTlsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-client-tls-certificate-property-builderclj

(cfn-virtual-node-client-tls-certificate-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ClientTlsCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-dns-service-discovery-property-builderclj

(cfn-virtual-node-dns-service-discovery-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$DnsServiceDiscoveryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-duration-property-builderclj

(cfn-virtual-node-duration-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$DurationProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-file-access-log-property-builderclj

(cfn-virtual-node-file-access-log-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$FileAccessLogProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-grpc-timeout-property-builderclj

(cfn-virtual-node-grpc-timeout-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$GrpcTimeoutProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-health-check-property-builderclj

(cfn-virtual-node-health-check-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$HealthCheckProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-http-timeout-property-builderclj

(cfn-virtual-node-http-timeout-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$HttpTimeoutProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-json-format-ref-property-builderclj

(cfn-virtual-node-json-format-ref-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$JsonFormatRefProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-listener-property-builderclj

(cfn-virtual-node-listener-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ListenerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-listener-timeout-property-builderclj

(cfn-virtual-node-listener-timeout-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ListenerTimeoutProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-listener-tls-acm-certificate-property-builderclj

(cfn-virtual-node-listener-tls-acm-certificate-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ListenerTlsAcmCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-listener-tls-certificate-property-builderclj

(cfn-virtual-node-listener-tls-certificate-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ListenerTlsCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-listener-tls-file-certificate-property-builderclj

(cfn-virtual-node-listener-tls-file-certificate-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ListenerTlsFileCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-listener-tls-property-builderclj

(cfn-virtual-node-listener-tls-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ListenerTlsProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-listener-tls-sds-certificate-property-builderclj

(cfn-virtual-node-listener-tls-sds-certificate-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ListenerTlsSdsCertificateProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-listener-tls-validation-context-property-builderclj

(cfn-virtual-node-listener-tls-validation-context-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ListenerTlsValidationContextProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-listener-tls-validation-context-trust-property-builderclj

(cfn-virtual-node-listener-tls-validation-context-trust-property-builder id
                                                                         config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ListenerTlsValidationContextTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-logging-format-property-builderclj

(cfn-virtual-node-logging-format-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$LoggingFormatProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-logging-property-builderclj

(cfn-virtual-node-logging-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$LoggingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-outlier-detection-property-builderclj

(cfn-virtual-node-outlier-detection-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$OutlierDetectionProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-port-mapping-property-builderclj

(cfn-virtual-node-port-mapping-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$PortMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-props-builderclj

(cfn-virtual-node-props-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNodeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-service-discovery-property-builderclj

(cfn-virtual-node-service-discovery-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$ServiceDiscoveryProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-subject-alternative-name-matchers-property-builderclj

(cfn-virtual-node-subject-alternative-name-matchers-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$SubjectAlternativeNameMatchersProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-subject-alternative-names-property-builderclj

(cfn-virtual-node-subject-alternative-names-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$SubjectAlternativeNamesProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-tcp-timeout-property-builderclj

(cfn-virtual-node-tcp-timeout-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$TcpTimeoutProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-tls-validation-context-acm-trust-property-builderclj

(cfn-virtual-node-tls-validation-context-acm-trust-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$TlsValidationContextAcmTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-tls-validation-context-file-trust-property-builderclj

(cfn-virtual-node-tls-validation-context-file-trust-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$TlsValidationContextFileTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-tls-validation-context-property-builderclj

(cfn-virtual-node-tls-validation-context-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$TlsValidationContextProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-tls-validation-context-sds-trust-property-builderclj

(cfn-virtual-node-tls-validation-context-sds-trust-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$TlsValidationContextSdsTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-tls-validation-context-trust-property-builderclj

(cfn-virtual-node-tls-validation-context-trust-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$TlsValidationContextTrustProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-virtual-node-connection-pool-property-builderclj

(cfn-virtual-node-virtual-node-connection-pool-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$VirtualNodeConnectionPoolProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-virtual-node-grpc-connection-pool-property-builderclj

(cfn-virtual-node-virtual-node-grpc-connection-pool-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$VirtualNodeGrpcConnectionPoolProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-virtual-node-http-connection-pool-property-builderclj

(cfn-virtual-node-virtual-node-http-connection-pool-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$VirtualNodeHttpConnectionPoolProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-virtual-node-http2-connection-pool-property-builderclj

(cfn-virtual-node-virtual-node-http2-connection-pool-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$VirtualNodeHttp2ConnectionPoolProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-virtual-node-spec-property-builderclj

(cfn-virtual-node-virtual-node-spec-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$VirtualNodeSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-virtual-node-tcp-connection-pool-property-builderclj

(cfn-virtual-node-virtual-node-tcp-connection-pool-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$VirtualNodeTcpConnectionPoolProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-node-virtual-service-backend-property-builderclj

(cfn-virtual-node-virtual-service-backend-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualNode$VirtualServiceBackendProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-router-builderclj

(cfn-virtual-router-builder scope id config)

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

cfn-virtual-router-port-mapping-property-builderclj

(cfn-virtual-router-port-mapping-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualRouter$PortMappingProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-router-props-builderclj

(cfn-virtual-router-props-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualRouterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-router-virtual-router-listener-property-builderclj

(cfn-virtual-router-virtual-router-listener-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualRouter$VirtualRouterListenerProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-router-virtual-router-spec-property-builderclj

(cfn-virtual-router-virtual-router-spec-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualRouter$VirtualRouterSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-service-builderclj

(cfn-virtual-service-builder scope id config)

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

cfn-virtual-service-props-builderclj

(cfn-virtual-service-props-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-service-virtual-node-service-provider-property-builderclj

(cfn-virtual-service-virtual-node-service-provider-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualService$VirtualNodeServiceProviderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-service-virtual-router-service-provider-property-builderclj

(cfn-virtual-service-virtual-router-service-provider-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualService$VirtualRouterServiceProviderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-service-virtual-service-provider-property-builderclj

(cfn-virtual-service-virtual-service-provider-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualService$VirtualServiceProviderProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cfn-virtual-service-virtual-service-spec-property-builderclj

(cfn-virtual-service-virtual-service-spec-property-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CfnVirtualService$VirtualServiceSpecProperty$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

common-gateway-route-spec-options-builderclj

(common-gateway-route-spec-options-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `CommonGatewayRouteSpecOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

dns-response-typeclj

(dns-response-type config id item-key)

The dns-response-type function data interprets values in the provided config data into a DnsResponseType 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 DnsResponseType - the value is returned.
  • is :endpoints - DnsResponseType/ENDPOINTS is returned
  • is :load-balancer - DnsResponseType/LOAD_BALANCER is returned

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

The `dns-response-type` function data interprets values in the provided config data into a 
`DnsResponseType` 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 `DnsResponseType` - the value is returned.
* is `:endpoints` - `DnsResponseType/ENDPOINTS` is returned
* is `:load-balancer` - `DnsResponseType/LOAD_BALANCER` is returned

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

gateway-route-attributes-builderclj

(gateway-route-attributes-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GatewayRouteAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

gateway-route-base-props-builderclj

(gateway-route-base-props-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GatewayRouteBaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

gateway-route-builderclj

(gateway-route-builder scope id config)

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

gateway-route-hostname-match-config-builderclj

(gateway-route-hostname-match-config-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GatewayRouteHostnameMatchConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

gateway-route-props-builderclj

(gateway-route-props-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GatewayRouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

gateway-route-spec-config-builderclj

(gateway-route-spec-config-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GatewayRouteSpecConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-connection-pool-builderclj

(grpc-connection-pool-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcConnectionPool$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-gateway-listener-options-builderclj

(grpc-gateway-listener-options-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcGatewayListenerOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-gateway-route-match-builderclj

(grpc-gateway-route-match-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcGatewayRouteMatch$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-gateway-route-spec-options-builderclj

(grpc-gateway-route-spec-options-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcGatewayRouteSpecOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-health-check-options-builderclj

(grpc-health-check-options-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcHealthCheckOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-retry-eventclj

(grpc-retry-event config id item-key)

The grpc-retry-event function data interprets values in the provided config data into a GrpcRetryEvent 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 GrpcRetryEvent - the value is returned.
  • is :unavailable - GrpcRetryEvent/UNAVAILABLE is returned
  • is :resource-exhausted - GrpcRetryEvent/RESOURCE_EXHAUSTED is returned
  • is :deadline-exceeded - GrpcRetryEvent/DEADLINE_EXCEEDED is returned
  • is :internal-error - GrpcRetryEvent/INTERNAL_ERROR is returned
  • is :cancelled - GrpcRetryEvent/CANCELLED is returned

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

The `grpc-retry-event` function data interprets values in the provided config data into a 
`GrpcRetryEvent` 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 `GrpcRetryEvent` - the value is returned.
* is `:unavailable` - `GrpcRetryEvent/UNAVAILABLE` is returned
* is `:resource-exhausted` - `GrpcRetryEvent/RESOURCE_EXHAUSTED` is returned
* is `:deadline-exceeded` - `GrpcRetryEvent/DEADLINE_EXCEEDED` is returned
* is `:internal-error` - `GrpcRetryEvent/INTERNAL_ERROR` is returned
* is `:cancelled` - `GrpcRetryEvent/CANCELLED` is returned

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

grpc-retry-policy-builderclj

(grpc-retry-policy-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcRetryPolicy$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-route-match-builderclj

(grpc-route-match-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcRouteMatch$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-route-spec-options-builderclj

(grpc-route-spec-options-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcRouteSpecOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-timeout-builderclj

(grpc-timeout-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcTimeout$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

grpc-virtual-node-listener-options-builderclj

(grpc-virtual-node-listener-options-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `GrpcVirtualNodeListenerOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

header-match-config-builderclj

(header-match-config-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HeaderMatchConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

health-check-bind-options-builderclj

(health-check-bind-options-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HealthCheckBindOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

health-check-config-builderclj

(health-check-config-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HealthCheckConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-connection-pool-builderclj

(http-connection-pool-builder id config)

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

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpConnectionPool$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-gateway-listener-options-builderclj

(http-gateway-listener-options-builder id config)

Creates a HttpGatewayListenerOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpGatewayListenerOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-gateway-route-match-builderclj

(http-gateway-route-match-builder id config)

Creates a HttpGatewayRouteMatch$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpGatewayRouteMatch$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-gateway-route-path-match-config-builderclj

(http-gateway-route-path-match-config-builder id config)

Creates a HttpGatewayRoutePathMatchConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpGatewayRoutePathMatchConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-gateway-route-spec-options-builderclj

(http-gateway-route-spec-options-builder id config)

Creates a HttpGatewayRouteSpecOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpGatewayRouteSpecOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-health-check-options-builderclj

(http-health-check-options-builder id config)

Creates a HttpHealthCheckOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpHealthCheckOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-retry-eventclj

(http-retry-event config id item-key)

The http-retry-event function data interprets values in the provided config data into a HttpRetryEvent 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 HttpRetryEvent - the value is returned.
  • is :stream-error - HttpRetryEvent/STREAM_ERROR is returned
  • is :server-error - HttpRetryEvent/SERVER_ERROR is returned
  • is :gateway-error - HttpRetryEvent/GATEWAY_ERROR is returned
  • is :client-error - HttpRetryEvent/CLIENT_ERROR is returned

If a value is not found or matches the above criteria, nil is returned.

The `http-retry-event` function data interprets values in the provided config data into a 
`HttpRetryEvent` 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 `HttpRetryEvent` - the value is returned.
* is `:stream-error` - `HttpRetryEvent/STREAM_ERROR` is returned
* is `:server-error` - `HttpRetryEvent/SERVER_ERROR` is returned
* is `:gateway-error` - `HttpRetryEvent/GATEWAY_ERROR` is returned
* is `:client-error` - `HttpRetryEvent/CLIENT_ERROR` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

http-retry-policy-builderclj

(http-retry-policy-builder id config)

Creates a HttpRetryPolicy$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpRetryPolicy$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-route-match-builderclj

(http-route-match-builder id config)

Creates a HttpRouteMatch$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpRouteMatch$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-route-methodclj

(http-route-method config id item-key)

The http-route-method function data interprets values in the provided config data into a HttpRouteMethod 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 HttpRouteMethod - the value is returned.
  • is :put - HttpRouteMethod/PUT is returned
  • is :post - HttpRouteMethod/POST is returned
  • is :connect - HttpRouteMethod/CONNECT is returned
  • is :delete - HttpRouteMethod/DELETE is returned
  • is :get - HttpRouteMethod/GET is returned
  • is :head - HttpRouteMethod/HEAD is returned
  • is :trace - HttpRouteMethod/TRACE is returned
  • is :patch - HttpRouteMethod/PATCH is returned
  • is :options - HttpRouteMethod/OPTIONS is returned

If a value is not found or matches the above criteria, nil is returned.

The `http-route-method` function data interprets values in the provided config data into a 
`HttpRouteMethod` 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 `HttpRouteMethod` - the value is returned.
* is `:put` - `HttpRouteMethod/PUT` is returned
* is `:post` - `HttpRouteMethod/POST` is returned
* is `:connect` - `HttpRouteMethod/CONNECT` is returned
* is `:delete` - `HttpRouteMethod/DELETE` is returned
* is `:get` - `HttpRouteMethod/GET` is returned
* is `:head` - `HttpRouteMethod/HEAD` is returned
* is `:trace` - `HttpRouteMethod/TRACE` is returned
* is `:patch` - `HttpRouteMethod/PATCH` is returned
* is `:options` - `HttpRouteMethod/OPTIONS` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

http-route-path-match-config-builderclj

(http-route-path-match-config-builder id config)

Creates a HttpRoutePathMatchConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpRoutePathMatchConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-route-protocolclj

(http-route-protocol config id item-key)

The http-route-protocol function data interprets values in the provided config data into a HttpRouteProtocol 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 HttpRouteProtocol - the value is returned.
  • is :http - HttpRouteProtocol/HTTP is returned
  • is :https - HttpRouteProtocol/HTTPS is returned

If a value is not found or matches the above criteria, nil is returned.

The `http-route-protocol` function data interprets values in the provided config data into a 
`HttpRouteProtocol` 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 `HttpRouteProtocol` - the value is returned.
* is `:http` - `HttpRouteProtocol/HTTP` is returned
* is `:https` - `HttpRouteProtocol/HTTPS` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

http-route-spec-options-builderclj

(http-route-spec-options-builder id config)

Creates a HttpRouteSpecOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpRouteSpecOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-timeout-builderclj

(http-timeout-builder id config)

Creates a HttpTimeout$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpTimeout$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http-virtual-node-listener-options-builderclj

(http-virtual-node-listener-options-builder id config)

Creates a HttpVirtualNodeListenerOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `HttpVirtualNodeListenerOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http2-connection-pool-builderclj

(http2-connection-pool-builder id config)

Creates a Http2ConnectionPool$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `Http2ConnectionPool$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http2-gateway-listener-options-builderclj

(http2-gateway-listener-options-builder id config)

Creates a Http2GatewayListenerOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `Http2GatewayListenerOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

http2-virtual-node-listener-options-builderclj

(http2-virtual-node-listener-options-builder id config)

Creates a Http2VirtualNodeListenerOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `Http2VirtualNodeListenerOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

ip-preferenceclj

(ip-preference config id item-key)

The ip-preference function data interprets values in the provided config data into a IpPreference 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 IpPreference - the value is returned.
  • is :ipv4-only - IpPreference/IPV4_ONLY is returned
  • is :ipv6-only - IpPreference/IPV6_ONLY is returned
  • is :ipv6-preferred - IpPreference/IPV6_PREFERRED is returned
  • is :ipv4-preferred - IpPreference/IPV4_PREFERRED is returned

If a value is not found or matches the above criteria, nil is returned.

The `ip-preference` function data interprets values in the provided config data into a 
`IpPreference` 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 `IpPreference` - the value is returned.
* is `:ipv4-only` - `IpPreference/IPV4_ONLY` is returned
* is `:ipv6-only` - `IpPreference/IPV6_ONLY` is returned
* is `:ipv6-preferred` - `IpPreference/IPV6_PREFERRED` is returned
* is `:ipv4-preferred` - `IpPreference/IPV4_PREFERRED` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

listener-tls-options-builderclj

(listener-tls-options-builder id config)

Creates a ListenerTlsOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ListenerTlsOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

logging-format-config-builderclj

(logging-format-config-builder id config)

Creates a LoggingFormatConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `LoggingFormatConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

mesh-builderclj

(mesh-builder scope id config)

Creates a Mesh$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  `Mesh$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

mesh-filter-typeclj

(mesh-filter-type config id item-key)

The mesh-filter-type function data interprets values in the provided config data into a MeshFilterType 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 MeshFilterType - the value is returned.
  • is :drop-all - MeshFilterType/DROP_ALL is returned
  • is :allow-all - MeshFilterType/ALLOW_ALL is returned

If a value is not found or matches the above criteria, nil is returned.

The `mesh-filter-type` function data interprets values in the provided config data into a 
`MeshFilterType` 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 `MeshFilterType` - the value is returned.
* is `:drop-all` - `MeshFilterType/DROP_ALL` is returned
* is `:allow-all` - `MeshFilterType/ALLOW_ALL` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

mesh-props-builderclj

(mesh-props-builder id config)

Creates a MeshProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `MeshProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

mesh-service-discovery-builderclj

(mesh-service-discovery-builder id config)

Creates a MeshServiceDiscovery$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `MeshServiceDiscovery$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

mutual-tls-validation-builderclj

(mutual-tls-validation-builder id config)

Creates a MutualTlsValidation$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `MutualTlsValidation$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

outlier-detection-builderclj

(outlier-detection-builder id config)

Creates a OutlierDetection$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `OutlierDetection$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

query-parameter-match-config-builderclj

(query-parameter-match-config-builder id config)

Creates a QueryParameterMatchConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `QueryParameterMatchConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

route-attributes-builderclj

(route-attributes-builder id config)

Creates a RouteAttributes$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `RouteAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

route-base-props-builderclj

(route-base-props-builder id config)

Creates a RouteBaseProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `RouteBaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

route-builderclj

(route-builder scope id config)

Creates a Route$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  `Route$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

route-props-builderclj

(route-props-builder id config)

Creates a RouteProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `RouteProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

route-spec-config-builderclj

(route-spec-config-builder id config)

Creates a RouteSpecConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `RouteSpecConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

route-spec-options-base-builderclj

(route-spec-options-base-builder id config)

Creates a RouteSpecOptionsBase$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `RouteSpecOptionsBase$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

service-discovery-config-builderclj

(service-discovery-config-builder id config)

Creates a ServiceDiscoveryConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `ServiceDiscoveryConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

subject-alternative-names-matcher-config-builderclj

(subject-alternative-names-matcher-config-builder id config)

Creates a SubjectAlternativeNamesMatcherConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `SubjectAlternativeNamesMatcherConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tcp-connection-pool-builderclj

(tcp-connection-pool-builder id config)

Creates a TcpConnectionPool$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TcpConnectionPool$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tcp-health-check-options-builderclj

(tcp-health-check-options-builder id config)

Creates a TcpHealthCheckOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TcpHealthCheckOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tcp-retry-eventclj

(tcp-retry-event config id item-key)

The tcp-retry-event function data interprets values in the provided config data into a TcpRetryEvent 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 TcpRetryEvent - the value is returned.
  • is :connection-error - TcpRetryEvent/CONNECTION_ERROR is returned

If a value is not found or matches the above criteria, nil is returned.

The `tcp-retry-event` function data interprets values in the provided config data into a 
`TcpRetryEvent` 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 `TcpRetryEvent` - the value is returned.
* is `:connection-error` - `TcpRetryEvent/CONNECTION_ERROR` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

tcp-route-spec-options-builderclj

(tcp-route-spec-options-builder id config)

Creates a TcpRouteSpecOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TcpRouteSpecOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tcp-timeout-builderclj

(tcp-timeout-builder id config)

Creates a TcpTimeout$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TcpTimeout$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tcp-virtual-node-listener-options-builderclj

(tcp-virtual-node-listener-options-builder id config)

Creates a TcpVirtualNodeListenerOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TcpVirtualNodeListenerOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tls-certificate-config-builderclj

(tls-certificate-config-builder id config)

Creates a TlsCertificateConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TlsCertificateConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tls-client-policy-builderclj

(tls-client-policy-builder id config)

Creates a TlsClientPolicy$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TlsClientPolicy$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tls-modeclj

(tls-mode config id item-key)

The tls-mode function data interprets values in the provided config data into a TlsMode 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 TlsMode - the value is returned.
  • is :permissive - TlsMode/PERMISSIVE is returned
  • is :strict - TlsMode/STRICT is returned
  • is :disabled - TlsMode/DISABLED is returned

If a value is not found or matches the above criteria, nil is returned.

The `tls-mode` function data interprets values in the provided config data into a 
`TlsMode` 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 `TlsMode` - the value is returned.
* is `:permissive` - `TlsMode/PERMISSIVE` is returned
* is `:strict` - `TlsMode/STRICT` is returned
* is `:disabled` - `TlsMode/DISABLED` is returned

 If a value is not found or matches the above criteria, nil is returned.
sourceraw docstring

tls-validation-builderclj

(tls-validation-builder id config)

Creates a TlsValidation$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TlsValidation$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

tls-validation-trust-config-builderclj

(tls-validation-trust-config-builder id config)

Creates a TlsValidationTrustConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `TlsValidationTrustConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-gateway-attributes-builderclj

(virtual-gateway-attributes-builder id config)

Creates a VirtualGatewayAttributes$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualGatewayAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-gateway-base-props-builderclj

(virtual-gateway-base-props-builder id config)

Creates a VirtualGatewayBaseProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualGatewayBaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-gateway-builderclj

(virtual-gateway-builder scope id config)

Creates a VirtualGateway$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  `VirtualGateway$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-gateway-listener-config-builderclj

(virtual-gateway-listener-config-builder id config)

Creates a VirtualGatewayListenerConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualGatewayListenerConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-gateway-props-builderclj

(virtual-gateway-props-builder id config)

Creates a VirtualGatewayProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualGatewayProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-node-attributes-builderclj

(virtual-node-attributes-builder id config)

Creates a VirtualNodeAttributes$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualNodeAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-node-base-props-builderclj

(virtual-node-base-props-builder id config)

Creates a VirtualNodeBaseProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualNodeBaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-node-builderclj

(virtual-node-builder scope id config)

Creates a VirtualNode$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  `VirtualNode$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-node-listener-config-builderclj

(virtual-node-listener-config-builder id config)

Creates a VirtualNodeListenerConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualNodeListenerConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-node-props-builderclj

(virtual-node-props-builder id config)

Creates a VirtualNodeProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualNodeProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-router-attributes-builderclj

(virtual-router-attributes-builder id config)

Creates a VirtualRouterAttributes$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualRouterAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-router-base-props-builderclj

(virtual-router-base-props-builder id config)

Creates a VirtualRouterBaseProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualRouterBaseProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-router-builderclj

(virtual-router-builder scope id config)

Creates a VirtualRouter$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  `VirtualRouter$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-router-listener-config-builderclj

(virtual-router-listener-config-builder id config)

Creates a VirtualRouterListenerConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualRouterListenerConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-router-props-builderclj

(virtual-router-props-builder id config)

Creates a VirtualRouterProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualRouterProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-service-attributes-builderclj

(virtual-service-attributes-builder id config)

Creates a VirtualServiceAttributes$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualServiceAttributes$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-service-backend-options-builderclj

(virtual-service-backend-options-builder id config)

Creates a VirtualServiceBackendOptions$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualServiceBackendOptions$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-service-builderclj

(virtual-service-builder scope id config)

Creates a VirtualService$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  `VirtualService$Builder` instance using a scope and ID, applies the data configuration, then builds it.  Takes the following arguments: 
| Argument | DataType | Description |
|---|---|---|
| scope | software.constructs.Construct | The parent scope construct of the object being built. |
| id | String or Keyword or Symbol | Value to use as both the ID of the object being build and the namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-service-props-builderclj

(virtual-service-props-builder id config)

Creates a VirtualServiceProps$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualServiceProps$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

virtual-service-provider-config-builderclj

(virtual-service-provider-config-builder id config)

Creates a VirtualServiceProviderConfig$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `VirtualServiceProviderConfig$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

weighted-target-builderclj

(weighted-target-builder id config)

Creates a WeightedTarget$Builder instance using a no-argument constructor, applies the data configuration, then builds it. Takes the following arguments:

ArgumentDataTypeDescription
idString or Keyword or SymbolValue to use as namespace when looking up configuration values.
configmapData configuration
Creates a  `WeightedTarget$Builder` instance using a no-argument constructor, applies the data configuration, then builds it.  Takes the following arguments: 

| Argument | DataType | Description |
|---|---|---|
| id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
| config | map | Data configuration |
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close