Interface CfnFunctionPropsMixin.IS3EventProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.SAM.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnFunctionPropsMixin.IS3EventProperty
Syntax (vb)
Public Interface CfnFunctionPropsMixin.IS3EventProperty
Remarks
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.SAM.Mixins;
var s3EventProperty = new S3EventProperty {
Bucket = "bucket",
Events = "events",
Filter = new S3NotificationFilterProperty {
S3Key = new S3KeyFilterProperty {
Rules = new [] { new S3KeyFilterRuleProperty {
Name = "name",
Value = "value"
} }
}
}
};
Synopsis
Properties
| Bucket | |
| Events | |
| Filter |
Properties
Bucket
string? Bucket { get; }
Property Value
Remarks
Events
string? Events { get; }
Property Value
Remarks
Filter
object? Filter { get; }