aws.s3control.get_job_tagging
Example SQL Queries
SELECT * FROMaws.s3control.get_job_taggingWHERE"account_id" = 'VALUE'AND "job_id" = 'VALUE';Description
Returns the tags on an S3 Batch Operations job.
- Permissions
To use the GetJobTagging operation, you must have permission to perform the s3:GetJobTagging action. For more information, see Controlling access and labeling jobs using tags in the Amazon S3 User Guide.
Related actions include:
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Web Services account ID associated with the S3 Batch Operations job. | VARCHAR |
| job_id Required Input Column The ID for the S3 Batch Operations job whose tags you want to retrieve. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| tags The set of tags associated with the S3 Batch Operations job. | STRUCT( |
Show child fields
| |