1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. frauddetector
  5. EventType

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.frauddetector.EventType

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

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 This property is required. string
The unique name of the resource.
args This property is required. EventTypeArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. 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 This property is required. string
The unique name of the resource.
args This property is required. EventTypeArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. EventTypeArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. 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 This property is required. List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeEntityType>
The event type entity types.
EventVariables This property is required. List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeEventVariable>
The event type event variables.
Labels This property is required. List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeLabel>
The event type labels.
Description string
The description of the event type.
Name string
The name for the event type
Tags List<Pulumi.AwsNative.Inputs.Tag>
Tags associated with this event type.
EntityTypes This property is required. []EventTypeEntityTypeArgs
The event type entity types.
EventVariables This property is required. []EventTypeEventVariableArgs
The event type event variables.
Labels This property is required. []EventTypeLabelArgs
The event type labels.
Description string
The description of the event type.
Name string
The name for the event type
Tags TagArgs
Tags associated with this event type.
entityTypes This property is required. List<EventTypeEntityType>
The event type entity types.
eventVariables This property is required. List<EventTypeEventVariable>
The event type event variables.
labels This property is required. List<EventTypeLabel>
The event type labels.
description String
The description of the event type.
name String
The name for the event type
tags List<Tag>
Tags associated with this event type.
entityTypes This property is required. EventTypeEntityType[]
The event type entity types.
eventVariables This property is required. EventTypeEventVariable[]
The event type event variables.
labels This property is required. EventTypeLabel[]
The event type labels.
description string
The description of the event type.
name string
The name for the event type
tags Tag[]
Tags associated with this event type.
entity_types This property is required. Sequence[EventTypeEntityTypeArgs]
The event type entity types.
event_variables This property is required. Sequence[EventTypeEventVariableArgs]
The event type event variables.
labels This property is required. Sequence[EventTypeLabelArgs]
The event type labels.
description str
The description of the event type.
name str
The name for the event type
tags Sequence[TagArgs]
Tags associated with this event type.
entityTypes This property is required. List<Property Map>
The event type entity types.
eventVariables This property is required. List<Property Map>
The event type event variables.
labels This property is required. List<Property Map>
The event type labels.
description String
The description of the event type.
name String
The name for the event type
tags 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.
LastUpdatedTime string
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.
LastUpdatedTime string
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.
lastUpdatedTime String
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.
lastUpdatedTime string
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_time str
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.
lastUpdatedTime String
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::EventType you must define at least two variables. You can set Inline=true for 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.

LastUpdatedTime string
The time when the event type was last updated.
Name string

The entity type name.

^[0-9a-z_-]+$

Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
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::EventType you must define at least two variables. You can set Inline=true for 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.

LastUpdatedTime string
The time when the event type was last updated.
Name string

The entity type name.

^[0-9a-z_-]+$

Tags []EventTypeTag
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::EventType you must define at least two variables. You can set Inline=true for 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.

lastUpdatedTime String
The time when the event type was last updated.
name String

The entity type name.

^[0-9a-z_-]+$

tags List<EventTypeTag>
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::EventType you must define at least two variables. You can set Inline=true for 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.

lastUpdatedTime string
The time when the event type was last updated.
name string

The entity type name.

^[0-9a-z_-]+$

tags EventTypeTag[]
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::EventType you must define at least two variables. You can set Inline=true for 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_time str
The time when the event type was last updated.
name str

The entity type name.

^[0-9a-z_-]+$

tags Sequence[EventTypeTag]
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::EventType you must define at least two variables. You can set Inline=true for 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.

lastUpdatedTime String
The time when the event type was last updated.
name String

The entity type name.

^[0-9a-z_-]+$

tags 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.AwsNative.FraudDetector.EventTypeEventVariableDataSource

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 either EVENT or MODEL_SCORE for DataSource.

DataType Pulumi.AwsNative.FraudDetector.EventTypeEventVariableDataType
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::EventType you must define at least two variables. You can set Inline=true for 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.

LastUpdatedTime string
The time when the event type was last updated.
Name string
The name of the event variable.
Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
Tags associated with this event type.
VariableType Pulumi.AwsNative.FraudDetector.EventTypeEventVariableVariableType
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 EventTypeEventVariableDataSource

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 either EVENT or MODEL_SCORE for DataSource.

DataType EventTypeEventVariableDataType
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::EventType you must define at least two variables. You can set Inline=true for 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.

