Show / Hide Table of Contents

Class ObjectRestoreInitiated.Bucket

(experimental) Type definition for Bucket.

Inheritance
object
ObjectRestoreInitiated.Bucket
Implements
ObjectRestoreInitiated.IBucket
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.S3.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ObjectRestoreInitiated.Bucket : ObjectRestoreInitiated.IBucket
Syntax (vb)
Public Class ObjectRestoreInitiated.Bucket Implements ObjectRestoreInitiated.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

Constructors

Bucket()

(experimental) Type definition for Bucket.

Properties

Name

(experimental) name property.

Constructors

Bucket()

(experimental) Type definition for Bucket.

public Bucket()
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" }
             };

Properties

Name

(experimental) name property.

public string[]? Name { get; set; }
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

Implements

ObjectRestoreInitiated.IBucket
Back to top Generated by DocFX