Ipv6Range
public struct Ipv6Range : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IPv6 CIDR range. You can either specify a CIDR range or a source security group, not both. To specify a single IPv6 address, use the /128 prefix length.
Declaration
Swift
public let cidrIpv6: String?
-
A description for the security group rule that references this IPv6 address range. Constraints: Up to 255 characters in length. Allowed characters are a-z, A-Z, 0-9, spaces, and ._-:/()#,@[]+=&;{}!$*
Declaration
Swift
public let description: String?
-
Undocumented
Declaration
Swift
public init(cidrIpv6: String? = nil, description: String? = nil)