Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.appmesh.CfnGatewayRoutePropsMixin.Builder
Packages that use CfnGatewayRoutePropsMixin.Builder
-
Uses of CfnGatewayRoutePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.appmesh
Methods in software.amazon.awscdk.cfnpropertymixins.services.appmesh that return CfnGatewayRoutePropsMixin.BuilderModifier and TypeMethodDescriptionCfnGatewayRoutePropsMixin.Builder.create()CfnGatewayRoutePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnGatewayRoutePropsMixin.Builder.gatewayRouteName(String gatewayRouteName) The name of the gateway route.The name of the service mesh that the resource resides in.The AWS IAM account ID of the service mesh owner.CfnGatewayRoutePropsMixin.Builder.spec(CfnGatewayRoutePropsMixin.GatewayRouteSpecProperty spec) The specifications of the gateway route.CfnGatewayRoutePropsMixin.Builder.spec(IResolvable spec) The specifications of the gateway route.Optional metadata that you can apply to the gateway route to assist with categorization and organization.CfnGatewayRoutePropsMixin.Builder.virtualGatewayName(String virtualGatewayName) The virtual gateway that the gateway route is associated with.