Interface ICfnPrimaryTaskSetProps
Properties for defining a CfnPrimaryTaskSet
.
Namespace: Amazon.CDK.AWS.ECS
Assembly: Amazon.CDK.AWS.ECS.dll
Syntax (csharp)
public interface ICfnPrimaryTaskSetProps
Syntax (vb)
Public Interface ICfnPrimaryTaskSetProps
Remarks
Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ECS;
var cfnPrimaryTaskSetProps = new CfnPrimaryTaskSetProps {
Cluster = "cluster",
Service = "service",
TaskSetId = "taskSetId"
};
Synopsis
Properties
Cluster | The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in. |
Service | The short name or full Amazon Resource Name (ARN) of the service that the task set exists in. |
TaskSetId | The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment. |
Properties
Cluster
The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.
string Cluster { get; }
Property Value
System.String
Remarks
Service
The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.
string Service { get; }
Property Value
System.String
Remarks
TaskSetId
The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.
string TaskSetId { get; }
Property Value
System.String