Use AI to draft a Cloud Cost Management tag key description based on associated cost data. The generated description is returned in the response and is not persisted by this endpoint; follow up with UpsertCostTagDescriptionByKey to save it.
This endpoint requires the cloud_cost_management_read permission.
OAuth apps require the cloud_cost_management_read authorization scope to access this endpoint.
Response wrapping an AI-generated Cloud Cost Management tag key description.
Expand All
Field
Type
Description
data [required]
object
AI-generated Cloud Cost Management tag key description returned by the generate endpoint. The result is returned to the client but is not persisted by this endpoint.
attributes [required]
object
Attributes of an AI-generated Cloud Cost Management tag key description.
description [required]
string
The AI-generated description for the tag key.
id [required]
string
The tag key the AI description was generated for.
type [required]
enum
Type of the AI-generated Cloud Cost Management tag description resource.
Allowed enum values: cost_generated_tag_description
default: cost_generated_tag_description
{"data":{"attributes":{"description":"AWS account that owns this cost."},"id":"account_id","type":"cost_generated_tag_description"}}