Class CfnTargetGroupPropsMixin.MatcherProperty
Describes the codes to use when checking for a successful response from a target for health checks.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTargetGroupPropsMixin.MatcherProperty : CfnTargetGroupPropsMixin.IMatcherProperty
Syntax (vb)
Public Class CfnTargetGroupPropsMixin.MatcherProperty Implements CfnTargetGroupPropsMixin.IMatcherProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins;
var matcherProperty = new MatcherProperty {
HttpCode = "httpCode"
};
Synopsis
Constructors
| MatcherProperty() | Describes the codes to use when checking for a successful response from a target for health checks. |
Properties
| HttpCode | The HTTP code to use when checking for a successful response from a target. |
Constructors
MatcherProperty()
Describes the codes to use when checking for a successful response from a target for health checks.
public MatcherProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins;
var matcherProperty = new MatcherProperty {
HttpCode = "httpCode"
};
Properties
HttpCode
The HTTP code to use when checking for a successful response from a target.
public string? HttpCode { get; set; }