Show / Hide Table of Contents

Interface ICfnPrimaryTaskSetMixinProps

Properties for CfnPrimaryTaskSetPropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.ECS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnPrimaryTaskSetMixinProps
Syntax (vb)
Public Interface ICfnPrimaryTaskSetMixinProps
Remarks

See: 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.CfnPropertyMixins.AWS.ECS;

             var cfnPrimaryTaskSetMixinProps = new CfnPrimaryTaskSetMixinProps {
                 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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-cluster

Service

The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.

string? Service { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-service

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecs-primarytaskset.html#cfn-ecs-primarytaskset-tasksetid

Back to top Generated by DocFX