//go:build no_runtime_type_checking package awscdkapigatewayv2authorizersalpha // Building without runtime type checking enabled, so all the below just return nil func (h *jsiiProxy_HttpJwtAuthorizer) validateBindParameters(options *awscdkapigatewayv2alpha.HttpRouteAuthorizerBindOptions) error { return nil } func validateNewHttpJwtAuthorizerParameters(id *string, jwtIssuer *string, props *HttpJwtAuthorizerProps) error { return nil }