aws-native logo
AWS Native v0.55.0, Mar 28 23

aws-native.frauddetector.Detector

A resource schema for a Detector in Amazon Fraud Detector.

Create Detector Resource

new Detector(name: string, args: DetectorArgs, opts?: CustomResourceOptions);
@overload
def Detector(resource_name: str,
             opts: Optional[ResourceOptions] = None,
             associated_models: Optional[Sequence[DetectorModelArgs]] = None,
             description: Optional[str] = None,
             detector_id: Optional[str] = None,
             detector_version_status: Optional[DetectorVersionStatus] = None,
             event_type: Optional[DetectorEventTypeArgs] = None,
             rule_execution_mode: Optional[DetectorRuleExecutionMode] = None,
             rules: Optional[Sequence[DetectorRuleArgs]] = None,
             tags: Optional[Sequence[DetectorTagArgs]] = None)
@overload
def Detector(resource_name: str,
             args: DetectorArgs,
             opts: Optional[ResourceOptions] = 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.

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.

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 []DetectorTagArgs

Tags associated with this detector.

detectorId String

The ID of the detector

eventType DetectorEventTypeArgs

The event type to associate this detector with.

rules List<DetectorRuleArgs>
associatedModels List<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 List<DetectorTagArgs>

Tags associated with this detector.

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 DetectorTagArgs[]

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[DetectorTagArgs]

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

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

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

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

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

DetectorEventVariableDataType

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

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

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

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

DetectorOutcome

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

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

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

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

DetectorTag

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

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

Package Details

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