LastUpdatedTime string
The time when the event type was last updated.
Name string
The name of the event variable.
Tags []EventTypeTag
Tags associated with this event type.
VariableType EventTypeEventVariableVariableType
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 EventTypeEventVariableDataSource

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 either EVENT or MODEL_SCORE for DataSource.

dataType EventTypeEventVariableDataType
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::EventType you must define at least two variables. You can set Inline=true for 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.

lastUpdatedTime String
The time when the event type was last updated.
name String
The name of the event variable.
tags List<EventTypeTag>
Tags associated with this event type.
variableType EventTypeEventVariableVariableType
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 EventTypeEventVariableDataSource

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 either EVENT or MODEL_SCORE for DataSource.

dataType EventTypeEventVariableDataType
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::EventType you must define at least two variables. You can set Inline=true for 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.

lastUpdatedTime string
The time when the event type was last updated.
name string
The name of the event variable.
tags EventTypeTag[]
Tags associated with this event type.
variableType EventTypeEventVariableVariableType
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 EventTypeEventVariableDataSource

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 either EVENT or MODEL_SCORE for DataSource.

data_type EventTypeEventVariableDataType
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::EventType you must define at least two variables. You can set Inline=true for 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_time str
The time when the event type was last updated.
name str
The name of the event variable.
tags Sequence[EventTypeTag]
Tags associated with this event type.
variable_type EventTypeEventVariableVariableType
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 EVENT value for DataSource when the Inline property is set to true. If the Inline property is set false, you can use either EVENT or MODEL_SCORE for 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::EventType you must define at least two variables. You can set Inline=true for 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.

lastUpdatedTime String
The time when the event type was last updated.
name String
The name of the event variable.
tags 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
EventTypeEventVariableDataSourceEvent
EVENT
Event
EVENT
Event
EVENT
EVENT
EVENT
"EVENT"
EVENT

EventTypeEventVariableDataType
, EventTypeEventVariableDataTypeArgs

