1. Registry
  2. Packages
  3. Stripe Provider
  4. API Docs
  5. RadarValueList
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi
Viewing docs for Stripe 0.3.0
published on Friday, Aug 14, 2026 by Pulumi

    Value lists allow you to group values together which can then be referenced in rules.

    Related guide: Default Stripe lists

    Create RadarValueList Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new RadarValueList(name: string, args: RadarValueListArgs, opts?: CustomResourceOptions);
    @overload
    def RadarValueList(resource_name: str,
                       args: RadarValueListArgs,
                       opts: Optional[ResourceOptions] = None)
    
    @overload
    def RadarValueList(resource_name: str,
                       opts: Optional[ResourceOptions] = None,
                       alias: Optional[str] = None,
                       item_type: Optional[str] = None,
                       metadata: Optional[Mapping[str, str]] = None,
                       name: Optional[str] = None)
    func NewRadarValueList(ctx *Context, name string, args RadarValueListArgs, opts ...ResourceOption) (*RadarValueList, error)
    public RadarValueList(string name, RadarValueListArgs args, CustomResourceOptions? opts = null)
    public RadarValueList(String name, RadarValueListArgs args)
    public RadarValueList(String name, RadarValueListArgs args, CustomResourceOptions options)
    
    type: stripe:RadarValueList
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    resource "stripe_radar_value_list" "name" {
        # resource properties
    }

    Parameters

    name string
    The unique name of the resource.
    args RadarValueListArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RadarValueListArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RadarValueListArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RadarValueListArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RadarValueListArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var radarValueListResource = new Stripe.RadarValueList("radarValueListResource", new()
    {
        Alias = "string",
        ItemType = "string",
        Metadata = 
        {
            { "string", "string" },
        },
        Name = "string",
    });
    
    example, err := stripe.NewRadarValueList(ctx, "radarValueListResource", &stripe.RadarValueListArgs{
    	Alias:    pulumi.String("string"),
    	ItemType: pulumi.String("string"),
    	Metadata: pulumi.StringMap{
    		"string": pulumi.String("string"),
    	},
    	Name: pulumi.String("string"),
    })
    
    resource "stripe_radar_value_list" "radarValueListResource" {
      lifecycle {
        create_before_destroy = true
      }
      alias     = "string"
      item_type = "string"
      metadata = {
        "string" = "string"
      }
      name = "string"
    }
    
    var radarValueListResource = new RadarValueList("radarValueListResource", RadarValueListArgs.builder()
        .alias("string")
        .itemType("string")
        .metadata(Map.of("string", "string"))
        .name("string")
        .build());
    
    radar_value_list_resource = stripe.RadarValueList("radarValueListResource",
        alias="string",
        item_type="string",
        metadata={
            "string": "string",
        },
        name="string")
    
    const radarValueListResource = new stripe.RadarValueList("radarValueListResource", {
        alias: "string",
        itemType: "string",
        metadata: {
            string: "string",
        },
        name: "string",
    });
    
    type: stripe:RadarValueList
    properties:
        alias: string
        itemType: string
        metadata:
            string: string
        name: string
    

    RadarValueList Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The RadarValueList resource accepts the following input properties:

    Alias string
    The name of the value list for use in rules.
    ItemType string
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    Metadata Dictionary<string, string>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Name string
    The name of the value list.
    Alias string
    The name of the value list for use in rules.
    ItemType string
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    Metadata map[string]string
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Name string
    The name of the value list.
    alias string
    The name of the value list for use in rules.
    item_type string
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    metadata map(string)
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name string
    The name of the value list.
    alias String
    The name of the value list for use in rules.
    itemType String
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    metadata Map<String,String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name String
    The name of the value list.
    alias string
    The name of the value list for use in rules.
    itemType string
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    metadata {[key: string]: string}
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name string
    The name of the value list.
    alias str
    The name of the value list for use in rules.
    item_type str
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    metadata Mapping[str, str]
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name str
    The name of the value list.
    alias String
    The name of the value list for use in rules.
    itemType String
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    metadata Map<String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name String
    The name of the value list.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RadarValueList resource produces the following output properties:

    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    CreatedBy string
    The name or email address of the user who created this value list.
    Id string
    The provider-assigned unique ID for this managed resource.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    CreatedBy string
    The name or email address of the user who created this value list.
    Id string
    The provider-assigned unique ID for this managed resource.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    created_by string
    The name or email address of the user who created this value list.
    id string
    The provider-assigned unique ID for this managed resource.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    createdBy String
    The name or email address of the user who created this value list.
    id String
    The provider-assigned unique ID for this managed resource.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    createdBy string
    The name or email address of the user who created this value list.
    id string
    The provider-assigned unique ID for this managed resource.
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object string
    String representing the object's type. Objects of the same type share the same value.
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    created_by str
    The name or email address of the user who created this value list.
    id str
    The provider-assigned unique ID for this managed resource.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object str
    String representing the object's type. Objects of the same type share the same value.
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    createdBy String
    The name or email address of the user who created this value list.
    id String
    The provider-assigned unique ID for this managed resource.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    object String
    String representing the object's type. Objects of the same type share the same value.

    Look up Existing RadarValueList Resource

    Get an existing RadarValueList resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: RadarValueListState, opts?: CustomResourceOptions): RadarValueList
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            alias: Optional[str] = None,
            created: Optional[float] = None,
            created_by: Optional[str] = None,
            item_type: Optional[str] = None,
            livemode: Optional[bool] = None,
            metadata: Optional[Mapping[str, str]] = None,
            name: Optional[str] = None,
            object: Optional[str] = None) -> RadarValueList
    func GetRadarValueList(ctx *Context, name string, id IDInput, state *RadarValueListState, opts ...ResourceOption) (*RadarValueList, error)
    public static RadarValueList Get(string name, Input<string> id, RadarValueListState? state, CustomResourceOptions? opts = null)
    public static RadarValueList get(String name, Output<String> id, RadarValueListState state, CustomResourceOptions options)
    resources:  _:    type: stripe:RadarValueList    get:      id: ${id}
    import {
      to = stripe_radar_value_list.example
      id = "${id}"
    }
    
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    Alias string
    The name of the value list for use in rules.
    Created double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    CreatedBy string
    The name or email address of the user who created this value list.
    ItemType string
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Metadata Dictionary<string, string>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Name string
    The name of the value list.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    Alias string
    The name of the value list for use in rules.
    Created float64
    Time at which the object was created. Measured in seconds since the Unix epoch.
    CreatedBy string
    The name or email address of the user who created this value list.
    ItemType string
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    Livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    Metadata map[string]string
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    Name string
    The name of the value list.
    Object string
    String representing the object's type. Objects of the same type share the same value.
    alias string
    The name of the value list for use in rules.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    created_by string
    The name or email address of the user who created this value list.
    item_type string
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata map(string)
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name string
    The name of the value list.
    object string
    String representing the object's type. Objects of the same type share the same value.
    alias String
    The name of the value list for use in rules.
    created Double
    Time at which the object was created. Measured in seconds since the Unix epoch.
    createdBy String
    The name or email address of the user who created this value list.
    itemType String
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata Map<String,String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name String
    The name of the value list.
    object String
    String representing the object's type. Objects of the same type share the same value.
    alias string
    The name of the value list for use in rules.
    created number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    createdBy string
    The name or email address of the user who created this value list.
    itemType string
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    livemode boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata {[key: string]: string}
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name string
    The name of the value list.
    object string
    String representing the object's type. Objects of the same type share the same value.
    alias str
    The name of the value list for use in rules.
    created float
    Time at which the object was created. Measured in seconds since the Unix epoch.
    created_by str
    The name or email address of the user who created this value list.
    item_type str
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    livemode bool
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata Mapping[str, str]
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name str
    The name of the value list.
    object str
    String representing the object's type. Objects of the same type share the same value.
    alias String
    The name of the value list for use in rules.
    created Number
    Time at which the object was created. Measured in seconds since the Unix epoch.
    createdBy String
    The name or email address of the user who created this value list.
    itemType String
    The type of items in the value list. One of card_fingerprint, card_bin, crypto_fingerprint, email, ip_address, country, string, case_sensitive_string, customer_id, account, sepa_debit_fingerprint, or us_bank_account_fingerprint.
    livemode Boolean
    If the object exists in live mode, the value is true. If the object exists in test mode, the value is false.
    metadata Map<String>
    Set of key-value pairs that you can attach to an object. This can be useful for storing additional information about the object in a structured format.
    name String
    The name of the value list.
    object String
    String representing the object's type. Objects of the same type share the same value.

    Package Details

    Repository
    stripe stripe/terraform-provider-stripe
    License
    Notes
    This Pulumi package is based on the stripe Terraform Provider.
    Viewing docs for Stripe 0.3.0
    published on Friday, Aug 14, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial