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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.2 published on Friday, Jun 7, 2024 by Pulumi

aws-native.frauddetector.EventType

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.108.2 published on Friday, Jun 7, 2024 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 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.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const eventTypeResource = new aws_native.frauddetector.EventType("eventTypeResource", {
        entityTypes: [{
            arn: "string",
            createdTime: "string",
            description: "string",
            inline: false,
            lastUpdatedTime: "string",
            name: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
        }],
        eventVariables: [{
            arn: "string",
            createdTime: "string",
            dataSource: aws_native.frauddetector.EventTypeEventVariableDataSource.Event,
            dataType: aws_native.frauddetector.EventTypeEventVariableDataType.String,
            defaultValue: "string",
            description: "string",
            inline: false,
            lastUpdatedTime: "string",
            name: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
            variableType: aws_native.frauddetector.EventTypeEventVariableVariableType.AuthCode,
        }],
        labels: [{
            arn: "string",
            createdTime: "string",
            description: "string",
            inline: false,
            lastUpdatedTime: "string",
            name: "string",
            tags: [{
                key: "string",
                value: "string",
            }],
        }],
        description: "string",
        name: "string",
        tags: [{
            key: "string",
            value: "string",
        }],
    });
    
    Coming soon!
    

    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:

    EntityTypes List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeEntityType>
    The event type entity types.
    EventVariables List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeEventVariable>
    The event type event variables.
    Labels 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 []EventTypeEntityTypeArgs
    The event type entity types.
    EventVariables []EventTypeEventVariableArgs
    The event type event variables.
    Labels []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 List<EventTypeEntityType>
    The event type entity types.
    eventVariables List<EventTypeEventVariable>
    The event type event variables.
    labels 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 EventTypeEntityType[]
    The event type entity types.
    eventVariables EventTypeEventVariable[]
    The event type event variables.
    labels 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 Sequence[EventTypeEntityTypeArgs]
    The event type entity types.
    event_variables Sequence[EventTypeEventVariableArgs]
    The event type event variables.
    labels 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 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
    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 string
    A tag key.
    Value string
    A value assigned to a tag key.
    Key string
    A tag key.
    Value string
    A value assigned to a tag key.
    key String
    A tag key.
    value String
    A value assigned to a tag key.
    key string
    A tag key.
    value string
    A value assigned to a tag key.
    key str
    A tag key.
    value str
    A value assigned to a tag key.
    key String
    A tag key.
    value String
    A value assigned to a tag key.

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.108.2 published on Friday, Jun 7, 2024 by Pulumi