Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnVirtualRouterPropsMixin.Builder
Packages that use CfnVirtualRouterPropsMixin.Builder
-
Uses of CfnVirtualRouterPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appmesh
Methods in software.amazon.awscdk.cfnpropertymixins.services.appmesh that return CfnVirtualRouterPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVirtualRouterPropsMixin.Builder.create()CfnVirtualRouterPropsMixin.Builder.create(CfnPropertyMixinOptions options) The name of the service mesh to create the virtual router in.The AWS IAM account ID of the service mesh owner.CfnVirtualRouterPropsMixin.Builder.spec(CfnVirtualRouterPropsMixin.VirtualRouterSpecProperty spec) The virtual router specification to apply.CfnVirtualRouterPropsMixin.Builder.spec(IResolvable spec) The virtual router specification to apply.Optional metadata that you can apply to the virtual router to assist with categorization and organization.CfnVirtualRouterPropsMixin.Builder.virtualRouterName(String virtualRouterName) The name to use for the virtual router.