Class ServiceLoadBalancerArgs
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.Ecs.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceLoadBalancerArgs : ResourceArgs
Constructors
View SourceServiceLoadBalancerArgs()
Declaration
public ServiceLoadBalancerArgs()
Properties
View SourceContainerName
The name of the container to associate with the load balancer (as it appears in a container definition).
Declaration
public Input<string> ContainerName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ContainerPort
The port on the container to associate with the load balancer.
Declaration
public Input<int> ContainerPort { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
ElbName
The name of the ELB (Classic) to associate with the service.
Declaration
public Input<string> ElbName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TargetGroupArn
The ARN of the Load Balancer target group to associate with the service.
Declaration
public Input<string> TargetGroupArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |