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>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.
- CreatedTime string
- The time when the variable was created.
- DataSource Pulumi.Aws Native. Fraud Detector. Variable Data Source 
- The source of the data.
- DataType Pulumi.Aws Native. Fraud Detector. Variable Data Type 
- The data type.
- DefaultValue string
- The default value for the variable when no value is received.
- Description string
- The description.
- LastUpdated stringTime 
- The time when the variable was last updated.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- Tags associated with this variable.
- VariableType 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.
- CreatedTime string
- The time when the variable was created.
- DataSource VariableData Source 
- The source of the data.
- DataType VariableData Type 
- The data type.
- DefaultValue string
- The default value for the variable when no value is received.
- Description string
- The description.
- LastUpdated stringTime 
- The time when the variable was last updated.
- 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 VariableData Source 
- The source of the data.
- dataType VariableData Type 
- The data type.
- defaultValue String
- The default value for the variable when no value is received.
- description String
- The description.
- lastUpdated StringTime 
- The time when the variable was last updated.
- 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 VariableData Source 
- The source of the data.
- dataType VariableData Type 
- The data type.
- defaultValue string
- The default value for the variable when no value is received.
- description string
- The description.
- lastUpdated stringTime 
- The time when the variable was last updated.
- 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 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.
- 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.
- lastUpdated StringTime 
- The time when the variable was last updated.
- 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
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