@Stability(value=Stable) public static final class CfnMesh.EgressFilterProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnMesh.EgressFilterProperty>
CfnMesh.EgressFilterProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnMesh.EgressFilterProperty |
build()
Builds the configured instance.
|
CfnMesh.EgressFilterProperty.Builder |
type(String type)
Sets the value of
CfnMesh.EgressFilterProperty.getType() |
@Stability(value=Stable) public CfnMesh.EgressFilterProperty.Builder type(String type)
CfnMesh.EgressFilterProperty.getType()type - The egress filter type. This parameter is required.
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.this@Stability(value=Stable) public CfnMesh.EgressFilterProperty build()
build in interface software.amazon.jsii.Builder<CfnMesh.EgressFilterProperty>CfnMesh.EgressFilterPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.