Class LoadBalancerSubnetMappingGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class LoadBalancerSubnetMappingGetArgs : ResourceArgs
Constructors
View SourceLoadBalancerSubnetMappingGetArgs()
Declaration
public LoadBalancerSubnetMappingGetArgs()
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> |