We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 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>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)
public static Output<GetVariableResult> getVariable(GetVariableArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:frauddetector:getVariable
arguments:
# arguments dictionaryThe 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.
- Created
Time string - The time when the variable was created.
- Data
Source Pulumi.Aws Native. Fraud Detector. Variable Data Source - The source of the data.
- Data
Type Pulumi.Aws Native. Fraud Detector. Variable Data Type - The data type.
- Default
Value string - The default value for the variable when no value is received.
- Description string
- The description.
- Last
Updated stringTime - The time when the variable was last updated.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Tags associated with this variable.
- Variable
Type Pulumi.Aws Native. Fraud Detector. Variable Type - 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.
- Created
Time string - The time when the variable was created.
- Data
Source VariableData Source - The source of the data.
- Data
Type VariableData Type - The data type.
- Default
Value string - The default value for the variable when no value is received.
- Description string
- The description.
- Last
Updated stringTime - The time when the variable was last updated.
- 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.
- created
Time String - The time when the variable was created.
- data
Source VariableData Source - The source of the data.
- data
Type VariableData Type - The data type.
- default
Value String - The default value for the variable when no value is received.
- description String
- The description.
- last
Updated StringTime - The time when the variable was last updated.
- List<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.
- created
Time string - The time when the variable was created.
- data
Source VariableData Source - The source of the data.
- data
Type VariableData Type - The data type.
- default
Value string - The default value for the variable when no value is received.
- description string
- The description.
- last
Updated stringTime - The time when the variable was last updated.
- 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 str
- The ARN of the variable.
- created_
time str - The time when the variable was created.
- data_
source VariableData Source - The source of the data.
- data_
type VariableData Type - The data type.
- default_
value str - The default value for the variable when no value is received.
- description str
- The description.
- last_
updated_ strtime - The time when the variable was last updated.
- 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.
- created
Time String - The time when the variable was created.
- data
Source "EVENT" | "EXTERNAL_MODEL_SCORE" - The source of the data.
- data
Type "STRING" | "INTEGER" | "FLOAT" | "BOOLEAN" - The data type.
- default
Value String - The default value for the variable when no value is received.
- description String
- The description.
- last
Updated StringTime - The time when the variable was last updated.
- List<Property Map>
- Tags associated with this variable.
- variable
Type "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
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.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
