Skip to main content

Subscriptionputrequest

Properties

NameTypeDescriptionNotes
name(optional) stringSubscription name.[default to undefined]
description(optional) stringSubscription description.[default to undefined]
type(optional) Subscriptiontype[default to undefined]
responseDeadline(optional) stringDeadline for completing REQUEST_RESPONSE trigger invocation, represented in ISO-8601 duration format.[default to 'PT1H']
httpConfig(optional) Httpconfig[default to undefined]
eventBridgeConfig(optional) Eventbridgeconfig[default to undefined]
enabled(optional) booleanWhether subscription should receive real-time trigger invocations or not. Test trigger invocations are always enabled regardless of this option.[default to true]
filter(optional) stringJSONPath filter to conditionally invoke trigger when expression evaluates to true.[default to undefined]