Show / Hide Table of Contents

Interface IHealthCheckBindOptions

Options used for creating the Health Check object.

Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHealthCheckBindOptions
Syntax (vb)
Public Interface IHealthCheckBindOptions
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.AWS.AppMesh;

            var healthCheckBindOptions = new HealthCheckBindOptions {
                DefaultPort = 123
            };

Synopsis

Properties

DefaultPort

Port for Health Check interface.

Properties

DefaultPort

Port for Health Check interface.

double? DefaultPort { get; }
Property Value

double?

Remarks

Default: - no default port is provided

Back to top Generated by DocFX