ObjectReplicationRuleArgs

data class ObjectReplicationRuleArgs(val copyBlobsCreatedAfter: Output<String>? = null, val destinationContainerName: Output<String>, val filterOutBlobsWithPrefixes: Output<List<String>>? = null, val name: Output<String>? = null, val sourceContainerName: Output<String>) : ConvertibleToJava<ObjectReplicationRuleArgs>

Constructors

Link copied to clipboard
constructor(copyBlobsCreatedAfter: Output<String>? = null, destinationContainerName: Output<String>, filterOutBlobsWithPrefixes: Output<List<String>>? = null, name: Output<String>? = null, sourceContainerName: Output<String>)

Properties

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

The time after which the Block Blobs created will be copies to the destination. Possible values are OnlyNewObjects, Everything and time in RFC3339 format: 2006-01-02T15:04:00Z. Defaults to OnlyNewObjects.

Link copied to clipboard

The destination storage container name.

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

Specifies a list of filters prefixes, the blobs whose names begin with which will be replicated.

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

The source storage container name.

Functions

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