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 SourceAllocationId
The allocation ID of the Elastic IP address.
Declaration
public readonly string AllocationId
Field Value
| Type | Description |
|---|---|
| System.String |
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 |