interface MatcherProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.VpcLattice.CfnTargetGroup.MatcherProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsvpclattice#CfnTargetGroup_MatcherProperty |
Java | software.amazon.awscdk.services.vpclattice.CfnTargetGroup.MatcherProperty |
Python | aws_cdk.aws_vpclattice.CfnTargetGroup.MatcherProperty |
TypeScript | aws-cdk-lib » aws_vpclattice » CfnTargetGroup » MatcherProperty |
Describes 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 { aws_vpclattice as vpclattice } from 'aws-cdk-lib';
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
Go
Java
Python
TypeScript