ResourceMetadataState
displayNamestringnullable
A human-friendly display name for the resource.
Example:
My Lambda Function
annotations object
Annotations for the resource.
labels object
Labels for the resource.
property name*string
The label value.
Example:
processing
customobject
Custom metadata for the resource.
ResourceMetadataState
{
"displayName": "My Lambda Function",
"annotations": {},
"labels": {},
"custom": {}
}