published on Friday, Aug 14, 2026 by Pulumi
published on Friday, Aug 14, 2026 by Pulumi
Value list items allow you to add specific values to a given Radar value list, which can then be used in rules.
Related guide: Managing list items
Create RadarValueListItem Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RadarValueListItem(name: string, args: RadarValueListItemArgs, opts?: CustomResourceOptions);@overload
def RadarValueListItem(resource_name: str,
args: RadarValueListItemArgs,
opts: Optional[ResourceOptions] = None)
@overload
def RadarValueListItem(resource_name: str,
opts: Optional[ResourceOptions] = None,
value: Optional[str] = None,
value_list: Optional[str] = None)func NewRadarValueListItem(ctx *Context, name string, args RadarValueListItemArgs, opts ...ResourceOption) (*RadarValueListItem, error)public RadarValueListItem(string name, RadarValueListItemArgs args, CustomResourceOptions? opts = null)
public RadarValueListItem(String name, RadarValueListItemArgs args)
public RadarValueListItem(String name, RadarValueListItemArgs args, CustomResourceOptions options)
type: stripe:RadarValueListItem
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "stripe_radar_value_list_item" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args RadarValueListItemArgs
- 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 RadarValueListItemArgs
- 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 RadarValueListItemArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args RadarValueListItemArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args RadarValueListItemArgs
- 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 radarValueListItemResource = new Stripe.RadarValueListItem("radarValueListItemResource", new()
{
Value = "string",
ValueList = "string",
});
example, err := stripe.NewRadarValueListItem(ctx, "radarValueListItemResource", &stripe.RadarValueListItemArgs{
Value: pulumi.String("string"),
ValueList: pulumi.String("string"),
})
resource "stripe_radar_value_list_item" "radarValueListItemResource" {
lifecycle {
create_before_destroy = true
}
value = "string"
value_list = "string"
}
var radarValueListItemResource = new RadarValueListItem("radarValueListItemResource", RadarValueListItemArgs.builder()
.value("string")
.valueList("string")
.build());
radar_value_list_item_resource = stripe.RadarValueListItem("radarValueListItemResource",
value="string",
value_list="string")
const radarValueListItemResource = new stripe.RadarValueListItem("radarValueListItemResource", {
value: "string",
valueList: "string",
});
type: stripe:RadarValueListItem
properties:
value: string
valueList: string
RadarValueListItem 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 RadarValueListItem resource accepts the following input properties:
- value string
- The value of the item.
- value_
list string - The identifier of the value list this item belongs to.
- value str
- The value of the item.
- value_
list str - The identifier of the value list this item belongs to.
Outputs
All input properties are implicitly available as output properties. Additionally, the RadarValueListItem resource produces the following output properties:
- Created double
- 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 added this item to the 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 isfalse. - 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.
- Created
By string - The name or email address of the user who added this item to the 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 isfalse. - 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 added this item to the 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 isfalse. - 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.
- created
By String - The name or email address of the user who added this item to the 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 isfalse. - 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 added this item to the 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 isfalse. - 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 added this item to the 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 isfalse. - 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.
- created
By String - The name or email address of the user who added this item to the 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 isfalse. - object String
- String representing the object's type. Objects of the same type share the same value.
Look up Existing RadarValueListItem Resource
Get an existing RadarValueListItem 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?: RadarValueListItemState, opts?: CustomResourceOptions): RadarValueListItem@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
created: Optional[float] = None,
created_by: Optional[str] = None,
livemode: Optional[bool] = None,
object: Optional[str] = None,
value: Optional[str] = None,
value_list: Optional[str] = None) -> RadarValueListItemfunc GetRadarValueListItem(ctx *Context, name string, id IDInput, state *RadarValueListItemState, opts ...ResourceOption) (*RadarValueListItem, error)public static RadarValueListItem Get(string name, Input<string> id, RadarValueListItemState? state, CustomResourceOptions? opts = null)public static RadarValueListItem get(String name, Output<String> id, RadarValueListItemState state, CustomResourceOptions options)resources: _: type: stripe:RadarValueListItem get: id: ${id}import {
to = stripe_radar_value_list_item.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.
- Created double
- 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 added this item to the value list.
- Livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - Object string
- String representing the object's type. Objects of the same type share the same value.
- Value string
- The value of the item.
- Value
List string - The identifier of the value list this item belongs to.
- Created float64
- 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 added this item to the value list.
- Livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - Object string
- String representing the object's type. Objects of the same type share the same value.
- Value string
- The value of the item.
- Value
List string - The identifier of the value list this item belongs to.
- 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 added this item to the value list.
- livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - object string
- String representing the object's type. Objects of the same type share the same value.
- value string
- The value of the item.
- value_
list string - The identifier of the value list this item belongs to.
- created Double
- 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 added this item to the value list.
- livemode Boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - object String
- String representing the object's type. Objects of the same type share the same value.
- value String
- The value of the item.
- value
List String - The identifier of the value list this item belongs to.
- 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 added this item to the value list.
- livemode boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - object string
- String representing the object's type. Objects of the same type share the same value.
- value string
- The value of the item.
- value
List string - The identifier of the value list this item belongs to.
- 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 added this item to the value list.
- livemode bool
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - object str
- String representing the object's type. Objects of the same type share the same value.
- value str
- The value of the item.
- value_
list str - The identifier of the value list this item belongs to.
- 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 added this item to the value list.
- livemode Boolean
- If the object exists in live mode, the value is
true. If the object exists in test mode, the value isfalse. - object String
- String representing the object's type. Objects of the same type share the same value.
- value String
- The value of the item.
- value
List String - The identifier of the value list this item belongs to.
Package Details
- Repository
- stripe stripe/terraform-provider-stripe
- License
- Notes
- This Pulumi package is based on the
stripeTerraform Provider.
published on Friday, Aug 14, 2026 by Pulumi