NetworkAcl

Describes a network ACL.

Types

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

Properties

Link copied to clipboard

Any associations between the network ACL and your subnets

Link copied to clipboard

The entries (rules) in the network ACL.

Link copied to clipboard

Indicates whether this is the default network ACL for the VPC.

Link copied to clipboard

The ID of the network ACL.

Link copied to clipboard

The ID of the Amazon Web Services account that owns the network ACL.

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

Any tags assigned to the network ACL.

Link copied to clipboard

The ID of the VPC for the network ACL.

Functions

Link copied to clipboard
inline fun copy(block: NetworkAcl.Builder.() -> Unit = {}): NetworkAcl
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