Interface NetworkfirewallFirewallSubnetMapping
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
NetworkfirewallFirewallSubnetMapping.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.169Z") @Stability(Stable) public interface NetworkfirewallFirewallSubnetMapping extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classNetworkfirewallFirewallSubnetMapping.BuilderA builder forNetworkfirewallFirewallSubnetMappingstatic classNetworkfirewallFirewallSubnetMapping.Jsii$ProxyAn implementation forNetworkfirewallFirewallSubnetMapping
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static NetworkfirewallFirewallSubnetMapping.Builderbuilder()default StringgetIpAddressType()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#ip_address_type NetworkfirewallFirewall#ip_address_type}.StringgetSubnetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#subnet_id NetworkfirewallFirewall#subnet_id}.
-
-
-
Method Detail
-
getSubnetId
@Stability(Stable) @NotNull String getSubnetId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#subnet_id NetworkfirewallFirewall#subnet_id}.
-
getIpAddressType
@Stability(Stable) @Nullable default String getIpAddressType()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/networkfirewall_firewall#ip_address_type NetworkfirewallFirewall#ip_address_type}.
-
builder
@Stability(Stable) static NetworkfirewallFirewallSubnetMapping.Builder builder()
-
-