interface VirtualRouterServiceProviderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AppMesh.CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsappmesh#CfnVirtualServicePropsMixin_VirtualRouterServiceProviderProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty |
Python | aws_cdk.cfn_property_mixins.aws_appmesh.CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_appmesh » CfnVirtualServicePropsMixin » VirtualRouterServiceProviderProperty |
An object that represents a virtual node service provider.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_appmesh as appmesh } from '@aws-cdk/cfn-property-mixins';
const virtualRouterServiceProviderProperty: appmesh.CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty = {
virtualRouterName: 'virtualRouterName',
};
Properties
| Name | Type | Description |
|---|---|---|
| virtual | string | The name of the virtual router that is acting as a service provider. |
virtualRouterName?
Type:
string
(optional)
The name of the virtual router that is acting as a service provider.

.NET
Go
Java
Python
TypeScript