Notification Registration Properties Args
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)