Notification Endpoint Grpc Settings Args
data class NotificationEndpointGrpcSettingsArgs(val authority: Output<String>? = null, val endpoint: Output<String>? = null, val payloadName: Output<String>? = null, val resendInterval: Output<DurationArgs>? = null, val retryDurationSec: Output<Int>? = null) : ConvertibleToJava<NotificationEndpointGrpcSettingsArgs>
Represents a gRPC setting that describes one gRPC notification endpoint and the retry duration attempting to send notification to this endpoint.
Constructors
Link copied to clipboard
fun NotificationEndpointGrpcSettingsArgs(authority: Output<String>? = null, endpoint: Output<String>? = null, payloadName: Output<String>? = null, resendInterval: Output<DurationArgs>? = null, retryDurationSec: Output<Int>? = null)