Show / Hide Table of Contents

Class CfnTargetGroupPropsMixin.MatcherProperty

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

Inheritance
object
CfnTargetGroupPropsMixin.MatcherProperty
Implements
CfnTargetGroupPropsMixin.IMatcherProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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"
             };

Properties

HttpCode

The HTTP code to use when checking for a successful response from a target.

public string? HttpCode { get; set; }
Property Value

string

Remarks

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

Implements

CfnTargetGroupPropsMixin.IMatcherProperty
Back to top Generated by DocFX