BucketReplicationConfigRuleFilterArgs

data class BucketReplicationConfigRuleFilterArgs(val and: Output<BucketReplicationConfigRuleFilterAndArgs>? = null, val prefix: Output<String>? = null, val tag: Output<BucketReplicationConfigRuleFilterTagArgs>? = null) : ConvertibleToJava<BucketReplicationConfigRuleFilterArgs>

Constructors

Link copied to clipboard
constructor(and: Output<BucketReplicationConfigRuleFilterAndArgs>? = null, prefix: Output<String>? = null, tag: Output<BucketReplicationConfigRuleFilterTagArgs>? = null)

Properties

Link copied to clipboard

Configuration block for specifying rule filters. This element is required only if you specify more than one filter. See and below for more details.

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

Object key name prefix that identifies subset of objects to which the rule applies. Must be less than or equal to 1024 characters in length.

Link copied to clipboard

Configuration block for specifying a tag key and value. See below.

Functions

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