| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
OnCloudTrailBucketEventOptions.Jsii$Proxy
An implementation for
OnCloudTrailBucketEventOptions |
| Modifier and Type | Method and Description |
|---|---|
OnCloudTrailBucketEventOptions |
OnCloudTrailBucketEventOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
Rule |
Bucket.onCloudTrailEvent(String id,
OnCloudTrailBucketEventOptions options)
(experimental) Define a CloudWatch event that triggers when something happens to this repository.
|
Rule |
IBucket.onCloudTrailEvent(String id,
OnCloudTrailBucketEventOptions options)
(experimental) Defines a CloudWatch event that triggers when something happens to this bucket.
|
Rule |
IBucket.Jsii$Proxy.onCloudTrailEvent(String id,
OnCloudTrailBucketEventOptions options)
(experimental) Defines a CloudWatch event that triggers when something happens to this bucket.
|
default Rule |
IBucket.Jsii$Default.onCloudTrailEvent(String id,
OnCloudTrailBucketEventOptions options)
(experimental) Defines a CloudWatch event that triggers when something happens to this bucket.
|
Rule |
Bucket.onCloudTrailPutObject(String id,
OnCloudTrailBucketEventOptions options)
(experimental) 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.
|
Rule |
IBucket.onCloudTrailPutObject(String id,
OnCloudTrailBucketEventOptions options)
(experimental) 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.
|
Rule |
IBucket.Jsii$Proxy.onCloudTrailPutObject(String id,
OnCloudTrailBucketEventOptions options)
(experimental) 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)
(experimental) 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.
|
Rule |
Bucket.onCloudTrailWriteObject(String id,
OnCloudTrailBucketEventOptions options)
(experimental) Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
Rule |
IBucket.onCloudTrailWriteObject(String id,
OnCloudTrailBucketEventOptions options)
(experimental) Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
Rule |
IBucket.Jsii$Proxy.onCloudTrailWriteObject(String id,
OnCloudTrailBucketEventOptions options)
(experimental) 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)
(experimental) Defines an AWS CloudWatch event that triggers when an object at the specified paths (keys) in this bucket are written to.
|
Copyright © 2021. All rights reserved.