io.burkard.cdk.services.appmesh.cfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty.scala Maven / Gradle / Ivy
The newest version!
package io.burkard.cdk.services.appmesh.cfnVirtualGateway
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object VirtualGatewayGrpcConnectionPoolProperty {
def apply(
maxRequests: Number
): software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty =
(new software.amazon.awscdk.services.appmesh.CfnVirtualGateway.VirtualGatewayGrpcConnectionPoolProperty.Builder)
.maxRequests(maxRequests)
.build()
}