Show / Hide Table of Contents

Class LoadBalancerSubnetMappingGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LoadBalancerSubnetMappingGetArgs
Inherited Members
ResourceArgs.Empty
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 Source

LoadBalancerSubnetMappingGetArgs()

Declaration
public LoadBalancerSubnetMappingGetArgs()

Properties

View Source

AllocationId

The allocation ID of the Elastic IP address.

Declaration
public Input<string> AllocationId { get; set; }
Property Value
Type Description
Input<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 Input<string> SubnetId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.