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.102.0 published on Tuesday, Apr 16, 2024 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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

    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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const customDataIdentifierResource = new aws_native.macie.CustomDataIdentifier("customDataIdentifierResource", {
        regex: "string",
        description: "string",
        ignoreWords: ["string"],
        keywords: ["string"],
        maximumMatchDistance: 0,
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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.
    Tags List<Pulumi.AwsNative.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.
    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.
    Tags TagArgs
    A collection of tags associated with a resource
    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.
    tags 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.
    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.
    tags 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_distance int
    Maximum match distance.
    name str
    Name of custom data identifier.
    tags Sequence[TagArgs]
    A collection of tags associated with a resource
    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.
    tags 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:

    Arn string
    Custom data identifier ARN.
    AwsId string
    Custom data identifier ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    Custom data identifier ARN.
    AwsId string
    Custom data identifier ID.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn String
    Custom data identifier ARN.
    awsId String
    Custom data identifier ID.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    Custom data identifier ARN.
    awsId string
    Custom data identifier ID.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    Custom data identifier ARN.
    aws_id str
    Custom data identifier ID.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    Custom data identifier ARN.
    awsId String
    Custom data identifier ID.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    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.102.0 published on Tuesday, Apr 16, 2024 by Pulumi