Show / Hide Table of Contents

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 Source

ContainerName

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
View Source

ContainerPort

The port on the container to associate with the load balancer.

Declaration
public readonly int ContainerPort
Field Value
Type Description
System.Int32
View Source

ElbName

The name of the ELB (Classic) to associate with the service.

Declaration
public readonly string ElbName
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.