CloudFront / Client / tag_resource
tag_resource¶
- CloudFront.Client.tag_resource(**kwargs)¶
Add tags to a CloudFront resource. For more information, see Tagging a distribution in the Amazon CloudFront Developer Guide.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource( Resource='string', Tags={ 'Items': [ { 'Key': 'string', 'Value': 'string' }, ] } )
- Parameters:
Resource (string) –
[REQUIRED]
An ARN of a CloudFront resource.
Tags (dict) –
[REQUIRED]
A complex type that contains zero or more
Tagelements.Items (list) –
A complex type that contains
Tagelements.(dict) –
A complex type that contains
Tagkey andTagvalue.Key (string) – [REQUIRED]
A string that contains
Tagkey.The string length should be between 1 and 128 characters. Valid characters include
a-z,A-Z,0-9, space, and the special characters_ - . : / = + @.Value (string) –
A string that contains an optional
Tagvalue.The string length should be between 0 and 256 characters. Valid characters include
a-z,A-Z,0-9, space, and the special characters_ - . : / = + @.
- Returns:
None
Exceptions
CloudFront.Client.exceptions.AccessDeniedCloudFront.Client.exceptions.InvalidTaggingCloudFront.Client.exceptions.InvalidArgumentCloudFront.Client.exceptions.NoSuchResource