IpRoute

public struct IpRoute : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • IP address block using CIDR format, for example 10.0.0.0/24. This is often the address block of the DNS server used for your on-premises domain. For a single IP address use a CIDR address block with /32. For example 10.0.0.0/32.

    Declaration

    Swift

    public let cidrIp: String?
  • Description of the address block.

    Declaration

    Swift

    public let description: String?
  • Undocumented

    Declaration

    Swift

    public init(cidrIp: String? = nil, description: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws