Interface CfnAllowList.S3WordsListProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnAllowList.S3WordsListProperty.Jsii$Proxy
Enclosing class:
CfnAllowList

@Stability(Stable) public static interface CfnAllowList.S3WordsListProperty extends software.amazon.jsii.JsiiSerializable
Specifies the location and name of an Amazon Simple Storage Service ( Amazon S3 ) object that lists specific, predefined text to ignore when inspecting data sources for sensitive data.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.macie.*;
 S3WordsListProperty s3WordsListProperty = S3WordsListProperty.builder()
         .bucketName("bucketName")
         .objectKey("objectKey")
         .build();
 

See Also: