...
1label: Config Connector MonitoringNotificationChannel
2markdownDescription: Creates yaml for a MonitoringNotificationChannel resource
3insertText: |
4 apiVersion: monitoring.cnrm.cloud.google.com/v1beta1
5 kind: MonitoringNotificationChannel
6 metadata:
7 labels:
8 \${1:response-priority}: \${2:intervention}
9 \${3:target-user}: \${4:on-call}
10 name: \${5:monitoringnotificationchannel-name}
11 spec:
12 type: \${6:sms}
13 labels:
14 number: \${7:12025550196}
15 description: \${8:A channel that sends notifications via Short Message Service (SMS).}
16 enabled: \${9:true}
View as plain text