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

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.frauddetector.getEventType

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

    A resource schema for an EventType in Amazon Fraud Detector.

    Using getEventType

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getEventType(args: GetEventTypeArgs, opts?: InvokeOptions): Promise<GetEventTypeResult>
    function getEventTypeOutput(args: GetEventTypeOutputArgs, opts?: InvokeOptions): Output<GetEventTypeResult>
    def get_event_type(arn: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetEventTypeResult
    def get_event_type_output(arn: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetEventTypeResult]
    func LookupEventType(ctx *Context, args *LookupEventTypeArgs, opts ...InvokeOption) (*LookupEventTypeResult, error)
    func LookupEventTypeOutput(ctx *Context, args *LookupEventTypeOutputArgs, opts ...InvokeOption) LookupEventTypeResultOutput

    > Note: This function is named LookupEventType in the Go SDK.

    public static class GetEventType 
    {
        public static Task<GetEventTypeResult> InvokeAsync(GetEventTypeArgs args, InvokeOptions? opts = null)
        public static Output<GetEventTypeResult> Invoke(GetEventTypeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetEventTypeResult> getEventType(GetEventTypeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:frauddetector:getEventType
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string
    The ARN of the event type.
    Arn string
    The ARN of the event type.
    arn String
    The ARN of the event type.
    arn string
    The ARN of the event type.
    arn str
    The ARN of the event type.
    arn String
    The ARN of the event type.

    getEventType Result

    The following output properties are available:

    Arn string
    The ARN of the event type.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description of the event type.
    EntityTypes List<Pulumi.AwsNative.FraudDetector.Outputs.EventTypeEntityType>
    EventVariables List<Pulumi.AwsNative.FraudDetector.Outputs.EventTypeEventVariable>
    Labels List<Pulumi.AwsNative.FraudDetector.Outputs.EventTypeLabel>
    LastUpdatedTime string
    The time when the event type was last updated.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags associated with this event type.
    Arn string
    The ARN of the event type.
    CreatedTime string
    The time when the event type was created.
    Description string
    The description of the event type.
    EntityTypes []EventTypeEntityType
    EventVariables []EventTypeEventVariable
    Labels []EventTypeLabel
    LastUpdatedTime string
    The time when the event type was last updated.
    Tags Tag
    Tags associated with this event type.
    arn String
    The ARN of the event type.
    createdTime String
    The time when the event type was created.
    description String
    The description of the event type.
    entityTypes List<EventTypeEntityType>
    eventVariables List<EventTypeEventVariable>
    labels List<EventTypeLabel>
    lastUpdatedTime String
    The time when the event type was last updated.
    tags List<Tag>
    Tags associated with this event type.
    arn string
    The ARN of the event type.
    createdTime string
    The time when the event type was created.
    description string
    The description of the event type.
    entityTypes EventTypeEntityType[]
    eventVariables EventTypeEventVariable[]
    labels EventTypeLabel[]
    lastUpdatedTime string
    The time when the event type was last updated.
    tags Tag[]
    Tags associated with this event type.
    arn str
    The ARN of the event type.
    created_time str
    The time when the event type was created.
    description str
    The description of the event type.
    entity_types Sequence[EventTypeEntityType]
    event_variables Sequence[EventTypeEventVariable]
    labels Sequence[EventTypeLabel]
    last_updated_time str
    The time when the event type was last updated.
    tags Sequence[root_Tag]
    Tags associated with this event type.
    arn String
    The ARN of the event type.
    createdTime String
    The time when the event type was created.
    description String
    The description of the event type.
    entityTypes List<Property Map>
    eventVariables List<Property Map>
    labels List<Property Map>
    lastUpdatedTime String
    The time when the event type was last updated.
    tags List<Property Map>
    Tags associated with this event type.

    Supporting Types

    EventTypeEntityType

    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
    Tags associated with this event type.
    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags []EventTypeTag
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<EventTypeTag>
    Tags associated with this event type.
    arn string
    createdTime string
    The time when the event type was created.
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the event type was last updated.
    name string
    tags EventTypeTag[]
    Tags associated with this event type.
    arn str
    created_time str
    The time when the event type was created.
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the event type was last updated.
    name str
    tags Sequence[EventTypeTag]
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<Property Map>
    Tags associated with this event type.

    EventTypeEventVariable

    Arn string
    CreatedTime string
    The time when the event type was created.
    DataSource EventTypeEventVariableDataSource
    DataType EventTypeEventVariableDataType
    DefaultValue string
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags []EventTypeTag
    Tags associated with this event type.
    VariableType EventTypeEventVariableVariableType
    arn String
    createdTime String
    The time when the event type was created.
    dataSource EventTypeEventVariableDataSource
    dataType EventTypeEventVariableDataType
    defaultValue String
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<EventTypeTag>
    Tags associated with this event type.
    variableType EventTypeEventVariableVariableType
    arn string
    createdTime string
    The time when the event type was created.
    dataSource EventTypeEventVariableDataSource
    dataType EventTypeEventVariableDataType
    defaultValue string
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the event type was last updated.
    name string
    tags EventTypeTag[]
    Tags associated with this event type.
    variableType EventTypeEventVariableVariableType
    arn str
    created_time str
    The time when the event type was created.
    data_source EventTypeEventVariableDataSource
    data_type EventTypeEventVariableDataType
    default_value str
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the event type was last updated.
    name str
    tags Sequence[EventTypeTag]
    Tags associated with this event type.
    variable_type EventTypeEventVariableVariableType
    arn String
    createdTime String
    The time when the event type was created.
    dataSource "EVENT"
    dataType "STRING" | "INTEGER" | "FLOAT" | "BOOLEAN"
    defaultValue String
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    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"

    EventTypeEventVariableDataSource

    EventTypeEventVariableDataType

    EventTypeEventVariableVariableType

    EventTypeLabel

    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags List<Pulumi.AwsNative.FraudDetector.Inputs.EventTypeTag>
    Tags associated with this event type.
    Arn string
    CreatedTime string
    The time when the event type was created.
    Description string
    The description.
    Inline bool
    LastUpdatedTime string
    The time when the event type was last updated.
    Name string
    Tags []EventTypeTag
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<EventTypeTag>
    Tags associated with this event type.
    arn string
    createdTime string
    The time when the event type was created.
    description string
    The description.
    inline boolean
    lastUpdatedTime string
    The time when the event type was last updated.
    name string
    tags EventTypeTag[]
    Tags associated with this event type.
    arn str
    created_time str
    The time when the event type was created.
    description str
    The description.
    inline bool
    last_updated_time str
    The time when the event type was last updated.
    name str
    tags Sequence[EventTypeTag]
    Tags associated with this event type.
    arn String
    createdTime String
    The time when the event type was created.
    description String
    The description.
    inline Boolean
    lastUpdatedTime String
    The time when the event type was last updated.
    name String
    tags List<Property Map>
    Tags associated with this event type.

    EventTypeTag

    Key string
    Value string
    Key string
    Value string
    key String
    value String
    key string
    value string
    key str
    value str
    key String
    value String

    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 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.103.0 published on Monday, Apr 22, 2024 by Pulumi