Interface CfnVirtualServicePropsMixin.IVirtualNodeServiceProviderProperty
An object that represents a virtual node service provider.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.AppMesh
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnVirtualServicePropsMixin.IVirtualNodeServiceProviderProperty
Syntax (vb)
Public Interface CfnVirtualServicePropsMixin.IVirtualNodeServiceProviderProperty
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.CfnPropertyMixins.AWS.AppMesh;
var virtualNodeServiceProviderProperty = new VirtualNodeServiceProviderProperty {
VirtualNodeName = "virtualNodeName"
};
Synopsis
Properties
| VirtualNodeName | The name of the virtual node that is acting as a service provider. |
Properties
VirtualNodeName
The name of the virtual node that is acting as a service provider.
string? VirtualNodeName { get; }