VpcBlockPublicAccessExclusion

A VPC BPA exclusion is a mode that can be applied to a single VPC or subnet that exempts it from the account’s BPA mode and will allow bidirectional or egress-only access. You can create BPA exclusions for VPCs and subnets even when BPA is not enabled on the account to ensure that there is no traffic disruption to the exclusions when VPC BPA is turned on. To learn more about VPC BPA, see Block public access to VPCs and subnets in the Amazon VPC User Guide.

Types

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

Properties

Link copied to clipboard

When the exclusion was created.

Link copied to clipboard

When the exclusion was deleted.

Link copied to clipboard

The ID of the exclusion.

Link copied to clipboard

The exclusion mode for internet gateway traffic.

Link copied to clipboard

When the exclusion was last updated.

Link copied to clipboard

The reason for the current exclusion state.

Link copied to clipboard

The ARN of the exclusion.

Link copied to clipboard

The state of the exclusion.

Link copied to clipboard
val tags: List<Tag>?

tag - The key/value combination of a tag assigned to the resource. Use the tag key in the filter name and the tag value as the filter value. For example, to find all resources that have a tag with the key Owner and the value TeamA, specify tag:Owner for the filter name and TeamA for the filter value.

Functions

Link copied to clipboard
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