BucketReplicationRuleFilterArgs

data class BucketReplicationRuleFilterArgs(val and: Output<BucketReplicationRuleAndOperatorArgs>? = null, val prefix: Output<String>? = null, val tagFilter: Output<BucketTagFilterArgs>? = null) : ConvertibleToJava<BucketReplicationRuleFilterArgs>

Constructors

Link copied to clipboard
fun BucketReplicationRuleFilterArgs(and: Output<BucketReplicationRuleAndOperatorArgs>? = null, prefix: Output<String>? = null, tagFilter: Output<BucketTagFilterArgs>? = null)

Functions

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

Properties

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