FirewallFirewallStatusSyncStateAttachment

data class FirewallFirewallStatusSyncStateAttachment(val endpointId: String? = null, val subnetId: String? = null)

Constructors

constructor(endpointId: String? = null, subnetId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val endpointId: String? = null

The identifier of the firewall endpoint that AWS Network Firewall has instantiated in the subnet. You use this to identify the firewall endpoint in the VPC route tables, when you redirect the VPC traffic through the endpoint.

Link copied to clipboard
val subnetId: String? = null

The unique identifier for the subnet.