We recommend new projects start with resources from the AWS provider.
aws-native.ecs.PrimaryTaskSet
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.
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.
- Task
Set stringId - 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.
- Task
Set stringId - 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.
- task
Set StringId - 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.
- task
Set stringId - 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_ strid - 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.
- task
Set StringId - 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
We recommend new projects start with resources from the AWS provider.