@Stability(value=Stable)
public static interface CfnFirewall.SubnetMappingProperty
extends software.amazon.jsii.JsiiSerializable
AWS Network Firewall creates an instance of the associated firewall in each subnet that you specify, to filter traffic in the subnet's Availability Zone.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.networkfirewall.*;
SubnetMappingProperty subnetMappingProperty = SubnetMappingProperty.builder()
.subnetId("subnetId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFirewall.SubnetMappingProperty.Builder
A builder for
CfnFirewall.SubnetMappingProperty |
static class |
CfnFirewall.SubnetMappingProperty.Jsii$Proxy
An implementation for
CfnFirewall.SubnetMappingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFirewall.SubnetMappingProperty.Builder |
builder() |
String |
getSubnetId()
The unique identifier for the subnet.
|
@Stability(value=Stable) @NotNull String getSubnetId()
@Stability(value=Stable) static CfnFirewall.SubnetMappingProperty.Builder builder()
Copyright © 2022. All rights reserved.