interface VirtualRouterServiceProviderProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.AppMesh.Mixins.CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsappmesh/mixins#CfnVirtualServicePropsMixin_VirtualRouterServiceProviderProperty |
Java | software.amazon.awscdk.mixins.preview.services.appmesh.mixins.CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty |
Python | aws_cdk.mixins_preview.aws_appmesh.mixins.CfnVirtualServicePropsMixin.VirtualRouterServiceProviderProperty |
TypeScript | @aws-cdk/mixins-preview » aws_appmesh » mixins » 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 { mixins as appmesh_mixins } from '@aws-cdk/mixins-preview/aws-appmesh';
const virtualRouterServiceProviderProperty: appmesh_mixins.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