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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Detector resource accepts the following input properties:
- DetectorId string
- The ID of the detector
- EventType 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.
- AssociatedModels List<Pulumi.Aws Native. Fraud Detector. Inputs. Detector Model> 
- The models to associate with this detector.
- Description string
- The description of the detector.
- DetectorVersion Pulumi.Status Aws Native. Fraud Detector. Detector Version Status 
- The desired detector version status for the detector
- RuleExecution 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_MATCHEDDefault 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.
- DetectorId string
- The ID of the detector
- EventType DetectorEvent Type Args 
- The event type to associate this detector with.
- Rules
[]DetectorRule Args 
- The rules to include in the detector version.
- AssociatedModels []DetectorModel Args 
- The models to associate with this detector.
- Description string
- The description of the detector.
- DetectorVersion DetectorStatus Version Status 
- The desired detector version status for the detector
- RuleExecution DetectorMode Rule Execution Mode 
- The rule execution mode for the rules included in the detector version. - Valid values: - FIRST_MATCHED | ALL_MATCHEDDefault 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.
- 
TagArgs 
- Tags associated with this detector.
- detectorId String
- The ID of the detector
- eventType DetectorEvent Type 
- The event type to associate this detector with.
- rules
List<DetectorRule> 
- The rules to include in the detector version.
- associatedModels List<DetectorModel> 
- The models to associate with this detector.
- description String
- The description of the detector.
- detectorVersion DetectorStatus Version Status 
- The desired detector version status for the detector
- ruleExecution DetectorMode Rule Execution Mode 
- The rule execution mode for the rules included in the detector version. - Valid values: - FIRST_MATCHED | ALL_MATCHEDDefault 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.
- detectorId string
- The ID of the detector
- eventType DetectorEvent Type 
- The event type to associate this detector with.
- rules
DetectorRule[] 
- The rules to include in the detector version.
- associatedModels DetectorModel[] 
- The models to associate with this detector.
- description string
- The description of the detector.
- detectorVersion DetectorStatus Version Status 
- The desired detector version status for the detector
- ruleExecution DetectorMode Rule Execution Mode 
- The rule execution mode for the rules included in the detector version. - Valid values: - FIRST_MATCHED | ALL_MATCHEDDefault 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[DetectorRule 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_MATCHEDDefault 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[TagArgs] 
- Tags associated with this detector.
- detectorId String
- The ID of the detector
- eventType Property Map
- The event type to associate this detector with.
- rules List<Property Map>
- The rules to include in the detector version.
- associatedModels List<Property Map>
- The models to associate with this detector.
- description String
- The description of the detector.
- detectorVersion "DRAFT" | "ACTIVE"Status 
- The desired detector version status for the detector
- ruleExecution "FIRST_MATCHED" | "ALL_MATCHED"Mode 
- The rule execution mode for the rules included in the detector version. - Valid values: - FIRST_MATCHED | ALL_MATCHEDDefault 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.
- CreatedTime string
- The time when the detector was created.
- DetectorVersion stringId 
- The active version ID of the detector
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- The time when the detector was last updated.
- Arn string
- The ARN of the detector.
- CreatedTime string
- The time when the detector was created.
- DetectorVersion stringId 
- The active version ID of the detector
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- The time when the detector was last updated.
- arn String
- The ARN of the detector.
- createdTime String
- The time when the detector was created.
- detectorVersion StringId 
- The active version ID of the detector
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- The time when the detector was last updated.
- arn string
- The ARN of the detector.
- createdTime string
- The time when the detector was created.
- detectorVersion stringId 
- The active version ID of the detector
- id string
- The provider-assigned unique ID for this managed resource.
- lastUpdated 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.
- createdTime String
- The time when the detector was created.
- detectorVersion StringId 
- The active version ID of the detector
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- The time when the detector was last updated.
Supporting Types
DetectorEntityType, DetectorEntityTypeArgs      
- Arn string
- The entity type ARN.
- CreatedTime string
- The time when the entity type was created.
- Description string
- The description.
- Inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- LastUpdated 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.
- CreatedTime string
- The time when the entity type was created.
- Description string
- The description.
- Inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- LastUpdated stringTime 
- The time when the entity type was last updated.
- Name string
- The entity type name.
- 
[]DetectorTag 
- Tags associated with this entity type.
- arn String
- The entity type ARN.
- createdTime String
- The time when the entity type was created.
- description String
- The description.
- inline Boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated StringTime 
- The time when the entity type was last updated.
- name String
- The entity type name.
- 
List<DetectorTag> 
- Tags associated with this entity type.
- arn string
- The entity type ARN.
- createdTime string
- The time when the entity type was created.
- description string
- The description.
- inline boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated stringTime 
- The time when the entity type was last updated.
- name string
- The entity type name.
- 
DetectorTag[] 
- Tags associated with this entity type.
- arn str
- The entity type ARN.
- created_time str
- The time when the entity type was created.
- description str
- The description.
- inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- last_updated_ strtime 
- The time when the entity type was last updated.
- name str
- The entity type name.
- 
Sequence[DetectorTag] 
- Tags associated with this entity type.
- arn String
- The entity type ARN.
- createdTime String
- The time when the entity type was created.
- description String
- The description.
- inline Boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these Variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated 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.
- CreatedTime string
- The time when the event type was created.
- Description string
- The description of the event type.
- EntityTypes List<Pulumi.Aws Native. Fraud Detector. Inputs. Detector Entity Type> 
- The event type entity types.
- EventVariables 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 is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- Labels
List<Pulumi.Aws Native. Fraud Detector. Inputs. Detector Label> 
- The event type labels.
- LastUpdated 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.
- CreatedTime string
- The time when the event type was created.
- Description string
- The description of the event type.
- EntityTypes []DetectorEntity Type 
- The event type entity types.
- EventVariables []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 is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- Labels
[]DetectorLabel 
- The event type labels.
- LastUpdated stringTime 
- The time when the event type was last updated.
- Name string
- The name for the event type
- 
[]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<DetectorEntity Type> 
- The event type entity types.
- eventVariables 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 is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- labels
List<DetectorLabel> 
- The event type labels.
- lastUpdated StringTime 
- The time when the event type was last updated.
- name String
- The name for the event type
- 
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 DetectorEntity Type[] 
- The event type entity types.
- eventVariables 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 is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- labels
DetectorLabel[] 
- The event type labels.
- lastUpdated stringTime 
- The time when the event type was last updated.
- name string
- The name for the event type
- 
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[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 is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- labels
Sequence[DetectorLabel] 
- The event type labels.
- last_updated_ strtime 
- The time when the event type was last updated.
- name str
- The name for the event type
- 
Sequence[DetectorTag] 
- Tags associated with this event type.
- arn String
- The ARN of the event type.
- createdTime String
- The time when the event type was created.
- description String
- The description of the event type.
- entityTypes List<Property Map>
- The event type entity types.
- eventVariables List<Property Map>
- The event type event variables.
- inline Boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the Variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- labels List<Property Map>
- The event type labels.
- lastUpdated 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.
- CreatedTime string
- The time when the event variable was created.
- DataSource 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 - EVENTvalue for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either- EVENTor- MODEL_SCOREfor DataSource.
- DataType Pulumi.Aws Native. Fraud Detector. Detector Event Variable Data Type 
- The data type of the event variable. - Valid values: - STRING | INTEGER | BOOLEAN | FLOAT
- DefaultValue string
- The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
- Description string
- The description.
- Inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- LastUpdated 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.
- VariableType 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.
- CreatedTime string
- The time when the event variable was created.
- DataSource 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 - EVENTvalue for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either- EVENTor- MODEL_SCOREfor DataSource.
- DataType DetectorEvent Variable Data Type 
- The data type of the event variable. - Valid values: - STRING | INTEGER | BOOLEAN | FLOAT
- DefaultValue string
- The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
- Description string
- The description.
- Inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- LastUpdated stringTime 
- The time when the event variable was last updated.
- Name string
- The name of the event variable.
- 
[]DetectorTag 
- Tags associated with this event variable.
- VariableType DetectorEvent Variable Variable Type 
- The type of event variable. For more information, see Variable types .
- arn String
- The event variable ARN.
- createdTime String
- The time when the event variable was created.
- dataSource 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 - EVENTvalue for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either- EVENTor- MODEL_SCOREfor DataSource.
- dataType DetectorEvent Variable Data Type 
- The data type of the event variable. - Valid values: - STRING | INTEGER | BOOLEAN | FLOAT
- defaultValue String
- The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
- description String
- The description.
- inline Boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated StringTime 
- The time when the event variable was last updated.
- name String
- The name of the event variable.
- 
List<DetectorTag> 
- Tags associated with this event variable.
- variableType DetectorEvent Variable Variable Type 
- The type of event variable. For more information, see Variable types .
- arn string
- The event variable ARN.
- createdTime string
- The time when the event variable was created.
- dataSource 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 - EVENTvalue for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either- EVENTor- MODEL_SCOREfor DataSource.
- dataType DetectorEvent Variable Data Type 
- The data type of the event variable. - Valid values: - STRING | INTEGER | BOOLEAN | FLOAT
- defaultValue string
- The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
- description string
- The description.
- inline boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated stringTime 
- The time when the event variable was last updated.
- name string
- The name of the event variable.
- 
DetectorTag[] 
- Tags associated with this event variable.
- variableType 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 - EVENTvalue for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either- EVENTor- MODEL_SCOREfor 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 is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- last_updated_ strtime 
- The time when the event variable was last updated.
- name str
- The name of the event variable.
- 
Sequence[DetectorTag] 
- 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.
- createdTime String
- The time when the event variable was created.
- dataSource "EVENT"
- The data source of the event variable. - Valid values: - EVENT | EXTERNAL_MODEL_SCORE- When defining a variable within a detector, you can only use the - EVENTvalue for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either- EVENTor- MODEL_SCOREfor DataSource.
- dataType "STRING" | "INTEGER" | "FLOAT" | "BOOLEAN"
- The data type of the event variable. - Valid values: - STRING | INTEGER | BOOLEAN | FLOAT
- defaultValue String
- The default value of the event variable. This is required if you are providing the details of your variables instead of the ARN.
- description String
- The description.
- inline Boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated 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.
- variableType "AUTH_CODE" | "AVS" | "BILLING_ADDRESS_L1" | "BILLING_ADDRESS_L2" | "BILLING_CITY" | "BILLING_COUNTRY" | "BILLING_NAME" | "BILLING_PHONE" | "BILLING_STATE" | "BILLING_ZIP" | "CARD_BIN" | "CATEGORICAL" | "CURRENCY_CODE" | "EMAIL_ADDRESS" | "FINGERPRINT" | "FRAUD_LABEL" | "FREE_FORM_TEXT" | "IP_ADDRESS" | "NUMERIC" | "ORDER_ID" | "PAYMENT_TYPE" | "PHONE_NUMBER" | "PRICE" | "PRODUCT_CATEGORY" | "SHIPPING_ADDRESS_L1" | "SHIPPING_ADDRESS_L2" | "SHIPPING_CITY" | "SHIPPING_COUNTRY" | "SHIPPING_NAME" | "SHIPPING_PHONE" | "SHIPPING_STATE" | "SHIPPING_ZIP" | "USERAGENT"
- The type of event variable. For more information, see Variable types .
DetectorEventVariableDataSource, DetectorEventVariableDataSourceArgs          
- Event
- EVENT
- DetectorEvent Variable Data Source Event 
- EVENT
- Event
- EVENT
- Event
- EVENT
- EVENT
- EVENT
- "EVENT"
- EVENT
DetectorEventVariableDataType, DetectorEventVariableDataTypeArgs          
- String
- STRING
- Integer
- INTEGER
- Float
- FLOAT
- Boolean
- BOOLEAN
- DetectorEvent Variable Data Type String 
- STRING
- DetectorEvent Variable Data Type Integer 
- INTEGER
- DetectorEvent Variable Data Type Float 
- FLOAT
- DetectorEvent 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          
- AuthCode 
- AUTH_CODE
- Avs
- AVS
- BillingAddress L1 
- BILLING_ADDRESS_L1
- BillingAddress L2 
- 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
- FreeForm Text 
- FREE_FORM_TEXT
- IpAddress 
- IP_ADDRESS
- Numeric
- NUMERIC
- OrderId 
- ORDER_ID
- PaymentType 
- PAYMENT_TYPE
- PhoneNumber 
- PHONE_NUMBER
- Price
- PRICE
- ProductCategory 
- PRODUCT_CATEGORY
- ShippingAddress L1 
- SHIPPING_ADDRESS_L1
- ShippingAddress L2 
- SHIPPING_ADDRESS_L2
- ShippingCity 
- SHIPPING_CITY
- ShippingCountry 
- SHIPPING_COUNTRY
- ShippingName 
- SHIPPING_NAME
- ShippingPhone 
- SHIPPING_PHONE
- ShippingState 
- SHIPPING_STATE
- ShippingZip 
- SHIPPING_ZIP
- Useragent
- USERAGENT
- DetectorEvent Variable Variable Type Auth Code 
- AUTH_CODE
- DetectorEvent Variable Variable Type Avs 
- AVS
- DetectorEvent Variable Variable Type Billing Address L1 
- BILLING_ADDRESS_L1
- DetectorEvent Variable Variable Type Billing Address L2 
- BILLING_ADDRESS_L2
- DetectorEvent Variable Variable Type Billing City 
- BILLING_CITY
- DetectorEvent Variable Variable Type Billing Country 
- BILLING_COUNTRY
- DetectorEvent Variable Variable Type Billing Name 
- BILLING_NAME
- DetectorEvent Variable Variable Type Billing Phone 
- BILLING_PHONE
- DetectorEvent Variable Variable Type Billing State 
- BILLING_STATE
- DetectorEvent Variable Variable Type Billing Zip 
- BILLING_ZIP
- DetectorEvent Variable Variable Type Card Bin 
- CARD_BIN
- DetectorEvent Variable Variable Type Categorical 
- CATEGORICAL
- DetectorEvent Variable Variable Type Currency Code 
- CURRENCY_CODE
- DetectorEvent Variable Variable Type Email Address 
- EMAIL_ADDRESS
- DetectorEvent Variable Variable Type Fingerprint 
- FINGERPRINT
- DetectorEvent Variable Variable Type Fraud Label 
- FRAUD_LABEL
- DetectorEvent Variable Variable Type Free Form Text 
- FREE_FORM_TEXT
- DetectorEvent Variable Variable Type Ip Address 
- IP_ADDRESS
- DetectorEvent Variable Variable Type Numeric 
- NUMERIC
- DetectorEvent Variable Variable Type Order Id 
- ORDER_ID
- DetectorEvent Variable Variable Type Payment Type 
- PAYMENT_TYPE
- DetectorEvent Variable Variable Type Phone Number 
- PHONE_NUMBER
- DetectorEvent Variable Variable Type Price 
- PRICE
- DetectorEvent Variable Variable Type Product Category 
- PRODUCT_CATEGORY
- DetectorEvent Variable Variable Type Shipping Address L1 
- SHIPPING_ADDRESS_L1
- DetectorEvent Variable Variable Type Shipping Address L2 
- SHIPPING_ADDRESS_L2
- DetectorEvent Variable Variable Type Shipping City 
- SHIPPING_CITY
- DetectorEvent Variable Variable Type Shipping Country 
- SHIPPING_COUNTRY
- DetectorEvent Variable Variable Type Shipping Name 
- SHIPPING_NAME
- DetectorEvent Variable Variable Type Shipping Phone 
- SHIPPING_PHONE
- DetectorEvent Variable Variable Type Shipping State 
- SHIPPING_STATE
- DetectorEvent Variable Variable Type Shipping Zip 
- SHIPPING_ZIP
- DetectorEvent Variable Variable Type Useragent 
- USERAGENT
- AuthCode 
- AUTH_CODE
- Avs
- AVS
- BillingAddress L1 
- BILLING_ADDRESS_L1
- BillingAddress L2 
- 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
- FreeForm Text 
- FREE_FORM_TEXT
- IpAddress 
- IP_ADDRESS
- Numeric
- NUMERIC
- OrderId 
- ORDER_ID
- PaymentType 
- PAYMENT_TYPE
- PhoneNumber 
- PHONE_NUMBER
- Price
- PRICE
- ProductCategory 
- PRODUCT_CATEGORY
- ShippingAddress L1 
- SHIPPING_ADDRESS_L1
- ShippingAddress L2 
- 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
- BillingAddress L1 
- BILLING_ADDRESS_L1
- BillingAddress L2 
- 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
- FreeForm Text 
- FREE_FORM_TEXT
- IpAddress 
- IP_ADDRESS
- Numeric
- NUMERIC
- OrderId 
- ORDER_ID
- PaymentType 
- PAYMENT_TYPE
- PhoneNumber 
- PHONE_NUMBER
- Price
- PRICE
- ProductCategory 
- PRODUCT_CATEGORY
- ShippingAddress L1 
- SHIPPING_ADDRESS_L1
- ShippingAddress L2 
- SHIPPING_ADDRESS_L2
- ShippingCity 
- SHIPPING_CITY
- ShippingCountry 
- SHIPPING_COUNTRY
- ShippingName 
- SHIPPING_NAME
- ShippingPhone 
- SHIPPING_PHONE
- ShippingState 
- SHIPPING_STATE
- ShippingZip 
- SHIPPING_ZIP
- Useragent
- USERAGENT
- AUTH_CODE
- AUTH_CODE
- AVS
- AVS
- BILLING_ADDRESS_L1
- BILLING_ADDRESS_L1
- BILLING_ADDRESS_L2
- BILLING_ADDRESS_L2
- BILLING_CITY
- BILLING_CITY
- BILLING_COUNTRY
- BILLING_COUNTRY
- BILLING_NAME
- BILLING_NAME
- BILLING_PHONE
- BILLING_PHONE
- BILLING_STATE
- BILLING_STATE
- BILLING_ZIP
- BILLING_ZIP
- CARD_BIN
- CARD_BIN
- CATEGORICAL
- CATEGORICAL
- CURRENCY_CODE
- CURRENCY_CODE
- EMAIL_ADDRESS
- EMAIL_ADDRESS
- FINGERPRINT
- FINGERPRINT
- FRAUD_LABEL
- FRAUD_LABEL
- FREE_FORM_TEXT
- FREE_FORM_TEXT
- IP_ADDRESS
- IP_ADDRESS
- NUMERIC
- NUMERIC
- ORDER_ID
- ORDER_ID
- PAYMENT_TYPE
- PAYMENT_TYPE
- PHONE_NUMBER
- PHONE_NUMBER
- PRICE
- PRICE
- PRODUCT_CATEGORY
- PRODUCT_CATEGORY
- SHIPPING_ADDRESS_L1
- SHIPPING_ADDRESS_L1
- SHIPPING_ADDRESS_L2
- SHIPPING_ADDRESS_L2
- SHIPPING_CITY
- SHIPPING_CITY
- SHIPPING_COUNTRY
- SHIPPING_COUNTRY
- SHIPPING_NAME
- SHIPPING_NAME
- SHIPPING_PHONE
- SHIPPING_PHONE
- SHIPPING_STATE
- SHIPPING_STATE
- SHIPPING_ZIP
- SHIPPING_ZIP
- USERAGENT
- USERAGENT
- "AUTH_CODE"
- AUTH_CODE
- "AVS"
- AVS
- "BILLING_ADDRESS_L1"
- BILLING_ADDRESS_L1
- "BILLING_ADDRESS_L2"
- BILLING_ADDRESS_L2
- "BILLING_CITY"
- BILLING_CITY
- "BILLING_COUNTRY"
- BILLING_COUNTRY
- "BILLING_NAME"
- BILLING_NAME
- "BILLING_PHONE"
- BILLING_PHONE
- "BILLING_STATE"
- BILLING_STATE
- "BILLING_ZIP"
- BILLING_ZIP
- "CARD_BIN"
- CARD_BIN
- "CATEGORICAL"
- CATEGORICAL
- "CURRENCY_CODE"
- CURRENCY_CODE
- "EMAIL_ADDRESS"
- EMAIL_ADDRESS
- "FINGERPRINT"
- FINGERPRINT
- "FRAUD_LABEL"
- FRAUD_LABEL
- "FREE_FORM_TEXT"
- FREE_FORM_TEXT
- "IP_ADDRESS"
- IP_ADDRESS
- "NUMERIC"
- NUMERIC
- "ORDER_ID"
- ORDER_ID
- "PAYMENT_TYPE"
- PAYMENT_TYPE
- "PHONE_NUMBER"
- PHONE_NUMBER
- "PRICE"
- PRICE
- "PRODUCT_CATEGORY"
- PRODUCT_CATEGORY
- "SHIPPING_ADDRESS_L1"
- SHIPPING_ADDRESS_L1
- "SHIPPING_ADDRESS_L2"
- SHIPPING_ADDRESS_L2
- "SHIPPING_CITY"
- SHIPPING_CITY
- "SHIPPING_COUNTRY"
- SHIPPING_COUNTRY
- "SHIPPING_NAME"
- SHIPPING_NAME
- "SHIPPING_PHONE"
- SHIPPING_PHONE
- "SHIPPING_STATE"
- SHIPPING_STATE
- "SHIPPING_ZIP"
- SHIPPING_ZIP
- "USERAGENT"
- USERAGENT
DetectorLabel, DetectorLabelArgs    
- Arn string
- The label ARN.
- CreatedTime string
- The time when the label was created.
- Description string
- The description.
- Inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- LastUpdated 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.
- CreatedTime string
- The time when the label was created.
- Description string
- The description.
- Inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- LastUpdated stringTime 
- The time when the label was last updated.
- Name string
- The label name.
- 
[]DetectorTag 
- Tags associated with this label.
- arn String
- The label ARN.
- createdTime String
- The time when the label was created.
- description String
- The description.
- inline Boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated StringTime 
- The time when the label was last updated.
- name String
- The label name.
- 
List<DetectorTag> 
- Tags associated with this label.
- arn string
- The label ARN.
- createdTime string
- The time when the label was created.
- description string
- The description.
- inline boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated stringTime 
- The time when the label was last updated.
- name string
- The label name.
- 
DetectorTag[] 
- Tags associated with this label.
- arn str
- The label ARN.
- created_time str
- The time when the label was created.
- description str
- The description.
- inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- last_updated_ strtime 
- The time when the label was last updated.
- name str
- The label name.
- 
Sequence[DetectorTag] 
- Tags associated with this label.
- arn String
- The label ARN.
- createdTime String
- The time when the label was created.
- description String
- The description.
- inline Boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated 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.
- CreatedTime string
- The time when the outcome was created.
- Description string
- The description.
- Inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- LastUpdated 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.
- CreatedTime string
- The time when the outcome was created.
- Description string
- The description.
- Inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- LastUpdated stringTime 
- The time when the outcome was last updated.
- Name string
- The outcome name.
- 
[]DetectorTag 
- Tags associated with this outcome.
- arn String
- The outcome ARN.
- createdTime String
- The time when the outcome was created.
- description String
- The description.
- inline Boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated StringTime 
- The time when the outcome was last updated.
- name String
- The outcome name.
- 
List<DetectorTag> 
- Tags associated with this outcome.
- arn string
- The outcome ARN.
- createdTime string
- The time when the outcome was created.
- description string
- The description.
- inline boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated stringTime 
- The time when the outcome was last updated.
- name string
- The outcome name.
- 
DetectorTag[] 
- Tags associated with this outcome.
- arn str
- The outcome ARN.
- created_time str
- The time when the outcome was created.
- description str
- The description.
- inline bool
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- last_updated_ strtime 
- The time when the outcome was last updated.
- name str
- The outcome name.
- 
Sequence[DetectorTag] 
- Tags associated with this outcome.
- arn String
- The outcome ARN.
- createdTime String
- The time when the outcome was created.
- description String
- The description.
- inline Boolean
- Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is - true, CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is- false, CloudFormation will validate that the object exists and then use it within the resource without making changes to the object.- For example, when creating - AWS::FraudDetector::Detectoryou must define at least two variables. You can set- Inline=truefor these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set- Inline=false, CloudFormation will associate the variables to your detector but not execute any changes to the variables.
- lastUpdated 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.
- CreatedTime string
- The time when the event type was created.
- Description string
- The description.
- DetectorId string
- The detector for which the rule is associated.
- Expression string
- The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
- Language
Pulumi.Aws Native. Fraud Detector. Detector Rule Language 
- The rule language. - Valid Value: DETECTORPL 
- LastUpdated stringTime 
- The time when the event type was last updated.
- Outcomes
List<Pulumi.Aws Native. Fraud Detector. Inputs. Detector Outcome> 
- The rule outcome.
- RuleId string
- The rule ID.
- RuleVersion string
- The rule version.
- 
List<Pulumi.Aws Native. Fraud Detector. Inputs. Detector Tag> 
- Tags associated with this event type.
- Arn string
- The rule ARN.
- CreatedTime string
- The time when the event type was created.
- Description string
- The description.
- DetectorId string
- The detector for which the rule is associated.
- Expression string
- The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
- Language
DetectorRule Language 
- The rule language. - Valid Value: DETECTORPL 
- LastUpdated stringTime 
- The time when the event type was last updated.
- Outcomes
[]DetectorOutcome 
- The rule outcome.
- RuleId string
- The rule ID.
- RuleVersion string
- The rule version.
- 
[]DetectorTag 
- Tags associated with this event type.
- arn String
- The rule ARN.
- createdTime String
- The time when the event type was created.
- description String
- The description.
- detectorId String
- The detector for which the rule is associated.
- expression String
- The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
- language
DetectorRule Language 
- The rule language. - Valid Value: DETECTORPL 
- lastUpdated StringTime 
- The time when the event type was last updated.
- outcomes
List<DetectorOutcome> 
- The rule outcome.
- ruleId String
- The rule ID.
- ruleVersion String
- The rule version.
- 
List<DetectorTag> 
- Tags associated with this event type.
- arn string
- The rule ARN.
- createdTime string
- The time when the event type was created.
- description string
- The description.
- detectorId string
- The detector for which the rule is associated.
- expression string
- The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
- language
DetectorRule Language 
- The rule language. - Valid Value: DETECTORPL 
- lastUpdated stringTime 
- The time when the event type was last updated.
- outcomes
DetectorOutcome[] 
- The rule outcome.
- ruleId string
- The rule ID.
- ruleVersion string
- The rule version.
- 
DetectorTag[] 
- Tags associated with this event type.
- arn str
- The rule ARN.
- created_time str
- The time when the event type was created.
- description str
- The description.
- detector_id str
- The detector for which the rule is associated.
- expression str
- The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
- language
DetectorRule Language 
- The rule language. - Valid Value: DETECTORPL 
- last_updated_ strtime 
- The time when the event type was last updated.
- outcomes
Sequence[DetectorOutcome] 
- The rule outcome.
- rule_id str
- The rule ID.
- rule_version str
- The rule version.
- 
Sequence[DetectorTag] 
- Tags associated with this event type.
- arn String
- The rule ARN.
- createdTime String
- The time when the event type was created.
- description String
- The description.
- detectorId String
- The detector for which the rule is associated.
- expression String
- The rule expression. A rule expression captures the business logic. For more information, see Rule language reference .
- language "DETECTORPL"
- The rule language. - Valid Value: DETECTORPL 
- lastUpdated StringTime 
- The time when the event type was last updated.
- outcomes List<Property Map>
- The rule outcome.
- ruleId String
- The rule ID.
- ruleVersion String
- The rule version.
- List<Property Map>
- Tags associated with this event type.
DetectorRuleExecutionMode, DetectorRuleExecutionModeArgs        
- FirstMatched 
- FIRST_MATCHED
- AllMatched 
- ALL_MATCHED
- DetectorRule Execution Mode First Matched 
- FIRST_MATCHED
- DetectorRule Execution Mode All Matched 
- ALL_MATCHED
- FirstMatched 
- FIRST_MATCHED
- AllMatched 
- ALL_MATCHED
- FirstMatched 
- FIRST_MATCHED
- AllMatched 
- ALL_MATCHED
- FIRST_MATCHED
- FIRST_MATCHED
- ALL_MATCHED
- ALL_MATCHED
- "FIRST_MATCHED"
- FIRST_MATCHED
- "ALL_MATCHED"
- ALL_MATCHED
DetectorRuleLanguage, DetectorRuleLanguageArgs      
- Detectorpl
- DETECTORPL
- DetectorRule Language Detectorpl 
- DETECTORPL
- Detectorpl
- DETECTORPL
- Detectorpl
- DETECTORPL
- DETECTORPL
- DETECTORPL
- "DETECTORPL"
- DETECTORPL
DetectorTag, DetectorTagArgs    
DetectorVersionStatus, DetectorVersionStatusArgs      
- Draft
- DRAFT
- Active
- ACTIVE
- DetectorVersion Status Draft 
- DRAFT
- DetectorVersion 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.