Show / Hide Table of Contents

Interface ObjectTagsAdded.IBucket

(experimental) Type definition for Bucket.

Namespace: Amazon.CDK.Mixins.Preview.AWS.S3.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ObjectTagsAdded.IBucket
Syntax (vb)
Public Interface ObjectTagsAdded.IBucket
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.S3.Events;

             var bucket = new Bucket {
                 Name = new [] { "name" }
             };

Synopsis

Properties

Name

(experimental) name property.

Properties

Name

(experimental) name property.

string[]? Name { get; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of name is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Filter with the Bucket reference

Stability: Experimental

Back to top Generated by DocFX