NotificationRegistrationPropertiesArgs

data class NotificationRegistrationPropertiesArgs(val includedEvents: Output<List<String>>? = null, val messageScope: Output<Either<String, MessageScope>>? = null, val notificationEndpoints: Output<List<NotificationEndpointArgs>>? = null, val notificationMode: Output<Either<String, NotificationMode>>? = null, val provisioningState: Output<Either<String, ProvisioningState>>? = null) : ConvertibleToJava<NotificationRegistrationPropertiesArgs>

Constructors

Link copied to clipboard
constructor(includedEvents: Output<List<String>>? = null, messageScope: Output<Either<String, MessageScope>>? = null, notificationEndpoints: Output<List<NotificationEndpointArgs>>? = null, notificationMode: Output<Either<String, NotificationMode>>? = null, provisioningState: Output<Either<String, ProvisioningState>>? = null)

Properties

Link copied to clipboard
val includedEvents: Output<List<String>>? = null
Link copied to clipboard
val messageScope: Output<Either<String, MessageScope>>? = null
Link copied to clipboard
Link copied to clipboard
val notificationMode: Output<Either<String, NotificationMode>>? = null
Link copied to clipboard
val provisioningState: Output<Either<String, ProvisioningState>>? = null

The provisioned state of the resource.

Functions

Link copied to clipboard
open override fun toJava(): NotificationRegistrationPropertiesArgs