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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.frauddetector.getVariable

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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>
Copy
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]
Copy
func LookupVariable(ctx *Context, args *LookupVariableArgs, opts ...InvokeOption) (*LookupVariableResult, error)
func LookupVariableOutput(ctx *Context, args *LookupVariableOutputArgs, opts ...InvokeOption) LookupVariableResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetVariableResult> getVariable(GetVariableArgs args, InvokeOptions options)
public static Output<GetVariableResult> getVariable(GetVariableArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:frauddetector:getVariable
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Arn This property is required. string
The ARN of the variable.
Arn This property is required. string
The ARN of the variable.
arn This property is required. String
The ARN of the variable.
arn This property is required. string
The ARN of the variable.
arn This property is required. str
The ARN of the variable.
arn This property is required. 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 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

VariableDataSource

VariableDataType

VariableType

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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi