1. Packages
  2. AWS Native
  3. API Docs
  4. frauddetector
  5. getDetector

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.frauddetector.getDetector

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    A resource schema for a Detector in Amazon Fraud Detector.

    Using getDetector

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getDetector(args: GetDetectorArgs, opts?: InvokeOptions): Promise<GetDetectorResult>
    function getDetectorOutput(args: GetDetectorOutputArgs, opts?: InvokeOptions): Output<GetDetectorResult>
    def get_detector(arn: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetDetectorResult
    def get_detector_output(arn: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetDetectorResult]
    func LookupDetector(ctx *Context, args *LookupDetectorArgs, opts ...InvokeOption) (*LookupDetectorResult, error)
    func LookupDetectorOutput(ctx *Context, args *LookupDetectorOutputArgs, opts ...InvokeOption) LookupDetectorResultOutput

    > Note: This function is named LookupDetector in the Go SDK.

    public static class GetDetector 
    {
        public static Task<GetDetectorResult> InvokeAsync(GetDetectorArgs args, InvokeOptions? opts = null)
        public static Output<GetDetectorResult> Invoke(GetDetectorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDetectorResult> getDetector(GetDetectorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:frauddetector:getDetector
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The ARN of the detector.
    Arn string
    The ARN of the detector.
    arn String
    The ARN of the detector.
    arn string
    The ARN of the detector.
    arn str
    The ARN of the detector.
    arn String
    The ARN of the detector.

    getDetector Result

    The following output properties are available:

    Arn string
    The ARN of the detector.
    AssociatedModels List<Pulumi.AwsNative.FraudDetector.Outputs.DetectorModel>
    The models to associate with this detector.
    CreatedTime string
    The time when the detector was created.
    Description string
    The description of the detector.
    DetectorVersionId string
    The active version ID of the detector
    DetectorVersionStatus Pulumi.AwsNative.FraudDetector.DetectorVersionStatus
    The desired detector version status for the detector
    EventType Pulumi.AwsNative.FraudDetector.Outputs.DetectorEventType
    The event type to associate this detector with.
    LastUpdatedTime string
    The time when the detector was last updated.
    RuleExecutionMode Pulumi.AwsNative.FraudDetector.DetectorRuleExecutionMode

    The rule execution mode for the rules included in the detector version.

    Valid values: FIRST_MATCHED | ALL_MATCHED Default value: FIRST_MATCHED

    You can define and edit the rule mode at the detector version level, when it is in draft status.

    If you specify FIRST_MATCHED , Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

    If you specifiy ALL_MATCHED , Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules.

    Rules List<Pulumi.AwsNative.FraudDetector.Outputs.DetectorRule>
    The rules to include in the detector version.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags associated with this detector.
    Arn string
    The ARN of the detector.
    AssociatedModels []DetectorModel
    The models to associate with this detector.
    CreatedTime string
    The time when the detector was created.
    Description string
    The description of the detector.
    DetectorVersionId string
    The active version ID of the detector
    DetectorVersionStatus DetectorVersionStatus
    The desired detector version status for the detector
    EventType DetectorEventType
    The event type to associate this detector with.
    LastUpdatedTime string
    The time when the detector was last updated.
    RuleExecutionMode DetectorRuleExecutionMode

    The rule execution mode for the rules included in the detector version.

    Valid values: FIRST_MATCHED | ALL_MATCHED Default value: FIRST_MATCHED

    You can define and edit the rule mode at the detector version level, when it is in draft status.

    If you specify FIRST_MATCHED , Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

    If you specifiy ALL_MATCHED , Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules.

    Rules []DetectorRule
    The rules to include in the detector version.
    Tags Tag
    Tags associated with this detector.
    arn String
    The ARN of the detector.
    associatedModels List<DetectorModel>
    The models to associate with this detector.
    createdTime String
    The time when the detector was created.
    description String
    The description of the detector.
    detectorVersionId String
    The active version ID of the detector
    detectorVersionStatus DetectorVersionStatus
    The desired detector version status for the detector
    eventType DetectorEventType
    The event type to associate this detector with.
    lastUpdatedTime String
    The time when the detector was last updated.
    ruleExecutionMode DetectorRuleExecutionMode

    The rule execution mode for the rules included in the detector version.

    Valid values: FIRST_MATCHED | ALL_MATCHED Default value: FIRST_MATCHED

    You can define and edit the rule mode at the detector version level, when it is in draft status.

    If you specify FIRST_MATCHED , Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

    If you specifiy ALL_MATCHED , Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules.

    rules List<DetectorRule>
    The rules to include in the detector version.
    tags List<Tag>
    Tags associated with this detector.
    arn string
    The ARN of the detector.
    associatedModels DetectorModel[]
    The models to associate with this detector.
    createdTime string
    The time when the detector was created.
    description string
    The description of the detector.
    detectorVersionId string
    The active version ID of the detector
    detectorVersionStatus DetectorVersionStatus
    The desired detector version status for the detector
    eventType DetectorEventType
    The event type to associate this detector with.
    lastUpdatedTime string
    The time when the detector was last updated.
    ruleExecutionMode DetectorRuleExecutionMode

    The rule execution mode for the rules included in the detector version.

    Valid values: FIRST_MATCHED | ALL_MATCHED Default value: FIRST_MATCHED

    You can define and edit the rule mode at the detector version level, when it is in draft status.

    If you specify FIRST_MATCHED , Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

    If you specifiy ALL_MATCHED , Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules.

    rules DetectorRule[]
    The rules to include in the detector version.
    tags Tag[]
    Tags associated with this detector.
    arn str
    The ARN of the detector.
    associated_models Sequence[DetectorModel]
    The models to associate with this detector.
    created_time str
    The time when the detector was created.
    description str
    The description of the detector.
    detector_version_id str
    The active version ID of the detector
    detector_version_status DetectorVersionStatus
    The desired detector version status for the detector
    event_type DetectorEventType
    The event type to associate this detector with.
    last_updated_time str
    The time when the detector was last updated.
    rule_execution_mode DetectorRuleExecutionMode

    The rule execution mode for the rules included in the detector version.

    Valid values: FIRST_MATCHED | ALL_MATCHED Default value: FIRST_MATCHED

    You can define and edit the rule mode at the detector version level, when it is in draft status.

    If you specify FIRST_MATCHED , Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

    If you specifiy ALL_MATCHED , Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules.

    rules Sequence[DetectorRule]
    The rules to include in the detector version.
    tags Sequence[root_Tag]
    Tags associated with this detector.
    arn String
    The ARN of the detector.
    associatedModels List<Property Map>
    The models to associate with this detector.
    createdTime String
    The time when the detector was created.
    description String
    The description of the detector.
    detectorVersionId String
    The active version ID of the detector
    detectorVersionStatus "DRAFT" | "ACTIVE"
    The desired detector version status for the detector
    eventType Property Map
    The event type to associate this detector with.
    lastUpdatedTime String
    The time when the detector was last updated.
    ruleExecutionMode "FIRST_MATCHED" | "ALL_MATCHED"

    The rule execution mode for the rules included in the detector version.

    Valid values: FIRST_MATCHED | ALL_MATCHED Default value: FIRST_MATCHED

    You can define and edit the rule mode at the detector version level, when it is in draft status.

    If you specify FIRST_MATCHED , Amazon Fraud Detector evaluates rules sequentially, first to last, stopping at the first matched rule. Amazon Fraud dectector then provides the outcomes for that single rule.

    If you specifiy ALL_MATCHED , Amazon Fraud Detector evaluates all rules and returns the outcomes for all matched rules.

    rules List<Property Map>
    The rules to include in the detector version.
    tags List<Property Map>
    Tags associated with this detector.

    Supporting Types

    DetectorEntityType

    Arn string
    The entity type ARN.
    CreatedTime string
    The time when the entity type was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the entity type was last updated.
    Name string
    The entity type name.
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this entity type.
    Arn string
    The entity type ARN.
    CreatedTime string
    The time when the entity type was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the entity type was last updated.
    Name string
    The entity type name.
    Tags []DetectorTag
    Tags associated with this entity type.
    arn String
    The entity type ARN.
    createdTime String
    The time when the entity type was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the entity type was last updated.
    name String
    The entity type name.
    tags List<DetectorTag>
    Tags associated with this entity type.
    arn string
    The entity type ARN.
    createdTime string
    The time when the entity type was created.
    description string
    The description.
    inline boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime string
    The time when the entity type was last updated.
    name string
    The entity type name.
    tags DetectorTag[]
    Tags associated with this entity type.
    arn str
    The entity type ARN.
    created_time str
    The time when the entity type was created.
    description str
    The description.
    inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    last_updated_time str
    The time when the entity type was last updated.
    name str
    The entity type name.
    tags Sequence[DetectorTag]
    Tags associated with this entity type.
    arn String
    The entity type ARN.
    createdTime String
    The time when the entity type was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the entity type was last updated.
    name String
    The entity type name.
    tags List<Property Map>
    Tags associated with this entity type.

    DetectorEventType

    Arn string
    The ARN of the event type.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description of the event type.
    EntityTypes List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorEntityType>
    The event type entity types.
    EventVariables List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorEventVariable>
    The event type event variables.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    Labels List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorLabel>
    The event type labels.
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    The name for the event type
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this event type.
    Arn string
    The ARN of the event type.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description of the event type.
    EntityTypes []DetectorEntityType
    The event type entity types.
    EventVariables []DetectorEventVariable
    The event type event variables.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    Labels []DetectorLabel
    The event type labels.
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    The name for the event type
    Tags []DetectorTag
    Tags associated with this event type.
    arn String
    The ARN of the event type.
    createdTime String
    The time when the event type was created.
    description String
    The description of the event type.
    entityTypes List<DetectorEntityType>
    The event type entity types.
    eventVariables List<DetectorEventVariable>
    The event type event variables.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    labels List<DetectorLabel>
    The event type labels.
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    The name for the event type
    tags List<DetectorTag>
    Tags associated with this event type.
    arn string
    The ARN of the event type.
    createdTime string
    The time when the event type was created.
    description string
    The description of the event type.
    entityTypes DetectorEntityType[]
    The event type entity types.
    eventVariables DetectorEventVariable[]
    The event type event variables.
    inline boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    labels DetectorLabel[]
    The event type labels.
    lastUpdatedTime string
    The time when the event type was last updated.
    name string
    The name for the event type
    tags DetectorTag[]
    Tags associated with this event type.
    arn str
    The ARN of the event type.
    created_time str
    The time when the event type was created.
    description str
    The description of the event type.
    entity_types Sequence[DetectorEntityType]
    The event type entity types.
    event_variables Sequence[DetectorEventVariable]
    The event type event variables.
    inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    labels Sequence[DetectorLabel]
    The event type labels.
    last_updated_time str
    The time when the event type was last updated.
    name str
    The name for the event type
    tags Sequence[DetectorTag]
    Tags associated with this event type.
    arn String
    The ARN of the event type.
    createdTime String
    The time when the event type was created.
    description String
    The description of the event type.
    entityTypes List<Property Map>
    The event type entity types.
    eventVariables List<Property Map>
    The event type event variables.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    labels List<Property Map>
    The event type labels.
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    The name for the event type
    tags List<Property Map>
    Tags associated with this event type.

    DetectorEventVariable

    Arn string
    The event variable ARN.
    CreatedTime string
    The time when the event variable was created.
    DataSource Pulumi.AwsNative.FraudDetector.DetectorEventVariableDataSource

    The data source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a detector, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    DataType Pulumi.AwsNative.FraudDetector.DetectorEventVariableDataType

    The data type of the event variable.

    Valid values: STRING | INTEGER | BOOLEAN | FLOAT

    DefaultValue string
    The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the event variable was last updated.
    Name string
    The name of the event variable.
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this event variable.
    VariableType Pulumi.AwsNative.FraudDetector.DetectorEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    Arn string
    The event variable ARN.
    CreatedTime string
    The time when the event variable was created.
    DataSource DetectorEventVariableDataSource

    The data source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a detector, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    DataType DetectorEventVariableDataType

    The data type of the event variable.

    Valid values: STRING | INTEGER | BOOLEAN | FLOAT

    DefaultValue string
    The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the event variable was last updated.
    Name string
    The name of the event variable.
    Tags []DetectorTag
    Tags associated with this event variable.
    VariableType DetectorEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    arn String
    The event variable ARN.
    createdTime String
    The time when the event variable was created.
    dataSource DetectorEventVariableDataSource

    The data source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a detector, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    dataType DetectorEventVariableDataType

    The data type of the event variable.

    Valid values: STRING | INTEGER | BOOLEAN | FLOAT

    defaultValue String
    The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the event variable was last updated.
    name String
    The name of the event variable.
    tags List<DetectorTag>
    Tags associated with this event variable.
    variableType DetectorEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    arn string
    The event variable ARN.
    createdTime string
    The time when the event variable was created.
    dataSource DetectorEventVariableDataSource

    The data source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a detector, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    dataType DetectorEventVariableDataType

    The data type of the event variable.

    Valid values: STRING | INTEGER | BOOLEAN | FLOAT

    defaultValue string
    The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
    description string
    The description.
    inline boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime string
    The time when the event variable was last updated.
    name string
    The name of the event variable.
    tags DetectorTag[]
    Tags associated with this event variable.
    variableType DetectorEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    arn str
    The event variable ARN.
    created_time str
    The time when the event variable was created.
    data_source DetectorEventVariableDataSource

    The data source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a detector, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    data_type DetectorEventVariableDataType

    The data type of the event variable.

    Valid values: STRING | INTEGER | BOOLEAN | FLOAT

    default_value str
    The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
    description str
    The description.
    inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    last_updated_time str
    The time when the event variable was last updated.
    name str
    The name of the event variable.
    tags Sequence[DetectorTag]
    Tags associated with this event variable.
    variable_type DetectorEventVariableVariableType
    The type of event variable. For more information, see Variable types .
    arn String
    The event variable ARN.
    createdTime String
    The time when the event variable was created.
    dataSource "EVENT"

    The data source of the event variable.

    Valid values: EVENT | EXTERNAL_MODEL_SCORE

    When defining a variable within a detector, you can only use the EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for DataSource.

    dataType "STRING" | "INTEGER" | "FLOAT" | "BOOLEAN"

    The data type of the event variable.

    Valid values: STRING | INTEGER | BOOLEAN | FLOAT

    defaultValue String
    The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the event variable was last updated.
    name String
    The name of the event variable.
    tags List<Property Map>
    Tags associated with this event variable.
    variableType "AUTH_CODE" | "AVS" | "BILLING_ADDRESS_L1" | "BILLING_ADDRESS_L2" | "BILLING_CITY" | "BILLING_COUNTRY" | "BILLING_NAME" | "BILLING_PHONE" | "BILLING_STATE" | "BILLING_ZIP" | "CARD_BIN" | "CATEGORICAL" | "CURRENCY_CODE" | "EMAIL_ADDRESS" | "FINGERPRINT" | "FRAUD_LABEL" | "FREE_FORM_TEXT" | "IP_ADDRESS" | "NUMERIC" | "ORDER_ID" | "PAYMENT_TYPE" | "PHONE_NUMBER" | "PRICE" | "PRODUCT_CATEGORY" | "SHIPPING_ADDRESS_L1" | "SHIPPING_ADDRESS_L2" | "SHIPPING_CITY" | "SHIPPING_COUNTRY" | "SHIPPING_NAME" | "SHIPPING_PHONE" | "SHIPPING_STATE" | "SHIPPING_ZIP" | "USERAGENT"
    The type of event variable. For more information, see Variable types .

    DetectorEventVariableDataSource

    DetectorEventVariableDataType

    DetectorEventVariableVariableType

    DetectorLabel

    Arn string
    The label ARN.
    CreatedTime string
    The time when the label was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the label was last updated.
    Name string
    The label name.
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this label.
    Arn string
    The label ARN.
    CreatedTime string
    The time when the label was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the label was last updated.
    Name string
    The label name.
    Tags []DetectorTag
    Tags associated with this label.
    arn String
    The label ARN.
    createdTime String
    The time when the label was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the label was last updated.
    name String
    The label name.
    tags List<DetectorTag>
    Tags associated with this label.
    arn string
    The label ARN.
    createdTime string
    The time when the label was created.
    description string
    The description.
    inline boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime string
    The time when the label was last updated.
    name string
    The label name.
    tags DetectorTag[]
    Tags associated with this label.
    arn str
    The label ARN.
    created_time str
    The time when the label was created.
    description str
    The description.
    inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    last_updated_time str
    The time when the label was last updated.
    name str
    The label name.
    tags Sequence[DetectorTag]
    Tags associated with this label.
    arn String
    The label ARN.
    createdTime String
    The time when the label was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the label was last updated.
    name String
    The label name.
    tags List<Property Map>
    Tags associated with this label.

    DetectorModel

    Arn string
    The ARN of the model.
    Arn string
    The ARN of the model.
    arn String
    The ARN of the model.
    arn string
    The ARN of the model.
    arn str
    The ARN of the model.
    arn String
    The ARN of the model.

    DetectorOutcome

    Arn string
    The outcome ARN.
    CreatedTime string
    The time when the outcome was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the outcome was last updated.
    Name string
    The outcome name.
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this outcome.
    Arn string
    The outcome ARN.
    CreatedTime string
    The time when the outcome was created.
    Description string
    The description.
    Inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    LastUpdatedTime string
    The time when the outcome was last updated.
    Name string
    The outcome name.
    Tags []DetectorTag
    Tags associated with this outcome.
    arn String
    The outcome ARN.
    createdTime String
    The time when the outcome was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the outcome was last updated.
    name String
    The outcome name.
    tags List<DetectorTag>
    Tags associated with this outcome.
    arn string
    The outcome ARN.
    createdTime string
    The time when the outcome was created.
    description string
    The description.
    inline boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime string
    The time when the outcome was last updated.
    name string
    The outcome name.
    tags DetectorTag[]
    Tags associated with this outcome.
    arn str
    The outcome ARN.
    created_time str
    The time when the outcome was created.
    description str
    The description.
    inline bool

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    last_updated_time str
    The time when the outcome was last updated.
    name str
    The outcome name.
    tags Sequence[DetectorTag]
    Tags associated with this outcome.
    arn String
    The outcome ARN.
    createdTime String
    The time when the outcome was created.
    description String
    The description.
    inline Boolean

    Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.

    For example, when creating AWS::FraudDetector::Detector you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your detector but not execute any changes to the variables.

    lastUpdatedTime String
    The time when the outcome was last updated.
    name String
    The outcome name.
    tags List<Property Map>
    Tags associated with this outcome.

    DetectorRule

    Arn string
    The rule ARN.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    DetectorId string
    The detector for which the rule is associated.
    Expression string
    The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
    Language Pulumi.AwsNative.FraudDetector.DetectorRuleLanguage

    The rule language.

    Valid Value: DETECTORPL

    LastUpdatedTime string
    The time when the event type was last updated.
    Outcomes List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorOutcome>
    The rule outcome.
    RuleId string
    The rule ID.
    RuleVersion string
    The rule version.
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this event type.
    Arn string
    The rule ARN.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    DetectorId string
    The detector for which the rule is associated.
    Expression string
    The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
    Language DetectorRuleLanguage

    The rule language.

    Valid Value: DETECTORPL

    LastUpdatedTime string
    The time when the event type was last updated.
    Outcomes []DetectorOutcome
    The rule outcome.
    RuleId string
    The rule ID.
    RuleVersion string
    The rule version.
    Tags []DetectorTag
    Tags associated with this event type.
    arn String
    The rule ARN.
    createdTime String
    The time when the event type was created.
    description String
    The description.
    detectorId String
    The detector for which the rule is associated.
    expression String
    The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
    language DetectorRuleLanguage

    The rule language.

    Valid Value: DETECTORPL

    lastUpdatedTime String
    The time when the event type was last updated.
    outcomes List<DetectorOutcome>
    The rule outcome.
    ruleId String
    The rule ID.
    ruleVersion String
    The rule version.
    tags List<DetectorTag>
    Tags associated with this event type.
    arn string
    The rule ARN.
    createdTime string
    The time when the event type was created.
    description string
    The description.
    detectorId string
    The detector for which the rule is associated.
    expression string
    The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
    language DetectorRuleLanguage

    The rule language.

    Valid Value: DETECTORPL

    lastUpdatedTime string
    The time when the event type was last updated.
    outcomes DetectorOutcome[]
    The rule outcome.
    ruleId string
    The rule ID.
    ruleVersion string
    The rule version.
    tags DetectorTag[]
    Tags associated with this event type.
    arn str
    The rule ARN.
    created_time str
    The time when the event type was created.
    description str
    The description.
    detector_id str
    The detector for which the rule is associated.
    expression str
    The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
    language DetectorRuleLanguage

    The rule language.

    Valid Value: DETECTORPL

    last_updated_time str
    The time when the event type was last updated.
    outcomes Sequence[DetectorOutcome]
    The rule outcome.
    rule_id str
    The rule ID.
    rule_version str
    The rule version.
    tags Sequence[DetectorTag]
    Tags associated with this event type.
    arn String
    The rule ARN.
    createdTime String
    The time when the event type was created.
    description String
    The description.
    detectorId String
    The detector for which the rule is associated.
    expression String
    The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
    language "DETECTORPL"

    The rule language.

    Valid Value: DETECTORPL

    lastUpdatedTime String
    The time when the event type was last updated.
    outcomes List<Property Map>
    The rule outcome.
    ruleId String
    The rule ID.
    ruleVersion String
    The rule version.
    tags List<Property Map>
    Tags associated with this event type.

    DetectorRuleExecutionMode

    DetectorRuleLanguage

    DetectorTag

    Key string
    A tag key.
    Value string
    A value assigned to a tag key.
    Key string
    A tag key.
    Value string
    A value assigned to a tag key.
    key String
    A tag key.
    value String
    A value assigned to a tag key.
    key string
    A tag key.
    value string
    A value assigned to a tag key.
    key str
    A tag key.
    value str
    A value assigned to a tag key.
    key String
    A tag key.
    value String
    A value assigned to a tag key.

    DetectorVersionStatus

    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 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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi