We recommend new projects start with resources from the AWS provider.
aws-native.macie.CustomDataIdentifier
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Macie CustomDataIdentifier resource schema
Create CustomDataIdentifier Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new CustomDataIdentifier(name: string, args: CustomDataIdentifierArgs, opts?: CustomResourceOptions);
@overload
def CustomDataIdentifier(resource_name: str,
args: CustomDataIdentifierArgs,
opts: Optional[ResourceOptions] = None)
@overload
def CustomDataIdentifier(resource_name: str,
opts: Optional[ResourceOptions] = None,
regex: Optional[str] = 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,
tags: Optional[Sequence[_root_inputs.TagArgs]] = 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.
Parameters
- 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.
- List<Pulumi.
Aws Native. Inputs. Tag> - A collection of tags associated with a resource
- 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.
- Tag
Args - A collection of tags associated with a resource
- 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.
- List<Tag>
- A collection of tags associated with a resource
- 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.
- Tag[]
- A collection of tags associated with a resource
- 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.
- Sequence[Tag
Args] - A collection of tags associated with a resource
- 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.
- List<Property Map>
- A collection of tags associated with a resource
Outputs
All input properties are implicitly available as output properties. Additionally, the CustomDataIdentifier resource produces the following output properties:
Supporting Types
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.