interface MatcherProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.VpcLattice.CfnTargetGroupPropsMixin.MatcherProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsvpclattice#CfnTargetGroupPropsMixin_MatcherProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.vpclattice.CfnTargetGroupPropsMixin.MatcherProperty |
Python | aws_cdk.cfn_property_mixins.aws_vpclattice.CfnTargetGroupPropsMixin.MatcherProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_vpclattice » CfnTargetGroupPropsMixin » 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/cfn-property-mixins';
const matcherProperty: vpclattice.CfnTargetGroupPropsMixin.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
(optional)
The HTTP code to use when checking for a successful response from a target.

.NET
Go
Java
Python
TypeScript