System Topic Event Subscription Subject Filter Args
data class SystemTopicEventSubscriptionSubjectFilterArgs(val caseSensitive: Output<Boolean>? = null, val subjectBeginsWith: Output<String>? = null, val subjectEndsWith: Output<String>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionSubjectFilterArgs>
Properties
Link copied to clipboard
Specifies if subject_begins_with
and subject_ends_with
case sensitive. This value
Link copied to clipboard
A string to filter events for an event subscription based on a resource path prefix.
Link copied to clipboard
A string to filter events for an event subscription based on a resource path suffix.