Show / Hide Table of Contents

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

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

string

Remarks

See: 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