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