SystemTopicEventSubscriptionSubjectFilterArgs

data class SystemTopicEventSubscriptionSubjectFilterArgs(val caseSensitive: Output<Boolean>? = null, val subjectBeginsWith: Output<String>? = null, val subjectEndsWith: Output<String>? = null) : ConvertibleToJava<SystemTopicEventSubscriptionSubjectFilterArgs>

Constructors

constructor(caseSensitive: Output<Boolean>? = null, subjectBeginsWith: Output<String>? = null, subjectEndsWith: Output<String>? = null)

Properties

Link copied to clipboard
val caseSensitive: Output<Boolean>? = null

Specifies if subject_begins_with and subject_ends_with case sensitive. This value

Link copied to clipboard
val subjectBeginsWith: Output<String>? = null

A string to filter events for an event subscription based on a resource path prefix.

Link copied to clipboard
val subjectEndsWith: Output<String>? = null

A string to filter events for an event subscription based on a resource path suffix.

Functions

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