template-content-config
template-content-config
Model that represents a template content config.
JSON Example
{
"baseResourceKindKeyStats": {
"resourceKindKey": {
"resourceKind": "string",
"adapterKind": "string"
},
"stats": [
"string"
]
},
"ancestorResourceKindKeys": [
{
"resourceKindKey": {
"resourceKind": "string",
"adapterKind": "string"
},
"stats": [
"string"
]
}
],
"descendantResourceKindKeys": [
{
"resourceKindKey": {
"resourceKind": "string",
"adapterKind": "string"
},
"stats": [
"string"
]
}
]
}
baseResourceKindKeyStats
Required
Represents resource kind key and stats values selected for it
array of
resource-kind-key-stats
ancestorResourceKindKeys
Optional
Ancestor resource kind keys and stats selected for them
array of
resource-kind-key-stats
descendantResourceKindKeys
Optional
Descendant resource kind keys and stats selected for them