AssociateResolverEndpointIpAddressRequest
public struct AssociateResolverEndpointIpAddressRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Either the IPv4 address that you want to add to a Resolver endpoint or a subnet ID. If you specify a subnet ID, Resolver chooses an IP address for you from the available IPs in the specified subnet.
Declaration
Swift
public let ipAddress: IpAddressUpdate
-
The ID of the Resolver endpoint that you want to associate IP addresses with.
Declaration
Swift
public let resolverEndpointId: String
-
Undocumented
Declaration
Swift
public init(ipAddress: IpAddressUpdate, resolverEndpointId: String)
-
Declaration
Swift
public func validate(name: String) throws