@swamp/aws/frauddetector
v2026.04.23.3
AWS FRAUDDETECTOR infrastructure models
Repository
https://github.com/systeminit/swamp-extensions
Labels
awsfrauddetectorcloudinfrastructure
Contents
Quality score
Verified by SwampHow well-documented and verifiable this extension is.
Grade A
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
Install
$ swamp extension pull @swamp/aws/frauddetector@swamp/aws/frauddetector/detectorv2026.04.23.2detector.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| DetectorId | string | The ID of the detector |
| DetectorVersionStatus? | enum | The desired detector version status for the detector |
| RuleExecutionMode? | enum | |
| Tags? | array | Tags associated with this detector. |
| Description? | string | The description of the detector. |
| Rules | array | |
| EventType | object | The event type to associate this detector with. |
| AssociatedModels? | array | The models to associate with this detector. |
createCreate a FraudDetector Detector
getGet a FraudDetector Detector
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector Detector |
updateUpdate a FraudDetector Detector
deleteDelete a FraudDetector Detector
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector Detector |
syncSync FraudDetector Detector state from AWS
Resources
state(infinite)— FraudDetector Detector resource state
@swamp/aws/frauddetector/entity-typev2026.04.23.2entity_type.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | The name of the entity type. |
| Tags? | array | Tags associated with this entity type. |
| Description? | string | The entity type description. |
createCreate a FraudDetector EntityType
getGet a FraudDetector EntityType
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector EntityType |
updateUpdate a FraudDetector EntityType
deleteDelete a FraudDetector EntityType
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector EntityType |
syncSync FraudDetector EntityType state from AWS
Resources
state(infinite)— FraudDetector EntityType resource state
@swamp/aws/frauddetector/event-typev2026.04.23.2event_type.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | The name for the event type |
| Tags? | array | Tags associated with this event type. |
| Description? | string | The description of the event type. |
| EventVariables | array | |
| Labels | array | |
| EntityTypes | array |
createCreate a FraudDetector EventType
getGet a FraudDetector EventType
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector EventType |
updateUpdate a FraudDetector EventType
deleteDelete a FraudDetector EventType
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector EventType |
syncSync FraudDetector EventType state from AWS
Resources
state(infinite)— FraudDetector EventType resource state
@swamp/aws/frauddetector/labelv2026.04.23.2label.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | The name of the label. |
| Tags? | array | Tags associated with this label. |
| Description? | string | The label description. |
createCreate a FraudDetector Label
getGet a FraudDetector Label
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector Label |
updateUpdate a FraudDetector Label
deleteDelete a FraudDetector Label
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector Label |
syncSync FraudDetector Label state from AWS
Resources
state(infinite)— FraudDetector Label resource state
@swamp/aws/frauddetector/listv2026.04.23.2list.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | The name of the list. |
| Description? | string | The description of the list. |
| VariableType? | string | The variable type of the list. |
| Tags? | array | Tags associated with this list. |
| Elements? | array | The elements in this list. |
createCreate a FraudDetector List
getGet a FraudDetector List
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector List |
updateUpdate a FraudDetector List
deleteDelete a FraudDetector List
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector List |
syncSync FraudDetector List state from AWS
Resources
state(infinite)— FraudDetector List resource state
@swamp/aws/frauddetector/outcomev2026.04.23.2outcome.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | The name of the outcome. |
| Tags? | array | Tags associated with this outcome. |
| Description? | string | The outcome description. |
createCreate a FraudDetector Outcome
getGet a FraudDetector Outcome
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector Outcome |
updateUpdate a FraudDetector Outcome
deleteDelete a FraudDetector Outcome
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector Outcome |
syncSync FraudDetector Outcome state from AWS
Resources
state(infinite)— FraudDetector Outcome resource state
@swamp/aws/frauddetector/variablev2026.04.23.2variable.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| Name | string | The name of the variable. |
| DataSource | enum | The source of the data. |
| DataType | enum | The data type. |
| DefaultValue | string | The default value for the variable when no value is received. |
| Description? | string | The description. |
| Tags? | array | Tags associated with this variable. |
| VariableType? | enum | The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types |
createCreate a FraudDetector Variable
getGet a FraudDetector Variable
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector Variable |
updateUpdate a FraudDetector Variable
deleteDelete a FraudDetector Variable
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the FraudDetector Variable |
syncSync FraudDetector Variable state from AWS
Resources
state(infinite)— FraudDetector Variable resource state
2026.04.23.21.3 MBApr 23, 2026
AWS FRAUDDETECTOR infrastructure models
Release Notes
- Updated: detector, entity_type, event_type, label, list, outcome, variable
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsfrauddetectorcloudinfrastructure
2026.04.03.21.3 MBApr 3, 2026
AWS FRAUDDETECTOR infrastructure models
Release Notes
- Updated: detector, entity_type, event_type, label, list, outcome, variable
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsfrauddetectorcloudinfrastructure
2026.03.19.11.4 MBMar 19, 2026
AWS FRAUDDETECTOR infrastructure models
Release Notes
- Updated: detector, entity_type, event_type, label, list, outcome, variable
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsfrauddetectorcloudinfrastructure
2026.03.16.11.4 MBMar 16, 2026
AWS FRAUDDETECTOR infrastructure models
Release Notes
- Updated: detector, entity_type, event_type, label, list, outcome, variable
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsfrauddetectorcloudinfrastructure
2026.03.10.51.4 MBMar 10, 2026
AWS FRAUDDETECTOR infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
awsfrauddetectorcloudinfrastructure