We recommend new projects start with resources from the AWS provider.
aws-native.frauddetector.Detector
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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.
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:
- Detector
Id string - The ID of the detector
- Event
Type Pulumi.Aws Native. Fraud Detector. Inputs. Detector Event Type - The event type to associate this detector with.
- Rules
List<Pulumi.
Aws Native. Fraud Detector. Inputs. Detector Rule> - The rules to include in the detector version.
- Associated
Models List<Pulumi.Aws Native. Fraud Detector. Inputs. Detector Model> - The models to associate with this detector.
- Description string
- The description of the detector.
- Detector
Version Pulumi.Status Aws Native. Fraud Detector. Detector Version Status - The desired detector version status for the detector
- Rule
Execution Pulumi.Mode Aws Native. Fraud Detector. Detector Rule Execution Mode 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.- List<Pulumi.
Aws Native. Inputs. Tag> - Tags associated with this detector.
- Detector
Id string - The ID of the detector
- Event
Type DetectorEvent Type Args - The event type to associate this detector with.
- Rules
[]Detector
Rule Args - The rules to include in the detector version.
- Associated
Models []DetectorModel Args - The models to associate with this detector.
- Description string
- The description of the detector.
- Detector
Version DetectorStatus Version Status - The desired detector version status for the detector
- Rule
Execution DetectorMode Rule Execution Mode 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.- Tag
Args - Tags associated with this detector.
- detector
Id String - The ID of the detector
- event
Type DetectorEvent Type - The event type to associate this detector with.
- rules
List<Detector
Rule> - The rules to include in the detector version.
- associated
Models List<DetectorModel> - The models to associate with this detector.
- description String
- The description of the detector.
- detector
Version DetectorStatus Version Status - The desired detector version status for the detector
- rule
Execution DetectorMode Rule Execution Mode 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.- List<Tag>
- Tags associated with this detector.
- detector
Id string - The ID of the detector
- event
Type DetectorEvent Type - The event type to associate this detector with.
- rules
Detector
Rule[] - The rules to include in the detector version.
- associated
Models DetectorModel[] - The models to associate with this detector.
- description string
- The description of the detector.
- detector
Version DetectorStatus Version Status - The desired detector version status for the detector
- rule
Execution DetectorMode Rule Execution Mode 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.- Tag[]
- Tags associated with this detector.
- detector_
id str - The ID of the detector
- event_
type DetectorEvent Type Args - The event type to associate this detector with.
- rules
Sequence[Detector
Rule Args] - The rules to include in the detector version.
- associated_
models Sequence[DetectorModel Args] - The models to associate with this detector.
- description str
- The description of the detector.
- detector_
version_ Detectorstatus Version Status - The desired detector version status for the detector
- rule_
execution_ Detectormode Rule Execution Mode 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.- Sequence[Tag
Args] - Tags associated with this detector.
- detector
Id String - The ID of the detector
- event
Type Property Map - The event type to associate this detector with.
- rules List<Property Map>
- The rules to include in the detector version.
- associated
Models List<Property Map> - The models to associate with this detector.
- description String
- The description of the detector.
- detector
Version "DRAFT" | "ACTIVE"Status - The desired detector version status for the detector
- rule
Execution "FIRST_MATCHED" | "ALL_MATCHED"Mode 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.- 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.
- Created
Time string - The time when the detector was created.
- Detector
Version stringId - The active version ID of the detector
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - The time when the detector was last updated.
- Arn string
- The ARN of the detector.
- Created
Time string - The time when the detector was created.
- Detector
Version stringId - The active version ID of the detector
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - The time when the detector was last updated.
- arn String
- The ARN of the detector.
- created
Time String - The time when the detector was created.
- detector
Version StringId - The active version ID of the detector
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime - The time when the detector was last updated.
- arn string
- The ARN of the detector.
- created
Time string - The time when the detector was created.
- detector
Version stringId - The active version ID of the detector
- id string
- The provider-assigned unique ID for this managed resource.
- last
Updated stringTime - 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_ strid - The active version ID of the detector
- id str
- The provider-assigned unique ID for this managed resource.
- last_
updated_ strtime - The time when the detector was last updated.
- arn String
- The ARN of the detector.
- created
Time String - The time when the detector was created.
- detector
Version StringId - The active version ID of the detector
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime - The time when the detector was last updated.
Supporting Types
DetectorEntityType, DetectorEntityTypeArgs
- Arn string
- The entity type ARN.
- Created
Time 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 isfalse
, 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 setInline=true
for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Last
Updated stringTime - The time when the entity type was last updated.
- Name string
- The entity type name.
- List<Pulumi.
Aws Native. Fraud Detector. Inputs. Detector Tag> - Tags associated with this entity type.
- Arn string
- The entity type ARN.
- Created
Time 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 isfalse
, 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 setInline=true
for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Last
Updated stringTime - The time when the entity type was last updated.
- Name string
- The entity type name.
- []Detector
Tag - Tags associated with this entity type.
- arn String
- The entity type ARN.
- created
Time 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 isfalse
, 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 setInline=true
for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated StringTime - The time when the entity type was last updated.
- name String
- The entity type name.
- List<Detector
Tag> - Tags associated with this entity type.
- arn string
- The entity type ARN.
- created
Time 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 isfalse
, 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 setInline=true
for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated stringTime - The time when the entity type was last updated.
- name string
- The entity type name.
- Detector
Tag[] - 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 isfalse
, 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 setInline=true
for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last_
updated_ strtime - The time when the entity type was last updated.
- name str
- The entity type name.
- Sequence[Detector
Tag] - Tags associated with this entity type.
- arn String
- The entity type ARN.
- created
Time 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 isfalse
, 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 setInline=true
for these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated StringTime - The time when the entity type was last updated.
- name String
- The entity type name.
- List<Property Map>
- Tags associated with this entity type.
DetectorEventType, DetectorEventTypeArgs
- Arn string
- The ARN of the event type.
- Created
Time string - The time when the event type was created.
- Description string
- The description of the event type.
- Entity
Types List<Pulumi.Aws Native. Fraud Detector. Inputs. Detector Entity Type> - The event type entity types.
- Event
Variables List<Pulumi.Aws Native. Fraud Detector. Inputs. Detector Event Variable> - 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Labels
List<Pulumi.
Aws Native. Fraud Detector. Inputs. Detector Label> - The event type labels.
- Last
Updated stringTime - The time when the event type was last updated.
- Name string
- The name for the event type
- List<Pulumi.
Aws Native. Fraud Detector. Inputs. Detector Tag> - Tags associated with this event type.
- Arn string
- The ARN of the event type.
- Created
Time string - The time when the event type was created.
- Description string
- The description of the event type.
- Entity
Types []DetectorEntity Type - The event type entity types.
- Event
Variables []DetectorEvent Variable - 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Labels
[]Detector
Label - The event type labels.
- Last
Updated stringTime - The time when the event type was last updated.
- Name string
- The name for the event type
- []Detector
Tag - Tags associated with this event type.
- arn String
- The ARN of the event type.
- created
Time String - The time when the event type was created.
- description String
- The description of the event type.
- entity
Types List<DetectorEntity Type> - The event type entity types.
- event
Variables List<DetectorEvent Variable> - 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- labels
List<Detector
Label> - The event type labels.
- last
Updated StringTime - The time when the event type was last updated.
- name String
- The name for the event type
- List<Detector
Tag> - Tags associated with this event type.
- arn string
- The ARN of the event type.
- created
Time string - The time when the event type was created.
- description string
- The description of the event type.
- entity
Types DetectorEntity Type[] - The event type entity types.
- event
Variables DetectorEvent Variable[] - 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- labels
Detector
Label[] - The event type labels.
- last
Updated stringTime - The time when the event type was last updated.
- name string
- The name for the event type
- Detector
Tag[] - 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[DetectorEntity Type] - The event type entity types.
- event_
variables Sequence[DetectorEvent Variable] - 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- labels
Sequence[Detector
Label] - The event type labels.
- last_
updated_ strtime - The time when the event type was last updated.
- name str
- The name for the event type
- Sequence[Detector
Tag] - Tags associated with this event type.
- arn String
- The ARN of the event type.
- created
Time String - The time when the event type was created.
- description String
- The description of the event type.
- entity
Types List<Property Map> - The event type entity types.
- event
Variables 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you setInline=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.
- last
Updated StringTime - The time when the event type was last updated.
- name String
- The name for the event type
- List<Property Map>
- Tags associated with this event type.
DetectorEventVariable, DetectorEventVariableArgs
- Arn string
- The event variable ARN.
- Created
Time string - The time when the event variable was created.
- Data
Source Pulumi.Aws Native. Fraud Detector. Detector Event Variable Data Source 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 eitherEVENT
orMODEL_SCORE
for DataSource.- Data
Type Pulumi.Aws Native. Fraud Detector. Detector Event Variable Data Type The data type of the event variable.
Valid values:
STRING | INTEGER | BOOLEAN | FLOAT
- Default
Value 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Last
Updated stringTime - The time when the event variable was last updated.
- Name string
- The name of the event variable.
- List<Pulumi.
Aws Native. Fraud Detector. Inputs. Detector Tag> - Tags associated with this event variable.
- Variable
Type Pulumi.Aws Native. Fraud Detector. Detector Event Variable Variable Type - The type of event variable. For more information, see Variable types .
- Arn string
- The event variable ARN.
- Created
Time string - The time when the event variable was created.
- Data
Source DetectorEvent Variable Data Source 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 eitherEVENT
orMODEL_SCORE
for DataSource.- Data
Type DetectorEvent Variable Data Type The data type of the event variable.
Valid values:
STRING | INTEGER | BOOLEAN | FLOAT
- Default
Value 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Last
Updated stringTime - The time when the event variable was last updated.
- Name string
- The name of the event variable.
- []Detector
Tag - Tags associated with this event variable.
- Variable
Type DetectorEvent Variable Variable Type - The type of event variable. For more information, see Variable types .
- arn String
- The event variable ARN.
- created
Time String - The time when the event variable was created.
- data
Source DetectorEvent Variable Data Source 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 eitherEVENT
orMODEL_SCORE
for DataSource.- data
Type DetectorEvent Variable Data Type The data type of the event variable.
Valid values:
STRING | INTEGER | BOOLEAN | FLOAT
- default
Value 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated StringTime - The time when the event variable was last updated.
- name String
- The name of the event variable.
- List<Detector
Tag> - Tags associated with this event variable.
- variable
Type DetectorEvent Variable Variable Type - The type of event variable. For more information, see Variable types .
- arn string
- The event variable ARN.
- created
Time string - The time when the event variable was created.
- data
Source DetectorEvent Variable Data Source 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 eitherEVENT
orMODEL_SCORE
for DataSource.- data
Type DetectorEvent Variable Data Type The data type of the event variable.
Valid values:
STRING | INTEGER | BOOLEAN | FLOAT
- default
Value 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated stringTime - The time when the event variable was last updated.
- name string
- The name of the event variable.
- Detector
Tag[] - Tags associated with this event variable.
- variable
Type DetectorEvent Variable Variable Type - 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 DetectorEvent Variable Data Source 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 eitherEVENT
orMODEL_SCORE
for DataSource.- data_
type DetectorEvent Variable Data Type 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last_
updated_ strtime - The time when the event variable was last updated.
- name str
- The name of the event variable.
- Sequence[Detector
Tag] - Tags associated with this event variable.
- variable_
type DetectorEvent Variable Variable Type - The type of event variable. For more information, see Variable types .
- arn String
- The event variable ARN.
- created
Time String - The time when the event variable was created.
- data
Source "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 eitherEVENT
orMODEL_SCORE
for DataSource.- data
Type "STRING" | "INTEGER" | "FLOAT" | "BOOLEAN" The data type of the event variable.
Valid values:
STRING | INTEGER | BOOLEAN | FLOAT
- default
Value 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated StringTime - The time when the event variable was last updated.
- name String
- The name of the event variable.
- List<Property Map>
- Tags associated with this event variable.
- variable
Type "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, DetectorEventVariableDataSourceArgs
- Event
- EVENT
- Detector
Event Variable Data Source Event - EVENT
- Event
- EVENT
- Event
- EVENT
- EVENT
- EVENT
- "EVENT"
- EVENT
DetectorEventVariableDataType, DetectorEventVariableDataTypeArgs
- String
- STRING
- Integer
- INTEGER
- Float
- FLOAT
- Boolean
- BOOLEAN
- Detector
Event Variable Data Type String - STRING
- Detector
Event Variable Data Type Integer - INTEGER
- Detector
Event Variable Data Type Float - FLOAT
- Detector
Event Variable Data Type 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
- "STRING"
- STRING
- "INTEGER"
- INTEGER
- "FLOAT"
- FLOAT
- "BOOLEAN"
- BOOLEAN
DetectorEventVariableVariableType, DetectorEventVariableVariableTypeArgs
- 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
- Detector
Event Variable Variable Type Auth Code - AUTH_CODE
- Detector
Event Variable Variable Type Avs - AVS
- Detector
Event Variable Variable Type Billing Address L1 - BILLING_ADDRESS_L1
- Detector
Event Variable Variable Type Billing Address L2 - BILLING_ADDRESS_L2
- Detector
Event Variable Variable Type Billing City - BILLING_CITY
- Detector
Event Variable Variable Type Billing Country - BILLING_COUNTRY
- Detector
Event Variable Variable Type Billing Name - BILLING_NAME
- Detector
Event Variable Variable Type Billing Phone - BILLING_PHONE
- Detector
Event Variable Variable Type Billing State - BILLING_STATE
- Detector
Event Variable Variable Type Billing Zip - BILLING_ZIP
- Detector
Event Variable Variable Type Card Bin - CARD_BIN
- Detector
Event Variable Variable Type Categorical - CATEGORICAL
- Detector
Event Variable Variable Type Currency Code - CURRENCY_CODE
- Detector
Event Variable Variable Type Email Address - EMAIL_ADDRESS
- Detector
Event Variable Variable Type Fingerprint - FINGERPRINT
- Detector
Event Variable Variable Type Fraud Label - FRAUD_LABEL
- Detector
Event Variable Variable Type Free Form Text - FREE_FORM_TEXT
- Detector
Event Variable Variable Type Ip Address - IP_ADDRESS
- Detector
Event Variable Variable Type Numeric - NUMERIC
- Detector
Event Variable Variable Type Order Id - ORDER_ID
- Detector
Event Variable Variable Type Payment Type - PAYMENT_TYPE
- Detector
Event Variable Variable Type Phone Number - PHONE_NUMBER
- Detector
Event Variable Variable Type Price - PRICE
- Detector
Event Variable Variable Type Product Category - PRODUCT_CATEGORY
- Detector
Event Variable Variable Type Shipping Address L1 - SHIPPING_ADDRESS_L1
- Detector
Event Variable Variable Type Shipping Address L2 - SHIPPING_ADDRESS_L2
- Detector
Event Variable Variable Type Shipping City - SHIPPING_CITY
- Detector
Event Variable Variable Type Shipping Country - SHIPPING_COUNTRY
- Detector
Event Variable Variable Type Shipping Name - SHIPPING_NAME
- Detector
Event Variable Variable Type Shipping Phone - SHIPPING_PHONE
- Detector
Event Variable Variable Type Shipping State - SHIPPING_STATE
- Detector
Event Variable Variable Type Shipping Zip - SHIPPING_ZIP
- Detector
Event Variable Variable Type 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
- 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
- The label ARN.
- Created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Last
Updated stringTime - The time when the label was last updated.
- Name string
- The label name.
- List<Pulumi.
Aws Native. Fraud Detector. Inputs. Detector Tag> - Tags associated with this label.
- Arn string
- The label ARN.
- Created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Last
Updated stringTime - The time when the label was last updated.
- Name string
- The label name.
- []Detector
Tag - Tags associated with this label.
- arn String
- The label ARN.
- created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated StringTime - The time when the label was last updated.
- name String
- The label name.
- List<Detector
Tag> - Tags associated with this label.
- arn string
- The label ARN.
- created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated stringTime - The time when the label was last updated.
- name string
- The label name.
- Detector
Tag[] - 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last_
updated_ strtime - The time when the label was last updated.
- name str
- The label name.
- Sequence[Detector
Tag] - Tags associated with this label.
- arn String
- The label ARN.
- created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated StringTime - The time when the label was last updated.
- name String
- The label name.
- List<Property Map>
- Tags associated with this label.
DetectorModel, DetectorModelArgs
- 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, DetectorOutcomeArgs
- Arn string
- The outcome ARN.
- Created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Last
Updated stringTime - The time when the outcome was last updated.
- Name string
- The outcome name.
- List<Pulumi.
Aws Native. Fraud Detector. Inputs. Detector Tag> - Tags associated with this outcome.
- Arn string
- The outcome ARN.
- Created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- Last
Updated stringTime - The time when the outcome was last updated.
- Name string
- The outcome name.
- []Detector
Tag - Tags associated with this outcome.
- arn String
- The outcome ARN.
- created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated StringTime - The time when the outcome was last updated.
- name String
- The outcome name.
- List<Detector
Tag> - Tags associated with this outcome.
- arn string
- The outcome ARN.
- created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated stringTime - The time when the outcome was last updated.
- name string
- The outcome name.
- Detector
Tag[] - 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last_
updated_ strtime - The time when the outcome was last updated.
- name str
- The outcome name.
- Sequence[Detector
Tag] - Tags associated with this outcome.
- arn String
- The outcome ARN.
- created
Time 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 isfalse
, 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 setInline=true
for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you setInline=false
, CloudFormation will associate the variables to your detector but not execute any changes to the variables.- last
Updated StringTime - The time when the outcome was last updated.
- name String
- The outcome name.
- List<Property Map>
- Tags associated with this outcome.
DetectorRule, DetectorRuleArgs
- Arn string
- The rule ARN.
- Created
Time string - The time when the event type was created.
- Description string
- The description.
- Detector
Id 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.
Aws Native. Fraud Detector. Detector Rule Language The rule language.
Valid Value: DETECTORPL
- Last
Updated stringTime - The time when the event type was last updated.
- Outcomes
List<Pulumi.
Aws Native. Fraud Detector. Inputs. Detector Outcome> - The rule outcome.
- Rule
Id string - The rule ID.
- Rule
Version string - The rule version.
- List<Pulumi.
Aws Native. Fraud Detector. Inputs. Detector Tag> - Tags associated with this event type.
- Arn string
- The rule ARN.
- Created
Time string - The time when the event type was created.
- Description string
- The description.
- Detector
Id 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
Detector
Rule Language The rule language.
Valid Value: DETECTORPL
- Last
Updated stringTime - The time when the event type was last updated.
- Outcomes
[]Detector
Outcome - The rule outcome.
- Rule
Id string - The rule ID.
- Rule
Version string - The rule version.
- []Detector
Tag - Tags associated with this event type.
- arn String
- The rule ARN.
- created
Time String - The time when the event type was created.
- description String
- The description.
- detector
Id 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
Detector
Rule Language The rule language.
Valid Value: DETECTORPL
- last
Updated StringTime - The time when the event type was last updated.
- outcomes
List<Detector
Outcome> - The rule outcome.
- rule
Id String - The rule ID.
- rule
Version String - The rule version.
- List<Detector
Tag> - Tags associated with this event type.
- arn string
- The rule ARN.
- created
Time string - The time when the event type was created.
- description string
- The description.
- detector
Id 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
Detector
Rule Language The rule language.
Valid Value: DETECTORPL
- last
Updated stringTime - The time when the event type was last updated.
- outcomes
Detector
Outcome[] - The rule outcome.
- rule
Id string - The rule ID.
- rule
Version string - The rule version.
- Detector
Tag[] - 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
Detector
Rule Language The rule language.
Valid Value: DETECTORPL
- last_
updated_ strtime - The time when the event type was last updated.
- outcomes
Sequence[Detector
Outcome] - The rule outcome.
- rule_
id str - The rule ID.
- rule_
version str - The rule version.
- Sequence[Detector
Tag] - Tags associated with this event type.
- arn String
- The rule ARN.
- created
Time String - The time when the event type was created.
- description String
- The description.
- detector
Id 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
- last
Updated StringTime - The time when the event type was last updated.
- outcomes List<Property Map>
- The rule outcome.
- rule
Id String - The rule ID.
- rule
Version String - The rule version.
- List<Property Map>
- Tags associated with this event type.
DetectorRuleExecutionMode, DetectorRuleExecutionModeArgs
- First
Matched - FIRST_MATCHED
- All
Matched - ALL_MATCHED
- Detector
Rule Execution Mode First Matched - FIRST_MATCHED
- Detector
Rule Execution Mode All Matched - ALL_MATCHED
- First
Matched - FIRST_MATCHED
- All
Matched - ALL_MATCHED
- First
Matched - FIRST_MATCHED
- All
Matched - ALL_MATCHED
- FIRST_MATCHED
- FIRST_MATCHED
- ALL_MATCHED
- ALL_MATCHED
- "FIRST_MATCHED"
- FIRST_MATCHED
- "ALL_MATCHED"
- ALL_MATCHED
DetectorRuleLanguage, DetectorRuleLanguageArgs
- Detectorpl
- DETECTORPL
- Detector
Rule Language Detectorpl - DETECTORPL
- Detectorpl
- DETECTORPL
- Detectorpl
- DETECTORPL
- DETECTORPL
- DETECTORPL
- "DETECTORPL"
- DETECTORPL
DetectorTag, DetectorTagArgs
DetectorVersionStatus, DetectorVersionStatusArgs
- Draft
- DRAFT
- Active
- ACTIVE
- Detector
Version Status Draft - DRAFT
- Detector
Version Status Active - ACTIVE
- Draft
- DRAFT
- Active
- ACTIVE
- Draft
- DRAFT
- Active
- ACTIVE
- DRAFT
- DRAFT
- ACTIVE
- ACTIVE
- "DRAFT"
- DRAFT
- "ACTIVE"
- ACTIVE
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.