1. Packages
  2. AWS Native
  3. API Docs
  4. ecs
  5. PrimaryTaskSet

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.ecs.PrimaryTaskSet

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

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

    Create PrimaryTaskSet Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new PrimaryTaskSet(name: string, args: PrimaryTaskSetArgs, opts?: CustomResourceOptions);
    @overload
    def PrimaryTaskSet(resource_name: str,
                       args: PrimaryTaskSetArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def PrimaryTaskSet(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       cluster: Optional[str] = None,
                       service: Optional[str] = None,
                       task_set_id: Optional[str] = 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.
    
    

    Parameters

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const primaryTaskSetResource = new aws_native.ecs.PrimaryTaskSet("primaryTaskSetResource", {
        cluster: "string",
        service: "string",
        taskSetId: "string",
    });
    
    Coming soon!
    

    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi