BucketReplicationConfigRuleFilterAndArgs

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

Constructors

Link copied to clipboard
constructor(prefix: Output<String>? = null, tags: Output<Map<String, String>>? = null)

Properties

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

Map of tags (key and value pairs) that identifies a subset of objects to which the rule applies. The rule applies only to objects having all the tags in its tagset.

Functions

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