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

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.FindingsFilter

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 FindingsFilter resource schema.

    Create FindingsFilter Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new FindingsFilter(name: string, args: FindingsFilterArgs, opts?: CustomResourceOptions);
    @overload
    def FindingsFilter(resource_name: str,
                       args: FindingsFilterArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def FindingsFilter(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       finding_criteria: Optional[FindingsFilterFindingCriteriaArgs] = None,
                       action: Optional[FindingsFilterFindingFilterAction] = None,
                       description: Optional[str] = None,
                       name: Optional[str] = None,
                       position: Optional[int] = None,
                       tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewFindingsFilter(ctx *Context, name string, args FindingsFilterArgs, opts ...ResourceOption) (*FindingsFilter, error)
    public FindingsFilter(string name, FindingsFilterArgs args, CustomResourceOptions? opts = null)
    public FindingsFilter(String name, FindingsFilterArgs args)
    public FindingsFilter(String name, FindingsFilterArgs args, CustomResourceOptions options)
    
    type: aws-native:macie:FindingsFilter
    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 FindingsFilterArgs
    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 FindingsFilterArgs
    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 FindingsFilterArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args FindingsFilterArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args FindingsFilterArgs
    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 findingsFilterResource = new aws_native.macie.FindingsFilter("findingsFilterResource", {
        findingCriteria: {
            criterion: {
                string: {
                    eq: ["string"],
                    gt: 0,
                    gte: 0,
                    lt: 0,
                    lte: 0,
                    neq: ["string"],
                },
            },
        },
        action: aws_native.macie.FindingsFilterFindingFilterAction.Archive,
        description: "string",
        name: "string",
        position: 0,
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    FindingsFilter 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 FindingsFilter resource accepts the following input properties:

    FindingCriteria Pulumi.AwsNative.Macie.Inputs.FindingsFilterFindingCriteria
    Findings filter criteria.
    Action Pulumi.AwsNative.Macie.FindingsFilterFindingFilterAction
    Findings filter action.
    Description string
    Findings filter description
    Name string
    Findings filter name
    Position int
    Findings filter position.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    A collection of tags associated with a resource
    FindingCriteria FindingsFilterFindingCriteriaArgs
    Findings filter criteria.
    Action FindingsFilterFindingFilterAction
    Findings filter action.
    Description string
    Findings filter description
    Name string
    Findings filter name
    Position int
    Findings filter position.
    Tags TagArgs
    A collection of tags associated with a resource
    findingCriteria FindingsFilterFindingCriteria
    Findings filter criteria.
    action FindingsFilterFindingFilterAction
    Findings filter action.
    description String
    Findings filter description
    name String
    Findings filter name
    position Integer
    Findings filter position.
    tags List<Tag>
    A collection of tags associated with a resource
    findingCriteria FindingsFilterFindingCriteria
    Findings filter criteria.
    action FindingsFilterFindingFilterAction
    Findings filter action.
    description string
    Findings filter description
    name string
    Findings filter name
    position number
    Findings filter position.
    tags Tag[]
    A collection of tags associated with a resource
    finding_criteria FindingsFilterFindingCriteriaArgs
    Findings filter criteria.
    action FindingsFilterFindingFilterAction
    Findings filter action.
    description str
    Findings filter description
    name str
    Findings filter name
    position int
    Findings filter position.
    tags Sequence[TagArgs]
    A collection of tags associated with a resource
    findingCriteria Property Map
    Findings filter criteria.
    action "ARCHIVE" | "NOOP"
    Findings filter action.
    description String
    Findings filter description
    name String
    Findings filter name
    position Number
    Findings filter position.
    tags List<Property Map>
    A collection of tags associated with a resource

    Outputs

    All input properties are implicitly available as output properties. Additionally, the FindingsFilter resource produces the following output properties:

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

    Supporting Types

    FindingsFilterCriterionAdditionalProperties, FindingsFilterCriterionAdditionalPropertiesArgs

    Eq List<string>
    Gt int
    Gte int
    Lt int
    Lte int
    Neq List<string>
    Eq []string
    Gt int
    Gte int
    Lt int
    Lte int
    Neq []string
    eq List<String>
    gt Integer
    gte Integer
    lt Integer
    lte Integer
    neq List<String>
    eq string[]
    gt number
    gte number
    lt number
    lte number
    neq string[]
    eq Sequence[str]
    gt int
    gte int
    lt int
    lte int
    neq Sequence[str]
    eq List<String>
    gt Number
    gte Number
    lt Number
    lte Number
    neq List<String>

    FindingsFilterFindingCriteria, FindingsFilterFindingCriteriaArgs

    Criterion Dictionary<string, Pulumi.AwsNative.Macie.Inputs.FindingsFilterCriterionAdditionalProperties>
    Criterion map[string]FindingsFilterCriterionAdditionalProperties
    criterion Map<String,FindingsFilterCriterionAdditionalProperties>
    criterion {[key: string]: FindingsFilterCriterionAdditionalProperties}
    criterion Mapping[str, FindingsFilterCriterionAdditionalProperties]
    criterion Map<Property Map>

    FindingsFilterFindingFilterAction, FindingsFilterFindingFilterActionArgs

    Archive
    ARCHIVE
    Noop
    NOOP
    FindingsFilterFindingFilterActionArchive
    ARCHIVE
    FindingsFilterFindingFilterActionNoop
    NOOP
    Archive
    ARCHIVE
    Noop
    NOOP
    Archive
    ARCHIVE
    Noop
    NOOP
    ARCHIVE
    ARCHIVE
    NOOP
    NOOP
    "ARCHIVE"
    ARCHIVE
    "NOOP"
    NOOP

    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