aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.ecs.PrimaryTaskSet

A pseudo-resource that manages which of your ECS task sets is primary.

Create PrimaryTaskSet Resource

new PrimaryTaskSet(name: string, args: PrimaryTaskSetArgs, opts?: CustomResourceOptions);
@overload
def PrimaryTaskSet(resource_name: str,
                   opts: Optional[ResourceOptions] = None,
                   cluster: Optional[str] = None,
                   service: Optional[str] = None,
                   task_set_id: Optional[str] = None)
@overload
def PrimaryTaskSet(resource_name: str,
                   args: PrimaryTaskSetArgs,
                   opts: Optional[ResourceOptions] = None)
func NewPrimaryTaskSet(ctx *Context, name string, args PrimaryTaskSetArgs, opts ...ResourceOption) (*PrimaryTaskSet, error)
public PrimaryTaskSet(string name, PrimaryTaskSetArgs args, CustomResourceOptions? opts = null)
public PrimaryTaskSet(String name, PrimaryTaskSetArgs args)
public PrimaryTaskSet(String name, PrimaryTaskSetArgs args, CustomResourceOptions options)
type: aws-native:ecs:PrimaryTaskSet
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args PrimaryTaskSetArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
args PrimaryTaskSetArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args PrimaryTaskSetArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args PrimaryTaskSetArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args PrimaryTaskSetArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

PrimaryTaskSet Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The PrimaryTaskSet resource accepts the following input properties:

Cluster string

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.

Service string

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

TaskSetId string

The ID or full Amazon Resource Name (ARN) of the task set.

Cluster string

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.

Service string

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

TaskSetId string

The ID or full Amazon Resource Name (ARN) of the task set.

cluster String

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.

service String

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

taskSetId String

The ID or full Amazon Resource Name (ARN) of the task set.

cluster string

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.

service string

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

taskSetId string

The ID or full Amazon Resource Name (ARN) of the task set.

cluster str

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.

service str

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

task_set_id str

The ID or full Amazon Resource Name (ARN) of the task set.

cluster String

The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service to create the task set in.

service String

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

taskSetId String

The ID or full Amazon Resource Name (ARN) of the task set.

Outputs

All input properties are implicitly available as output properties. Additionally, the PrimaryTaskSet resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0