1. Packages
  2. AWS Native
  3. API Docs
  4. macie
  5. CustomDataIdentifier

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.65.0 published on Wednesday, Jun 7, 2023 by Pulumi

aws-native.macie.CustomDataIdentifier

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.65.0 published on Wednesday, Jun 7, 2023 by Pulumi

    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.

    IgnoreWords List<string>

    Words to be ignored.

    Keywords List<string>

    Keywords to be matched against.

    MaximumMatchDistance int

    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.

    IgnoreWords []string

    Words to be ignored.

    Keywords []string

    Keywords to be matched against.

    MaximumMatchDistance int

    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.

    ignoreWords List<String>

    Words to be ignored.

    keywords List<String>

    Keywords to be matched against.

    maximumMatchDistance Integer

    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.

    ignoreWords string[]

    Words to be ignored.

    keywords string[]

    Keywords to be matched against.

    maximumMatchDistance number

    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_distance int

    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.

    ignoreWords List<String>

    Words to be ignored.

    keywords List<String>

    Keywords to be matched against.

    maximumMatchDistance Number

    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:

    Arn string

    Custom data identifier ARN.

    Id string

    The provider-assigned unique ID for this managed resource.

    Arn string

    Custom data identifier ARN.

    Id string

    The provider-assigned unique ID for this managed resource.

    arn String

    Custom data identifier ARN.

    id String

    The provider-assigned unique ID for this managed resource.

    arn string

    Custom data identifier ARN.

    id string

    The provider-assigned unique ID for this managed resource.

    arn str

    Custom data identifier ARN.

    id str

    The provider-assigned unique ID for this managed resource.

    arn String

    Custom data identifier ARN.

    id String

    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.65.0 published on Wednesday, Jun 7, 2023 by Pulumi