EgressFilter
public struct EgressFilter : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The egress filter type. By default, the type is DROP_ALL, which allows egress only from virtual nodes to other defined resources in the service mesh (and any traffic to *.amazonaws.com for AWS API calls). You can set the egress filter type to ALLOW_ALL to allow egress to any endpoint inside or outside of the service mesh.
Declaration
Swift
public let type: EgressFilterType -
Undocumented
Declaration
Swift
public init(type: EgressFilterType)
View on GitHub
EgressFilter Structure Reference