You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc_source/configuration-tags.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ You can filter functions based on the presence or value of a tag with the Lambda
43
43
44
44
The search bar also supports searching for tag keys\. Type `tag` to see just a list of tag keys, or start typing the name of a key to find it in the list\.
45
45
46
-
With AWS Billing and Cost Management, you can use tags to customize billing reports and create cost\-allocation reports\. For more information, see see [Monthly Cost Allocation Report](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/configurecostallocreport.html) and [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the *AWS Billing and Cost Management User Guide*\.
46
+
With AWS Billing and Cost Management, you can use tags to customize billing reports and create cost\-allocation reports\. For more information, see [Monthly Cost Allocation Report](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/configurecostallocreport.html) and [Using Cost Allocation Tags](https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html) in the *AWS Billing and Cost Management User Guide*\.
47
47
48
48
## Using Tags with the AWS CLI<aname="configuration-tags-cli"></a>
49
49
@@ -77,7 +77,7 @@ If you want to view the tags that are applied to a specific Lambda function, you
77
77
```
78
78
aws lambda list-tags --resource function arn
79
79
```
80
-
+[GetFunction](API_GetFunction.md) – You supply your Lambda function name to a view a list of the tags associated with this function:
80
+
+[GetFunction](API_GetFunction.md) – You supply your Lambda function name to view a list of the tags associated with this function:
@@ -93,4 +93,4 @@ The following requirements apply to tags:
93
93
+ Maximum value length—256 Unicode characters in UTF\-8
94
94
+ Tag keys and values are case sensitive\.
95
95
+ Do not use the `aws:` prefix in your tag names or values because it is reserved for AWS use\. You can't edit or delete tag names or values with this prefix\. Tags with this prefix do not count against your tags per resource limit\.
96
-
+ If your tagging schema will be used across multiple services and resources, remember that other services may have restrictions on allowed characters\. Generally allowed characters are: letters, spaces, and numbers representable in UTF\-8, plus the following special characters: \+\- = \.\_ : / @\.
96
+
+ If your tagging schema will be used across multiple services and resources, remember that other services may have restrictions on allowed characters\. Generally allowed characters are: letters, spaces, and numbers representable in UTF\-8, plus the following special characters: \+\- = \.\_ : / @\.
0 commit comments