AWS Native is in preview. AWS Classic is fully supported.
aws-native.macie.CustomDataIdentifier
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
Macie CustomDataIdentifier resource schema
Create CustomDataIdentifier Resource
new CustomDataIdentifier(name: string, args: CustomDataIdentifierArgs, opts?: CustomResourceOptions);
@overload
def CustomDataIdentifier(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
ignore_words: Optional[Sequence[str]] = None,
keywords: Optional[Sequence[str]] = None,
maximum_match_distance: Optional[int] = None,
name: Optional[str] = None,
regex: Optional[str] = None)
@overload
def CustomDataIdentifier(resource_name: str,
args: CustomDataIdentifierArgs,
opts: Optional[ResourceOptions] = None)
func NewCustomDataIdentifier(ctx *Context, name string, args CustomDataIdentifierArgs, opts ...ResourceOption) (*CustomDataIdentifier, error)
public CustomDataIdentifier(string name, CustomDataIdentifierArgs args, CustomResourceOptions? opts = null)
public CustomDataIdentifier(String name, CustomDataIdentifierArgs args)
public CustomDataIdentifier(String name, CustomDataIdentifierArgs args, CustomResourceOptions options)
type: aws-native:macie:CustomDataIdentifier
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CustomDataIdentifierArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args CustomDataIdentifierArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args CustomDataIdentifierArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CustomDataIdentifierArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CustomDataIdentifierArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CustomDataIdentifier Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The CustomDataIdentifier resource accepts the following input properties:
- Regex string
Regular expression for custom data identifier.
- Description string
Description of custom data identifier.
- Ignore
Words List<string> Words to be ignored.
- Keywords List<string>
Keywords to be matched against.
- Maximum
Match intDistance Maximum match distance.
- Name string
Name of custom data identifier.
- Regex string
Regular expression for custom data identifier.
- Description string
Description of custom data identifier.
- Ignore
Words []string Words to be ignored.
- Keywords []string
Keywords to be matched against.
- Maximum
Match intDistance Maximum match distance.
- Name string
Name of custom data identifier.
- regex String
Regular expression for custom data identifier.
- description String
Description of custom data identifier.
- ignore
Words List<String> Words to be ignored.
- keywords List<String>
Keywords to be matched against.
- maximum
Match IntegerDistance Maximum match distance.
- name String
Name of custom data identifier.
- regex string
Regular expression for custom data identifier.
- description string
Description of custom data identifier.
- ignore
Words string[] Words to be ignored.
- keywords string[]
Keywords to be matched against.
- maximum
Match numberDistance Maximum match distance.
- name string
Name of custom data identifier.
- regex str
Regular expression for custom data identifier.
- description str
Description of custom data identifier.
- ignore_
words Sequence[str] Words to be ignored.
- keywords Sequence[str]
Keywords to be matched against.
- maximum_
match_ intdistance Maximum match distance.
- name str
Name of custom data identifier.
- regex String
Regular expression for custom data identifier.
- description String
Description of custom data identifier.
- ignore
Words List<String> Words to be ignored.
- keywords List<String>
Keywords to be matched against.
- maximum
Match NumberDistance Maximum match distance.
- name String
Name of custom data identifier.
Outputs
All input properties are implicitly available as output properties. Additionally, the CustomDataIdentifier resource produces the following output properties:
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.