Interface CfnTargetGroupPropsMixin.IMatcherProperty
Describes the codes to use when checking for a successful response from a target for health checks.
Namespace: Amazon.CDK.Mixins.Preview.AWS.VpcLattice.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnTargetGroupPropsMixin.IMatcherProperty
Syntax (vb)
Public Interface 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
Properties
| HttpCode | The HTTP code to use when checking for a successful response from a target. |
Properties
HttpCode
The HTTP code to use when checking for a successful response from a target.
string? HttpCode { get; }