Show / Hide Table of Contents

Interface CfnTargetGroup.IMatcherProperty

The codes to use when checking for a successful response from a target for health checks.

Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.AWS.VpcLattice.dll
Syntax (csharp)
public interface IMatcherProperty
Syntax (vb)
Public Interface IMatcherProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-matcher.html

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.AWS.VpcLattice;

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; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-vpclattice-targetgroup-matcher.html#cfn-vpclattice-targetgroup-matcher-httpcode

Back to top Generated by DocFX