Interface AWSAPICallViaCloudTrail.CustomerManagedS3
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.CustomerManagedS3.Jsii$Proxy
- Enclosing class:
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.iotanalytics.events.*;
CustomerManagedS3 customerManagedS3 = CustomerManagedS3.builder()
.bucket(List.of("bucket"))
.keyPrefix(List.of("keyPrefix"))
.roleArn(List.of("roleArn"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.CustomerManagedS3static final classAn implementation forAWSAPICallViaCloudTrail.CustomerManagedS3 -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) bucket property.(experimental) keyPrefix property.(experimental) roleArn property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucket
(experimental) bucket property.Specify an array of string values to match this event if the actual value of bucket 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
-
getKeyPrefix
(experimental) keyPrefix property.Specify an array of string values to match this event if the actual value of keyPrefix 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
-
getRoleArn
(experimental) roleArn property.Specify an array of string values to match this event if the actual value of roleArn 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
-