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

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.getVariable

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 a Variable in Amazon Fraud Detector.

    Using getVariable

    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 getVariable(args: GetVariableArgs, opts?: InvokeOptions): Promise<GetVariableResult>
    function getVariableOutput(args: GetVariableOutputArgs, opts?: InvokeOptions): Output<GetVariableResult>
    def get_variable(arn: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetVariableResult
    def get_variable_output(arn: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetVariableResult]
    func LookupVariable(ctx *Context, args *LookupVariableArgs, opts ...InvokeOption) (*LookupVariableResult, error)
    func LookupVariableOutput(ctx *Context, args *LookupVariableOutputArgs, opts ...InvokeOption) LookupVariableResultOutput

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

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

    The following arguments are supported:

    Arn string
    The ARN of the variable.
    Arn string
    The ARN of the variable.
    arn String
    The ARN of the variable.
    arn string
    The ARN of the variable.
    arn str
    The ARN of the variable.
    arn String
    The ARN of the variable.

    getVariable Result

    The following output properties are available:

    Arn string
    The ARN of the variable.
    CreatedTime string
    The time when the variable was created.
    DataSource Pulumi.AwsNative.FraudDetector.VariableDataSource
    The source of the data.
    DataType Pulumi.AwsNative.FraudDetector.VariableDataType
    The data type.
    DefaultValue string
    The default value for the variable when no value is received.
    Description string
    The description.
    LastUpdatedTime string
    The time when the variable was last updated.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    Tags associated with this variable.
    VariableType Pulumi.AwsNative.FraudDetector.VariableType
    The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
    Arn string
    The ARN of the variable.
    CreatedTime string
    The time when the variable was created.
    DataSource VariableDataSource
    The source of the data.
    DataType VariableDataType
    The data type.
    DefaultValue string
    The default value for the variable when no value is received.
    Description string
    The description.
    LastUpdatedTime string
    The time when the variable was last updated.
    Tags Tag
    Tags associated with this variable.
    VariableType VariableType
    The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
    arn String
    The ARN of the variable.
    createdTime String
    The time when the variable was created.
    dataSource VariableDataSource
    The source of the data.
    dataType VariableDataType
    The data type.
    defaultValue String
    The default value for the variable when no value is received.
    description String
    The description.
    lastUpdatedTime String
    The time when the variable was last updated.
    tags List<Tag>
    Tags associated with this variable.
    variableType VariableType
    The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
    arn string
    The ARN of the variable.
    createdTime string
    The time when the variable was created.
    dataSource VariableDataSource
    The source of the data.
    dataType VariableDataType
    The data type.
    defaultValue string
    The default value for the variable when no value is received.
    description string
    The description.
    lastUpdatedTime string
    The time when the variable was last updated.
    tags Tag[]
    Tags associated with this variable.
    variableType VariableType
    The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
    arn str
    The ARN of the variable.
    created_time str
    The time when the variable was created.
    data_source VariableDataSource
    The source of the data.
    data_type VariableDataType
    The data type.
    default_value str
    The default value for the variable when no value is received.
    description str
    The description.
    last_updated_time str
    The time when the variable was last updated.
    tags Sequence[root_Tag]
    Tags associated with this variable.
    variable_type VariableType
    The variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types
    arn String
    The ARN of the variable.
    createdTime String
    The time when the variable was created.
    dataSource "EVENT" | "EXTERNAL_MODEL_SCORE"
    The source of the data.
    dataType "STRING" | "INTEGER" | "FLOAT" | "BOOLEAN"
    The data type.
    defaultValue String
    The default value for the variable when no value is received.
    description String
    The description.
    lastUpdatedTime String
    The time when the variable was last updated.
    tags List<Property Map>
    Tags associated with this variable.
    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 variable type. For more information see https://docs.aws.amazon.com/frauddetector/latest/ug/create-a-variable.html#variable-types

    Supporting Types

    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

    VariableDataSource

    VariableDataType

    VariableType

    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