1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. resourcegroups
  5. getTagSyncTask

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.resourcegroups.getTagSyncTask

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Schema for ResourceGroups::TagSyncTask

    Using getTagSyncTask

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getTagSyncTask(args: GetTagSyncTaskArgs, opts?: InvokeOptions): Promise<GetTagSyncTaskResult>
    function getTagSyncTaskOutput(args: GetTagSyncTaskOutputArgs, opts?: InvokeOptions): Output<GetTagSyncTaskResult>
    def get_tag_sync_task(task_arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetTagSyncTaskResult
    def get_tag_sync_task_output(task_arn: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetTagSyncTaskResult]
    func LookupTagSyncTask(ctx *Context, args *LookupTagSyncTaskArgs, opts ...InvokeOption) (*LookupTagSyncTaskResult, error)
    func LookupTagSyncTaskOutput(ctx *Context, args *LookupTagSyncTaskOutputArgs, opts ...InvokeOption) LookupTagSyncTaskResultOutput

    > Note: This function is named LookupTagSyncTask in the Go SDK.

    public static class GetTagSyncTask 
    {
        public static Task<GetTagSyncTaskResult> InvokeAsync(GetTagSyncTaskArgs args, InvokeOptions? opts = null)
        public static Output<GetTagSyncTaskResult> Invoke(GetTagSyncTaskInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTagSyncTaskResult> getTagSyncTask(GetTagSyncTaskArgs args, InvokeOptions options)
    public static Output<GetTagSyncTaskResult> getTagSyncTask(GetTagSyncTaskArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:resourcegroups:getTagSyncTask
      arguments:
        # arguments dictionary

    The following arguments are supported:

    TaskArn string
    The ARN of the TagSyncTask resource
    TaskArn string
    The ARN of the TagSyncTask resource
    taskArn String
    The ARN of the TagSyncTask resource
    taskArn string
    The ARN of the TagSyncTask resource
    task_arn str
    The ARN of the TagSyncTask resource
    taskArn String
    The ARN of the TagSyncTask resource

    getTagSyncTask Result

    The following output properties are available:

    GroupArn string
    The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
    GroupName string
    The Name of the application group for which the TagSyncTask is created
    Status Pulumi.AwsNative.ResourceGroups.TagSyncTaskStatus
    The status of the TagSyncTask
    TaskArn string
    The ARN of the TagSyncTask resource
    GroupArn string
    The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
    GroupName string
    The Name of the application group for which the TagSyncTask is created
    Status TagSyncTaskStatus
    The status of the TagSyncTask
    TaskArn string
    The ARN of the TagSyncTask resource
    groupArn String
    The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
    groupName String
    The Name of the application group for which the TagSyncTask is created
    status TagSyncTaskStatus
    The status of the TagSyncTask
    taskArn String
    The ARN of the TagSyncTask resource
    groupArn string
    The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
    groupName string
    The Name of the application group for which the TagSyncTask is created
    status TagSyncTaskStatus
    The status of the TagSyncTask
    taskArn string
    The ARN of the TagSyncTask resource
    group_arn str
    The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
    group_name str
    The Name of the application group for which the TagSyncTask is created
    status TagSyncTaskStatus
    The status of the TagSyncTask
    task_arn str
    The ARN of the TagSyncTask resource
    groupArn String
    The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
    groupName String
    The Name of the application group for which the TagSyncTask is created
    status "ACTIVE" | "ERROR"
    The status of the TagSyncTask
    taskArn String
    The ARN of the TagSyncTask resource

    Supporting Types

    TagSyncTaskStatus

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi