'2.0', 'service' => '
App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices. App Mesh standardizes how your microservices communicate, giving you end-to-end visibility and helping to ensure high availability for your applications.
App Mesh gives you consistent visibility and network traffic controls for every microservice in an application. You can use App Mesh with Amazon Web Services Fargate, Amazon ECS, Amazon EKS, Kubernetes on Amazon Web Services, and Amazon EC2.
App Mesh supports microservice applications that use service discovery naming for their components. For more information about service discovery on Amazon ECS, see Service Discovery in the Amazon Elastic Container Service Developer Guide. Kubernetes kube-dns
and coredns
are supported. For more information, see DNS for Services and Pods in the Kubernetes documentation.
Creates a gateway route.
A gateway route is attached to a virtual gateway and routes traffic to an existing virtual service. If a route matches a request, it can distribute traffic to a target virtual service.
For more information about gateway routes, see Gateway routes.
', 'CreateMesh' => 'Creates a service mesh.
A service mesh is a logical boundary for network traffic between services that are represented by resources within the mesh. After you create your service mesh, you can create virtual services, virtual nodes, virtual routers, and routes to distribute traffic between the applications in your mesh.
For more information about service meshes, see Service meshes.
', 'CreateRoute' => 'Creates a route that is associated with a virtual router.
You can route several different protocols and define a retry policy for a route. Traffic can be routed to one or more virtual nodes.
For more information about routes, see Routes.
', 'CreateVirtualGateway' => 'Creates a virtual gateway.
A virtual gateway allows resources outside your mesh to communicate to resources that are inside your mesh. The virtual gateway represents an Envoy proxy running in an Amazon ECS task, in a Kubernetes service, or on an Amazon EC2 instance. Unlike a virtual node, which represents an Envoy running with an application, a virtual gateway represents Envoy deployed by itself.
For more information about virtual gateways, see Virtual gateways.
', 'CreateVirtualNode' => 'Creates a virtual node within a service mesh.
A virtual node acts as a logical pointer to a particular task group, such as an Amazon ECS service or a Kubernetes deployment. When you create a virtual node, you can specify the service discovery information for your task group, and whether the proxy running in a task group will communicate with other proxies using Transport Layer Security (TLS).
You define a listener
for any inbound traffic that your virtual node expects. Any virtual service that your virtual node expects to communicate to is specified as a backend
.
The response metadata for your new virtual node contains the arn
that is associated with the virtual node. Set this value to the full ARN; for example, arn:aws:appmesh:us-west-2:123456789012:myMesh/default/virtualNode/myApp
) as the APPMESH_RESOURCE_ARN
environment variable for your task group\'s Envoy proxy container in your task definition or pod spec. This is then mapped to the node.id
and node.cluster
Envoy parameters.
By default, App Mesh uses the name of the resource you specified in APPMESH_RESOURCE_ARN
when Envoy is referring to itself in metrics and traces. You can override this behavior by setting the APPMESH_RESOURCE_CLUSTER
environment variable with your own name.
For more information about virtual nodes, see Virtual nodes. You must be using 1.15.0
or later of the Envoy image when setting these variables. For more information aboutApp Mesh Envoy variables, see Envoy image in the App Mesh User Guide.
Creates a virtual router within a service mesh.
Specify a listener
for any inbound traffic that your virtual router receives. Create a virtual router for each protocol and port that you need to route. Virtual routers handle traffic for one or more virtual services within your mesh. After you create your virtual router, create and associate routes for your virtual router that direct incoming requests to different virtual nodes.
For more information about virtual routers, see Virtual routers.
', 'CreateVirtualService' => 'Creates a virtual service within a service mesh.
A virtual service is an abstraction of a real service that is provided by a virtual node directly or indirectly by means of a virtual router. Dependent services call your virtual service by its virtualServiceName
, and those requests are routed to the virtual node or virtual router that is specified as the provider for the virtual service.
For more information about virtual services, see Virtual services.
', 'DeleteGatewayRoute' => 'Deletes an existing gateway route.
', 'DeleteMesh' => 'Deletes an existing service mesh.
You must delete all resources (virtual services, routes, virtual routers, and virtual nodes) in the service mesh before you can delete the mesh itself.
', 'DeleteRoute' => 'Deletes an existing route.
', 'DeleteVirtualGateway' => 'Deletes an existing virtual gateway. You cannot delete a virtual gateway if any gateway routes are associated to it.
', 'DeleteVirtualNode' => 'Deletes an existing virtual node.
You must delete any virtual services that list a virtual node as a service provider before you can delete the virtual node itself.
', 'DeleteVirtualRouter' => 'Deletes an existing virtual router.
You must delete any routes associated with the virtual router before you can delete the router itself.
', 'DeleteVirtualService' => 'Deletes an existing virtual service.
', 'DescribeGatewayRoute' => 'Describes an existing gateway route.
', 'DescribeMesh' => 'Describes an existing service mesh.
', 'DescribeRoute' => 'Describes an existing route.
', 'DescribeVirtualGateway' => 'Describes an existing virtual gateway.
', 'DescribeVirtualNode' => 'Describes an existing virtual node.
', 'DescribeVirtualRouter' => 'Describes an existing virtual router.
', 'DescribeVirtualService' => 'Describes an existing virtual service.
', 'ListGatewayRoutes' => 'Returns a list of existing gateway routes that are associated to a virtual gateway.
', 'ListMeshes' => 'Returns a list of existing service meshes.
', 'ListRoutes' => 'Returns a list of existing routes in a service mesh.
', 'ListTagsForResource' => 'List the tags for an App Mesh resource.
', 'ListVirtualGateways' => 'Returns a list of existing virtual gateways in a service mesh.
', 'ListVirtualNodes' => 'Returns a list of existing virtual nodes.
', 'ListVirtualRouters' => 'Returns a list of existing virtual routers in a service mesh.
', 'ListVirtualServices' => 'Returns a list of existing virtual services in a service mesh.
', 'TagResource' => 'Associates the specified tags to a resource with the specified resourceArn
. If existing tags on a resource aren\'t specified in the request parameters, they aren\'t changed. When a resource is deleted, the tags associated with that resource are also deleted.
Deletes specified tags from a resource.
', 'UpdateGatewayRoute' => 'Updates an existing gateway route that is associated to a specified virtual gateway in a service mesh.
', 'UpdateMesh' => 'Updates an existing service mesh.
', 'UpdateRoute' => 'Updates an existing route for a specified service mesh and virtual router.
', 'UpdateVirtualGateway' => 'Updates an existing virtual gateway in a specified service mesh.
', 'UpdateVirtualNode' => 'Updates an existing virtual node in a specified service mesh.
', 'UpdateVirtualRouter' => 'Updates an existing virtual router in a specified service mesh.
', 'UpdateVirtualService' => 'Updates an existing virtual service in a specified service mesh.
', ], 'shapes' => [ 'AccessLog' => [ 'base' => 'An object that represents the access logging information for a virtual node.
', 'refs' => [ 'Logging$accessLog' => 'The access log configuration for a virtual node.
', ], ], 'AccountId' => [ 'base' => NULL, 'refs' => [ 'CreateGatewayRouteInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.
', 'CreateRouteInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.
', 'CreateVirtualGatewayInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.
', 'CreateVirtualNodeInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.
', 'CreateVirtualRouterInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.
', 'CreateVirtualServiceInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then the account that you specify must share the mesh with your account before you can create the resource in the service mesh. For more information about mesh sharing, see Working with shared meshes.
', 'DeleteGatewayRouteInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DeleteRouteInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DeleteVirtualGatewayInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DeleteVirtualNodeInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DeleteVirtualRouterInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DeleteVirtualServiceInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DescribeGatewayRouteInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DescribeMeshInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DescribeRouteInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DescribeVirtualGatewayInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DescribeVirtualNodeInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DescribeVirtualRouterInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'DescribeVirtualServiceInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'GatewayRouteRef$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'GatewayRouteRef$resourceOwner' => 'The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it\'s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
', 'ListGatewayRoutesInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'ListRoutesInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'ListVirtualGatewaysInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'ListVirtualNodesInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'ListVirtualRoutersInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'ListVirtualServicesInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'MeshRef$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'MeshRef$resourceOwner' => 'The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it\'s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
', 'ResourceMetadata$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'ResourceMetadata$resourceOwner' => 'The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it\'s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
', 'RouteRef$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'RouteRef$resourceOwner' => 'The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it\'s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
', 'UpdateGatewayRouteInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'UpdateRouteInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'UpdateVirtualGatewayInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'UpdateVirtualNodeInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'UpdateVirtualRouterInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'UpdateVirtualServiceInput$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'VirtualGatewayRef$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'VirtualGatewayRef$resourceOwner' => 'The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it\'s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
', 'VirtualNodeRef$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'VirtualNodeRef$resourceOwner' => 'The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it\'s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
', 'VirtualRouterRef$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'VirtualRouterRef$resourceOwner' => 'The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it\'s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
', 'VirtualServiceRef$meshOwner' => 'The Amazon Web Services IAM account ID of the service mesh owner. If the account ID is not your own, then it\'s the ID of the account that shared the mesh with your account. For more information about mesh sharing, see Working with shared meshes.
', 'VirtualServiceRef$resourceOwner' => 'The Amazon Web Services IAM account ID of the resource owner. If the account ID is not your own, then it\'s the ID of the mesh owner or of another account that the mesh is shared with. For more information about mesh sharing, see Working with shared meshes.
', ], ], 'Arn' => [ 'base' => NULL, 'refs' => [ 'CertificateAuthorityArns$member' => NULL, 'GatewayRouteRef$arn' => 'The full Amazon Resource Name (ARN) for the gateway route.
', 'ListTagsForResourceInput$resourceArn' => 'The Amazon Resource Name (ARN) that identifies the resource to list the tags for.
', 'ListenerTlsAcmCertificate$certificateArn' => 'The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
', 'MeshRef$arn' => 'The full Amazon Resource Name (ARN) of the service mesh.
', 'ResourceMetadata$arn' => 'The full Amazon Resource Name (ARN) for the resource.
', 'RouteRef$arn' => 'The full Amazon Resource Name (ARN) for the route.
', 'TagResourceInput$resourceArn' => 'The Amazon Resource Name (ARN) of the resource to add tags to.
', 'UntagResourceInput$resourceArn' => 'The Amazon Resource Name (ARN) of the resource to delete tags from.
', 'VirtualGatewayCertificateAuthorityArns$member' => NULL, 'VirtualGatewayListenerTlsAcmCertificate$certificateArn' => 'The Amazon Resource Name (ARN) for the certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
', 'VirtualGatewayRef$arn' => 'The full Amazon Resource Name (ARN) for the resource.
', 'VirtualNodeRef$arn' => 'The full Amazon Resource Name (ARN) for the virtual node.
', 'VirtualRouterRef$arn' => 'The full Amazon Resource Name (ARN) for the virtual router.
', 'VirtualServiceRef$arn' => 'The full Amazon Resource Name (ARN) for the virtual service.
', ], ], 'AwsCloudMapInstanceAttribute' => [ 'base' => 'An object that represents the Cloud Map attribute information for your virtual node.
Cloud Map is not available in the eu-south-1 Region.
The name of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
', ], ], 'AwsCloudMapInstanceAttributeValue' => [ 'base' => NULL, 'refs' => [ 'AwsCloudMapInstanceAttribute$value' => 'The value of an Cloud Map service instance attribute key. Any Cloud Map service instance that contains the specified key and value is returned.
', ], ], 'AwsCloudMapInstanceAttributes' => [ 'base' => NULL, 'refs' => [ 'AwsCloudMapServiceDiscovery$attributes' => 'A string map that contains attributes with values that you can use to filter instances by any custom attribute that you specified when you registered the instance. Only instances that match all of the specified key/value pairs will be returned.
', ], ], 'AwsCloudMapName' => [ 'base' => NULL, 'refs' => [ 'AwsCloudMapServiceDiscovery$namespaceName' => 'The name of the Cloud Map namespace to use.
', 'AwsCloudMapServiceDiscovery$serviceName' => 'The name of the Cloud Map service to use.
', ], ], 'AwsCloudMapServiceDiscovery' => [ 'base' => 'An object that represents the Cloud Map service discovery information for your virtual node.
Cloud Map is not available in the eu-south-1 Region.
Specifies any Cloud Map information for the virtual node.
', ], ], 'Backend' => [ 'base' => 'An object that represents the backends that a virtual node is expected to send outbound traffic to.
', 'refs' => [ 'Backends$member' => NULL, ], ], 'BackendDefaults' => [ 'base' => 'An object that represents the default properties for a backend.
', 'refs' => [ 'VirtualNodeSpec$backendDefaults' => 'A reference to an object that represents the defaults for backends.
', ], ], 'Backends' => [ 'base' => NULL, 'refs' => [ 'VirtualNodeSpec$backends' => 'The backends that the virtual node is expected to send outbound traffic to.
', ], ], 'BadRequestException' => [ 'base' => 'The request syntax was malformed. Check your request syntax and try again.
', 'refs' => [], ], 'Boolean' => [ 'base' => NULL, 'refs' => [ 'ClientPolicyTls$enforce' => 'Whether the policy is enforced. The default is True
, if a value isn\'t specified.
Specify True
to match anything except the match criteria. The default value is False
.
Specify True
to match anything except the match criteria. The default value is False
.
Specify True
to match anything except the match criteria. The default value is False
.
Specify True
to match anything except the match criteria. The default value is False
.
Whether the policy is enforced. The default is True
, if a value isn\'t specified.
One or more ACM Amazon Resource Name (ARN)s.
', ], ], 'ClientPolicy' => [ 'base' => 'An object that represents a client policy.
', 'refs' => [ 'BackendDefaults$clientPolicy' => 'A reference to an object that represents a client policy.
', 'VirtualServiceBackend$clientPolicy' => 'A reference to an object that represents the client policy for a backend.
', ], ], 'ClientPolicyTls' => [ 'base' => 'A reference to an object that represents a Transport Layer Security (TLS) client policy.
', 'refs' => [ 'ClientPolicy$tls' => 'A reference to an object that represents a Transport Layer Security (TLS) client policy.
', ], ], 'ClientTlsCertificate' => [ 'base' => 'An object that represents the client\'s certificate.
', 'refs' => [ 'ClientPolicyTls$certificate' => 'A reference to an object that represents a client\'s TLS certificate.
', ], ], 'ConflictException' => [ 'base' => 'The request contains a client token that was used for a previous update resource call with different specifications. Try the request again with a new client token.
', 'refs' => [], ], 'CreateGatewayRouteInput' => [ 'base' => NULL, 'refs' => [], ], 'CreateGatewayRouteOutput' => [ 'base' => NULL, 'refs' => [], ], 'CreateMeshInput' => [ 'base' => 'The default target host name to write to.
', 'HttpGatewayRoutePrefixRewrite$defaultPrefix' => 'The default prefix used to replace the incoming route prefix when rewritten.
', ], ], 'DeleteGatewayRouteInput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteGatewayRouteOutput' => [ 'base' => NULL, 'refs' => [], ], 'DeleteMeshInput' => [ 'base' => 'Deletes a virtual node input.
', 'refs' => [], ], 'DeleteVirtualNodeOutput' => [ 'base' => 'Specifies the DNS response type for the virtual node.
', ], ], 'DnsServiceDiscovery' => [ 'base' => 'An object that represents the DNS service discovery information for your virtual node.
', 'refs' => [ 'ServiceDiscovery$dns' => 'Specifies the DNS information for the virtual node.
', ], ], 'Duration' => [ 'base' => 'An object that represents a duration of time.
', 'refs' => [ 'GrpcRetryPolicy$perRetryTimeout' => 'The timeout for each retry attempt.
', 'GrpcTimeout$idle' => 'An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.
', 'GrpcTimeout$perRequest' => 'An object that represents a per request timeout. The default value is 15 seconds. If you set a higher timeout, then make sure that the higher value is set for each App Mesh resource in a conversation. For example, if a virtual node backend uses a virtual router provider to route to another virtual node, then the timeout should be greater than 15 seconds for the source and destination virtual node and the route.
', 'HttpRetryPolicy$perRetryTimeout' => 'The timeout for each retry attempt.
', 'HttpTimeout$idle' => 'An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.
', 'HttpTimeout$perRequest' => 'An object that represents a per request timeout. The default value is 15 seconds. If you set a higher timeout, then make sure that the higher value is set for each App Mesh resource in a conversation. For example, if a virtual node backend uses a virtual router provider to route to another virtual node, then the timeout should be greater than 15 seconds for the source and destination virtual node and the route.
', 'OutlierDetection$baseEjectionDuration' => 'The base amount of time for which a host is ejected.
', 'OutlierDetection$interval' => 'The time interval between ejection sweep analysis.
', 'TcpTimeout$idle' => 'An object that represents an idle timeout. An idle timeout bounds the amount of time that a connection may be idle. The default value is none.
', ], ], 'DurationUnit' => [ 'base' => NULL, 'refs' => [ 'Duration$unit' => 'A unit of time.
', ], ], 'DurationValue' => [ 'base' => NULL, 'refs' => [ 'Duration$value' => 'A number of time units.
', ], ], 'EgressFilter' => [ 'base' => 'An object that represents the egress filter rules for a service mesh.
', 'refs' => [ 'MeshSpec$egressFilter' => 'The egress filter rules for the service mesh.
', ], ], 'EgressFilterType' => [ 'base' => NULL, 'refs' => [ 'EgressFilter$type' => 'The egress filter type. By default, the type is DROP_ALL
, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to *.amazonaws.com
for Amazon Web Services API calls). You can set the egress filter type to ALLOW_ALL
to allow egress to any endpoint inside or outside of the service mesh.
The exact host name to match on.
', ], ], 'FileAccessLog' => [ 'base' => 'An object that represents an access log file.
', 'refs' => [ 'AccessLog$file' => 'The file object to send virtual node access logs to.
', ], ], 'FilePath' => [ 'base' => NULL, 'refs' => [ 'FileAccessLog$path' => 'The file path to write access logs to. You can use /dev/stdout
to send access logs to standard out and configure your Envoy container to use a log driver, such as awslogs
, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container\'s file system to write the files to disk.
<note> <p>The Envoy process must have write permissions to the path that you specify here. Otherwise, Envoy fails to bootstrap properly.</p> </note>
', 'ListenerTlsFileCertificate$certificateChain' => 'The certificate chain for the certificate.
', 'ListenerTlsFileCertificate$privateKey' => 'The private key for a certificate stored on the file system of the virtual node that the proxy is running on.
', 'TlsValidationContextFileTrust$certificateChain' => 'The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
', 'VirtualGatewayFileAccessLog$path' => 'The file path to write access logs to. You can use /dev/stdout
to send access logs to standard out and configure your Envoy container to use a log driver, such as awslogs
, to export the access logs to a log storage service such as Amazon CloudWatch Logs. You can also specify a path in the Envoy container\'s file system to write the files to disk.
The certificate chain for the certificate.
', 'VirtualGatewayListenerTlsFileCertificate$privateKey' => 'The private key for a certificate stored on the file system of the mesh endpoint that the proxy is running on.
', 'VirtualGatewayTlsValidationContextFileTrust$certificateChain' => 'The certificate trust chain for a certificate stored on the file system of the virtual node that the proxy is running on.
', ], ], 'ForbiddenException' => [ 'base' => 'You don\'t have permissions to perform this action.
', 'refs' => [], ], 'GatewayRouteData' => [ 'base' => 'An object that represents a gateway route returned by a describe operation.
', 'refs' => [ 'CreateGatewayRouteOutput$gatewayRoute' => 'The full description of your gateway route following the create call.
', 'DeleteGatewayRouteOutput$gatewayRoute' => 'The gateway route that was deleted.
', 'DescribeGatewayRouteOutput$gatewayRoute' => 'The full description of your gateway route.
', 'UpdateGatewayRouteOutput$gatewayRoute' => 'A full description of the gateway route that was updated.
', ], ], 'GatewayRouteHostnameMatch' => [ 'base' => 'An object representing the gateway route host name to match.
', 'refs' => [ 'GrpcGatewayRouteMatch$hostname' => 'The gateway route host name to be matched on.
', 'HttpGatewayRouteMatch$hostname' => 'The host name to match on.
', ], ], 'GatewayRouteHostnameRewrite' => [ 'base' => 'An object representing the gateway route host name to rewrite.
', 'refs' => [ 'GrpcGatewayRouteRewrite$hostname' => 'The host name of the gateway route to rewrite.
', 'HttpGatewayRouteRewrite$hostname' => 'The host name to rewrite.
', ], ], 'GatewayRouteList' => [ 'base' => NULL, 'refs' => [ 'ListGatewayRoutesOutput$gatewayRoutes' => 'The list of existing gateway routes for the specified service mesh and virtual gateway.
', ], ], 'GatewayRoutePriority' => [ 'base' => NULL, 'refs' => [ 'GatewayRouteSpec$priority' => 'The ordering of the gateway routes spec.
', ], ], 'GatewayRouteRef' => [ 'base' => 'An object that represents a gateway route returned by a list operation.
', 'refs' => [ 'GatewayRouteList$member' => NULL, ], ], 'GatewayRouteSpec' => [ 'base' => 'An object that represents a gateway route specification. Specify one gateway route type.
', 'refs' => [ 'CreateGatewayRouteInput$spec' => 'The gateway route specification to apply.
', 'GatewayRouteData$spec' => 'The specifications of the gateway route.
', 'UpdateGatewayRouteInput$spec' => 'The new gateway route specification to apply. This overwrites the existing data.
', ], ], 'GatewayRouteStatus' => [ 'base' => 'An object that represents the current status of a gateway route.
', 'refs' => [ 'GatewayRouteData$status' => 'The status of the gateway route.
', ], ], 'GatewayRouteStatusCode' => [ 'base' => NULL, 'refs' => [ 'GatewayRouteStatus$status' => 'The current status for the gateway route.
', ], ], 'GatewayRouteTarget' => [ 'base' => 'An object that represents a gateway route target.
', 'refs' => [ 'GrpcGatewayRouteAction$target' => 'An object that represents the target that traffic is routed to when a request matches the gateway route.
', 'HttpGatewayRouteAction$target' => 'An object that represents the target that traffic is routed to when a request matches the gateway route.
', ], ], 'GatewayRouteVirtualService' => [ 'base' => 'An object that represents the virtual service that traffic is routed to.
', 'refs' => [ 'GatewayRouteTarget$virtualService' => 'An object that represents a virtual service gateway route target.
', ], ], 'GrpcGatewayRoute' => [ 'base' => 'An object that represents a gRPC gateway route.
', 'refs' => [ 'GatewayRouteSpec$grpcRoute' => 'An object that represents the specification of a gRPC gateway route.
', ], ], 'GrpcGatewayRouteAction' => [ 'base' => 'An object that represents the action to take if a match is determined.
', 'refs' => [ 'GrpcGatewayRoute$action' => 'An object that represents the action to take if a match is determined.
', ], ], 'GrpcGatewayRouteMatch' => [ 'base' => 'An object that represents the criteria for determining a request match.
', 'refs' => [ 'GrpcGatewayRoute$match' => 'An object that represents the criteria for determining a request match.
', ], ], 'GrpcGatewayRouteMetadata' => [ 'base' => 'An object representing the metadata of the gateway route.
', 'refs' => [ 'GrpcGatewayRouteMetadataList$member' => NULL, ], ], 'GrpcGatewayRouteMetadataList' => [ 'base' => NULL, 'refs' => [ 'GrpcGatewayRouteMatch$metadata' => 'The gateway route metadata to be matched on.
', ], ], 'GrpcGatewayRouteRewrite' => [ 'base' => 'An object that represents the gateway route to rewrite.
', 'refs' => [ 'GrpcGatewayRouteAction$rewrite' => 'The gateway route action to rewrite.
', ], ], 'GrpcMetadataMatchMethod' => [ 'base' => 'An object representing the method header to be matched.
', 'refs' => [ 'GrpcGatewayRouteMetadata$match' => 'The criteria for determining a metadata match.
', ], ], 'GrpcRetryPolicy' => [ 'base' => 'An object that represents a retry policy. Specify at least one value for at least one of the types of RetryEvents
, a value for maxRetries
, and a value for perRetryTimeout
. Both server-error
and gateway-error
under httpRetryEvents
include the Envoy reset
policy. For more information on the reset
policy, see the Envoy documentation.
An object that represents a retry policy.
', ], ], 'GrpcRetryPolicyEvent' => [ 'base' => NULL, 'refs' => [ 'GrpcRetryPolicyEvents$member' => NULL, ], ], 'GrpcRetryPolicyEvents' => [ 'base' => NULL, 'refs' => [ 'GrpcRetryPolicy$grpcRetryEvents' => 'Specify at least one of the valid values.
', ], ], 'GrpcRoute' => [ 'base' => 'An object that represents a gRPC route type.
', 'refs' => [ 'RouteSpec$grpcRoute' => 'An object that represents the specification of a gRPC route.
', ], ], 'GrpcRouteAction' => [ 'base' => 'An object that represents the action to take if a match is determined.
', 'refs' => [ 'GrpcRoute$action' => 'An object that represents the action to take if a match is determined.
', ], ], 'GrpcRouteMatch' => [ 'base' => 'An object that represents the criteria for determining a request match.
', 'refs' => [ 'GrpcRoute$match' => 'An object that represents the criteria for determining a request match.
', ], ], 'GrpcRouteMetadata' => [ 'base' => 'An object that represents the match metadata for the route.
', 'refs' => [ 'GrpcRouteMetadataList$member' => NULL, ], ], 'GrpcRouteMetadataList' => [ 'base' => NULL, 'refs' => [ 'GrpcRouteMatch$metadata' => 'An object that represents the data to match from the request.
', ], ], 'GrpcRouteMetadataMatchMethod' => [ 'base' => 'An object that represents the match method. Specify one of the match values.
', 'refs' => [ 'GrpcRouteMetadata$match' => 'An object that represents the data to match from the request.
', ], ], 'GrpcTimeout' => [ 'base' => 'An object that represents types of timeouts.
', 'refs' => [ 'GrpcRoute$timeout' => 'An object that represents types of timeouts.
', 'ListenerTimeout$grpc' => 'An object that represents types of timeouts.
', ], ], 'HeaderMatch' => [ 'base' => NULL, 'refs' => [ 'GrpcMetadataMatchMethod$exact' => 'The exact method header to be matched on.
', 'GrpcMetadataMatchMethod$prefix' => 'The specified beginning characters of the method header to be matched on.
', 'GrpcMetadataMatchMethod$regex' => 'The regex used to match the method header.
', 'GrpcMetadataMatchMethod$suffix' => 'The specified ending characters of the method header to match on.
', 'GrpcRouteMetadataMatchMethod$exact' => 'The value sent by the client must match the specified value exactly.
', 'GrpcRouteMetadataMatchMethod$prefix' => 'The value sent by the client must begin with the specified characters.
', 'GrpcRouteMetadataMatchMethod$regex' => 'The value sent by the client must include the specified characters.
', 'GrpcRouteMetadataMatchMethod$suffix' => 'The value sent by the client must end with the specified characters.
', 'HeaderMatchMethod$exact' => 'The value sent by the client must match the specified value exactly.
', 'HeaderMatchMethod$prefix' => 'The value sent by the client must begin with the specified characters.
', 'HeaderMatchMethod$regex' => 'The value sent by the client must include the specified characters.
', 'HeaderMatchMethod$suffix' => 'The value sent by the client must end with the specified characters.
', ], ], 'HeaderMatchMethod' => [ 'base' => 'An object that represents the method and value to match with the header value sent in a request. Specify one match method.
', 'refs' => [ 'HttpGatewayRouteHeader$match' => 'An object that represents the method and value to match with the header value sent in a request. Specify one match method.
', 'HttpRouteHeader$match' => 'The HeaderMatchMethod
object.
A name for the gateway route metadata.
', 'GrpcRouteMetadata$name' => 'The name of the route.
', 'HttpGatewayRouteHeader$name' => 'A name for the HTTP header in the gateway route that will be matched on.
', 'HttpRouteHeader$name' => 'A name for the HTTP header in the client request that will be matched on.
', ], ], 'HealthCheckIntervalMillis' => [ 'base' => NULL, 'refs' => [ 'HealthCheckPolicy$intervalMillis' => 'The time period in milliseconds between each health check execution.
', ], ], 'HealthCheckPolicy' => [ 'base' => 'An object that represents the health check policy for a virtual node\'s listener.
', 'refs' => [ 'Listener$healthCheck' => 'The health check information for the listener.
', ], ], 'HealthCheckThreshold' => [ 'base' => NULL, 'refs' => [ 'HealthCheckPolicy$healthyThreshold' => 'The number of consecutive successful health checks that must occur before declaring listener healthy.
', 'HealthCheckPolicy$unhealthyThreshold' => 'The number of consecutive failed health checks that must occur before declaring a virtual node unhealthy.
', ], ], 'HealthCheckTimeoutMillis' => [ 'base' => NULL, 'refs' => [ 'HealthCheckPolicy$timeoutMillis' => 'The amount of time to wait when receiving a response from the health check, in milliseconds.
', ], ], 'Hostname' => [ 'base' => NULL, 'refs' => [ 'DnsServiceDiscovery$hostname' => 'Specifies the DNS service discovery hostname for the virtual node.
', ], ], 'HttpGatewayRoute' => [ 'base' => 'An object that represents an HTTP gateway route.
', 'refs' => [ 'GatewayRouteSpec$http2Route' => 'An object that represents the specification of an HTTP/2 gateway route.
', 'GatewayRouteSpec$httpRoute' => 'An object that represents the specification of an HTTP gateway route.
', ], ], 'HttpGatewayRouteAction' => [ 'base' => 'An object that represents the action to take if a match is determined.
', 'refs' => [ 'HttpGatewayRoute$action' => 'An object that represents the action to take if a match is determined.
', ], ], 'HttpGatewayRouteHeader' => [ 'base' => 'An object that represents the HTTP header in the gateway route.
', 'refs' => [ 'HttpGatewayRouteHeaders$member' => NULL, ], ], 'HttpGatewayRouteHeaders' => [ 'base' => NULL, 'refs' => [ 'HttpGatewayRouteMatch$headers' => 'The client request headers to match on.
', ], ], 'HttpGatewayRouteMatch' => [ 'base' => 'An object that represents the criteria for determining a request match.
', 'refs' => [ 'HttpGatewayRoute$match' => 'An object that represents the criteria for determining a request match.
', ], ], 'HttpGatewayRoutePathRewrite' => [ 'base' => 'An object that represents the path to rewrite.
', 'refs' => [ 'HttpGatewayRouteRewrite$path' => 'The path to rewrite.
', ], ], 'HttpGatewayRoutePrefix' => [ 'base' => NULL, 'refs' => [ 'HttpGatewayRoutePrefixRewrite$value' => 'The value used to replace the incoming route prefix when rewritten.
', ], ], 'HttpGatewayRoutePrefixRewrite' => [ 'base' => 'An object representing the beginning characters of the route to rewrite.
', 'refs' => [ 'HttpGatewayRouteRewrite$prefix' => 'The specified beginning characters to rewrite.
', ], ], 'HttpGatewayRouteRewrite' => [ 'base' => 'An object representing the gateway route to rewrite.
', 'refs' => [ 'HttpGatewayRouteAction$rewrite' => 'The gateway route action to rewrite.
', ], ], 'HttpMethod' => [ 'base' => NULL, 'refs' => [ 'HttpGatewayRouteMatch$method' => 'The method to match on.
', 'HttpRouteMatch$method' => 'The client request method to match on. Specify only one.
', ], ], 'HttpPathExact' => [ 'base' => NULL, 'refs' => [ 'HttpGatewayRoutePathRewrite$exact' => 'The exact path to rewrite.
', 'HttpPathMatch$exact' => 'The exact path to match on.
', ], ], 'HttpPathMatch' => [ 'base' => 'An object representing the path to match in the request.
', 'refs' => [ 'HttpGatewayRouteMatch$path' => 'The path to match on.
', 'HttpRouteMatch$path' => 'The client request path to match on.
', ], ], 'HttpPathRegex' => [ 'base' => NULL, 'refs' => [ 'HttpPathMatch$regex' => 'The regex used to match the path.
', ], ], 'HttpQueryParameter' => [ 'base' => 'An object that represents the query parameter in the request.
', 'refs' => [ 'HttpQueryParameters$member' => NULL, ], ], 'HttpQueryParameters' => [ 'base' => NULL, 'refs' => [ 'HttpGatewayRouteMatch$queryParameters' => 'The query parameter to match on.
', 'HttpRouteMatch$queryParameters' => 'The client request query parameters to match on.
', ], ], 'HttpRetryPolicy' => [ 'base' => 'An object that represents a retry policy. Specify at least one value for at least one of the types of RetryEvents
, a value for maxRetries
, and a value for perRetryTimeout
. Both server-error
and gateway-error
under httpRetryEvents
include the Envoy reset
policy. For more information on the reset
policy, see the Envoy documentation.
An object that represents a retry policy.
', ], ], 'HttpRetryPolicyEvent' => [ 'base' => NULL, 'refs' => [ 'HttpRetryPolicyEvents$member' => NULL, ], ], 'HttpRetryPolicyEvents' => [ 'base' => NULL, 'refs' => [ 'GrpcRetryPolicy$httpRetryEvents' => 'Specify at least one of the following values.
server-error – HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511
gateway-error – HTTP status codes 502, 503, and 504
client-error – HTTP status code 409
stream-error – Retry on refused stream
Specify at least one of the following values.
server-error – HTTP status codes 500, 501, 502, 503, 504, 505, 506, 507, 508, 510, and 511
gateway-error – HTTP status codes 502, 503, and 504
client-error – HTTP status code 409
stream-error – Retry on refused stream
An object that represents an HTTP or HTTP/2 route type.
', 'refs' => [ 'RouteSpec$http2Route' => 'An object that represents the specification of an HTTP/2 route.
', 'RouteSpec$httpRoute' => 'An object that represents the specification of an HTTP route.
', ], ], 'HttpRouteAction' => [ 'base' => 'An object that represents the action to take if a match is determined.
', 'refs' => [ 'HttpRoute$action' => 'An object that represents the action to take if a match is determined.
', ], ], 'HttpRouteHeader' => [ 'base' => 'An object that represents the HTTP header in the request.
', 'refs' => [ 'HttpRouteHeaders$member' => NULL, ], ], 'HttpRouteHeaders' => [ 'base' => NULL, 'refs' => [ 'HttpRouteMatch$headers' => 'The client request headers to match on.
', ], ], 'HttpRouteMatch' => [ 'base' => 'An object that represents the requirements for a route to match HTTP requests for a virtual router.
', 'refs' => [ 'HttpRoute$match' => 'An object that represents the criteria for determining a request match.
', ], ], 'HttpScheme' => [ 'base' => NULL, 'refs' => [ 'HttpRouteMatch$scheme' => 'The client request scheme to match on. Specify only one. Applicable only for HTTP2 routes.
', ], ], 'HttpTimeout' => [ 'base' => 'An object that represents types of timeouts.
', 'refs' => [ 'HttpRoute$timeout' => 'An object that represents types of timeouts.
', 'ListenerTimeout$http' => 'An object that represents types of timeouts.
', 'ListenerTimeout$http2' => 'An object that represents types of timeouts.
', ], ], 'InternalServerErrorException' => [ 'base' => 'The request processing has failed because of an unknown error, exception, or failure.
', 'refs' => [], ], 'IpPreference' => [ 'base' => NULL, 'refs' => [ 'AwsCloudMapServiceDiscovery$ipPreference' => 'The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.
', 'DnsServiceDiscovery$ipPreference' => 'The preferred IP version that this virtual node uses. Setting the IP preference on the virtual node only overrides the IP preference set for the mesh on this specific node.
', 'MeshServiceDiscovery$ipPreference' => 'The IP version to use to control traffic within the mesh.
', ], ], 'JsonFormat' => [ 'base' => NULL, 'refs' => [ 'LoggingFormat$json' => '', ], ], 'JsonFormatRef' => [ 'base' => 'An object that represents the key value pairs for the JSON.
', 'refs' => [ 'JsonFormat$member' => NULL, ], ], 'JsonKey' => [ 'base' => NULL, 'refs' => [ 'JsonFormatRef$key' => 'The specified key for the JSON.
', ], ], 'JsonValue' => [ 'base' => NULL, 'refs' => [ 'JsonFormatRef$value' => 'The specified value for the JSON.
', ], ], 'LimitExceededException' => [ 'base' => 'You have exceeded a service limit for your account. For more information, see Service Limits in the App Mesh User Guide.
', 'refs' => [], ], 'ListGatewayRoutesInput' => [ 'base' => NULL, 'refs' => [], ], 'ListGatewayRoutesLimit' => [ 'base' => NULL, 'refs' => [ 'ListGatewayRoutesInput$limit' => 'The maximum number of results returned by ListGatewayRoutes
in paginated output. When you use this parameter, ListGatewayRoutes
returns only limit
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another ListGatewayRoutes
request with the returned nextToken
value. This value can be between 1 and 100. If you don\'t use this parameter, ListGatewayRoutes
returns up to 100 results and a nextToken
value if applicable.
The maximum number of results returned by ListMeshes
in paginated output. When you use this parameter, ListMeshes
returns only limit
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another ListMeshes
request with the returned nextToken
value. This value can be between 1 and 100. If you don\'t use this parameter, ListMeshes
returns up to 100 results and a nextToken
value if applicable.
The maximum number of results returned by ListRoutes
in paginated output. When you use this parameter, ListRoutes
returns only limit
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another ListRoutes
request with the returned nextToken
value. This value can be between 1 and 100. If you don\'t use this parameter, ListRoutes
returns up to 100 results and a nextToken
value if applicable.
The maximum number of results returned by ListVirtualGateways
in paginated output. When you use this parameter, ListVirtualGateways
returns only limit
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another ListVirtualGateways
request with the returned nextToken
value. This value can be between 1 and 100. If you don\'t use this parameter, ListVirtualGateways
returns up to 100 results and a nextToken
value if applicable.
The maximum number of results returned by ListVirtualNodes
in paginated output. When you use this parameter, ListVirtualNodes
returns only limit
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another ListVirtualNodes
request with the returned nextToken
value. This value can be between 1 and 100. If you don\'t use this parameter, ListVirtualNodes
returns up to 100 results and a nextToken
value if applicable.
The maximum number of results returned by ListVirtualRouters
in paginated output. When you use this parameter, ListVirtualRouters
returns only limit
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another ListVirtualRouters
request with the returned nextToken
value. This value can be between 1 and 100. If you don\'t use this parameter, ListVirtualRouters
returns up to 100 results and a nextToken
value if applicable.
The maximum number of results returned by ListVirtualServices
in paginated output. When you use this parameter, ListVirtualServices
returns only limit
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another ListVirtualServices
request with the returned nextToken
value. This value can be between 1 and 100. If you don\'t use this parameter, ListVirtualServices
returns up to 100 results and a nextToken
value if applicable.
An object that represents a listener for a virtual node.
', 'refs' => [ 'Listeners$member' => NULL, ], ], 'ListenerPort' => [ 'base' => NULL, 'refs' => [ 'GatewayRouteTarget$port' => 'The port number of the gateway route target.
', 'GrpcGatewayRouteMatch$port' => 'The port number to match from the request.
', 'GrpcRouteMatch$port' => 'The port number to match on.
', 'HttpGatewayRouteMatch$port' => 'The port number to match on.
', 'HttpRouteMatch$port' => 'The port number to match on.
', 'TcpRouteMatch$port' => 'The port number to match on.
', 'WeightedTarget$port' => 'The targeted port of the weighted object.
', ], ], 'ListenerTimeout' => [ 'base' => 'An object that represents timeouts for different protocols.
', 'refs' => [ 'Listener$timeout' => 'An object that represents timeouts for different protocols.
', ], ], 'ListenerTls' => [ 'base' => 'An object that represents the Transport Layer Security (TLS) properties for a listener.
', 'refs' => [ 'Listener$tls' => 'A reference to an object that represents the Transport Layer Security (TLS) properties for a listener.
', ], ], 'ListenerTlsAcmCertificate' => [ 'base' => 'An object that represents an Certificate Manager certificate.
', 'refs' => [ 'ListenerTlsCertificate$acm' => 'A reference to an object that represents an Certificate Manager certificate.
', ], ], 'ListenerTlsCertificate' => [ 'base' => 'An object that represents a listener\'s Transport Layer Security (TLS) certificate.
', 'refs' => [ 'ListenerTls$certificate' => 'A reference to an object that represents a listener\'s Transport Layer Security (TLS) certificate.
', ], ], 'ListenerTlsFileCertificate' => [ 'base' => 'An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
', 'refs' => [ 'ClientTlsCertificate$file' => 'An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
', 'ListenerTlsCertificate$file' => 'A reference to an object that represents a local file certificate.
', ], ], 'ListenerTlsMode' => [ 'base' => NULL, 'refs' => [ 'ListenerTls$mode' => 'Specify one of the following modes.
STRICT – Listener only accepts connections with TLS enabled.
PERMISSIVE – Listener accepts connections with or without TLS enabled.
DISABLED – Listener only accepts connections without TLS.
An object that represents the listener\'s Secret Discovery Service certificate. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
', 'refs' => [ 'ClientTlsCertificate$sds' => 'A reference to an object that represents a client\'s TLS Secret Discovery Service certificate.
', 'ListenerTlsCertificate$sds' => 'A reference to an object that represents a listener\'s Secret Discovery Service certificate.
', ], ], 'ListenerTlsValidationContext' => [ 'base' => 'An object that represents a listener\'s Transport Layer Security (TLS) validation context.
', 'refs' => [ 'ListenerTls$validation' => 'A reference to an object that represents a listener\'s Transport Layer Security (TLS) validation context.
', ], ], 'ListenerTlsValidationContextTrust' => [ 'base' => 'An object that represents a listener\'s Transport Layer Security (TLS) validation context trust.
', 'refs' => [ 'ListenerTlsValidationContext$trust' => 'A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
', ], ], 'Listeners' => [ 'base' => NULL, 'refs' => [ 'VirtualNodeSpec$listeners' => 'The listener that the virtual node is expected to receive inbound traffic from. You can specify one listener.
', ], ], 'Logging' => [ 'base' => 'An object that represents the logging information for a virtual node.
', 'refs' => [ 'VirtualNodeSpec$logging' => 'The inbound and outbound access logging information for the virtual node.
', ], ], 'LoggingFormat' => [ 'base' => 'An object that represents the format for the logs.
', 'refs' => [ 'FileAccessLog$format' => 'The specified format for the logs. The format is either json_format
or text_format
.
The specified format for the virtual gateway access logs. It can be either json_format
or text_format
.
The version of the resource. Resources are created at version 1, and this version is incremented each time that they\'re updated.
', 'MatchRange$end' => 'The end of the range.
', 'MatchRange$start' => 'The start of the range.
', 'MeshRef$version' => 'The version of the resource. Resources are created at version 1, and this version is incremented each time that they\'re updated.
', 'ResourceMetadata$version' => 'The version of the resource. Resources are created at version 1, and this version is incremented each time that they\'re updated.
', 'RouteRef$version' => 'The version of the resource. Resources are created at version 1, and this version is incremented each time that they\'re updated.
', 'VirtualGatewayRef$version' => 'The version of the resource. Resources are created at version 1, and this version is incremented each time that they\'re updated.
', 'VirtualNodeRef$version' => 'The version of the resource. Resources are created at version 1, and this version is incremented each time that they\'re updated.
', 'VirtualRouterRef$version' => 'The version of the resource. Resources are created at version 1, and this version is incremented each time that they\'re updated.
', 'VirtualServiceRef$version' => 'The version of the resource. Resources are created at version 1, and this version is incremented each time that they\'re updated.
', ], ], 'MatchRange' => [ 'base' => 'An object that represents the range of values to match on. The first character of the range is included in the range, though the last character is not. For example, if the range specified were 1-100, only values 1-99 would be matched.
', 'refs' => [ 'GrpcMetadataMatchMethod$range' => NULL, 'GrpcRouteMetadataMatchMethod$range' => 'An object that represents the range of values to match on.
', 'HeaderMatchMethod$range' => 'An object that represents the range of values to match on.
', ], ], 'MaxConnections' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayHttpConnectionPool$maxConnections' => 'Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
', 'VirtualNodeHttpConnectionPool$maxConnections' => 'Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
', 'VirtualNodeTcpConnectionPool$maxConnections' => 'Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
', ], ], 'MaxPendingRequests' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayHttpConnectionPool$maxPendingRequests' => 'Number of overflowing requests after max_connections
Envoy will queue to upstream cluster.
Number of overflowing requests after max_connections
Envoy will queue to upstream cluster.
Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.
', 'VirtualGatewayHttp2ConnectionPool$maxRequests' => 'Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.
', 'VirtualNodeGrpcConnectionPool$maxRequests' => 'Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.
', 'VirtualNodeHttp2ConnectionPool$maxRequests' => 'Maximum number of inflight requests Envoy can concurrently support across hosts in upstream cluster.
', ], ], 'MaxRetries' => [ 'base' => NULL, 'refs' => [ 'GrpcRetryPolicy$maxRetries' => 'The maximum number of retry attempts.
', 'HttpRetryPolicy$maxRetries' => 'The maximum number of retry attempts.
', ], ], 'MeshData' => [ 'base' => 'An object that represents a service mesh returned by a describe operation.
', 'refs' => [ 'CreateMeshOutput$mesh' => 'The full description of your service mesh following the create call.
', 'DeleteMeshOutput$mesh' => 'The service mesh that was deleted.
', 'DescribeMeshOutput$mesh' => 'The full description of your service mesh.
', 'UpdateMeshOutput$mesh' => NULL, ], ], 'MeshList' => [ 'base' => NULL, 'refs' => [ 'ListMeshesOutput$meshes' => 'The list of existing service meshes.
', ], ], 'MeshRef' => [ 'base' => 'An object that represents a service mesh returned by a list operation.
', 'refs' => [ 'MeshList$member' => NULL, ], ], 'MeshServiceDiscovery' => [ 'base' => 'An object that represents the service discovery information for a service mesh.
', 'refs' => [ 'MeshSpec$serviceDiscovery' => NULL, ], ], 'MeshSpec' => [ 'base' => 'An object that represents the specification of a service mesh.
', 'refs' => [ 'CreateMeshInput$spec' => 'The service mesh specification to apply.
', 'MeshData$spec' => 'The associated specification for the service mesh.
', 'UpdateMeshInput$spec' => 'The service mesh specification to apply.
', ], ], 'MeshStatus' => [ 'base' => 'An object that represents the status of a service mesh.
', 'refs' => [ 'MeshData$status' => 'The status of the service mesh.
', ], ], 'MeshStatusCode' => [ 'base' => NULL, 'refs' => [ 'MeshStatus$status' => 'The current mesh status.
', ], ], 'MethodName' => [ 'base' => NULL, 'refs' => [ 'GrpcRouteMatch$methodName' => 'The method name to match from the request. If you specify a name, you must also specify a serviceName
.
The specified resource doesn\'t exist. Check your request syntax and try again.
', 'refs' => [], ], 'OutlierDetection' => [ 'base' => 'An object that represents the outlier detection for a virtual node\'s listener.
', 'refs' => [ 'Listener$outlierDetection' => 'The outlier detection information for the listener.
', ], ], 'OutlierDetectionMaxEjectionPercent' => [ 'base' => NULL, 'refs' => [ 'OutlierDetection$maxEjectionPercent' => 'Maximum percentage of hosts in load balancing pool for upstream service that can be ejected. Will eject at least one host regardless of the value.
', ], ], 'OutlierDetectionMaxServerErrors' => [ 'base' => NULL, 'refs' => [ 'OutlierDetection$maxServerErrors' => 'Number of consecutive 5xx
errors required for ejection.
The relative weight of the weighted target.
', ], ], 'PortMapping' => [ 'base' => 'An object that represents a port mapping.
', 'refs' => [ 'Listener$portMapping' => 'The port mapping information for the listener.
', 'VirtualRouterListener$portMapping' => NULL, ], ], 'PortNumber' => [ 'base' => NULL, 'refs' => [ 'HealthCheckPolicy$port' => 'The destination port for the health check request. This port must match the port defined in the PortMapping for the listener.
', 'PortMapping$port' => 'The port used for the port mapping.
', 'PortSet$member' => NULL, 'VirtualGatewayHealthCheckPolicy$port' => 'The destination port for the health check request. This port must match the port defined in the PortMapping for the listener.
', 'VirtualGatewayPortMapping$port' => 'The port used for the port mapping. Specify one protocol.
', ], ], 'PortProtocol' => [ 'base' => NULL, 'refs' => [ 'HealthCheckPolicy$protocol' => 'The protocol for the health check request. If you specify grpc
, then your service must conform to the GRPC Health Checking Protocol.
The protocol used for the port mapping. Specify one protocol.
', ], ], 'PortSet' => [ 'base' => NULL, 'refs' => [ 'ClientPolicyTls$ports' => 'One or more ports that the policy is enforced for.
', 'VirtualGatewayClientPolicyTls$ports' => 'One or more ports that the policy is enforced for.
', ], ], 'QueryParameterMatch' => [ 'base' => 'An object representing the query parameter to match.
', 'refs' => [ 'HttpQueryParameter$match' => 'The query parameter to match on.
', ], ], 'QueryParameterName' => [ 'base' => NULL, 'refs' => [ 'HttpQueryParameter$name' => 'A name for the query parameter that will be matched on.
', ], ], 'ResourceInUseException' => [ 'base' => 'You can\'t delete the specified resource because it\'s in use or required by another resource.
', 'refs' => [], ], 'ResourceMetadata' => [ 'base' => 'An object that represents metadata for a resource.
', 'refs' => [ 'GatewayRouteData$metadata' => NULL, 'MeshData$metadata' => 'The associated metadata for the service mesh.
', 'RouteData$metadata' => 'The associated metadata for the route.
', 'VirtualGatewayData$metadata' => NULL, 'VirtualNodeData$metadata' => 'The associated metadata for the virtual node.
', 'VirtualRouterData$metadata' => 'The associated metadata for the virtual router.
', 'VirtualServiceData$metadata' => NULL, ], ], 'ResourceName' => [ 'base' => NULL, 'refs' => [ 'CreateGatewayRouteInput$gatewayRouteName' => 'The name to use for the gateway route.
', 'CreateGatewayRouteInput$meshName' => 'The name of the service mesh to create the gateway route in.
', 'CreateGatewayRouteInput$virtualGatewayName' => 'The name of the virtual gateway to associate the gateway route with. If the virtual gateway is in a shared mesh, then you must be the owner of the virtual gateway resource.
', 'CreateMeshInput$meshName' => 'The name to use for the service mesh.
', 'CreateRouteInput$meshName' => 'The name of the service mesh to create the route in.
', 'CreateRouteInput$routeName' => 'The name to use for the route.
', 'CreateRouteInput$virtualRouterName' => 'The name of the virtual router in which to create the route. If the virtual router is in a shared mesh, then you must be the owner of the virtual router resource.
', 'CreateVirtualGatewayInput$meshName' => 'The name of the service mesh to create the virtual gateway in.
', 'CreateVirtualGatewayInput$virtualGatewayName' => 'The name to use for the virtual gateway.
', 'CreateVirtualNodeInput$meshName' => 'The name of the service mesh to create the virtual node in.
', 'CreateVirtualNodeInput$virtualNodeName' => 'The name to use for the virtual node.
', 'CreateVirtualRouterInput$meshName' => 'The name of the service mesh to create the virtual router in.
', 'CreateVirtualRouterInput$virtualRouterName' => 'The name to use for the virtual router.
', 'CreateVirtualServiceInput$meshName' => 'The name of the service mesh to create the virtual service in.
', 'DeleteGatewayRouteInput$gatewayRouteName' => 'The name of the gateway route to delete.
', 'DeleteGatewayRouteInput$meshName' => 'The name of the service mesh to delete the gateway route from.
', 'DeleteGatewayRouteInput$virtualGatewayName' => 'The name of the virtual gateway to delete the route from.
', 'DeleteMeshInput$meshName' => 'The name of the service mesh to delete.
', 'DeleteRouteInput$meshName' => 'The name of the service mesh to delete the route in.
', 'DeleteRouteInput$routeName' => 'The name of the route to delete.
', 'DeleteRouteInput$virtualRouterName' => 'The name of the virtual router to delete the route in.
', 'DeleteVirtualGatewayInput$meshName' => 'The name of the service mesh to delete the virtual gateway from.
', 'DeleteVirtualGatewayInput$virtualGatewayName' => 'The name of the virtual gateway to delete.
', 'DeleteVirtualNodeInput$meshName' => 'The name of the service mesh to delete the virtual node in.
', 'DeleteVirtualNodeInput$virtualNodeName' => 'The name of the virtual node to delete.
', 'DeleteVirtualRouterInput$meshName' => 'The name of the service mesh to delete the virtual router in.
', 'DeleteVirtualRouterInput$virtualRouterName' => 'The name of the virtual router to delete.
', 'DeleteVirtualServiceInput$meshName' => 'The name of the service mesh to delete the virtual service in.
', 'DescribeGatewayRouteInput$gatewayRouteName' => 'The name of the gateway route to describe.
', 'DescribeGatewayRouteInput$meshName' => 'The name of the service mesh that the gateway route resides in.
', 'DescribeGatewayRouteInput$virtualGatewayName' => 'The name of the virtual gateway that the gateway route is associated with.
', 'DescribeMeshInput$meshName' => 'The name of the service mesh to describe.
', 'DescribeRouteInput$meshName' => 'The name of the service mesh that the route resides in.
', 'DescribeRouteInput$routeName' => 'The name of the route to describe.
', 'DescribeRouteInput$virtualRouterName' => 'The name of the virtual router that the route is associated with.
', 'DescribeVirtualGatewayInput$meshName' => 'The name of the service mesh that the gateway route resides in.
', 'DescribeVirtualGatewayInput$virtualGatewayName' => 'The name of the virtual gateway to describe.
', 'DescribeVirtualNodeInput$meshName' => 'The name of the service mesh that the virtual node resides in.
', 'DescribeVirtualNodeInput$virtualNodeName' => 'The name of the virtual node to describe.
', 'DescribeVirtualRouterInput$meshName' => 'The name of the service mesh that the virtual router resides in.
', 'DescribeVirtualRouterInput$virtualRouterName' => 'The name of the virtual router to describe.
', 'DescribeVirtualServiceInput$meshName' => 'The name of the service mesh that the virtual service resides in.
', 'GatewayRouteData$gatewayRouteName' => 'The name of the gateway route.
', 'GatewayRouteData$meshName' => 'The name of the service mesh that the resource resides in.
', 'GatewayRouteData$virtualGatewayName' => 'The virtual gateway that the gateway route is associated with.
', 'GatewayRouteRef$gatewayRouteName' => 'The name of the gateway route.
', 'GatewayRouteRef$meshName' => 'The name of the service mesh that the resource resides in.
', 'GatewayRouteRef$virtualGatewayName' => 'The virtual gateway that the gateway route is associated with.
', 'GatewayRouteVirtualService$virtualServiceName' => 'The name of the virtual service that traffic is routed to.
', 'ListGatewayRoutesInput$meshName' => 'The name of the service mesh to list gateway routes in.
', 'ListGatewayRoutesInput$virtualGatewayName' => 'The name of the virtual gateway to list gateway routes in.
', 'ListRoutesInput$meshName' => 'The name of the service mesh to list routes in.
', 'ListRoutesInput$virtualRouterName' => 'The name of the virtual router to list routes in.
', 'ListVirtualGatewaysInput$meshName' => 'The name of the service mesh to list virtual gateways in.
', 'ListVirtualNodesInput$meshName' => 'The name of the service mesh to list virtual nodes in.
', 'ListVirtualRoutersInput$meshName' => 'The name of the service mesh to list virtual routers in.
', 'ListVirtualServicesInput$meshName' => 'The name of the service mesh to list virtual services in.
', 'MeshData$meshName' => 'The name of the service mesh.
', 'MeshRef$meshName' => 'The name of the service mesh.
', 'RouteData$meshName' => 'The name of the service mesh that the route resides in.
', 'RouteData$routeName' => 'The name of the route.
', 'RouteData$virtualRouterName' => 'The virtual router that the route is associated with.
', 'RouteRef$meshName' => 'The name of the service mesh that the route resides in.
', 'RouteRef$routeName' => 'The name of the route.
', 'RouteRef$virtualRouterName' => 'The virtual router that the route is associated with.
', 'UpdateGatewayRouteInput$gatewayRouteName' => 'The name of the gateway route to update.
', 'UpdateGatewayRouteInput$meshName' => 'The name of the service mesh that the gateway route resides in.
', 'UpdateGatewayRouteInput$virtualGatewayName' => 'The name of the virtual gateway that the gateway route is associated with.
', 'UpdateMeshInput$meshName' => 'The name of the service mesh to update.
', 'UpdateRouteInput$meshName' => 'The name of the service mesh that the route resides in.
', 'UpdateRouteInput$routeName' => 'The name of the route to update.
', 'UpdateRouteInput$virtualRouterName' => 'The name of the virtual router that the route is associated with.
', 'UpdateVirtualGatewayInput$meshName' => 'The name of the service mesh that the virtual gateway resides in.
', 'UpdateVirtualGatewayInput$virtualGatewayName' => 'The name of the virtual gateway to update.
', 'UpdateVirtualNodeInput$meshName' => 'The name of the service mesh that the virtual node resides in.
', 'UpdateVirtualNodeInput$virtualNodeName' => 'The name of the virtual node to update.
', 'UpdateVirtualRouterInput$meshName' => 'The name of the service mesh that the virtual router resides in.
', 'UpdateVirtualRouterInput$virtualRouterName' => 'The name of the virtual router to update.
', 'UpdateVirtualServiceInput$meshName' => 'The name of the service mesh that the virtual service resides in.
', 'VirtualGatewayData$meshName' => 'The name of the service mesh that the virtual gateway resides in.
', 'VirtualGatewayData$virtualGatewayName' => 'The name of the virtual gateway.
', 'VirtualGatewayRef$meshName' => 'The name of the service mesh that the resource resides in.
', 'VirtualGatewayRef$virtualGatewayName' => 'The name of the resource.
', 'VirtualNodeData$meshName' => 'The name of the service mesh that the virtual node resides in.
', 'VirtualNodeData$virtualNodeName' => 'The name of the virtual node.
', 'VirtualNodeRef$meshName' => 'The name of the service mesh that the virtual node resides in.
', 'VirtualNodeRef$virtualNodeName' => 'The name of the virtual node.
', 'VirtualNodeServiceProvider$virtualNodeName' => 'The name of the virtual node that is acting as a service provider.
', 'VirtualRouterData$meshName' => 'The name of the service mesh that the virtual router resides in.
', 'VirtualRouterData$virtualRouterName' => 'The name of the virtual router.
', 'VirtualRouterRef$meshName' => 'The name of the service mesh that the virtual router resides in.
', 'VirtualRouterRef$virtualRouterName' => 'The name of the virtual router.
', 'VirtualRouterServiceProvider$virtualRouterName' => 'The name of the virtual router that is acting as a service provider.
', 'VirtualServiceData$meshName' => 'The name of the service mesh that the virtual service resides in.
', 'VirtualServiceRef$meshName' => 'The name of the service mesh that the virtual service resides in.
', 'WeightedTarget$virtualNode' => 'The virtual node to associate with the weighted target.
', ], ], 'RouteData' => [ 'base' => 'An object that represents a route returned by a describe operation.
', 'refs' => [ 'CreateRouteOutput$route' => 'The full description of your mesh following the create call.
', 'DeleteRouteOutput$route' => 'The route that was deleted.
', 'DescribeRouteOutput$route' => 'The full description of your route.
', 'UpdateRouteOutput$route' => 'A full description of the route that was updated.
', ], ], 'RouteList' => [ 'base' => NULL, 'refs' => [ 'ListRoutesOutput$routes' => 'The list of existing routes for the specified service mesh and virtual router.
', ], ], 'RoutePriority' => [ 'base' => NULL, 'refs' => [ 'RouteSpec$priority' => 'The priority for the route. Routes are matched based on the specified value, where 0 is the highest priority.
', ], ], 'RouteRef' => [ 'base' => 'An object that represents a route returned by a list operation.
', 'refs' => [ 'RouteList$member' => NULL, ], ], 'RouteSpec' => [ 'base' => 'An object that represents a route specification. Specify one route type.
', 'refs' => [ 'CreateRouteInput$spec' => 'The route specification to apply.
', 'RouteData$spec' => 'The specifications of the route.
', 'UpdateRouteInput$spec' => 'The new route specification to apply. This overwrites the existing data.
', ], ], 'RouteStatus' => [ 'base' => 'An object that represents the current status of a route.
', 'refs' => [ 'RouteData$status' => 'The status of the route.
', ], ], 'RouteStatusCode' => [ 'base' => NULL, 'refs' => [ 'RouteStatus$status' => 'The current status for the route.
', ], ], 'SdsSecretName' => [ 'base' => NULL, 'refs' => [ 'ListenerTlsSdsCertificate$secretName' => 'A reference to an object that represents the name of the secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
', 'TlsValidationContextSdsTrust$secretName' => 'A reference to an object that represents the name of the secret for a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
', ], ], 'ServiceDiscovery' => [ 'base' => 'An object that represents the service discovery information for a virtual node.
', 'refs' => [ 'VirtualNodeSpec$serviceDiscovery' => 'The service discovery information for the virtual node. If your virtual node does not expect ingress traffic, you can omit this parameter. If you specify a listener
, then you must specify service discovery information.
The name to use for the virtual service.
', 'DeleteVirtualServiceInput$virtualServiceName' => 'The name of the virtual service to delete.
', 'DescribeVirtualServiceInput$virtualServiceName' => 'The name of the virtual service to describe.
', 'GrpcGatewayRouteMatch$serviceName' => 'The fully qualified domain name for the service to match from the request.
', 'GrpcRouteMatch$serviceName' => 'The fully qualified domain name for the service to match from the request.
', 'UpdateVirtualServiceInput$virtualServiceName' => 'The name of the virtual service to update.
', 'VirtualServiceBackend$virtualServiceName' => 'The name of the virtual service that is acting as a virtual node backend.
', 'VirtualServiceData$virtualServiceName' => 'The name of the virtual service.
', 'VirtualServiceRef$virtualServiceName' => 'The name of the virtual service.
', ], ], 'ServiceUnavailableException' => [ 'base' => 'The request has failed due to a temporary failure of the service.
', 'refs' => [], ], 'String' => [ 'base' => NULL, 'refs' => [ 'BadRequestException$message' => NULL, 'ConflictException$message' => NULL, 'CreateGatewayRouteInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateMeshInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateRouteInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateVirtualGatewayInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateVirtualNodeInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateVirtualRouterInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'CreateVirtualServiceInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'ForbiddenException$message' => NULL, 'HealthCheckPolicy$path' => 'The destination path for the health check request. This value is only used if the specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.
', 'HttpGatewayRouteMatch$prefix' => 'Specifies the path to match requests with. This parameter must always start with /
, which by itself matches all requests to the virtual service name. You can also match for path-based routing of requests. For example, if your virtual service name is my-service.local
and you want the route to match requests to my-service.local/metrics
, your prefix should be /metrics
.
Specifies the path to match requests with. This parameter must always start with /
, which by itself matches all requests to the virtual service name. You can also match for path-based routing of requests. For example, if your virtual service name is my-service.local
and you want the route to match requests to my-service.local/metrics
, your prefix should be /metrics
.
The nextToken
value returned from a previous paginated ListGatewayRoutes
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The nextToken
value to include in a future ListGatewayRoutes
request. When the results of a ListGatewayRoutes
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
The nextToken
value returned from a previous paginated ListMeshes
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
This token should be treated as an opaque identifier that is used only to retrieve the next items in a list and not for other programmatic purposes.
The nextToken
value to include in a future ListMeshes
request. When the results of a ListMeshes
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
The nextToken
value returned from a previous paginated ListRoutes
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The nextToken
value to include in a future ListRoutes
request. When the results of a ListRoutes
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
The nextToken
value returned from a previous paginated ListTagsForResource
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The nextToken
value to include in a future ListTagsForResource
request. When the results of a ListTagsForResource
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
The nextToken
value returned from a previous paginated ListVirtualGateways
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The nextToken
value to include in a future ListVirtualGateways
request. When the results of a ListVirtualGateways
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
The nextToken
value returned from a previous paginated ListVirtualNodes
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The nextToken
value to include in a future ListVirtualNodes
request. When the results of a ListVirtualNodes
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
The nextToken
value returned from a previous paginated ListVirtualRouters
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The nextToken
value to include in a future ListVirtualRouters
request. When the results of a ListVirtualRouters
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
The nextToken
value returned from a previous paginated ListVirtualServices
request where limit
was used and the results exceeded the value of that parameter. Pagination continues from the end of the previous results that returned the nextToken
value.
The nextToken
value to include in a future ListVirtualServices
request. When the results of a ListVirtualServices
request exceed limit
, you can use this value to retrieve the next page of results. This value is null
when there are no more results to return.
The exact query parameter to match on.
', 'ResourceInUseException$message' => NULL, 'ResourceMetadata$uid' => 'The unique identifier for the resource.
', 'ServiceUnavailableException$message' => NULL, 'TooManyRequestsException$message' => NULL, 'TooManyTagsException$message' => NULL, 'UpdateGatewayRouteInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'UpdateMeshInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'UpdateRouteInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'UpdateVirtualGatewayInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'UpdateVirtualNodeInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'UpdateVirtualRouterInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'UpdateVirtualServiceInput$clientToken' => 'Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Up to 36 letters, numbers, hyphens, and underscores are allowed.
', 'VirtualGatewayHealthCheckPolicy$path' => 'The destination path for the health check request. This value is only used if the specified protocol is HTTP or HTTP/2. For any other protocol, this value is ignored.
', ], ], 'SubjectAlternativeName' => [ 'base' => NULL, 'refs' => [ 'SubjectAlternativeNameList$member' => NULL, ], ], 'SubjectAlternativeNameList' => [ 'base' => NULL, 'refs' => [ 'SubjectAlternativeNameMatchers$exact' => 'The values sent must match the specified values exactly.
', ], ], 'SubjectAlternativeNameMatchers' => [ 'base' => 'An object that represents the methods by which a subject alternative name on a peer Transport Layer Security (TLS) certificate can be matched.
', 'refs' => [ 'SubjectAlternativeNames$match' => 'An object that represents the criteria for determining a SANs match.
', ], ], 'SubjectAlternativeNames' => [ 'base' => 'An object that represents the subject alternative names secured by the certificate.
', 'refs' => [ 'ListenerTlsValidationContext$subjectAlternativeNames' => 'A reference to an object that represents the SANs for a listener\'s Transport Layer Security (TLS) validation context.
', 'TlsValidationContext$subjectAlternativeNames' => 'A reference to an object that represents the SANs for a Transport Layer Security (TLS) validation context. If you don\'t specify SANs on the terminating mesh endpoint, the Envoy proxy for that node doesn\'t verify the SAN on a peer client certificate. If you don\'t specify SANs on the originating mesh endpoint, the SAN on the certificate provided by the terminating endpoint must match the mesh endpoint service discovery configuration. Since SPIRE vended certificates have a SPIFFE ID as a name, you must set the SAN since the name doesn\'t match the service discovery name.
', 'VirtualGatewayListenerTlsValidationContext$subjectAlternativeNames' => 'A reference to an object that represents the SANs for a virtual gateway listener\'s Transport Layer Security (TLS) validation context.
', 'VirtualGatewayTlsValidationContext$subjectAlternativeNames' => 'A reference to an object that represents the SANs for a virtual gateway\'s listener\'s Transport Layer Security (TLS) validation context.
', ], ], 'SuffixHostname' => [ 'base' => NULL, 'refs' => [ 'GatewayRouteHostnameMatch$suffix' => 'The specified ending characters of the host name to match on.
', ], ], 'TagKey' => [ 'base' => NULL, 'refs' => [ 'TagKeyList$member' => NULL, 'TagRef$key' => 'One part of a key-value pair that make up a tag. A key
is a general label that acts like a category for more specific tag values.
The keys of the tags to be removed.
', ], ], 'TagList' => [ 'base' => NULL, 'refs' => [ 'CreateGatewayRouteInput$tags' => 'Optional metadata that you can apply to the gateway route to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'CreateMeshInput$tags' => 'Optional metadata that you can apply to the service mesh to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'CreateRouteInput$tags' => 'Optional metadata that you can apply to the route to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'CreateVirtualGatewayInput$tags' => 'Optional metadata that you can apply to the virtual gateway to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'CreateVirtualNodeInput$tags' => 'Optional metadata that you can apply to the virtual node to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'CreateVirtualRouterInput$tags' => 'Optional metadata that you can apply to the virtual router to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'CreateVirtualServiceInput$tags' => 'Optional metadata that you can apply to the virtual service to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'ListTagsForResourceOutput$tags' => 'The tags for the resource.
', 'TagResourceInput$tags' => 'The tags to add to the resource. A tag is an array of key-value pairs. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', ], ], 'TagRef' => [ 'base' => 'Optional metadata that you apply to a resource to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Tag keys can have a maximum character length of 128 characters, and tag values can have a maximum length of 256 characters.
', 'refs' => [ 'TagList$member' => NULL, ], ], 'TagResourceInput' => [ 'base' => 'The optional part of a key-value pair that make up a tag. A value
acts as a descriptor within a tag category (key).
The maximum number of tag results returned by ListTagsForResource
in paginated output. When this parameter is used, ListTagsForResource
returns only limit
results in a single page along with a nextToken
response element. You can see the remaining results of the initial request by sending another ListTagsForResource
request with the returned nextToken
value. This value can be between 1 and 100. If you don\'t use this parameter, ListTagsForResource
returns up to 100 results and a nextToken
value if applicable.
Specify a valid value. The event occurs before any processing of a request has started and is encountered when the upstream is temporarily or permanently unavailable.
', 'HttpRetryPolicy$tcpRetryEvents' => 'Specify a valid value. The event occurs before any processing of a request has started and is encountered when the upstream is temporarily or permanently unavailable.
', ], ], 'TcpRoute' => [ 'base' => 'An object that represents a TCP route type.
', 'refs' => [ 'RouteSpec$tcpRoute' => 'An object that represents the specification of a TCP route.
', ], ], 'TcpRouteAction' => [ 'base' => 'An object that represents the action to take if a match is determined.
', 'refs' => [ 'TcpRoute$action' => 'The action to take if a match is determined.
', ], ], 'TcpRouteMatch' => [ 'base' => 'An object representing the TCP route to match.
', 'refs' => [ 'TcpRoute$match' => 'An object that represents the criteria for determining a request match.
', ], ], 'TcpTimeout' => [ 'base' => 'An object that represents types of timeouts.
', 'refs' => [ 'ListenerTimeout$tcp' => 'An object that represents types of timeouts.
', 'TcpRoute$timeout' => 'An object that represents types of timeouts.
', ], ], 'TextFormat' => [ 'base' => NULL, 'refs' => [ 'LoggingFormat$text' => '', ], ], 'Timestamp' => [ 'base' => NULL, 'refs' => [ 'GatewayRouteRef$createdAt' => 'The Unix epoch timestamp in seconds for when the resource was created.
', 'GatewayRouteRef$lastUpdatedAt' => 'The Unix epoch timestamp in seconds for when the resource was last updated.
', 'MeshRef$createdAt' => 'The Unix epoch timestamp in seconds for when the resource was created.
', 'MeshRef$lastUpdatedAt' => 'The Unix epoch timestamp in seconds for when the resource was last updated.
', 'ResourceMetadata$createdAt' => 'The Unix epoch timestamp in seconds for when the resource was created.
', 'ResourceMetadata$lastUpdatedAt' => 'The Unix epoch timestamp in seconds for when the resource was last updated.
', 'RouteRef$createdAt' => 'The Unix epoch timestamp in seconds for when the resource was created.
', 'RouteRef$lastUpdatedAt' => 'The Unix epoch timestamp in seconds for when the resource was last updated.
', 'VirtualGatewayRef$createdAt' => 'The Unix epoch timestamp in seconds for when the resource was created.
', 'VirtualGatewayRef$lastUpdatedAt' => 'The Unix epoch timestamp in seconds for when the resource was last updated.
', 'VirtualNodeRef$createdAt' => 'The Unix epoch timestamp in seconds for when the resource was created.
', 'VirtualNodeRef$lastUpdatedAt' => 'The Unix epoch timestamp in seconds for when the resource was last updated.
', 'VirtualRouterRef$createdAt' => 'The Unix epoch timestamp in seconds for when the resource was created.
', 'VirtualRouterRef$lastUpdatedAt' => 'The Unix epoch timestamp in seconds for when the resource was last updated.
', 'VirtualServiceRef$createdAt' => 'The Unix epoch timestamp in seconds for when the resource was created.
', 'VirtualServiceRef$lastUpdatedAt' => 'The Unix epoch timestamp in seconds for when the resource was last updated.
', ], ], 'TlsValidationContext' => [ 'base' => 'An object that represents how the proxy will validate its peer during Transport Layer Security (TLS) negotiation.
', 'refs' => [ 'ClientPolicyTls$validation' => 'A reference to an object that represents a TLS validation context.
', ], ], 'TlsValidationContextAcmTrust' => [ 'base' => 'An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
', 'refs' => [ 'TlsValidationContextTrust$acm' => 'A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
', ], ], 'TlsValidationContextFileTrust' => [ 'base' => 'An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
', 'refs' => [ 'ListenerTlsValidationContextTrust$file' => 'An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
', 'TlsValidationContextTrust$file' => 'An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
', ], ], 'TlsValidationContextSdsTrust' => [ 'base' => 'An object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
', 'refs' => [ 'ListenerTlsValidationContextTrust$sds' => 'A reference to an object that represents a listener\'s Transport Layer Security (TLS) Secret Discovery Service validation context trust.
', 'TlsValidationContextTrust$sds' => 'A reference to an object that represents a Transport Layer Security (TLS) Secret Discovery Service validation context trust.
', ], ], 'TlsValidationContextTrust' => [ 'base' => 'An object that represents a Transport Layer Security (TLS) validation context trust.
', 'refs' => [ 'TlsValidationContext$trust' => 'A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
', ], ], 'TooManyRequestsException' => [ 'base' => 'The maximum request rate permitted by the App Mesh APIs has been exceeded for your account. For best results, use an increasing or variable sleep interval between requests.
', 'refs' => [], ], 'TooManyTagsException' => [ 'base' => 'The request exceeds the maximum allowed number of tags allowed per resource. The current limit is 50 user tags per resource. You must reduce the number of tags in the request. None of the tags in this request were applied.
', 'refs' => [], ], 'UntagResourceInput' => [ 'base' => 'The access log configuration for a virtual gateway.
', 'refs' => [ 'VirtualGatewayLogging$accessLog' => 'The access log configuration.
', ], ], 'VirtualGatewayBackendDefaults' => [ 'base' => 'An object that represents the default properties for a backend.
', 'refs' => [ 'VirtualGatewaySpec$backendDefaults' => 'A reference to an object that represents the defaults for backends.
', ], ], 'VirtualGatewayCertificateAuthorityArns' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayTlsValidationContextAcmTrust$certificateAuthorityArns' => 'One or more ACM Amazon Resource Name (ARN)s.
', ], ], 'VirtualGatewayClientPolicy' => [ 'base' => 'An object that represents a client policy.
', 'refs' => [ 'VirtualGatewayBackendDefaults$clientPolicy' => 'A reference to an object that represents a client policy.
', ], ], 'VirtualGatewayClientPolicyTls' => [ 'base' => 'An object that represents a Transport Layer Security (TLS) client policy.
', 'refs' => [ 'VirtualGatewayClientPolicy$tls' => 'A reference to an object that represents a Transport Layer Security (TLS) client policy.
', ], ], 'VirtualGatewayClientTlsCertificate' => [ 'base' => 'An object that represents the virtual gateway\'s client\'s Transport Layer Security (TLS) certificate.
', 'refs' => [ 'VirtualGatewayClientPolicyTls$certificate' => 'A reference to an object that represents a virtual gateway\'s client\'s Transport Layer Security (TLS) certificate.
', ], ], 'VirtualGatewayConnectionPool' => [ 'base' => 'An object that represents the type of virtual gateway connection pool.
Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping.
If not present the default value for maxPendingRequests
is 2147483647
.
The connection pool information for the virtual gateway listener.
', ], ], 'VirtualGatewayData' => [ 'base' => 'An object that represents a virtual gateway returned by a describe operation.
', 'refs' => [ 'CreateVirtualGatewayOutput$virtualGateway' => 'The full description of your virtual gateway following the create call.
', 'DeleteVirtualGatewayOutput$virtualGateway' => 'The virtual gateway that was deleted.
', 'DescribeVirtualGatewayOutput$virtualGateway' => 'The full description of your virtual gateway.
', 'UpdateVirtualGatewayOutput$virtualGateway' => 'A full description of the virtual gateway that was updated.
', ], ], 'VirtualGatewayFileAccessLog' => [ 'base' => 'An object that represents an access log file.
', 'refs' => [ 'VirtualGatewayAccessLog$file' => 'The file object to send virtual gateway access logs to.
', ], ], 'VirtualGatewayGrpcConnectionPool' => [ 'base' => 'An object that represents a type of connection pool.
', 'refs' => [ 'VirtualGatewayConnectionPool$grpc' => 'An object that represents a type of connection pool.
', ], ], 'VirtualGatewayHealthCheckIntervalMillis' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayHealthCheckPolicy$intervalMillis' => 'The time period in milliseconds between each health check execution.
', ], ], 'VirtualGatewayHealthCheckPolicy' => [ 'base' => 'An object that represents the health check policy for a virtual gateway\'s listener.
', 'refs' => [ 'VirtualGatewayListener$healthCheck' => 'The health check information for the listener.
', ], ], 'VirtualGatewayHealthCheckThreshold' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayHealthCheckPolicy$healthyThreshold' => 'The number of consecutive successful health checks that must occur before declaring the listener healthy.
', 'VirtualGatewayHealthCheckPolicy$unhealthyThreshold' => 'The number of consecutive failed health checks that must occur before declaring a virtual gateway unhealthy.
', ], ], 'VirtualGatewayHealthCheckTimeoutMillis' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayHealthCheckPolicy$timeoutMillis' => 'The amount of time to wait when receiving a response from the health check, in milliseconds.
', ], ], 'VirtualGatewayHttp2ConnectionPool' => [ 'base' => 'An object that represents a type of connection pool.
', 'refs' => [ 'VirtualGatewayConnectionPool$http2' => 'An object that represents a type of connection pool.
', ], ], 'VirtualGatewayHttpConnectionPool' => [ 'base' => 'An object that represents a type of connection pool.
', 'refs' => [ 'VirtualGatewayConnectionPool$http' => 'An object that represents a type of connection pool.
', ], ], 'VirtualGatewayList' => [ 'base' => NULL, 'refs' => [ 'ListVirtualGatewaysOutput$virtualGateways' => 'The list of existing virtual gateways for the specified service mesh.
', ], ], 'VirtualGatewayListener' => [ 'base' => 'An object that represents a listener for a virtual gateway.
', 'refs' => [ 'VirtualGatewayListeners$member' => NULL, ], ], 'VirtualGatewayListenerTls' => [ 'base' => 'An object that represents the Transport Layer Security (TLS) properties for a listener.
', 'refs' => [ 'VirtualGatewayListener$tls' => 'A reference to an object that represents the Transport Layer Security (TLS) properties for the listener.
', ], ], 'VirtualGatewayListenerTlsAcmCertificate' => [ 'base' => 'An object that represents an Certificate Manager certificate.
', 'refs' => [ 'VirtualGatewayListenerTlsCertificate$acm' => 'A reference to an object that represents an Certificate Manager certificate.
', ], ], 'VirtualGatewayListenerTlsCertificate' => [ 'base' => 'An object that represents a listener\'s Transport Layer Security (TLS) certificate.
', 'refs' => [ 'VirtualGatewayListenerTls$certificate' => 'An object that represents a Transport Layer Security (TLS) certificate.
', ], ], 'VirtualGatewayListenerTlsFileCertificate' => [ 'base' => 'An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS).
', 'refs' => [ 'VirtualGatewayClientTlsCertificate$file' => 'An object that represents a local file certificate. The certificate must meet specific requirements and you must have proxy authorization enabled. For more information, see Transport Layer Security (TLS) .
', 'VirtualGatewayListenerTlsCertificate$file' => 'A reference to an object that represents a local file certificate.
', ], ], 'VirtualGatewayListenerTlsMode' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayListenerTls$mode' => 'Specify one of the following modes.
STRICT – Listener only accepts connections with TLS enabled.
PERMISSIVE – Listener accepts connections with or without TLS enabled.
DISABLED – Listener only accepts connections without TLS.
An object that represents the virtual gateway\'s listener\'s Secret Discovery Service certificate.The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App MeshTLS documentation for more info.
', 'refs' => [ 'VirtualGatewayClientTlsCertificate$sds' => 'A reference to an object that represents a virtual gateway\'s client\'s Secret Discovery Service certificate.
', 'VirtualGatewayListenerTlsCertificate$sds' => 'A reference to an object that represents a virtual gateway\'s listener\'s Secret Discovery Service certificate.
', ], ], 'VirtualGatewayListenerTlsValidationContext' => [ 'base' => 'An object that represents a virtual gateway\'s listener\'s Transport Layer Security (TLS) validation context.
', 'refs' => [ 'VirtualGatewayListenerTls$validation' => 'A reference to an object that represents a virtual gateway\'s listener\'s Transport Layer Security (TLS) validation context.
', ], ], 'VirtualGatewayListenerTlsValidationContextTrust' => [ 'base' => 'An object that represents a virtual gateway\'s listener\'s Transport Layer Security (TLS) validation context trust.
', 'refs' => [ 'VirtualGatewayListenerTlsValidationContext$trust' => 'A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
', ], ], 'VirtualGatewayListeners' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewaySpec$listeners' => 'The listeners that the mesh endpoint is expected to receive inbound traffic from. You can specify one listener.
', ], ], 'VirtualGatewayLogging' => [ 'base' => 'An object that represents logging information.
', 'refs' => [ 'VirtualGatewaySpec$logging' => NULL, ], ], 'VirtualGatewayPortMapping' => [ 'base' => 'An object that represents a port mapping.
', 'refs' => [ 'VirtualGatewayListener$portMapping' => 'The port mapping information for the listener.
', ], ], 'VirtualGatewayPortProtocol' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayHealthCheckPolicy$protocol' => 'The protocol for the health check request. If you specify grpc
, then your service must conform to the GRPC Health Checking Protocol.
The protocol used for the port mapping.
', ], ], 'VirtualGatewayRef' => [ 'base' => 'An object that represents a virtual gateway returned by a list operation.
', 'refs' => [ 'VirtualGatewayList$member' => NULL, ], ], 'VirtualGatewaySdsSecretName' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayListenerTlsSdsCertificate$secretName' => 'A reference to an object that represents the name of the secret secret requested from the Secret Discovery Service provider representing Transport Layer Security (TLS) materials like a certificate or certificate chain.
', 'VirtualGatewayTlsValidationContextSdsTrust$secretName' => 'A reference to an object that represents the name of the secret for a virtual gateway\'s Transport Layer Security (TLS) Secret Discovery Service validation context trust.
', ], ], 'VirtualGatewaySpec' => [ 'base' => 'An object that represents the specification of a service mesh resource.
', 'refs' => [ 'CreateVirtualGatewayInput$spec' => 'The virtual gateway specification to apply.
', 'UpdateVirtualGatewayInput$spec' => 'The new virtual gateway specification to apply. This overwrites the existing data.
', 'VirtualGatewayData$spec' => 'The specifications of the virtual gateway.
', ], ], 'VirtualGatewayStatus' => [ 'base' => 'An object that represents the status of the mesh resource.
', 'refs' => [ 'VirtualGatewayData$status' => 'The current status of the virtual gateway.
', ], ], 'VirtualGatewayStatusCode' => [ 'base' => NULL, 'refs' => [ 'VirtualGatewayStatus$status' => 'The current status.
', ], ], 'VirtualGatewayTlsValidationContext' => [ 'base' => 'An object that represents a Transport Layer Security (TLS) validation context.
', 'refs' => [ 'VirtualGatewayClientPolicyTls$validation' => 'A reference to an object that represents a Transport Layer Security (TLS) validation context.
', ], ], 'VirtualGatewayTlsValidationContextAcmTrust' => [ 'base' => 'An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
', 'refs' => [ 'VirtualGatewayTlsValidationContextTrust$acm' => 'A reference to an object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
', ], ], 'VirtualGatewayTlsValidationContextFileTrust' => [ 'base' => 'An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
', 'refs' => [ 'VirtualGatewayListenerTlsValidationContextTrust$file' => 'An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
', 'VirtualGatewayTlsValidationContextTrust$file' => 'An object that represents a Transport Layer Security (TLS) validation context trust for a local file.
', ], ], 'VirtualGatewayTlsValidationContextSdsTrust' => [ 'base' => 'An object that represents a virtual gateway\'s listener\'s Transport Layer Security (TLS) Secret Discovery Service validation context trust. The proxy must be configured with a local SDS provider via a Unix Domain Socket. See App Mesh TLS documentation for more info.
', 'refs' => [ 'VirtualGatewayListenerTlsValidationContextTrust$sds' => 'A reference to an object that represents a virtual gateway\'s listener\'s Transport Layer Security (TLS) Secret Discovery Service validation context trust.
', 'VirtualGatewayTlsValidationContextTrust$sds' => 'A reference to an object that represents a virtual gateway\'s Transport Layer Security (TLS) Secret Discovery Service validation context trust.
', ], ], 'VirtualGatewayTlsValidationContextTrust' => [ 'base' => 'An object that represents a Transport Layer Security (TLS) validation context trust.
', 'refs' => [ 'VirtualGatewayTlsValidationContext$trust' => 'A reference to where to retrieve the trust chain when validating a peer’s Transport Layer Security (TLS) certificate.
', ], ], 'VirtualNodeConnectionPool' => [ 'base' => 'An object that represents the type of virtual node connection pool.
Only one protocol is used at a time and should be the same protocol as the one chosen under port mapping.
If not present the default value for maxPendingRequests
is 2147483647
.
The connection pool information for the listener.
', ], ], 'VirtualNodeData' => [ 'base' => 'An object that represents a virtual node returned by a describe operation.
', 'refs' => [ 'CreateVirtualNodeOutput$virtualNode' => 'The full description of your virtual node following the create call.
', 'DeleteVirtualNodeOutput$virtualNode' => 'The virtual node that was deleted.
', 'DescribeVirtualNodeOutput$virtualNode' => 'The full description of your virtual node.
', 'UpdateVirtualNodeOutput$virtualNode' => 'A full description of the virtual node that was updated.
', ], ], 'VirtualNodeGrpcConnectionPool' => [ 'base' => 'An object that represents a type of connection pool.
', 'refs' => [ 'VirtualNodeConnectionPool$grpc' => 'An object that represents a type of connection pool.
', ], ], 'VirtualNodeHttp2ConnectionPool' => [ 'base' => 'An object that represents a type of connection pool.
', 'refs' => [ 'VirtualNodeConnectionPool$http2' => 'An object that represents a type of connection pool.
', ], ], 'VirtualNodeHttpConnectionPool' => [ 'base' => 'An object that represents a type of connection pool.
', 'refs' => [ 'VirtualNodeConnectionPool$http' => 'An object that represents a type of connection pool.
', ], ], 'VirtualNodeList' => [ 'base' => NULL, 'refs' => [ 'ListVirtualNodesOutput$virtualNodes' => 'The list of existing virtual nodes for the specified service mesh.
', ], ], 'VirtualNodeRef' => [ 'base' => 'An object that represents a virtual node returned by a list operation.
', 'refs' => [ 'VirtualNodeList$member' => NULL, ], ], 'VirtualNodeServiceProvider' => [ 'base' => 'An object that represents a virtual node service provider.
', 'refs' => [ 'VirtualServiceProvider$virtualNode' => 'The virtual node associated with a virtual service.
', ], ], 'VirtualNodeSpec' => [ 'base' => 'An object that represents the specification of a virtual node.
', 'refs' => [ 'CreateVirtualNodeInput$spec' => 'The virtual node specification to apply.
', 'UpdateVirtualNodeInput$spec' => 'The new virtual node specification to apply. This overwrites the existing data.
', 'VirtualNodeData$spec' => 'The specifications of the virtual node.
', ], ], 'VirtualNodeStatus' => [ 'base' => 'An object that represents the current status of the virtual node.
', 'refs' => [ 'VirtualNodeData$status' => 'The current status for the virtual node.
', ], ], 'VirtualNodeStatusCode' => [ 'base' => NULL, 'refs' => [ 'VirtualNodeStatus$status' => 'The current status of the virtual node.
', ], ], 'VirtualNodeTcpConnectionPool' => [ 'base' => 'An object that represents a type of connection pool.
', 'refs' => [ 'VirtualNodeConnectionPool$tcp' => 'An object that represents a type of connection pool.
', ], ], 'VirtualRouterData' => [ 'base' => 'An object that represents a virtual router returned by a describe operation.
', 'refs' => [ 'CreateVirtualRouterOutput$virtualRouter' => 'The full description of your virtual router following the create call.
', 'DeleteVirtualRouterOutput$virtualRouter' => 'The virtual router that was deleted.
', 'DescribeVirtualRouterOutput$virtualRouter' => 'The full description of your virtual router.
', 'UpdateVirtualRouterOutput$virtualRouter' => 'A full description of the virtual router that was updated.
', ], ], 'VirtualRouterList' => [ 'base' => NULL, 'refs' => [ 'ListVirtualRoutersOutput$virtualRouters' => 'The list of existing virtual routers for the specified service mesh.
', ], ], 'VirtualRouterListener' => [ 'base' => 'An object that represents a virtual router listener.
', 'refs' => [ 'VirtualRouterListeners$member' => NULL, ], ], 'VirtualRouterListeners' => [ 'base' => NULL, 'refs' => [ 'VirtualRouterSpec$listeners' => 'The listeners that the virtual router is expected to receive inbound traffic from. You can specify one listener.
', ], ], 'VirtualRouterRef' => [ 'base' => 'An object that represents a virtual router returned by a list operation.
', 'refs' => [ 'VirtualRouterList$member' => NULL, ], ], 'VirtualRouterServiceProvider' => [ 'base' => 'An object that represents a virtual node service provider.
', 'refs' => [ 'VirtualServiceProvider$virtualRouter' => 'The virtual router associated with a virtual service.
', ], ], 'VirtualRouterSpec' => [ 'base' => 'An object that represents the specification of a virtual router.
', 'refs' => [ 'CreateVirtualRouterInput$spec' => 'The virtual router specification to apply.
', 'UpdateVirtualRouterInput$spec' => 'The new virtual router specification to apply. This overwrites the existing data.
', 'VirtualRouterData$spec' => 'The specifications of the virtual router.
', ], ], 'VirtualRouterStatus' => [ 'base' => 'An object that represents the status of a virtual router.
', 'refs' => [ 'VirtualRouterData$status' => 'The current status of the virtual router.
', ], ], 'VirtualRouterStatusCode' => [ 'base' => NULL, 'refs' => [ 'VirtualRouterStatus$status' => 'The current status of the virtual router.
', ], ], 'VirtualServiceBackend' => [ 'base' => 'An object that represents a virtual service backend for a virtual node.
', 'refs' => [ 'Backend$virtualService' => 'Specifies a virtual service to use as a backend.
', ], ], 'VirtualServiceData' => [ 'base' => 'An object that represents a virtual service returned by a describe operation.
', 'refs' => [ 'CreateVirtualServiceOutput$virtualService' => 'The full description of your virtual service following the create call.
', 'DeleteVirtualServiceOutput$virtualService' => 'The virtual service that was deleted.
', 'DescribeVirtualServiceOutput$virtualService' => 'The full description of your virtual service.
', 'UpdateVirtualServiceOutput$virtualService' => 'A full description of the virtual service that was updated.
', ], ], 'VirtualServiceList' => [ 'base' => NULL, 'refs' => [ 'ListVirtualServicesOutput$virtualServices' => 'The list of existing virtual services for the specified service mesh.
', ], ], 'VirtualServiceProvider' => [ 'base' => 'An object that represents the provider for a virtual service.
', 'refs' => [ 'VirtualServiceSpec$provider' => 'The App Mesh object that is acting as the provider for a virtual service. You can specify a single virtual node or virtual router.
', ], ], 'VirtualServiceRef' => [ 'base' => 'An object that represents a virtual service returned by a list operation.
', 'refs' => [ 'VirtualServiceList$member' => NULL, ], ], 'VirtualServiceSpec' => [ 'base' => 'An object that represents the specification of a virtual service.
', 'refs' => [ 'CreateVirtualServiceInput$spec' => 'The virtual service specification to apply.
', 'UpdateVirtualServiceInput$spec' => 'The new virtual service specification to apply. This overwrites the existing data.
', 'VirtualServiceData$spec' => 'The specifications of the virtual service.
', ], ], 'VirtualServiceStatus' => [ 'base' => 'An object that represents the status of a virtual service.
', 'refs' => [ 'VirtualServiceData$status' => 'The current status of the virtual service.
', ], ], 'VirtualServiceStatusCode' => [ 'base' => NULL, 'refs' => [ 'VirtualServiceStatus$status' => 'The current status of the virtual service.
', ], ], 'WeightedTarget' => [ 'base' => 'An object that represents a target and its relative weight. Traffic is distributed across targets according to their relative weight. For example, a weighted target with a relative weight of 50 receives five times as much traffic as one with a relative weight of 10. The total weight for all targets combined must be less than or equal to 100.
', 'refs' => [ 'WeightedTargets$member' => NULL, ], ], 'WeightedTargets' => [ 'base' => NULL, 'refs' => [ 'GrpcRouteAction$weightedTargets' => 'An object that represents the targets that traffic is routed to when a request matches the route.
', 'HttpRouteAction$weightedTargets' => 'An object that represents the targets that traffic is routed to when a request matches the route.
', 'TcpRouteAction$weightedTargets' => 'An object that represents the targets that traffic is routed to when a request matches the route.
', ], ], ],];