interface MatcherProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins.CfnTargetGroupPropsMixin.MatcherProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsvpclattice/mixins#CfnTargetGroupPropsMixin_MatcherProperty |
Java | software.amazon.awscdk.mixins.preview.services.vpclattice.mixins.CfnTargetGroupPropsMixin.MatcherProperty |
Python | aws_cdk.mixins_preview.aws_vpclattice.mixins.CfnTargetGroupPropsMixin.MatcherProperty |
TypeScript | @aws-cdk/mixins-preview » aws_vpclattice » mixins » 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 { mixins as vpclattice_mixins } from '@aws-cdk/mixins-preview/aws-vpclattice';
const matcherProperty: vpclattice_mixins.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