Interface BucketEvents.AWSAPICallViaCloudTrail.RequestParameters
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BucketEvents.AWSAPICallViaCloudTrail.RequestParameters.Jsii$Proxy
- Enclosing class:
BucketEvents.AWSAPICallViaCloudTrail
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.s3.events.*;
RequestParameters requestParameters = RequestParameters.builder()
.bucketName(List.of("bucketName"))
.host(List.of("host"))
.key(List.of("key"))
.legalHold(List.of("legalHold"))
.retention(List.of("retention"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forBucketEvents.AWSAPICallViaCloudTrail.RequestParametersstatic final classAn implementation forBucketEvents.AWSAPICallViaCloudTrail.RequestParameters -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
(experimental) bucketName property.Specify an array of string values to match this event if the actual value of bucketName is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Filter with the Bucket reference
-
getHost
(experimental) Host property.Specify an array of string values to match this event if the actual value of Host is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getKey
(experimental) key property.Specify an array of string values to match this event if the actual value of key is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getLegalHold
(experimental) legal-hold property.Specify an array of string values to match this event if the actual value of legal-hold is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getRetention
(experimental) retention property.Specify an array of string values to match this event if the actual value of retention is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static BucketEvents.AWSAPICallViaCloudTrail.RequestParameters.Builder builder()
-