A group of signal types that specifies what the user is interested in.
Used by QueryDatabaseResourceGroups API.
Example:
signal_type_group { name = "AVAILABILITY" types = [SIGNAL_TYPE_NO_PROMOTABLE_REPLICA] }
| JSON representation |
|---|
{
"displayName": string,
"signalTypes": [
enum ( |
| Fields | |
|---|---|
displayName |
Required. The display name of a signal group. |
signalTypes[] |
Optional. List of signal types present in the group. |