BucketReplicationPrefixSetArgs

data class BucketReplicationPrefixSetArgs(val prefixes: Output<List<String>>) : ConvertibleToJava<BucketReplicationPrefixSetArgs>

Constructors

Link copied to clipboard
constructor(prefixes: Output<List<String>>)

Properties

Link copied to clipboard
val prefixes: Output<List<String>>

The list of object key name prefix identifying one or more objects to which the rule applies. NOTE: The prefix must be less than or equal to 1024 characters in length.

Functions

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