get Notification Config
suspend fun getNotificationConfig(argument: GetNotificationConfigPlainArgs): GetNotificationConfigResult
Gets a notification config.
Return
null
Parameters
argument
null
suspend fun getNotificationConfig(notificationConfigId: String, project: String? = null): GetNotificationConfigResult
Return
null
See also
Parameters
notification Config Id
project
suspend fun getNotificationConfig(argument: suspend GetNotificationConfigPlainArgsBuilder.() -> Unit): GetNotificationConfigResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.securitycenter.v1.kotlin.inputs.GetNotificationConfigPlainArgs.