String
STRING
Integer
INTEGER
Float
FLOAT
Boolean
BOOLEAN
EventTypeEventVariableDataTypeString
STRING
EventTypeEventVariableDataTypeInteger
INTEGER
EventTypeEventVariableDataTypeFloat
FLOAT
EventTypeEventVariableDataTypeBoolean
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
BillingAddressL1
BILLING_ADDRESS_L1
BillingAddressL2
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
FreeFormText
FREE_FORM_TEXT
IpAddress
IP_ADDRESS
Numeric
NUMERIC
OrderId
ORDER_ID
PaymentType
PAYMENT_TYPE
PhoneNumber
PHONE_NUMBER
Price
PRICE
ProductCategory
PRODUCT_CATEGORY
ShippingAddressL1
SHIPPING_ADDRESS_L1
ShippingAddressL2
SHIPPING_ADDRESS_L2
ShippingCity
SHIPPING_CITY
ShippingCountry
SHIPPING_COUNTRY
ShippingName
SHIPPING_NAME
ShippingPhone
SHIPPING_PHONE
ShippingState
SHIPPING_STATE
ShippingZip
SHIPPING_ZIP
Useragent
USERAGENT
EventTypeEventVariableVariableTypeAuthCode
AUTH_CODE
EventTypeEventVariableVariableTypeAvs
AVS
EventTypeEventVariableVariableTypeBillingAddressL1
BILLING_ADDRESS_L1
EventTypeEventVariableVariableTypeBillingAddressL2
BILLING_ADDRESS_L2
EventTypeEventVariableVariableTypeBillingCity
BILLING_CITY
EventTypeEventVariableVariableTypeBillingCountry
BILLING_COUNTRY
EventTypeEventVariableVariableTypeBillingName
BILLING_NAME
EventTypeEventVariableVariableTypeBillingPhone
BILLING_PHONE
EventTypeEventVariableVariableTypeBillingState
BILLING_STATE
EventTypeEventVariableVariableTypeBillingZip
BILLING_ZIP
EventTypeEventVariableVariableTypeCardBin
CARD_BIN
EventTypeEventVariableVariableTypeCategorical
CATEGORICAL
EventTypeEventVariableVariableTypeCurrencyCode
CURRENCY_CODE
EventTypeEventVariableVariableTypeEmailAddress
EMAIL_ADDRESS
EventTypeEventVariableVariableTypeFingerprint
FINGERPRINT
EventTypeEventVariableVariableTypeFraudLabel
FRAUD_LABEL
EventTypeEventVariableVariableTypeFreeFormText
FREE_FORM_TEXT
EventTypeEventVariableVariableTypeIpAddress
IP_ADDRESS
EventTypeEventVariableVariableTypeNumeric
NUMERIC
EventTypeEventVariableVariableTypeOrderId
ORDER_ID
EventTypeEventVariableVariableTypePaymentType
PAYMENT_TYPE
EventTypeEventVariableVariableTypePhoneNumber
PHONE_NUMBER
EventTypeEventVariableVariableTypePrice
PRICE
EventTypeEventVariableVariableTypeProductCategory
PRODUCT_CATEGORY
EventTypeEventVariableVariableTypeShippingAddressL1
SHIPPING_ADDRESS_L1
EventTypeEventVariableVariableTypeShippingAddressL2
SHIPPING_ADDRESS_L2
EventTypeEventVariableVariableTypeShippingCity
SHIPPING_CITY
EventTypeEventVariableVariableTypeShippingCountry
SHIPPING_COUNTRY
EventTypeEventVariableVariableTypeShippingName
SHIPPING_NAME
EventTypeEventVariableVariableTypeShippingPhone
SHIPPING_PHONE
EventTypeEventVariableVariableTypeShippingState
SHIPPING_STATE
EventTypeEventVariableVariableTypeShippingZip
SHIPPING_ZIP
EventTypeEventVariableVariableTypeUseragent
USERAGENT
AuthCode
AUTH_CODE
Avs
AVS
BillingAddressL1
BILLING_ADDRESS_L1
BillingAddressL2
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
FreeFormText
FREE_FORM_TEXT
IpAddress
IP_ADDRESS
Numeric
NUMERIC
OrderId
ORDER_ID
PaymentType
PAYMENT_TYPE
PhoneNumber
PHONE_NUMBER
Price
PRICE
ProductCategory
PRODUCT_CATEGORY
ShippingAddressL1
SHIPPING_ADDRESS_L1
ShippingAddressL2
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
BillingAddressL1
BILLING_ADDRESS_L1
BillingAddressL2
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
FreeFormText
FREE_FORM_TEXT
IpAddress
IP_ADDRESS
Numeric
NUMERIC
OrderId
ORDER_ID
PaymentType
PAYMENT_TYPE
PhoneNumber
PHONE_NUMBER
Price
PRICE
ProductCategory
PRODUCT_CATEGORY
ShippingAddressL1
SHIPPING_ADDRESS_L1
ShippingAddressL2
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::EventType you must define at least two variables. You can set Inline=true for 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.

LastUpdatedTime string
The time when the event type was last updated.
Name string
The label name.
Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
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::EventType you must define at least two variables. You can set Inline=true for 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.

LastUpdatedTime string
The time when the event type was last updated.
Name string
The label name.
Tags []EventTypeTag
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::EventType you must define at least two variables. You can set Inline=true for 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.

lastUpdatedTime String
The time when the event type was last updated.
name String
The label name.
tags List<EventTypeTag>
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::EventType you must define at least two variables. You can set Inline=true for 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.

lastUpdatedTime string
The time when the event type was last updated.
name string
The label name.
tags EventTypeTag[]
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::EventType you must define at least two variables. You can set Inline=true for 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_time str
The time when the event type was last updated.
name str
The label name.
tags Sequence[EventTypeTag]
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::EventType you must define at least two variables. You can set Inline=true for 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.

lastUpdatedTime String
The time when the event type was last updated.
name String
The label name.
tags List<Property Map>
Tags associated with this event type.

EventTypeTag
, EventTypeTagArgs

Key This property is required. string
A tag key.
Value This property is required. string
A value assigned to a tag key.
Key This property is required. string
A tag key.
Value This property is required. string
A value assigned to a tag key.
key This property is required. String
A tag key.
value This property is required. String
A value assigned to a tag key.
key This property is required. string
A tag key.
value This property is required. string
A value assigned to a tag key.
key This property is required. str
A tag key.
value This property is required. str
A value assigned to a tag key.
key This property is required. String
A tag key.
value This property is required. String
A value assigned to a tag key.

Tag
, TagArgs

Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
Key This property is required. string
The key name of the tag
Value This property is required. string
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag
key This property is required. string
The key name of the tag
value This property is required. string
The value of the tag
key This property is required. str
The key name of the tag
value This property is required. str
The value of the tag
key This property is required. String
The key name of the tag
value This property is required. String
The value of the tag

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi