1. Packages
  2. Ionoscloud Provider
  3. API Docs
  4. Provider
ionoscloud 6.7.6 published on Monday, Apr 14, 2025 by ionos-cloud

ionoscloud.Provider

Explore with Pulumi AI

ionoscloud logo
ionoscloud 6.7.6 published on Monday, Apr 14, 2025 by ionos-cloud

    The provider type for the ionoscloud 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,
                 contract_number: Optional[str] = None,
                 endpoint: Optional[str] = None,
                 insecure: Optional[bool] = None,
                 password: Optional[str] = None,
                 retries: Optional[float] = None,
                 s3_access_key: Optional[str] = None,
                 s3_region: Optional[str] = None,
                 s3_secret_key: Optional[str] = None,
                 token: Optional[str] = None,
                 username: 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:ionoscloud
    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:

    ContractNumber string
    Endpoint string
    IonosCloud REST API URL. Usually not necessary to be set, SDKs know internally how to route requests to the API.
    Insecure bool
    This field is to be set only for testing purposes. It is not recommended to set this field in production environments.
    Password string
    IonosCloud password for API operations. If token is provided, token is preferred
    Retries double

    Deprecated: Deprecated

    S3AccessKey string
    Access key for IONOS Object Storage operations.
    S3Region string
    Region for IONOS Object Storage operations.
    S3SecretKey string
    Secret key for IONOS Object Storage operations.
    Token string
    IonosCloud bearer token for API operations.
    Username string
    IonosCloud username for API operations. If token is provided, token is preferred
    ContractNumber string
    Endpoint string
    IonosCloud REST API URL. Usually not necessary to be set, SDKs know internally how to route requests to the API.
    Insecure bool
    This field is to be set only for testing purposes. It is not recommended to set this field in production environments.
    Password string
    IonosCloud password for API operations. If token is provided, token is preferred
    Retries float64

    Deprecated: Deprecated

    S3AccessKey string
    Access key for IONOS Object Storage operations.
    S3Region string
    Region for IONOS Object Storage operations.
    S3SecretKey string
    Secret key for IONOS Object Storage operations.
    Token string
    IonosCloud bearer token for API operations.
    Username string
    IonosCloud username for API operations. If token is provided, token is preferred
    contractNumber String
    endpoint String
    IonosCloud REST API URL. Usually not necessary to be set, SDKs know internally how to route requests to the API.
    insecure Boolean
    This field is to be set only for testing purposes. It is not recommended to set this field in production environments.
    password String
    IonosCloud password for API operations. If token is provided, token is preferred
    retries Double

    Deprecated: Deprecated

    s3AccessKey String
    Access key for IONOS Object Storage operations.
    s3Region String
    Region for IONOS Object Storage operations.
    s3SecretKey String
    Secret key for IONOS Object Storage operations.
    token String
    IonosCloud bearer token for API operations.
    username String
    IonosCloud username for API operations. If token is provided, token is preferred
    contractNumber string
    endpoint string
    IonosCloud REST API URL. Usually not necessary to be set, SDKs know internally how to route requests to the API.
    insecure boolean
    This field is to be set only for testing purposes. It is not recommended to set this field in production environments.
    password string
    IonosCloud password for API operations. If token is provided, token is preferred
    retries number

    Deprecated: Deprecated

    s3AccessKey string
    Access key for IONOS Object Storage operations.
    s3Region string
    Region for IONOS Object Storage operations.
    s3SecretKey string
    Secret key for IONOS Object Storage operations.
    token string
    IonosCloud bearer token for API operations.
    username string
    IonosCloud username for API operations. If token is provided, token is preferred
    contract_number str
    endpoint str
    IonosCloud REST API URL. Usually not necessary to be set, SDKs know internally how to route requests to the API.
    insecure bool
    This field is to be set only for testing purposes. It is not recommended to set this field in production environments.
    password str
    IonosCloud password for API operations. If token is provided, token is preferred
    retries float

    Deprecated: Deprecated

    s3_access_key str
    Access key for IONOS Object Storage operations.
    s3_region str
    Region for IONOS Object Storage operations.
    s3_secret_key str
    Secret key for IONOS Object Storage operations.
    token str
    IonosCloud bearer token for API operations.
    username str
    IonosCloud username for API operations. If token is provided, token is preferred
    contractNumber String
    endpoint String
    IonosCloud REST API URL. Usually not necessary to be set, SDKs know internally how to route requests to the API.
    insecure Boolean
    This field is to be set only for testing purposes. It is not recommended to set this field in production environments.
    password String
    IonosCloud password for API operations. If token is provided, token is preferred
    retries Number

    Deprecated: Deprecated

    s3AccessKey String
    Access key for IONOS Object Storage operations.
    s3Region String
    Region for IONOS Object Storage operations.
    s3SecretKey String
    Secret key for IONOS Object Storage operations.
    token String
    IonosCloud bearer token for API operations.
    username String
    IonosCloud username for API operations. If token is provided, token is preferred

    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
    ionoscloud ionos-cloud/terraform-provider-ionoscloud
    License
    Notes
    This Pulumi package is based on the ionoscloud Terraform Provider.
    ionoscloud logo
    ionoscloud 6.7.6 published on Monday, Apr 14, 2025 by ionos-cloud