get Notification Channel
suspend fun getNotificationChannel(argument: GetNotificationChannelPlainArgs): GetNotificationChannelResult
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
See also
Parameters
notification Channel Id
project
suspend fun getNotificationChannel(argument: suspend GetNotificationChannelPlainArgsBuilder.() -> Unit): GetNotificationChannelResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.monitoring.v3.kotlin.inputs.GetNotificationChannelPlainArgs.