getNotificationChannel

Gets a single notification channel. The channel includes the relevant configuration details with which the channel was created. However, the response may truncate or omit passwords, API keys, or other private key matter and thus the response may not be 100% identical to the information that was supplied in the call to the create method.

Return

null

Parameters

argument

null


suspend fun getNotificationChannel(notificationChannelId: String, project: String? = null): GetNotificationChannelResult

Return

null

Parameters

notificationChannelId
project

See also


Return

null

Parameters

argument

Builder for com.pulumi.googlenative.monitoring.v3.kotlin.inputs.GetNotificationChannelPlainArgs.

See also