| Package | Description |
|---|---|
| software.amazon.awscdk.services.macie |
AWS::Macie Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.create(software.constructs.Construct scope,
String id) |
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.description(String description)
The description of the custom data identifier.
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.ignoreWords(List<String> ignoreWords)
An array that lists specific character sequences (ignore words) to exclude from the results.
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.keywords(List<String> keywords)
An array that lists specific character sequences (keywords), one of which must be within proximity ( `MaximumMatchDistance` ) of the regular expression to match.
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.maximumMatchDistance(Number maximumMatchDistance)
The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the `Keywords` array.
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.name(String name)
A custom name for the custom data identifier.
|
CfnCustomDataIdentifier.Builder |
CfnCustomDataIdentifier.Builder.regex(String regex)
The regular expression ( *regex* ) that defines the pattern to match.
|
Copyright © 2022. All rights reserved.