VpcEndpoint

The VPC and subnets for a proxy mode firewall endpoint. This is used in CreateFirewall when NoSourcePreservation is TRUE, to specify where Network Firewall creates the firewall endpoint.

This differs from VpcEndpointAssociation, which defines additional secondary endpoints for a firewall in other VPCs.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The subnets in which Network Firewall creates the firewall endpoint for a proxy mode firewall. Each subnet must belong to a different Availability Zone in the VPC.

Link copied to clipboard

The unique identifier of the VPC where Network Firewall creates the proxy mode firewall endpoint.

Functions

Link copied to clipboard
inline fun copy(block: VpcEndpoint.Builder.() -> Unit = {}): VpcEndpoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String