Table of Contents

Class LifecycleTagPredicate

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

A predicate that filters objects for a LifecycleRule by matching a particular Tag key and value.

public class LifecycleTagPredicate : LifecycleFilterPredicate
Inheritance
LifecycleTagPredicate
Inherited Members

Constructors

LifecycleTagPredicate()

public LifecycleTagPredicate()

Properties

Tag

The Tag to be matched by filtered objects.

public Tag Tag { get; set; }

Property Value

Tag