S3KeyFilterArgs

data class S3KeyFilterArgs(val rules: Output<List<FilterRuleArgs>>? = null) : ConvertibleToJava<S3KeyFilterArgs>

Definition of S3KeyFilter

Constructors

Link copied to clipboard
constructor(rules: Output<List<FilterRuleArgs>>? = null)

Properties

Link copied to clipboard
val rules: Output<List<FilterRuleArgs>>? = null

A list of containers for the key-value pair that defines the criteria for the filter rule.

Functions

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