public static interface EgressFilter.Builder extends SdkPojo, CopyableBuilder<EgressFilter.Builder,EgressFilter>
| Modifier and Type | Method and Description |
|---|---|
EgressFilter.Builder |
type(EgressFilterType type)
The egress filter type.
|
EgressFilter.Builder |
type(String type)
The egress filter type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEgressFilter.Builder type(String type)
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.
type - 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.EgressFilterType,
EgressFilterTypeEgressFilter.Builder type(EgressFilterType type)
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.
type - 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.EgressFilterType,
EgressFilterTypeCopyright © 2021. All rights reserved.