NetworkAcl

public struct NetworkAcl : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Any associations between the network ACL and one or more subnets

    Declaration

    Swift

    public let associations: [NetworkAclAssociation]?
  • One or more entries (rules) in the network ACL.

    Declaration

    Swift

    public let entries: [NetworkAclEntry]?
  • Indicates whether this is the default network ACL for the VPC.

    Declaration

    Swift

    public let isDefault: Bool?
  • The ID of the network ACL.

    Declaration

    Swift

    public let networkAclId: String?
  • The ID of the AWS account that owns the network ACL.

    Declaration

    Swift

    public let ownerId: String?
  • Any tags assigned to the network ACL.

    Declaration

    Swift

    public let tags: [Tag]?
  • The ID of the VPC for the network ACL.

    Declaration

    Swift

    public let vpcId: String?
  • Undocumented

    Declaration

    Swift

    public init(associations: [NetworkAclAssociation]? = nil, entries: [NetworkAclEntry]? = nil, isDefault: Bool? = nil, networkAclId: String? = nil, ownerId: String? = nil, tags: [Tag]? = nil, vpcId: String? = nil)