Show / Hide Table of Contents

Class CfnMesh.MeshServiceDiscoveryProperty

An object that represents the service discovery information for a service mesh.

Inheritance
System.Object
CfnMesh.MeshServiceDiscoveryProperty
Implements
CfnMesh.IMeshServiceDiscoveryProperty
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.AWS.AppMesh.dll
Syntax (csharp)
public class MeshServiceDiscoveryProperty : Object, CfnMesh.IMeshServiceDiscoveryProperty
Syntax (vb)
Public Class MeshServiceDiscoveryProperty
    Inherits Object
    Implements CfnMesh.IMeshServiceDiscoveryProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-meshservicediscovery.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.AppMesh;

var meshServiceDiscoveryProperty = new MeshServiceDiscoveryProperty {
    IpPreference = "ipPreference"
};

Synopsis

Constructors

MeshServiceDiscoveryProperty()

Properties

IpPreference

The IP version to use to control traffic within the mesh.

Constructors

MeshServiceDiscoveryProperty()

public MeshServiceDiscoveryProperty()

Properties

IpPreference

The IP version to use to control traffic within the mesh.

public string IpPreference { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-mesh-meshservicediscovery.html#cfn-appmesh-mesh-meshservicediscovery-ippreference

Implements

CfnMesh.IMeshServiceDiscoveryProperty
Back to top Generated by DocFX