Class ServiceLoadBalancer
Inheritance
System.Object
ServiceLoadBalancer
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceLoadBalancer
Fields
View SourceContainerName
The name of the container to associate with the load balancer (as it appears in a container definition).
Declaration
public readonly string ContainerName
Field Value
| Type | Description |
|---|---|
| System.String |
ContainerPort
The port on the container to associate with the load balancer.
Declaration
public readonly int ContainerPort
Field Value
| Type | Description |
|---|---|
| System.Int32 |
ElbName
The name of the ELB (Classic) to associate with the service.
Declaration
public readonly string ElbName
Field Value
| Type | Description |
|---|---|
| System.String |
TargetGroupArn
The ARN of the Load Balancer target group to associate with the service.
Declaration
public readonly string TargetGroupArn
Field Value
| Type | Description |
|---|---|
| System.String |