SupplyChain / Client / untag_resource
untag_resource#
- SupplyChain.Client.untag_resource(**kwargs)#
You can delete tags for an Amazon Web Services Supply chain resource such as instance, data flow, or dataset in AWS Supply Chain. During the data ingestion process, you can delete tags such as dev, test, or prod to data flows created during the data ingestion process in the AWS Supply Chain datasets.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The Amazon Web Services Supply chain resource ARN that needs to be untagged.
tagKeys (list) –
[REQUIRED]
The list of tag keys to be deleted for an Amazon Web Services Supply Chain resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
The response parameters of UntagResource.
Exceptions