GetLoadBalancerResult

data class GetLoadBalancerResult(val canonicalHostedZoneId: String? = null, val dnsName: String? = null, val ipAddressType: String? = null, val loadBalancerArn: String? = null, val loadBalancerAttributes: List<LoadBalancerAttribute>? = null, val loadBalancerFullName: String? = null, val loadBalancerName: String? = null, val securityGroups: List<String>? = null, val subnetMappings: List<LoadBalancerSubnetMapping>? = null, val subnets: List<String>? = null, val tags: List<LoadBalancerTag>? = null)

Constructors

Link copied to clipboard
fun GetLoadBalancerResult(canonicalHostedZoneId: String? = null, dnsName: String? = null, ipAddressType: String? = null, loadBalancerArn: String? = null, loadBalancerAttributes: List<LoadBalancerAttribute>? = null, loadBalancerFullName: String? = null, loadBalancerName: String? = null, securityGroups: List<String>? = null, subnetMappings: List<LoadBalancerSubnetMapping>? = null, subnets: List<String>? = null, tags: List<LoadBalancerTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the Amazon Route 53 hosted zone associated with the load balancer.

Link copied to clipboard
val dnsName: String? = null

The public DNS name of the load balancer.

Link copied to clipboard
val ipAddressType: String? = null

The type of IP addresses used by the subnets for your load balancer. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses).

Link copied to clipboard
val loadBalancerArn: String? = null

The Amazon Resource Name (ARN) of the load balancer.

Link copied to clipboard

The load balancer attributes.

Link copied to clipboard

The full name of the load balancer.

Link copied to clipboard

The name of the load balancer.

Link copied to clipboard
val securityGroups: List<String>? = null

The IDs of the security groups for the load balancer.

Link copied to clipboard

The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both.

Link copied to clipboard
val subnets: List<String>? = null

The IDs of the public subnets. You can specify only one subnet per Availability Zone. You must specify either subnets or subnet mappings, but not both. To specify an Elastic IP address, specify subnet mappings instead of subnets.

Link copied to clipboard
val tags: List<LoadBalancerTag>? = null

The tags to assign to the load balancer.