We recommend new projects start with resources from the AWS provider.
aws-native.frauddetector.EventType
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
A resource schema for an EventType in Amazon Fraud Detector.
Create EventType Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EventType(name: string, args: EventTypeArgs, opts?: CustomResourceOptions);
@overload
def EventType(resource_name: str,
args: EventTypeArgs,
opts: Optional[ResourceOptions] = None)
@overload
def EventType(resource_name: str,
opts: Optional[ResourceOptions] = None,
entity_types: Optional[Sequence[EventTypeEntityTypeArgs]] = None,
event_variables: Optional[Sequence[EventTypeEventVariableArgs]] = None,
labels: Optional[Sequence[EventTypeLabelArgs]] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewEventType(ctx *Context, name string, args EventTypeArgs, opts ...ResourceOption) (*EventType, error)
public EventType(string name, EventTypeArgs args, CustomResourceOptions? opts = null)
public EventType(String name, EventTypeArgs args)
public EventType(String name, EventTypeArgs args, CustomResourceOptions options)
type: aws-native:frauddetector:EventType
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 EventTypeArgs
- 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 EventTypeArgs
- 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 EventTypeArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventTypeArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EventTypeArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EventType 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 EventType resource accepts the following input properties:
- Entity
Types List<Pulumi.Aws Native. Fraud Detector. Inputs. Event Type Entity Type> - The event type entity types.
- Event
Variables List<Pulumi.Aws Native. Fraud Detector. Inputs. Event Type Event Variable> - The event type event variables.
- Labels
List<Pulumi.
Aws Native. Fraud Detector. Inputs. Event Type Label> - The event type labels.
- Description string
- The description of the event type.
- Name string
- The name for the event type
- List<Pulumi.
Aws Native. Inputs. Tag> - Tags associated with this event type.
- Entity
Types []EventType Entity Type Args - The event type entity types.
- Event
Variables []EventType Event Variable Args - The event type event variables.
- Labels
[]Event
Type Label Args - The event type labels.
- Description string
- The description of the event type.
- Name string
- The name for the event type
- Tag
Args - Tags associated with this event type.
- entity
Types List<EventType Entity Type> - The event type entity types.
- event
Variables List<EventType Event Variable> - The event type event variables.
- labels
List<Event
Type Label> - The event type labels.
- description String
- The description of the event type.
- name String
- The name for the event type
- List<Tag>
- Tags associated with this event type.
- entity
Types EventType Entity Type[] - The event type entity types.
- event
Variables EventType Event Variable[] - The event type event variables.
- labels
Event
Type Label[] - The event type labels.
- description string
- The description of the event type.
- name string
- The name for the event type
- Tag[]
- Tags associated with this event type.
- entity_
types Sequence[EventType Entity Type Args] - The event type entity types.
- event_
variables Sequence[EventType Event Variable Args] - The event type event variables.
- labels
Sequence[Event
Type Label Args] - The event type labels.
- description str
- The description of the event type.
- name str
- The name for the event type
- Sequence[Tag
Args] - Tags associated with this event type.
- entity
Types List<Property Map> - The event type entity types.
- event
Variables List<Property Map> - The event type event variables.
- labels List<Property Map>
- The event type labels.
- description String
- The description of the event type.
- name String
- The name for the event type
- List<Property Map>
- Tags associated with this event type.
Outputs
All input properties are implicitly available as output properties. Additionally, the EventType resource produces the following output properties:
- Arn string
- The ARN of the event type.
- Created
Time string - The time when the event type was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - The time when the event type was last updated.
- Arn string
- The ARN of the event type.
- Created
Time string - The time when the event type was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - The time when the event type was last updated.
- arn String
- The ARN of the event type.
- created
Time String - The time when the event type was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime - The time when the event type was last updated.
- arn string
- The ARN of the event type.
- created
Time string - The time when the event type was created.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Updated stringTime - The time when the event type was last updated.
- arn str
- The ARN of the event type.
- created_
time str - The time when the event type was created.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
updated_ strtime - The time when the event type was last updated.
- arn String
- The ARN of the event type.
- created
Time String - The time when the event type was created.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime - The time when the event type was last updated.
Supporting Types
EventTypeEntityType, EventTypeEntityTypeArgs
- Arn string
- The entity type ARN.
- Created
Time string - The time when the event 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::EventType
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 event type but not execute any changes to the variables.- Last
Updated stringTime - The time when the event type was last updated.
- Name string
The entity type name.
^[0-9a-z_-]+$
- List<Pulumi.
Aws Native. Fraud Detector. Inputs. Event Type Tag> - Tags associated with this event type.
- Arn string
- The entity type ARN.
- Created
Time string - The time when the event 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::EventType
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 event type but not execute any changes to the variables.- Last
Updated stringTime - The time when the event type was last updated.
- Name string
The entity type name.
^[0-9a-z_-]+$
- []Event
Type Tag - Tags associated with this event type.
- arn String
- The entity type ARN.
- created
Time String - The time when the event 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::EventType
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 event type but not execute any changes to the variables.- last
Updated StringTime - The time when the event type was last updated.
- name String
The entity type name.
^[0-9a-z_-]+$
- List<Event
Type Tag> - Tags associated with this event type.
- arn string
- The entity type ARN.
- created
Time string - The time when the event 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::EventType
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 event type but not execute any changes to the variables.- last
Updated stringTime - The time when the event type was last updated.
- name string
The entity type name.
^[0-9a-z_-]+$
- Event
Type Tag[] - Tags associated with this event type.
- arn str
- The entity type ARN.
- created_
time str - The time when the event 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::EventType
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 event type but not execute any changes to the variables.- last_
updated_ strtime - The time when the event type was last updated.
- name str
The entity type name.
^[0-9a-z_-]+$
- Sequence[Event
Type Tag] - Tags associated with this event type.
- arn String
- The entity type ARN.
- created
Time String - The time when the event 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::EventType
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 event type but not execute any changes to the variables.- last
Updated StringTime - The time when the event type was last updated.
- name String
The entity type name.
^[0-9a-z_-]+$
- List<Property Map>
- Tags associated with this event type.
EventTypeEventVariable, EventTypeEventVariableArgs
- Arn string
- The event variable ARN.
- Created
Time string - The time when the event type was created.
- Data
Source Pulumi.Aws Native. Fraud Detector. Event Type Event Variable Data Source The source of the event variable.
Valid values:
EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a event type, 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. Event Type Event Variable Data Type - The data type of the event variable. For more information, see Data types .
- Default
Value string - The default value of the event variable
- 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::EventType
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 event type but not execute any changes to the variables.- Last
Updated stringTime - The time when the event type was last updated.
- Name string
- The name of the event variable.
- List<Pulumi.
Aws Native. Fraud Detector. Inputs. Event Type Tag> - Tags associated with this event type.
- Variable
Type Pulumi.Aws Native. Fraud Detector. Event Type 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 type was created.
- Data
Source EventType Event Variable Data Source The source of the event variable.
Valid values:
EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a event type, 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 EventType Event Variable Data Type - The data type of the event variable. For more information, see Data types .
- Default
Value string - The default value of the event variable
- 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::EventType
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 event type but not execute any changes to the variables.- Last
Updated stringTime - The time when the event type was last updated.
- Name string
- The name of the event variable.
- []Event
Type Tag - Tags associated with this event type.
- Variable
Type EventType 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 type was created.
- data
Source EventType Event Variable Data Source The source of the event variable.
Valid values:
EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a event type, 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 EventType Event Variable Data Type - The data type of the event variable. For more information, see Data types .
- default
Value String - The default value of the event variable
- 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::EventType
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 event type but not execute any changes to the variables.- last
Updated StringTime - The time when the event type was last updated.
- name String
- The name of the event variable.
- List<Event
Type Tag> - Tags associated with this event type.
- variable
Type EventType 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 type was created.
- data
Source EventType Event Variable Data Source The source of the event variable.
Valid values:
EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a event type, 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 EventType Event Variable Data Type - The data type of the event variable. For more information, see Data types .
- default
Value string - The default value of the event variable
- 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::EventType
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 event type but not execute any changes to the variables.- last
Updated stringTime - The time when the event type was last updated.
- name string
- The name of the event variable.
- Event
Type Tag[] - Tags associated with this event type.
- variable
Type EventType Event 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 type was created.
- data_
source EventType Event Variable Data Source The source of the event variable.
Valid values:
EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a event type, 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 EventType Event Variable Data Type - The data type of the event variable. For more information, see Data types .
- default_
value str - The default value of the event variable
- 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::EventType
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 event type but not execute any changes to the variables.- last_
updated_ strtime - The time when the event type was last updated.
- name str
- The name of the event variable.
- Sequence[Event
Type Tag] - Tags associated with this event type.
- variable_
type EventType 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 type was created.
- data
Source "EVENT" The source of the event variable.
Valid values:
EVENT | EXTERNAL_MODEL_SCORE
When defining a variable within a event type, 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. For more information, see Data types .
- default
Value String - The default value of the event variable
- 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::EventType
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 event type but not execute any changes to the variables.- last
Updated StringTime - The time when the event type was last updated.
- name String
- The name of the event variable.
- List<Property Map>
- Tags associated with this event type.
- 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 .
EventTypeEventVariableDataSource, EventTypeEventVariableDataSourceArgs
- Event
- EVENT
- Event
Type Event Variable Data Source Event - EVENT
- Event
- EVENT
- Event
- EVENT
- EVENT
- EVENT
- "EVENT"
- EVENT
EventTypeEventVariableDataType, EventTypeEventVariableDataTypeArgs
- String
- STRING
- Integer
- INTEGER
- Float
- FLOAT
- Boolean
- BOOLEAN
- Event
Type Event Variable Data Type String - STRING
- Event
Type Event Variable Data Type Integer - INTEGER
- Event
Type Event Variable Data Type Float - FLOAT
- Event
Type 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
EventTypeEventVariableVariableType, EventTypeEventVariableVariableTypeArgs
- 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
- Event
Type Event Variable Variable Type Auth Code - AUTH_CODE
- Event
Type Event Variable Variable Type Avs - AVS
- Event
Type Event Variable Variable Type Billing Address L1 - BILLING_ADDRESS_L1
- Event
Type Event Variable Variable Type Billing Address L2 - BILLING_ADDRESS_L2
- Event
Type Event Variable Variable Type Billing City - BILLING_CITY
- Event
Type Event Variable Variable Type Billing Country - BILLING_COUNTRY
- Event
Type Event Variable Variable Type Billing Name - BILLING_NAME
- Event
Type Event Variable Variable Type Billing Phone - BILLING_PHONE
- Event
Type Event Variable Variable Type Billing State - BILLING_STATE
- Event
Type Event Variable Variable Type Billing Zip - BILLING_ZIP
- Event
Type Event Variable Variable Type Card Bin - CARD_BIN
- Event
Type Event Variable Variable Type Categorical - CATEGORICAL
- Event
Type Event Variable Variable Type Currency Code - CURRENCY_CODE
- Event
Type Event Variable Variable Type Email Address - EMAIL_ADDRESS
- Event
Type Event Variable Variable Type Fingerprint - FINGERPRINT
- Event
Type Event Variable Variable Type Fraud Label - FRAUD_LABEL
- Event
Type Event Variable Variable Type Free Form Text - FREE_FORM_TEXT
- Event
Type Event Variable Variable Type Ip Address - IP_ADDRESS
- Event
Type Event Variable Variable Type Numeric - NUMERIC
- Event
Type Event Variable Variable Type Order Id - ORDER_ID
- Event
Type Event Variable Variable Type Payment Type - PAYMENT_TYPE
- Event
Type Event Variable Variable Type Phone Number - PHONE_NUMBER
- Event
Type Event Variable Variable Type Price - PRICE
- Event
Type Event Variable Variable Type Product Category - PRODUCT_CATEGORY
- Event
Type Event Variable Variable Type Shipping Address L1 - SHIPPING_ADDRESS_L1
- Event
Type Event Variable Variable Type Shipping Address L2 - SHIPPING_ADDRESS_L2
- Event
Type Event Variable Variable Type Shipping City - SHIPPING_CITY
- Event
Type Event Variable Variable Type Shipping Country - SHIPPING_COUNTRY
- Event
Type Event Variable Variable Type Shipping Name - SHIPPING_NAME
- Event
Type Event Variable Variable Type Shipping Phone - SHIPPING_PHONE
- Event
Type Event Variable Variable Type Shipping State - SHIPPING_STATE
- Event
Type Event Variable Variable Type Shipping Zip - SHIPPING_ZIP
- Event
Type 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
EventTypeLabel, EventTypeLabelArgs
- Arn string
- The label ARN.
- Created
Time string - The time when the event 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::EventType
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 EventType but not execute any changes to the variables.- Last
Updated stringTime - The time when the event type was last updated.
- Name string
- The label name.
- List<Pulumi.
Aws Native. Fraud Detector. Inputs. Event Type Tag> - Tags associated with this event type.
- Arn string
- The label ARN.
- Created
Time string - The time when the event 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::EventType
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 EventType but not execute any changes to the variables.- Last
Updated stringTime - The time when the event type was last updated.
- Name string
- The label name.
- []Event
Type Tag - Tags associated with this event type.
- arn String
- The label ARN.
- created
Time String - The time when the event 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::EventType
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 EventType but not execute any changes to the variables.- last
Updated StringTime - The time when the event type was last updated.
- name String
- The label name.
- List<Event
Type Tag> - Tags associated with this event type.
- arn string
- The label ARN.
- created
Time string - The time when the event 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::EventType
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 EventType but not execute any changes to the variables.- last
Updated stringTime - The time when the event type was last updated.
- name string
- The label name.
- Event
Type Tag[] - Tags associated with this event type.
- arn str
- The label ARN.
- created_
time str - The time when the event 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::EventType
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 EventType but not execute any changes to the variables.- last_
updated_ strtime - The time when the event type was last updated.
- name str
- The label name.
- Sequence[Event
Type Tag] - Tags associated with this event type.
- arn String
- The label ARN.
- created
Time String - The time when the event 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::EventType
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 EventType but not execute any changes to the variables.- last
Updated StringTime - The time when the event type was last updated.
- name String
- The label name.
- List<Property Map>
- Tags associated with this event type.
EventTypeTag, EventTypeTagArgs
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.