Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnNetworkInsightsPathPropsMixin.Builder
Packages that use CfnNetworkInsightsPathPropsMixin.Builder
-
Uses of CfnNetworkInsightsPathPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.ec2
Methods in software.amazon.awscdk.cfnpropertymixins.services.ec2 that return CfnNetworkInsightsPathPropsMixin.BuilderModifier and TypeMethodDescriptionCfnNetworkInsightsPathPropsMixin.Builder.create()CfnNetworkInsightsPathPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnNetworkInsightsPathPropsMixin.Builder.destination(String destination) The ID or ARN of the destination.CfnNetworkInsightsPathPropsMixin.Builder.destinationIp(String destinationIp) The IP address of the destination.CfnNetworkInsightsPathPropsMixin.Builder.destinationPort(Number destinationPort) The destination port.CfnNetworkInsightsPathPropsMixin.Builder.filterAtDestination(CfnNetworkInsightsPathPropsMixin.PathFilterProperty filterAtDestination) Scopes the analysis to network paths that match specific filters at the destination.CfnNetworkInsightsPathPropsMixin.Builder.filterAtDestination(IResolvable filterAtDestination) Scopes the analysis to network paths that match specific filters at the destination.CfnNetworkInsightsPathPropsMixin.Builder.filterAtSource(CfnNetworkInsightsPathPropsMixin.PathFilterProperty filterAtSource) Scopes the analysis to network paths that match specific filters at the source.CfnNetworkInsightsPathPropsMixin.Builder.filterAtSource(IResolvable filterAtSource) Scopes the analysis to network paths that match specific filters at the source.The protocol.The ID or ARN of the source.The IP address of the source.The tags to add to the path.