BucketV2ReplicationConfigurationRuleFilterArgs

data class BucketV2ReplicationConfigurationRuleFilterArgs(val prefix: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BucketV2ReplicationConfigurationRuleFilterArgs>

Constructors

fun BucketV2ReplicationConfigurationRuleFilterArgs(prefix: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Functions

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

Properties

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

Object keyname 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
val tags: Output<Map<String, String>>? = null

A map of tags that identifies subset of objects to which the rule applies. The rule applies only to objects having all the tags in its tagset.