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