AwsEc2EipDetails
public struct AwsEc2EipDetails : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The identifier that AWS assigns to represent the allocation of the Elastic IP address for use with Amazon VPC.
Declaration
Swift
public let allocationId: String?
-
The identifier that represents the association of the Elastic IP address with an EC2 instance.
Declaration
Swift
public let associationId: String?
-
The domain in which to allocate the address. If the address is for use with EC2 instances in a VPC, then Domain is vpc. Otherwise, Domain is standard.
Declaration
Swift
public let domain: String?
-
The identifier of the EC2 instance.
Declaration
Swift
public let instanceId: String?
-
The name of the location from which the Elastic IP address is advertised.
Declaration
Swift
public let networkBorderGroup: String?
-
The identifier of the network interface.
Declaration
Swift
public let networkInterfaceId: String?
-
The AWS account ID of the owner of the network interface.
Declaration
Swift
public let networkInterfaceOwnerId: String?
-
The private IP address that is associated with the Elastic IP address.
Declaration
Swift
public let privateIpAddress: String?
-
A public IP address that is associated with the EC2 instance.
Declaration
Swift
public let publicIp: String?
-
The identifier of an IP address pool. This parameter allows Amazon EC2 to select an IP address from the address pool.
Declaration
Swift
public let publicIpv4Pool: String?
-
init(allocationId:associationId:domain:instanceId:networkBorderGroup:networkInterfaceId:networkInterfaceOwnerId:privateIpAddress:publicIp:publicIpv4Pool:)
Undocumented
Declaration
Swift
public init(allocationId: String? = nil, associationId: String? = nil, domain: String? = nil, instanceId: String? = nil, networkBorderGroup: String? = nil, networkInterfaceId: String? = nil, networkInterfaceOwnerId: String? = nil, privateIpAddress: String? = nil, publicIp: String? = nil, publicIpv4Pool: String? = nil)
-
Declaration
Swift
public func validate(name: String) throws