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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
virtualServiceBackend | software.amazon.awscdk.services.appmesh.CfnVirtualNode$BackendProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tlsClientPolicy | software.amazon.awscdk.services.appmesh.TlsClientPolicy | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
exact | java.lang.String | cdk.support/lookup-entry | :exact |
suffix | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultTargetHostname | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
end | java.lang.Number | cdk.support/lookup-entry | :end |
start | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
virtualServiceName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
hostname | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
exact | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
exact | java.lang.String | cdk.support/lookup-entry | :exact |
regex | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
exact | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
type | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipPreference | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
unit | java.lang.String | cdk.support/lookup-entry | :unit |
value | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
weightedTargets | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
exact | java.lang.String | cdk.support/lookup-entry | :exact |
regex | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
exact | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
weightedTargets | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
end | java.lang.Number | cdk.support/lookup-entry | :end |
start | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
weightedTargets | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
port | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
idle | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
json | java.util.List | cdk.support/lookup-entry | :json |
text | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
exact | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
match | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
file | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayFileAccessLogProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientPolicy | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tls | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRequests | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRequests | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
secretName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessLog | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
port | java.lang.Number | cdk.support/lookup-entry | :port |
protocol | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateAuthorityArns | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateChain | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
secretName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
file | software.amazon.awscdk.services.appmesh.CfnVirtualNode$FileAccessLogProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
clientPolicy | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
virtualService | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tls | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
unit | java.lang.String | cdk.support/lookup-entry | :unit |
value | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
key | java.lang.String | cdk.support/lookup-entry | :key |
value | java.lang.String | cdk.support/lookup-entry | :value |
The build-cfn-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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateArn | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
secretName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
json | java.util.List | cdk.support/lookup-entry | :json |
text | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
accessLog | software.amazon.awscdk.services.appmesh.CfnVirtualNode$AccessLogProperty | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
port | java.lang.Number | cdk.support/lookup-entry | :port |
protocol | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
exact | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
match | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
idle | software.amazon.awscdk.services.appmesh.CfnVirtualNode$DurationProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateAuthorityArns | java.util.List | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
certificateChain | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
secretName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRequests | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRequests | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxConnections | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
port | java.lang.Number | cdk.support/lookup-entry | :port |
protocol | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
portMapping | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
listeners | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
virtualNodeName | java.lang.String | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
virtualRouterName | java.lang.String | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
provider | software.amazon.awscdk.IResolvable | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
priority | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
hostnameMatch | software.amazon.awscdk.services.appmesh.CfnGatewayRoute$GatewayRouteHostnameMatchProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRequests | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
headerMatch | software.amazon.awscdk.services.appmesh.CfnRoute$HttpRouteHeaderProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
defaultPort | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxRequests | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
formatConfig | software.amazon.awscdk.services.appmesh.CfnVirtualNode$LoggingFormatProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
ipPreference | software.amazon.awscdk.services.appmesh.IpPreference | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
queryParameterMatch | software.amazon.awscdk.services.appmesh.CfnRoute$QueryParameterProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
priority | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
subjectAlternativeNamesMatch | software.amazon.awscdk.services.appmesh.CfnVirtualNode$SubjectAlternativeNameMatchersProperty | cdk.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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
maxConnections | java.lang.Number | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
idle | software.amazon.awscdk.Duration | cdk.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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tlsCertificate | software.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerTlsCertificateProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tlsValidationTrust | software.amazon.awscdk.services.appmesh.CfnVirtualNode$TlsValidationContextTrustProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
listener | software.amazon.awscdk.services.appmesh.CfnVirtualGateway$VirtualGatewayListenerProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
listener | software.amazon.awscdk.services.appmesh.CfnVirtualNode$ListenerProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
listener | software.amazon.awscdk.services.appmesh.CfnVirtualRouter$VirtualRouterListenerProperty | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
Field | DataType | Lookup Function | Data Key |
---|---|---|---|
tlsClientPolicy | software.amazon.awscdk.services.appmesh.TlsClientPolicy | cdk.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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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:
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 |
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` |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
DnsResponseType
- the value is returned.:endpoints
- DnsResponseType/ENDPOINTS
is returned:load-balancer
- DnsResponseType/LOAD_BALANCER
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
GrpcRetryEvent
- the value is returned.:unavailable
- GrpcRetryEvent/UNAVAILABLE
is returned:resource-exhausted
- GrpcRetryEvent/RESOURCE_EXHAUSTED
is returned:deadline-exceeded
- GrpcRetryEvent/DEADLINE_EXCEEDED
is returned:internal-error
- GrpcRetryEvent/INTERNAL_ERROR
is returned:cancelled
- GrpcRetryEvent/CANCELLED
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
HttpRetryEvent
- the value is returned.:stream-error
- HttpRetryEvent/STREAM_ERROR
is returned:server-error
- HttpRetryEvent/SERVER_ERROR
is returned:gateway-error
- HttpRetryEvent/GATEWAY_ERROR
is returned:client-error
- HttpRetryEvent/CLIENT_ERROR
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
HttpRouteMethod
- the value is returned.:put
- HttpRouteMethod/PUT
is returned:post
- HttpRouteMethod/POST
is returned:connect
- HttpRouteMethod/CONNECT
is returned:delete
- HttpRouteMethod/DELETE
is returned:get
- HttpRouteMethod/GET
is returned:head
- HttpRouteMethod/HEAD
is returned:trace
- HttpRouteMethod/TRACE
is returned:patch
- HttpRouteMethod/PATCH
is returned:options
- HttpRouteMethod/OPTIONS
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
HttpRouteProtocol
- the value is returned.:http
- HttpRouteProtocol/HTTP
is returned:https
- HttpRouteProtocol/HTTPS
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
IpPreference
- the value is returned.:ipv4-only
- IpPreference/IPV4_ONLY
is returned:ipv6-only
- IpPreference/IPV6_ONLY
is returned:ipv6-preferred
- IpPreference/IPV6_PREFERRED
is returned:ipv4-preferred
- IpPreference/IPV4_PREFERRED
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
MeshFilterType
- the value is returned.:drop-all
- MeshFilterType/DROP_ALL
is returned:allow-all
- MeshFilterType/ALLOW_ALL
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
TcpRetryEvent
- the value is returned.:connection-error
- TcpRetryEvent/CONNECTION_ERROR
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
TlsMode
- the value is returned.:permissive
- TlsMode/PERMISSIVE
is returned:strict
- TlsMode/STRICT
is returned:disabled
- TlsMode/DISABLED
is returnedIf 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.
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
(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:
Argument | DataType | Description |
---|---|---|
id | String or Keyword or Symbol | Value to use as namespace when looking up configuration values. |
config | map | Data configuration |
Creates a `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 |
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close