@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.745Z") @Stability(value=Stable) public interface CfnCustomDataIdentifierProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCustomDataIdentifierProps.Builder
A builder for
CfnCustomDataIdentifierProps |
static class |
CfnCustomDataIdentifierProps.Jsii$Proxy
An implementation for
CfnCustomDataIdentifierProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnCustomDataIdentifierProps.Builder |
builder() |
default String |
getDescription()
`AWS::Macie::CustomDataIdentifier.Description`.
|
default List<String> |
getIgnoreWords()
`AWS::Macie::CustomDataIdentifier.IgnoreWords`.
|
default List<String> |
getKeywords()
`AWS::Macie::CustomDataIdentifier.Keywords`.
|
default Number |
getMaximumMatchDistance()
`AWS::Macie::CustomDataIdentifier.MaximumMatchDistance`.
|
String |
getName()
`AWS::Macie::CustomDataIdentifier.Name`.
|
String |
getRegex()
`AWS::Macie::CustomDataIdentifier.Regex`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getRegex()
@Stability(value=Stable) @Nullable default String getDescription()
@Stability(value=Stable) @Nullable default List<String> getIgnoreWords()
@Stability(value=Stable) @Nullable default List<String> getKeywords()
@Stability(value=Stable) @Nullable default Number getMaximumMatchDistance()
@Stability(value=Stable) static CfnCustomDataIdentifierProps.Builder builder()
Copyright © 2021. All rights reserved.