Show / Hide Table of Contents

Class LoadBalancerSubnetMapping

Inheritance
System.Object
LoadBalancerSubnetMapping
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApplicationLoadBalancing.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerSubnetMapping

Fields

View Source

AllocationId

The allocation ID of the Elastic IP address.

Declaration
public readonly string AllocationId
Field Value
Type Description
System.String
View Source

SubnetId

The id of the subnet of which to attach to the load balancer. You can specify only one subnet per Availability Zone.

Declaration
public readonly string SubnetId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.