Show / Hide Table of Contents

Class CfnBucket.TagFilterProperty

Specifies tags to use to identify a subset of objects for an Amazon S3 bucket.

Inheritance
System.Object
CfnBucket.TagFilterProperty
Implements
CfnBucket.ITagFilterProperty
Namespace: Amazon.CDK.AWS.S3
Assembly: Amazon.CDK.AWS.S3.dll
Syntax (csharp)
public class TagFilterProperty : Object, CfnBucket.ITagFilterProperty
Syntax (vb)
Public Class TagFilterProperty
    Inherits Object
    Implements CfnBucket.ITagFilterProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-tagfilter.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.S3;

TagFilterProperty tagFilterProperty = new TagFilterProperty {
    Key = "key",
    Value = "value"
};

Synopsis

Constructors

TagFilterProperty()

Properties

Key

The tag key.

Value

The tag value.

Constructors

TagFilterProperty()

public TagFilterProperty()

Properties

Key

The tag key.

public string Key { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-tagfilter.html#cfn-s3-bucket-tagfilter-key

Value

The tag value.

public string Value { get; set; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-s3-bucket-tagfilter.html#cfn-s3-bucket-tagfilter-value

Implements

CfnBucket.ITagFilterProperty
Back to top Generated by DocFX