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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EventType resource accepts the following input properties:
- EntityTypes List<Pulumi.Aws Native. Fraud Detector. Inputs. Event Type Entity Type> 
- The event type entity types.
- EventVariables 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.
- EntityTypes []EventType Entity Type Args 
- The event type entity types.
- EventVariables []EventType Event Variable Args 
- The event type event variables.
- Labels
[]EventType Label Args 
- The event type labels.
- Description string
- The description of the event type.
- Name string
- The name for the event type
- 
TagArgs 
- Tags associated with this event type.
- entityTypes List<EventType Entity Type> 
- The event type entity types.
- eventVariables List<EventType Event Variable> 
- The event type event variables.
- labels
List<EventType 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.
- entityTypes EventType Entity Type[] 
- The event type entity types.
- eventVariables EventType Event Variable[] 
- The event type event variables.
- labels
EventType 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[EventType Label Args] 
- The event type labels.
- description str
- The description of the event type.
- name str
- The name for the event type
- 
Sequence[TagArgs] 
- Tags associated with this event type.
- entityTypes List<Property Map>
- The event type entity types.
- eventVariables 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.
- CreatedTime string
- The time when the event type was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- The time when the event type was last updated.
- Arn string
- The ARN of the event type.
- CreatedTime string
- The time when the event type was created.
- Id string
- The provider-assigned unique ID for this managed resource.
- LastUpdated stringTime 
- The time when the event type was last updated.
- arn String
- The ARN of the event type.
- createdTime String
- The time when the event type was created.
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- The time when the event type was last updated.
- arn string
- The ARN of the event type.
- createdTime string
- The time when the event type was created.
- id string
- The provider-assigned unique ID for this managed resource.
- lastUpdated 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.
- createdTime String
- The time when the event type was created.
- id String
- The provider-assigned unique ID for this managed resource.
- lastUpdated StringTime 
- The time when the event type was last updated.
Supporting Types
EventTypeEntityType, EventTypeEntityTypeArgs        
- Arn string
- The entity type ARN.
- CreatedTime 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- LastUpdated 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.
- CreatedTime 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- LastUpdated stringTime 
- The time when the event type was last updated.
- Name string
- The entity type name. - ^[0-9a-z_-]+$
- 
[]EventType Tag 
- Tags associated with this event type.
- arn String
- The entity type ARN.
- createdTime 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- lastUpdated StringTime 
- The time when the event type was last updated.
- name String
- The entity type name. - ^[0-9a-z_-]+$
- 
List<EventType Tag> 
- Tags associated with this event type.
- arn string
- The entity type ARN.
- createdTime 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- lastUpdated stringTime 
- The time when the event type was last updated.
- name string
- The entity type name. - ^[0-9a-z_-]+$
- 
EventType 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 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::EventTypeyou 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 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[EventType Tag] 
- Tags associated with this event type.
- arn String
- The entity type ARN.
- createdTime 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- lastUpdated 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.
- CreatedTime string
- The time when the event type was created.
- DataSource 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 - 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. Event Type Event Variable Data Type 
- The data type of the event variable. For more information, see Data types .
- DefaultValue 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- LastUpdated 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.
- VariableType 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.
- CreatedTime string
- The time when the event type was created.
- DataSource 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 - 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 EventType Event Variable Data Type 
- The data type of the event variable. For more information, see Data types .
- DefaultValue 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- LastUpdated stringTime 
- The time when the event type was last updated.
- Name string
- The name of the event variable.
- 
[]EventType Tag 
- Tags associated with this event type.
- VariableType EventType 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 type was created.
- dataSource 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 - 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 EventType Event Variable Data Type 
- The data type of the event variable. For more information, see Data types .
- defaultValue 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- lastUpdated StringTime 
- The time when the event type was last updated.
- name String
- The name of the event variable.
- 
List<EventType Tag> 
- Tags associated with this event type.
- variableType EventType 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 type was created.
- dataSource 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 - 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 EventType Event Variable Data Type 
- The data type of the event variable. For more information, see Data types .
- defaultValue 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- lastUpdated stringTime 
- The time when the event type was last updated.
- name string
- The name of the event variable.
- 
EventType Tag[] 
- Tags associated with this event type.
- variableType 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 - 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 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 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::EventTypeyou 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 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[EventType 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.
- createdTime String
- The time when the event type was created.
- dataSource "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 - 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. For more information, see Data types .
- defaultValue 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 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::EventTypeyou 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 event type but not execute any changes to the variables.
- lastUpdated 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.
- 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 .
EventTypeEventVariableDataSource, EventTypeEventVariableDataSourceArgs            
- Event
- EVENT
- EventType Event Variable Data Source Event 
- EVENT
- Event
- EVENT
- Event
- EVENT
- EVENT
- EVENT
- "EVENT"
- EVENT
EventTypeEventVariableDataType, EventTypeEventVariableDataTypeArgs            
- String
- STRING
- Integer
- INTEGER
- Float
- FLOAT
- Boolean
- BOOLEAN
- EventType Event Variable Data Type String 
- STRING
- EventType Event Variable Data Type Integer 
- INTEGER
- EventType Event Variable Data Type Float 
- FLOAT
- EventType 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            
- 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
- EventType Event Variable Variable Type Auth Code 
- AUTH_CODE
- EventType Event Variable Variable Type Avs 
- AVS
- EventType Event Variable Variable Type Billing Address L1 
- BILLING_ADDRESS_L1
- EventType Event Variable Variable Type Billing Address L2 
- BILLING_ADDRESS_L2
- EventType Event Variable Variable Type Billing City 
- BILLING_CITY
- EventType Event Variable Variable Type Billing Country 
- BILLING_COUNTRY
- EventType Event Variable Variable Type Billing Name 
- BILLING_NAME
- EventType Event Variable Variable Type Billing Phone 
- BILLING_PHONE
- EventType Event Variable Variable Type Billing State 
- BILLING_STATE
- EventType Event Variable Variable Type Billing Zip 
- BILLING_ZIP
- EventType Event Variable Variable Type Card Bin 
- CARD_BIN
- EventType Event Variable Variable Type Categorical 
- CATEGORICAL
- EventType Event Variable Variable Type Currency Code 
- CURRENCY_CODE
- EventType Event Variable Variable Type Email Address 
- EMAIL_ADDRESS
- EventType Event Variable Variable Type Fingerprint 
- FINGERPRINT
- EventType Event Variable Variable Type Fraud Label 
- FRAUD_LABEL
- EventType Event Variable Variable Type Free Form Text 
- FREE_FORM_TEXT
- EventType Event Variable Variable Type Ip Address 
- IP_ADDRESS
- EventType Event Variable Variable Type Numeric 
- NUMERIC
- EventType Event Variable Variable Type Order Id 
- ORDER_ID
- EventType Event Variable Variable Type Payment Type 
- PAYMENT_TYPE
- EventType Event Variable Variable Type Phone Number 
- PHONE_NUMBER
- EventType Event Variable Variable Type Price 
- PRICE
- EventType Event Variable Variable Type Product Category 
- PRODUCT_CATEGORY
- EventType Event Variable Variable Type Shipping Address L1 
- SHIPPING_ADDRESS_L1
- EventType Event Variable Variable Type Shipping Address L2 
- SHIPPING_ADDRESS_L2
- EventType Event Variable Variable Type Shipping City 
- SHIPPING_CITY
- EventType Event Variable Variable Type Shipping Country 
- SHIPPING_COUNTRY
- EventType Event Variable Variable Type Shipping Name 
- SHIPPING_NAME
- EventType Event Variable Variable Type Shipping Phone 
- SHIPPING_PHONE
- EventType Event Variable Variable Type Shipping State 
- SHIPPING_STATE
- EventType Event Variable Variable Type Shipping Zip 
- SHIPPING_ZIP
- EventType Event 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
EventTypeLabel, EventTypeLabelArgs      
- Arn string
- The label ARN.
- CreatedTime 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 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::EventTypeyou 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 EventType but not execute any changes to the variables.
- LastUpdated 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.
- CreatedTime 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 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::EventTypeyou 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 EventType but not execute any changes to the variables.
- LastUpdated stringTime 
- The time when the event type was last updated.
- Name string
- The label name.
- 
[]EventType Tag 
- Tags associated with this event type.
- arn String
- The label ARN.
- createdTime 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 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::EventTypeyou 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 EventType but not execute any changes to the variables.
- lastUpdated StringTime 
- The time when the event type was last updated.
- name String
- The label name.
- 
List<EventType Tag> 
- Tags associated with this event type.
- arn string
- The label ARN.
- createdTime 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 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::EventTypeyou 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 EventType but not execute any changes to the variables.
- lastUpdated stringTime 
- The time when the event type was last updated.
- name string
- The label name.
- 
EventType 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 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::EventTypeyou 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 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[EventType Tag] 
- Tags associated with this event type.
- arn String
- The label ARN.
- createdTime 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 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::EventTypeyou 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 EventType but not execute any changes to the variables.
- lastUpdated 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.