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

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.frauddetector.Detector

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

    A resource schema for a Detector in Amazon Fraud Detector.

    Create Detector Resource

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

    Constructor syntax

    new Detector(name: string, args: DetectorArgs, opts?: CustomResourceOptions);
    @overload
    def Detector(resource_name: str,
                 args: DetectorArgs,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Detector(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 detector_id: Optional[str] = None,
                 event_type: Optional[DetectorEventTypeArgs] = None,
                 rules: Optional[Sequence[DetectorRuleArgs]] = None,
                 associated_models: Optional[Sequence[DetectorModelArgs]] = None,
                 description: Optional[str] = None,
                 detector_version_status: Optional[DetectorVersionStatus] = None,
                 rule_execution_mode: Optional[DetectorRuleExecutionMode] = None,
                 tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewDetector(ctx *Context, name string, args DetectorArgs, opts ...ResourceOption) (*Detector, error)
    public Detector(string name, DetectorArgs args, CustomResourceOptions? opts = null)
    public Detector(String name, DetectorArgs args)
    public Detector(String name, DetectorArgs args, CustomResourceOptions options)
    
    type: aws-native:frauddetector:Detector
    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 DetectorArgs
    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 DetectorArgs
    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 DetectorArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DetectorArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DetectorArgs
    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 detectorResource = new aws_native.frauddetector.Detector("detectorResource", {
        detectorId: "string",
        eventType: {
            arn: "string",
            createdTime: "string",
            description: "string",
            entityTypes: [{
                arn: "string",
                createdTime: "string",
                description: "string",
                inline: false,
                lastUpdatedTime: "string",
                name: "string",
                tags: [{
                    key: "string",
                    value: "string",
                }],
            }],
            eventVariables: [{
                arn: "string",
                createdTime: "string",
                dataSource: aws_native.frauddetector.DetectorEventVariableDataSource.Event,
                dataType: aws_native.frauddetector.DetectorEventVariableDataType.String,
                defaultValue: "string",
                description: "string",
                inline: false,
                lastUpdatedTime: "string",
                name: "string",
                tags: [{
                    key: "string",
                    value: "string",
                }],
                variableType: aws_native.frauddetector.DetectorEventVariableVariableType.AuthCode,
            }],
            inline: false,
            labels: [{
                arn: "string",
                createdTime: "string",
                description: "string",
                inline: false,
                lastUpdatedTime: "string",
                name: "string",
                tags: [{
                    key: "string",
                    value: "string",
                }],
            }],
            lastUpdatedTime: "string",
            name: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
        },
        rules: [{
            arn: "string",
            createdTime: "string",
            description: "string",
            detectorId: "string",
            expression: "string",
            language: aws_native.frauddetector.DetectorRuleLanguage.Detectorpl,
            lastUpdatedTime: "string",
            outcomes: [{
                arn: "string",
                createdTime: "string",
                description: "string",
                inline: false,
                lastUpdatedTime: "string",
                name: "string",
                tags: [{
                    key: "string",
                    value: "string",
                }],
            }],
            ruleId: "string",
            ruleVersion: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
        }],
        associatedModels: [{
            arn: "string",
        }],
        description: "string",
        detectorVersionStatus: aws_native.frauddetector.DetectorVersionStatus.Draft,
        ruleExecutionMode: aws_native.frauddetector.DetectorRuleExecutionMode.FirstMatched,
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

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

    DetectorId string
    The ID of the detector
    EventType DetectorEventTypeArgs
    The event type to associate this detector with.
    Rules []DetectorRuleArgs
    AssociatedModels []DetectorModelArgs
    The models to associate with this detector.
    Description string
    The description of the detector.
    DetectorVersionStatus DetectorVersionStatus
    The desired detector version status for the detector
    RuleExecutionMode DetectorRuleExecutionMode
    Tags TagArgs
    Tags associated with this detector.
    detectorId String
    The ID of the detector
    eventType DetectorEventType
    The event type to associate this detector with.
    rules List<DetectorRule>
    associatedModels List<DetectorModel>
    The models to associate with this detector.
    description String
    The description of the detector.
    detectorVersionStatus DetectorVersionStatus
    The desired detector version status for the detector
    ruleExecutionMode DetectorRuleExecutionMode
    tags List<Tag>
    Tags associated with this detector.
    detectorId string
    The ID of the detector
    eventType DetectorEventType
    The event type to associate this detector with.
    rules DetectorRule[]
    associatedModels DetectorModel[]
    The models to associate with this detector.
    description string
    The description of the detector.
    detectorVersionStatus DetectorVersionStatus
    The desired detector version status for the detector
    ruleExecutionMode DetectorRuleExecutionMode
    tags Tag[]
    Tags associated with this detector.
    detector_id str
    The ID of the detector
    event_type DetectorEventTypeArgs
    The event type to associate this detector with.
    rules Sequence[DetectorRuleArgs]
    associated_models Sequence[DetectorModelArgs]
    The models to associate with this detector.
    description str
    The description of the detector.
    detector_version_status DetectorVersionStatus
    The desired detector version status for the detector
    rule_execution_mode DetectorRuleExecutionMode
    tags Sequence[TagArgs]
    Tags associated with this detector.
    detectorId String
    The ID of the detector
    eventType Property Map
    The event type to associate this detector with.
    rules List<Property Map>
    associatedModels List<Property Map>
    The models to associate with this detector.
    description String
    The description of the detector.
    detectorVersionStatus "DRAFT" | "ACTIVE"
    The desired detector version status for the detector
    ruleExecutionMode "FIRST_MATCHED" | "ALL_MATCHED"
    tags List<Property Map>
    Tags associated with this detector.

    Outputs

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

    Arn string
    The ARN of the detector.
    CreatedTime string
    The time when the detector was created.
    DetectorVersionId string
    The active version ID of the detector
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The time when the detector was last updated.
    Arn string
    The ARN of the detector.
    CreatedTime string
    The time when the detector was created.
    DetectorVersionId string
    The active version ID of the detector
    Id string
    The provider-assigned unique ID for this managed resource.
    LastUpdatedTime string
    The time when the detector was last updated.
    arn String
    The ARN of the detector.
    createdTime String
    The time when the detector was created.
    detectorVersionId String
    The active version ID of the detector
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    The time when the detector was last updated.
    arn string
    The ARN of the detector.
    createdTime string
    The time when the detector was created.
    detectorVersionId string
    The active version ID of the detector
    id string
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime string
    The time when the detector was last updated.
    arn str
    The ARN of the detector.
    created_time str
    The time when the detector was created.
    detector_version_id str
    The active version ID of the detector
    id str
    The provider-assigned unique ID for this managed resource.
    last_updated_time str
    The time when the detector was last updated.
    arn String
    The ARN of the detector.
    createdTime String
    The time when the detector was created.
    detectorVersionId String
    The active version ID of the detector
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    The time when the detector was last updated.

    Supporting Types

    DetectorEntityType, DetectorEntityTypeArgs

    Arn string
    CreatedTime string
    The time when the entity type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the entity type was last updated.
    Name string
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this entity type.
    Arn string
    CreatedTime string
    The time when the entity type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the entity type was last updated.
    Name string
    Tags []DetectorTag
    Tags associated with this entity type.
    arn String
    createdTime String
    The time when the entity type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the entity type was last updated.
    name String
    tags List<DetectorTag>
    Tags associated with this entity type.
    arn string
    createdTime string
    The time when the entity type was created.
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the entity type was last updated.
    name string
    tags DetectorTag[]
    Tags associated with this entity type.
    arn str
    created_time str
    The time when the entity type was created.
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the entity type was last updated.
    name str
    tags Sequence[DetectorTag]
    Tags associated with this entity type.
    arn String
    createdTime String
    The time when the entity type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the entity type was last updated.
    name String
    tags List<Property Map>
    Tags associated with this entity type.

    DetectorEventType, DetectorEventTypeArgs

    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>
    EventVariables List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorEventVariable>
    Inline bool
    Labels List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorLabel>
    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
    EventVariables []DetectorEventVariable
    Inline bool
    Labels []DetectorLabel
    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>
    eventVariables List<DetectorEventVariable>
    inline Boolean
    labels List<DetectorLabel>
    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[]
    eventVariables DetectorEventVariable[]
    inline boolean
    labels DetectorLabel[]
    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]
    event_variables Sequence[DetectorEventVariable]
    inline bool
    labels Sequence[DetectorLabel]
    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>
    eventVariables List<Property Map>
    inline Boolean
    labels List<Property Map>
    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, DetectorEventVariableArgs

    Arn string
    CreatedTime string
    The time when the event variable was created.
    DataSource DetectorEventVariableDataSource
    DataType DetectorEventVariableDataType
    DefaultValue string
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event variable was last updated.
    Name string
    Tags []DetectorTag
    Tags associated with this event variable.
    VariableType DetectorEventVariableVariableType
    arn String
    createdTime String
    The time when the event variable was created.
    dataSource DetectorEventVariableDataSource
    dataType DetectorEventVariableDataType
    defaultValue String
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event variable was last updated.
    name String
    tags List<DetectorTag>
    Tags associated with this event variable.
    variableType DetectorEventVariableVariableType
    arn string
    createdTime string
    The time when the event variable was created.
    dataSource DetectorEventVariableDataSource
    dataType DetectorEventVariableDataType
    defaultValue string
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the event variable was last updated.
    name string
    tags DetectorTag[]
    Tags associated with this event variable.
    variableType DetectorEventVariableVariableType
    arn str
    created_time str
    The time when the event variable was created.
    data_source DetectorEventVariableDataSource
    data_type DetectorEventVariableDataType
    default_value str
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the event variable was last updated.
    name str
    tags Sequence[DetectorTag]
    Tags associated with this event variable.
    variable_type DetectorEventVariableVariableType
    arn String
    createdTime String
    The time when the event variable was created.
    dataSource "EVENT"
    dataType "STRING" | "INTEGER" | "FLOAT" | "BOOLEAN"
    defaultValue String
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event variable was last updated.
    name String
    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"

    DetectorEventVariableDataSource, DetectorEventVariableDataSourceArgs

    Event
    EVENT
    DetectorEventVariableDataSourceEvent
    EVENT
    Event
    EVENT
    Event
    EVENT
    EVENT
    EVENT
    "EVENT"
    EVENT

    DetectorEventVariableDataType, DetectorEventVariableDataTypeArgs

    String
    STRING
    Integer
    INTEGER
    Float
    FLOAT
    Boolean
    BOOLEAN
    DetectorEventVariableDataTypeString
    STRING
    DetectorEventVariableDataTypeInteger
    INTEGER
    DetectorEventVariableDataTypeFloat
    FLOAT
    DetectorEventVariableDataTypeBoolean
    BOOLEAN
    String
    STRING
    Integer
    INTEGER
    Float
    FLOAT
    Boolean
    BOOLEAN
    String
    STRING
    Integer
    INTEGER
    Float
    FLOAT
    Boolean
    BOOLEAN
    STRING
    STRING
    INTEGER
    INTEGER
    FLOAT
    FLOAT
    BOOLEAN
    BOOLEAN
    "STRING"
    STRING
    "INTEGER"
    INTEGER
    "FLOAT"
    FLOAT
    "BOOLEAN"
    BOOLEAN

    DetectorEventVariableVariableType, DetectorEventVariableVariableTypeArgs

    AuthCode
    AUTH_CODE
    Avs
    AVS
    BillingAddressL1
    BILLING_ADDRESS_L1
    BillingAddressL2
    BILLING_ADDRESS_L2
    BillingCity
    BILLING_CITY
    BillingCountry
    BILLING_COUNTRY
    BillingName
    BILLING_NAME
    BillingPhone
    BILLING_PHONE
    BillingState
    BILLING_STATE
    BillingZip
    BILLING_ZIP
    CardBin
    CARD_BIN
    Categorical
    CATEGORICAL
    CurrencyCode
    CURRENCY_CODE
    EmailAddress
    EMAIL_ADDRESS
    Fingerprint
    FINGERPRINT
    FraudLabel
    FRAUD_LABEL
    FreeFormText
    FREE_FORM_TEXT
    IpAddress
    IP_ADDRESS
    Numeric
    NUMERIC
    OrderId
    ORDER_ID
    PaymentType
    PAYMENT_TYPE
    PhoneNumber
    PHONE_NUMBER
    Price
    PRICE
    ProductCategory
    PRODUCT_CATEGORY
    ShippingAddressL1
    SHIPPING_ADDRESS_L1
    ShippingAddressL2
    SHIPPING_ADDRESS_L2
    ShippingCity
    SHIPPING_CITY
    ShippingCountry
    SHIPPING_COUNTRY
    ShippingName
    SHIPPING_NAME
    ShippingPhone
    SHIPPING_PHONE
    ShippingState
    SHIPPING_STATE
    ShippingZip
    SHIPPING_ZIP
    Useragent
    USERAGENT
    DetectorEventVariableVariableTypeAuthCode
    AUTH_CODE
    DetectorEventVariableVariableTypeAvs
    AVS
    DetectorEventVariableVariableTypeBillingAddressL1
    BILLING_ADDRESS_L1
    DetectorEventVariableVariableTypeBillingAddressL2
    BILLING_ADDRESS_L2
    DetectorEventVariableVariableTypeBillingCity
    BILLING_CITY
    DetectorEventVariableVariableTypeBillingCountry
    BILLING_COUNTRY
    DetectorEventVariableVariableTypeBillingName
    BILLING_NAME
    DetectorEventVariableVariableTypeBillingPhone
    BILLING_PHONE
    DetectorEventVariableVariableTypeBillingState
    BILLING_STATE
    DetectorEventVariableVariableTypeBillingZip
    BILLING_ZIP
    DetectorEventVariableVariableTypeCardBin
    CARD_BIN
    DetectorEventVariableVariableTypeCategorical
    CATEGORICAL
    DetectorEventVariableVariableTypeCurrencyCode
    CURRENCY_CODE
    DetectorEventVariableVariableTypeEmailAddress
    EMAIL_ADDRESS
    DetectorEventVariableVariableTypeFingerprint
    FINGERPRINT
    DetectorEventVariableVariableTypeFraudLabel
    FRAUD_LABEL
    DetectorEventVariableVariableTypeFreeFormText
    FREE_FORM_TEXT
    DetectorEventVariableVariableTypeIpAddress
    IP_ADDRESS
    DetectorEventVariableVariableTypeNumeric
    NUMERIC
    DetectorEventVariableVariableTypeOrderId
    ORDER_ID
    DetectorEventVariableVariableTypePaymentType
    PAYMENT_TYPE
    DetectorEventVariableVariableTypePhoneNumber
    PHONE_NUMBER
    DetectorEventVariableVariableTypePrice
    PRICE
    DetectorEventVariableVariableTypeProductCategory
    PRODUCT_CATEGORY
    DetectorEventVariableVariableTypeShippingAddressL1
    SHIPPING_ADDRESS_L1
    DetectorEventVariableVariableTypeShippingAddressL2
    SHIPPING_ADDRESS_L2
    DetectorEventVariableVariableTypeShippingCity
    SHIPPING_CITY
    DetectorEventVariableVariableTypeShippingCountry
    SHIPPING_COUNTRY
    DetectorEventVariableVariableTypeShippingName
    SHIPPING_NAME
    DetectorEventVariableVariableTypeShippingPhone
    SHIPPING_PHONE
    DetectorEventVariableVariableTypeShippingState
    SHIPPING_STATE
    DetectorEventVariableVariableTypeShippingZip
    SHIPPING_ZIP
    DetectorEventVariableVariableTypeUseragent
    USERAGENT
    AuthCode
    AUTH_CODE
    Avs
    AVS
    BillingAddressL1
    BILLING_ADDRESS_L1
    BillingAddressL2
    BILLING_ADDRESS_L2
    BillingCity
    BILLING_CITY
    BillingCountry
    BILLING_COUNTRY
    BillingName
    BILLING_NAME
    BillingPhone
    BILLING_PHONE
    BillingState
    BILLING_STATE
    BillingZip
    BILLING_ZIP
    CardBin
    CARD_BIN
    Categorical
    CATEGORICAL
    CurrencyCode
    CURRENCY_CODE
    EmailAddress
    EMAIL_ADDRESS
    Fingerprint
    FINGERPRINT
    FraudLabel
    FRAUD_LABEL
    FreeFormText
    FREE_FORM_TEXT
    IpAddress
    IP_ADDRESS
    Numeric
    NUMERIC
    OrderId
    ORDER_ID
    PaymentType
    PAYMENT_TYPE
    PhoneNumber
    PHONE_NUMBER
    Price
    PRICE
    ProductCategory
    PRODUCT_CATEGORY
    ShippingAddressL1
    SHIPPING_ADDRESS_L1
    ShippingAddressL2
    SHIPPING_ADDRESS_L2
    ShippingCity
    SHIPPING_CITY
    ShippingCountry
    SHIPPING_COUNTRY
    ShippingName
    SHIPPING_NAME
    ShippingPhone
    SHIPPING_PHONE
    ShippingState
    SHIPPING_STATE
    ShippingZip
    SHIPPING_ZIP
    Useragent
    USERAGENT
    AuthCode
    AUTH_CODE
    Avs
    AVS
    BillingAddressL1
    BILLING_ADDRESS_L1
    BillingAddressL2
    BILLING_ADDRESS_L2
    BillingCity
    BILLING_CITY
    BillingCountry
    BILLING_COUNTRY
    BillingName
    BILLING_NAME
    BillingPhone
    BILLING_PHONE
    BillingState
    BILLING_STATE
    BillingZip
    BILLING_ZIP
    CardBin
    CARD_BIN
    Categorical
    CATEGORICAL
    CurrencyCode
    CURRENCY_CODE
    EmailAddress
    EMAIL_ADDRESS
    Fingerprint
    FINGERPRINT
    FraudLabel
    FRAUD_LABEL
    FreeFormText
    FREE_FORM_TEXT
    IpAddress
    IP_ADDRESS
    Numeric
    NUMERIC
    OrderId
    ORDER_ID
    PaymentType
    PAYMENT_TYPE
    PhoneNumber
    PHONE_NUMBER
    Price
    PRICE
    ProductCategory
    PRODUCT_CATEGORY
    ShippingAddressL1
    SHIPPING_ADDRESS_L1
    ShippingAddressL2
    SHIPPING_ADDRESS_L2
    ShippingCity
    SHIPPING_CITY
    ShippingCountry
    SHIPPING_COUNTRY
    ShippingName
    SHIPPING_NAME
    ShippingPhone
    SHIPPING_PHONE
    ShippingState
    SHIPPING_STATE
    ShippingZip
    SHIPPING_ZIP
    Useragent
    USERAGENT
    AUTH_CODE
    AUTH_CODE
    AVS
    AVS
    BILLING_ADDRESS_L1
    BILLING_ADDRESS_L1
    BILLING_ADDRESS_L2
    BILLING_ADDRESS_L2
    BILLING_CITY
    BILLING_CITY
    BILLING_COUNTRY
    BILLING_COUNTRY
    BILLING_NAME
    BILLING_NAME
    BILLING_PHONE
    BILLING_PHONE
    BILLING_STATE
    BILLING_STATE
    BILLING_ZIP
    BILLING_ZIP
    CARD_BIN
    CARD_BIN
    CATEGORICAL
    CATEGORICAL
    CURRENCY_CODE
    CURRENCY_CODE
    EMAIL_ADDRESS
    EMAIL_ADDRESS
    FINGERPRINT
    FINGERPRINT
    FRAUD_LABEL
    FRAUD_LABEL
    FREE_FORM_TEXT
    FREE_FORM_TEXT
    IP_ADDRESS
    IP_ADDRESS
    NUMERIC
    NUMERIC
    ORDER_ID
    ORDER_ID
    PAYMENT_TYPE
    PAYMENT_TYPE
    PHONE_NUMBER
    PHONE_NUMBER
    PRICE
    PRICE
    PRODUCT_CATEGORY
    PRODUCT_CATEGORY
    SHIPPING_ADDRESS_L1
    SHIPPING_ADDRESS_L1
    SHIPPING_ADDRESS_L2
    SHIPPING_ADDRESS_L2
    SHIPPING_CITY
    SHIPPING_CITY
    SHIPPING_COUNTRY
    SHIPPING_COUNTRY
    SHIPPING_NAME
    SHIPPING_NAME
    SHIPPING_PHONE
    SHIPPING_PHONE
    SHIPPING_STATE
    SHIPPING_STATE
    SHIPPING_ZIP
    SHIPPING_ZIP
    USERAGENT
    USERAGENT
    "AUTH_CODE"
    AUTH_CODE
    "AVS"
    AVS
    "BILLING_ADDRESS_L1"
    BILLING_ADDRESS_L1
    "BILLING_ADDRESS_L2"
    BILLING_ADDRESS_L2
    "BILLING_CITY"
    BILLING_CITY
    "BILLING_COUNTRY"
    BILLING_COUNTRY
    "BILLING_NAME"
    BILLING_NAME
    "BILLING_PHONE"
    BILLING_PHONE
    "BILLING_STATE"
    BILLING_STATE
    "BILLING_ZIP"
    BILLING_ZIP
    "CARD_BIN"
    CARD_BIN
    "CATEGORICAL"
    CATEGORICAL
    "CURRENCY_CODE"
    CURRENCY_CODE
    "EMAIL_ADDRESS"
    EMAIL_ADDRESS
    "FINGERPRINT"
    FINGERPRINT
    "FRAUD_LABEL"
    FRAUD_LABEL
    "FREE_FORM_TEXT"
    FREE_FORM_TEXT
    "IP_ADDRESS"
    IP_ADDRESS
    "NUMERIC"
    NUMERIC
    "ORDER_ID"
    ORDER_ID
    "PAYMENT_TYPE"
    PAYMENT_TYPE
    "PHONE_NUMBER"
    PHONE_NUMBER
    "PRICE"
    PRICE
    "PRODUCT_CATEGORY"
    PRODUCT_CATEGORY
    "SHIPPING_ADDRESS_L1"
    SHIPPING_ADDRESS_L1
    "SHIPPING_ADDRESS_L2"
    SHIPPING_ADDRESS_L2
    "SHIPPING_CITY"
    SHIPPING_CITY
    "SHIPPING_COUNTRY"
    SHIPPING_COUNTRY
    "SHIPPING_NAME"
    SHIPPING_NAME
    "SHIPPING_PHONE"
    SHIPPING_PHONE
    "SHIPPING_STATE"
    SHIPPING_STATE
    "SHIPPING_ZIP"
    SHIPPING_ZIP
    "USERAGENT"
    USERAGENT

    DetectorLabel, DetectorLabelArgs

    Arn string
    CreatedTime string
    The time when the label was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the label was last updated.
    Name string
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this label.
    Arn string
    CreatedTime string
    The time when the label was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the label was last updated.
    Name string
    Tags []DetectorTag
    Tags associated with this label.
    arn String
    createdTime String
    The time when the label was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the label was last updated.
    name String
    tags List<DetectorTag>
    Tags associated with this label.
    arn string
    createdTime string
    The time when the label was created.
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the label was last updated.
    name string
    tags DetectorTag[]
    Tags associated with this label.
    arn str
    created_time str
    The time when the label was created.
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the label was last updated.
    name str
    tags Sequence[DetectorTag]
    Tags associated with this label.
    arn String
    createdTime String
    The time when the label was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the label was last updated.
    name String
    tags List<Property Map>
    Tags associated with this label.

    DetectorModel, DetectorModelArgs

    Arn string
    Arn string
    arn String
    arn string
    arn str
    arn String

    DetectorOutcome, DetectorOutcomeArgs

    Arn string
    CreatedTime string
    The time when the outcome was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the outcome was last updated.
    Name string
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this outcome.
    Arn string
    CreatedTime string
    The time when the outcome was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the outcome was last updated.
    Name string
    Tags []DetectorTag
    Tags associated with this outcome.
    arn String
    createdTime String
    The time when the outcome was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the outcome was last updated.
    name String
    tags List<DetectorTag>
    Tags associated with this outcome.
    arn string
    createdTime string
    The time when the outcome was created.
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the outcome was last updated.
    name string
    tags DetectorTag[]
    Tags associated with this outcome.
    arn str
    created_time str
    The time when the outcome was created.
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the outcome was last updated.
    name str
    tags Sequence[DetectorTag]
    Tags associated with this outcome.
    arn String
    createdTime String
    The time when the outcome was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the outcome was last updated.
    name String
    tags List<Property Map>
    Tags associated with this outcome.

    DetectorRule, DetectorRuleArgs

    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    DetectorId string
    Expression string
    Language Pulumi.AwsNative.FraudDetector.DetectorRuleLanguage
    LastUpdatedTime string
    The time when the event type was last updated.
    Outcomes List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorOutcome>
    RuleId string
    RuleVersion string
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.DetectorTag>
    Tags associated with this event type.
    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    DetectorId string
    Expression string
    Language DetectorRuleLanguage
    LastUpdatedTime string
    The time when the event type was last updated.
    Outcomes []DetectorOutcome
    RuleId string
    RuleVersion string
    Tags []DetectorTag
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    detectorId String
    expression String
    language DetectorRuleLanguage
    lastUpdatedTime String
    The time when the event type was last updated.
    outcomes List<DetectorOutcome>
    ruleId String
    ruleVersion String
    tags List<DetectorTag>
    Tags associated with this event type.
    arn string
    createdTime string
    The time when the event type was created.
    description string
    The description.
    detectorId string
    expression string
    language DetectorRuleLanguage
    lastUpdatedTime string
    The time when the event type was last updated.
    outcomes DetectorOutcome[]
    ruleId string
    ruleVersion string
    tags DetectorTag[]
    Tags associated with this event type.
    arn str
    created_time str
    The time when the event type was created.
    description str
    The description.
    detector_id str
    expression str
    language DetectorRuleLanguage
    last_updated_time str
    The time when the event type was last updated.
    outcomes Sequence[DetectorOutcome]
    rule_id str
    rule_version str
    tags Sequence[DetectorTag]
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    detectorId String
    expression String
    language "DETECTORPL"
    lastUpdatedTime String
    The time when the event type was last updated.
    outcomes List<Property Map>
    ruleId String
    ruleVersion String
    tags List<Property Map>
    Tags associated with this event type.

    DetectorRuleExecutionMode, DetectorRuleExecutionModeArgs

    FirstMatched
    FIRST_MATCHED
    AllMatched
    ALL_MATCHED
    DetectorRuleExecutionModeFirstMatched
    FIRST_MATCHED
    DetectorRuleExecutionModeAllMatched
    ALL_MATCHED
    FirstMatched
    FIRST_MATCHED
    AllMatched
    ALL_MATCHED
    FirstMatched
    FIRST_MATCHED
    AllMatched
    ALL_MATCHED
    FIRST_MATCHED
    FIRST_MATCHED
    ALL_MATCHED
    ALL_MATCHED
    "FIRST_MATCHED"
    FIRST_MATCHED
    "ALL_MATCHED"
    ALL_MATCHED

    DetectorRuleLanguage, DetectorRuleLanguageArgs

    Detectorpl
    DETECTORPL
    DetectorRuleLanguageDetectorpl
    DETECTORPL
    Detectorpl
    DETECTORPL
    Detectorpl
    DETECTORPL
    DETECTORPL
    DETECTORPL
    "DETECTORPL"
    DETECTORPL

    DetectorTag, DetectorTagArgs

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    DetectorVersionStatus, DetectorVersionStatusArgs

    Draft
    DRAFT
    Active
    ACTIVE
    DetectorVersionStatusDraft
    DRAFT
    DetectorVersionStatusActive
    ACTIVE
    Draft
    DRAFT
    Active
    ACTIVE
    Draft
    DRAFT
    Active
    ACTIVE
    DRAFT
    DRAFT
    ACTIVE
    ACTIVE
    "DRAFT"
    DRAFT
    "ACTIVE"
    ACTIVE

    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