Show / Hide Table of Contents

Class DeploymentGroupEcsServiceArgs

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

Constructors

View Source

DeploymentGroupEcsServiceArgs()

Declaration
public DeploymentGroupEcsServiceArgs()

Properties

View Source

ClusterName

The name of the ECS cluster.

Declaration
public Input<string> ClusterName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServiceName

The name of the ECS service.

Declaration
public Input<string> ServiceName { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.