Builder

class Builder

Properties

Link copied to clipboard

This is used in a Lifecycle Rule Filter to apply a logical AND to two or more predicates. The Lifecycle Rule will apply to any object matching all of the predicates configured inside the And operator.

Link copied to clipboard

Minimum object size to which the rule applies.

Link copied to clipboard

Maximum object size to which the rule applies.

Link copied to clipboard

Prefix identifying one or more objects to which the rule applies.

Link copied to clipboard
var tag: Tag?

This tag must exist in the object's tag set in order for the rule to apply.

Functions

Link copied to clipboard
Link copied to clipboard
fun tag(block: Tag.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.s3.model.Tag inside the given block