Class LoadBalancerSubnetMappingArgs
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.Alb.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerSubnetMappingArgs : ResourceArgs
Constructors
View SourceLoadBalancerSubnetMappingArgs()
Declaration
public LoadBalancerSubnetMappingArgs()
Properties
View SourceAllocationId
The allocation ID of the Elastic IP address.
Declaration
public Input<string> AllocationId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> SubnetId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |