AWSElasticLoadBalancingSetIpAddressTypeInput

Objective-C

@interface AWSElasticLoadBalancingSetIpAddressTypeInput

Swift

class AWSElasticLoadBalancingSetIpAddressTypeInput
  • The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.

    Declaration

    Objective-C

    @property (nonatomic) AWSElasticLoadBalancingIpAddressType ipAddressType;

    Swift

    var ipAddressType: AWSElasticLoadBalancingIpAddressType { get set }
  • The Amazon Resource Name (ARN) of the load balancer.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable loadBalancerArn;

    Swift

    var loadBalancerArn: String? { get set }