ByoipCidr

public struct ByoipCidr : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The address range, in CIDR notation.

    Declaration

    Swift

    public let cidr: String?
  • A history of status changes for an IP address range that that you bring to AWS Global Accelerator through bring your own IP address (BYOIP).

    Declaration

    Swift

    public let events: [ByoipCidrEvent]?
  • The state of the address pool.

    Declaration

    Swift

    public let state: ByoipCidrState?
  • Undocumented

    Declaration

    Swift

    public init(cidr: String? = nil, events: [ByoipCidrEvent]? = nil, state: ByoipCidrState? = nil)