interface Http2ConnectionPool
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AppMesh.Http2ConnectionPool |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsappmesh#Http2ConnectionPool |
![]() | software.amazon.awscdk.services.appmesh.Http2ConnectionPool |
![]() | aws_cdk.aws_appmesh.Http2ConnectionPool |
![]() | aws-cdk-lib » aws_appmesh » Http2ConnectionPool |
Connection pool properties for HTTP2 listeners.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from 'aws-cdk-lib';
const http2ConnectionPool: appmesh.Http2ConnectionPool = {
maxRequests: 123,
};
Properties
Name | Type | Description |
---|---|---|
max | number | The maximum requests in the pool. |
maxRequests
Type:
number
The maximum requests in the pool.