Show / Hide Table of Contents

Interface CfnVirtualServicePropsMixin.IVirtualRouterServiceProviderProperty

An object that represents a virtual node service provider.

Namespace: Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnVirtualServicePropsMixin.IVirtualRouterServiceProviderProperty
Syntax (vb)
Public Interface CfnVirtualServicePropsMixin.IVirtualRouterServiceProviderProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.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.AppMesh.Mixins;

             var virtualRouterServiceProviderProperty = new VirtualRouterServiceProviderProperty {
                 VirtualRouterName = "virtualRouterName"
             };

Synopsis

Properties

VirtualRouterName

The name of the virtual router that is acting as a service provider.

Properties

VirtualRouterName

The name of the virtual router that is acting as a service provider.

string? VirtualRouterName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualservice-virtualrouterserviceprovider.html#cfn-appmesh-virtualservice-virtualrouterserviceprovider-virtualroutername

Back to top Generated by DocFX