1. Packages
  2. Packages
  3. Linode Provider
  4. API Docs
  5. Provider
Viewing docs for Linode v3.12.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi
linode logo
Viewing docs for Linode v3.12.0 (Older version)
published on Monday, Mar 9, 2026 by Pulumi

    The provider type for the linode package. By default, resources use package-wide configuration settings, however an explicit Provider instance may be created and passed during resource construction to achieve fine-grained programmatic control over provider settings. See the documentation for more information.

    Create Provider Resource

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

    Constructor syntax

    new Provider(name: string, args?: ProviderArgs, opts?: CustomResourceOptions);
    @overload
    def Provider(resource_name: str,
                 args: Optional[ProviderArgs] = None,
                 opts: Optional[ResourceOptions] = None)
    
    @overload
    def Provider(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 api_version: Optional[str] = None,
                 config_path: Optional[str] = None,
                 config_profile: Optional[str] = None,
                 disable_internal_cache: Optional[bool] = None,
                 event_poll_ms: Optional[int] = None,
                 lke_event_poll_ms: Optional[int] = None,
                 lke_node_ready_poll_ms: Optional[int] = None,
                 max_retry_delay_ms: Optional[int] = None,
                 min_retry_delay_ms: Optional[int] = None,
                 skip_instance_delete_poll: Optional[bool] = None,
                 skip_instance_ready_poll: Optional[bool] = None,
                 token: Optional[str] = None,
                 ua_prefix: Optional[str] = None,
                 url: Optional[str] = None)
    func NewProvider(ctx *Context, name string, args *ProviderArgs, opts ...ResourceOption) (*Provider, error)
    public Provider(string name, ProviderArgs? args = null, CustomResourceOptions? opts = null)
    public Provider(String name, ProviderArgs args)
    public Provider(String name, ProviderArgs args, CustomResourceOptions options)
    
    type: pulumi:providers:linode
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args ProviderArgs
    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 ProviderArgs
    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 ProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Provider 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 Provider resource accepts the following input properties:

    ApiVersion string
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_API_VERSION
    ConfigPath string
    ConfigProfile string
    DisableInternalCache bool
    Disable the internal caching system that backs certain Linode API requests.
    EventPollMs int
    The rate in milliseconds to poll for events.
    LkeEventPollMs int
    The rate in milliseconds to poll for LKE events.
    LkeNodeReadyPollMs int
    The rate in milliseconds to poll for an LKE node to be ready.
    MaxRetryDelayMs int
    Maximum delay in milliseconds before retrying a request.
    MinRetryDelayMs int
    Minimum delay in milliseconds before retrying a request.
    SkipInstanceDeletePoll bool
    Skip waiting for a linode_instance resource to finish deleting.
    SkipInstanceReadyPoll bool
    Skip waiting for a linode_instance resource to be running.
    Token string
    The token that allows you access to your Linode account
    UaPrefix string
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    Url string
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    ApiVersion string
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_API_VERSION
    ConfigPath string
    ConfigProfile string
    DisableInternalCache bool
    Disable the internal caching system that backs certain Linode API requests.
    EventPollMs int
    The rate in milliseconds to poll for events.
    LkeEventPollMs int
    The rate in milliseconds to poll for LKE events.
    LkeNodeReadyPollMs int
    The rate in milliseconds to poll for an LKE node to be ready.
    MaxRetryDelayMs int
    Maximum delay in milliseconds before retrying a request.
    MinRetryDelayMs int
    Minimum delay in milliseconds before retrying a request.
    SkipInstanceDeletePoll bool
    Skip waiting for a linode_instance resource to finish deleting.
    SkipInstanceReadyPoll bool
    Skip waiting for a linode_instance resource to be running.
    Token string
    The token that allows you access to your Linode account
    UaPrefix string
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    Url string
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    apiVersion String
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_API_VERSION
    configPath String
    configProfile String
    disableInternalCache Boolean
    Disable the internal caching system that backs certain Linode API requests.
    eventPollMs Integer
    The rate in milliseconds to poll for events.
    lkeEventPollMs Integer
    The rate in milliseconds to poll for LKE events.
    lkeNodeReadyPollMs Integer
    The rate in milliseconds to poll for an LKE node to be ready.
    maxRetryDelayMs Integer
    Maximum delay in milliseconds before retrying a request.
    minRetryDelayMs Integer
    Minimum delay in milliseconds before retrying a request.
    skipInstanceDeletePoll Boolean
    Skip waiting for a linode_instance resource to finish deleting.
    skipInstanceReadyPoll Boolean
    Skip waiting for a linode_instance resource to be running.
    token String
    The token that allows you access to your Linode account
    uaPrefix String
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    url String
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    apiVersion string
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_API_VERSION
    configPath string
    configProfile string
    disableInternalCache boolean
    Disable the internal caching system that backs certain Linode API requests.
    eventPollMs number
    The rate in milliseconds to poll for events.
    lkeEventPollMs number
    The rate in milliseconds to poll for LKE events.
    lkeNodeReadyPollMs number
    The rate in milliseconds to poll for an LKE node to be ready.
    maxRetryDelayMs number
    Maximum delay in milliseconds before retrying a request.
    minRetryDelayMs number
    Minimum delay in milliseconds before retrying a request.
    skipInstanceDeletePoll boolean
    Skip waiting for a linode_instance resource to finish deleting.
    skipInstanceReadyPoll boolean
    Skip waiting for a linode_instance resource to be running.
    token string
    The token that allows you access to your Linode account
    uaPrefix string
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    url string
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    api_version str
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_API_VERSION
    config_path str
    config_profile str
    disable_internal_cache bool
    Disable the internal caching system that backs certain Linode API requests.
    event_poll_ms int
    The rate in milliseconds to poll for events.
    lke_event_poll_ms int
    The rate in milliseconds to poll for LKE events.
    lke_node_ready_poll_ms int
    The rate in milliseconds to poll for an LKE node to be ready.
    max_retry_delay_ms int
    Maximum delay in milliseconds before retrying a request.
    min_retry_delay_ms int
    Minimum delay in milliseconds before retrying a request.
    skip_instance_delete_poll bool
    Skip waiting for a linode_instance resource to finish deleting.
    skip_instance_ready_poll bool
    Skip waiting for a linode_instance resource to be running.
    token str
    The token that allows you access to your Linode account
    ua_prefix str
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    url str
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL
    apiVersion String
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_API_VERSION
    configPath String
    configProfile String
    disableInternalCache Boolean
    Disable the internal caching system that backs certain Linode API requests.
    eventPollMs Number
    The rate in milliseconds to poll for events.
    lkeEventPollMs Number
    The rate in milliseconds to poll for LKE events.
    lkeNodeReadyPollMs Number
    The rate in milliseconds to poll for an LKE node to be ready.
    maxRetryDelayMs Number
    Maximum delay in milliseconds before retrying a request.
    minRetryDelayMs Number
    Minimum delay in milliseconds before retrying a request.
    skipInstanceDeletePoll Boolean
    Skip waiting for a linode_instance resource to finish deleting.
    skipInstanceReadyPoll Boolean
    Skip waiting for a linode_instance resource to be running.
    token String
    The token that allows you access to your Linode account
    uaPrefix String
    An HTTP User-Agent Prefix to prepend in API requests. It can also be sourced from the following environment variable: LINODE_UA_PREFIX
    url String
    The HTTP(S) API address of the Linode API to use. It can also be sourced from the following environment variable: LINODE_URL

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Package Details

    Repository
    Linode pulumi/pulumi-linode
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the linode Terraform Provider.
    linode logo
    Viewing docs for Linode v3.12.0 (Older version)
    published on Monday, Mar 9, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.