Show / Hide Table of Contents

Class ServiceLoadBalancerArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ServiceLoadBalancerArgs
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.Ecs.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ServiceLoadBalancerArgs : ResourceArgs

Constructors

View Source

ServiceLoadBalancerArgs()

Declaration
public ServiceLoadBalancerArgs()

Properties

View Source

ContainerName

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

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

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

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