Interface DeprecationPlannedForDataSet.S3DataAccessDetails
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
DeprecationPlannedForDataSet.S3DataAccessDetails.Jsii$Proxy
- Enclosing class:
DeprecationPlannedForDataSet
@Stability(Experimental)
public static interface DeprecationPlannedForDataSet.S3DataAccessDetails
extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for S3DataAccessDetails.
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.dataexchange.events.*;
S3DataAccessDetails s3DataAccessDetails = S3DataAccessDetails.builder()
.keyPrefixes(List.of("keyPrefixes"))
.keys(List.of("keys"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forDeprecationPlannedForDataSet.S3DataAccessDetailsstatic final classAn implementation forDeprecationPlannedForDataSet.S3DataAccessDetails -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getKeyPrefixes
(experimental) KeyPrefixes property.Specify an array of string values to match this event if the actual value of KeyPrefixes 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
-
getKeys
(experimental) Keys property.Specify an array of string values to match this event if the actual value of Keys 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
-