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
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:
- Task
Arn string - The ARN of the TagSyncTask resource
- Task
Arn string - The ARN of the TagSyncTask resource
- task
Arn String - The ARN of the TagSyncTask resource
- task
Arn string - The ARN of the TagSyncTask resource
- task_
arn str - The ARN of the TagSyncTask resource
- task
Arn String - The ARN of the TagSyncTask resource
getTagSyncTask Result
The following output properties are available:
- Group
Arn string - The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
- Group
Name string - The Name of the application group for which the TagSyncTask is created
- Status
Pulumi.
Aws Native. Resource Groups. Tag Sync Task Status - The status of the TagSyncTask
- Task
Arn string - The ARN of the TagSyncTask resource
- Group
Arn string - The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
- Group
Name string - The Name of the application group for which the TagSyncTask is created
- Status
Tag
Sync Task Status - The status of the TagSyncTask
- Task
Arn string - The ARN of the TagSyncTask resource
- group
Arn String - The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
- group
Name String - The Name of the application group for which the TagSyncTask is created
- status
Tag
Sync Task Status - The status of the TagSyncTask
- task
Arn String - The ARN of the TagSyncTask resource
- group
Arn string - The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
- group
Name string - The Name of the application group for which the TagSyncTask is created
- status
Tag
Sync Task Status - The status of the TagSyncTask
- task
Arn 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
Tag
Sync Task Status - The status of the TagSyncTask
- task_
arn str - The ARN of the TagSyncTask resource
- group
Arn String - The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
- group
Name String - The Name of the application group for which the TagSyncTask is created
- status "ACTIVE" | "ERROR"
- The status of the TagSyncTask
- task
Arn String - The ARN of the TagSyncTask resource
Supporting Types
TagSyncTaskStatus
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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