Class BucketEvents.ObjectRestoreInitiated.Bucket
(experimental) Type definition for Bucket.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.S3.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class BucketEvents.ObjectRestoreInitiated.Bucket : BucketEvents.ObjectRestoreInitiated.IBucket
Syntax (vb)
Public Class BucketEvents.ObjectRestoreInitiated.Bucket Implements BucketEvents.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