FilterRuleArgs

data class FilterRuleArgs(val name: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<FilterRuleArgs>

Definition of FilterRule

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, value: Output<String>? = null)

Properties

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

The object key name prefix or suffix identifying one or more objects to which the filtering rule applies. The maximum length is 1,024 characters. Overlapping prefixes and suffixes are not supported. For more information, see Configuring Event Notifications in the Amazon S3 User Guide.

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

The value that the filter searches for in object key names.

Functions

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