interface MatcherProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.VpcLattice.CfnTargetGroup.MatcherProperty | 
  Java | software.amazon.awscdk.services.vpclattice.CfnTargetGroup.MatcherProperty | 
  Python | aws_cdk.aws_vpclattice.CfnTargetGroup.MatcherProperty | 
  TypeScript  | @aws-cdk/aws-vpclattice » CfnTargetGroup » MatcherProperty | 
The codes to use when checking for a successful response from a target for health checks.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as vpclattice from '@aws-cdk/aws-vpclattice';
const matcherProperty: vpclattice.CfnTargetGroup.MatcherProperty = {
  httpCode: 'httpCode',
};
Properties
| Name | Type | Description | 
|---|---|---|
| http | string | The HTTP code to use when checking for a successful response from a target. | 
httpCode
Type:
string
The HTTP code to use when checking for a successful response from a target.

 .NET
 Java
 Python
 TypeScript