Package com.pulumi.aws.macie
Class CustomDataIdentifierArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.macie.CustomDataIdentifierArgs
-
public final class CustomDataIdentifierArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CustomDataIdentifierArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static CustomDataIdentifierArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CustomDataIdentifierArgs.Builder
builder()
static CustomDataIdentifierArgs.Builder
builder(CustomDataIdentifierArgs defaults)
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
ignoreWords()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
keywords()
java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>
maximumMatchDistance()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
namePrefix()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
regex()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final CustomDataIdentifierArgs Empty
-
-
Method Detail
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- A custom description of the custom data identifier. The description can contain as many as 512 characters.
-
ignoreWords
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> ignoreWords()
- Returns:
- An array that lists specific character sequences (ignore words) to exclude from the results. If the text matched by the regular expression is the same as any string in this array, Amazon Macie ignores it. The array can contain as many as 10 ignore words. Each ignore word can contain 4 - 90 characters. Ignore words are case sensitive.
-
keywords
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> keywords()
- Returns:
- An array that lists specific character sequences (keywords), one of which must be within proximity (`maximum_match_distance`) of the regular expression to match. The array can contain as many as 50 keywords. Each keyword can contain 3 - 90 characters. Keywords aren't case sensitive.
-
maximumMatchDistance
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maximumMatchDistance()
- Returns:
- The maximum number of characters that can exist between text that matches the regex pattern and the character sequences specified by the keywords array. Macie includes or excludes a result based on the proximity of a keyword to text that matches the regex pattern. The distance can be 1 - 300 characters. The default value is 50.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
-
namePrefix
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> namePrefix()
- Returns:
- Creates a unique name beginning with the specified prefix. Conflicts with `name`.
-
regex
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> regex()
- Returns:
- The regular expression (regex) that defines the pattern to match. The expression can contain as many as 512 characters.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>> tags()
- Returns:
- A map of key-value pairs that specifies the tags to associate with the custom data identifier.
-
builder
public static CustomDataIdentifierArgs.Builder builder()
-
builder
public static CustomDataIdentifierArgs.Builder builder(CustomDataIdentifierArgs defaults)
-
-