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