Interface BucketEvents.AWSAPICallViaCloudTrail.RetentionInfo
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
BucketEvents.AWSAPICallViaCloudTrail.RetentionInfo.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.*;
RetentionInfo retentionInfo = RetentionInfo.builder()
.lastModifiedTime(List.of("lastModifiedTime"))
.retainUntilMode(List.of("retainUntilMode"))
.retainUntilTime(List.of("retainUntilTime"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forBucketEvents.AWSAPICallViaCloudTrail.RetentionInfostatic final classAn implementation forBucketEvents.AWSAPICallViaCloudTrail.RetentionInfo -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) lastModifiedTime property.(experimental) retainUntilMode property.(experimental) retainUntilTime property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLastModifiedTime
(experimental) lastModifiedTime property.Specify an array of string values to match this event if the actual value of lastModifiedTime 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
-
getRetainUntilMode
(experimental) retainUntilMode property.Specify an array of string values to match this event if the actual value of retainUntilMode 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
-
getRetainUntilTime
(experimental) retainUntilTime property.Specify an array of string values to match this event if the actual value of retainUntilTime 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.RetentionInfo.Builder builder()
-