Uses of Interface
software.amazon.awscdk.services.s3.OnCloudTrailBucketEventOptions
Packages that use OnCloudTrailBucketEventOptions
-
Uses of OnCloudTrailBucketEventOptions in software.amazon.awscdk.services.s3
Classes in software.amazon.awscdk.services.s3 that implement OnCloudTrailBucketEventOptionsModifier and TypeClassDescriptionstatic final class
An implementation forOnCloudTrailBucketEventOptions
Methods in software.amazon.awscdk.services.s3 that return OnCloudTrailBucketEventOptionsModifier and TypeMethodDescriptionOnCloudTrailBucketEventOptions.Builder.build()
Builds the configured instance.Methods in software.amazon.awscdk.services.s3 with parameters of type OnCloudTrailBucketEventOptionsModifier and TypeMethodDescriptionBucketBase.onCloudTrailEvent
(String id, OnCloudTrailBucketEventOptions options) Define a CloudWatch event that triggers when something happens to this repository.default Rule
IBucket.Jsii$Default.onCloudTrailEvent
(String id, OnCloudTrailBucketEventOptions options) Defines a CloudWatch event that triggers when something happens to this bucket.final Rule
IBucket.Jsii$Proxy.onCloudTrailEvent
(String id, OnCloudTrailBucketEventOptions options) Defines a CloudWatch event that triggers when something happens to this bucket.IBucket.onCloudTrailEvent
(String id, OnCloudTrailBucketEventOptions options) Defines a CloudWatch event that triggers when something happens to this bucket.BucketBase.onCloudTrailPutObject
(String id, OnCloudTrailBucketEventOptions options) Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.default Rule
IBucket.Jsii$Default.onCloudTrailPutObject
(String id, OnCloudTrailBucketEventOptions options) Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.final Rule
IBucket.Jsii$Proxy.onCloudTrailPutObject
(String id, OnCloudTrailBucketEventOptions options) Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.IBucket.onCloudTrailPutObject
(String id, OnCloudTrailBucketEventOptions options) Defines an AWS CloudWatch event that triggers when an object is uploaded to the specified paths (keys) in this bucket using the PutObject API call.BucketBase.onCloudTrailWriteObject
(String id, OnCloudTrailBucketEventOptions options) Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.default Rule
IBucket.Jsii$Default.onCloudTrailWriteObject
(String id, OnCloudTrailBucketEventOptions options) Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.final Rule
IBucket.Jsii$Proxy.onCloudTrailWriteObject
(String id, OnCloudTrailBucketEventOptions options) Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.IBucket.onCloudTrailWriteObject
(String id, OnCloudTrailBucketEventOptions options) Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.