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