1. Packages
  2. Edgecenter Provider
  3. API Docs
  4. Provider
edgecenter 0.7.34 published on Monday, Apr 14, 2025 by edge-center

edgecenter.Provider

Explore with Pulumi AI

The provider type for the edgecenter 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_endpoint: Optional[str] = None,
             edgecenter_api: Optional[str] = None,
             edgecenter_cdn_api: Optional[str] = None,
             edgecenter_cloud_api: Optional[str] = None,
             edgecenter_dns_api: Optional[str] = None,
             edgecenter_platform: Optional[str] = None,
             edgecenter_platform_api: Optional[str] = None,
             edgecenter_storage_api: Optional[str] = None,
             ignore_creds_auth_error: Optional[bool] = None,
             password: Optional[str] = None,
             permanent_api_token: Optional[str] = None,
             user_name: 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:edgecenter
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. 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 This property is required. 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 This property is required. 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 This property is required. 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 This property is required. String
The unique name of the resource.
args This property is required. 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:

ApiEndpoint string
A single API endpoint for all products. Will be used when specific product API url is not defined.
EdgecenterApi string
Region API

Deprecated: Deprecated

EdgecenterCdnApi string
CDN API (define only if you want to override CDN API endpoint)
EdgecenterCloudApi string
Region API (define only if you want to override Region API endpoint)
EdgecenterDnsApi string
DNS API (define only if you want to override DNS API endpoint)
EdgecenterPlatform string
Platform URL is used for generate JWT

Deprecated: Deprecated

EdgecenterPlatformApi string
Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
EdgecenterStorageApi string
Storage API (define only if you want to override Storage API endpoint)
IgnoreCredsAuthError bool
Should be set to true when you are gonna to use storage resource with permanent API-token only.

Deprecated: Deprecated

Password string

Deprecated: Deprecated

PermanentApiToken string
A permanent API-token
UserName string

Deprecated: Deprecated

ApiEndpoint string
A single API endpoint for all products. Will be used when specific product API url is not defined.
EdgecenterApi string
Region API

Deprecated: Deprecated

EdgecenterCdnApi string
CDN API (define only if you want to override CDN API endpoint)
EdgecenterCloudApi string
Region API (define only if you want to override Region API endpoint)
EdgecenterDnsApi string
DNS API (define only if you want to override DNS API endpoint)
EdgecenterPlatform string
Platform URL is used for generate JWT

Deprecated: Deprecated

EdgecenterPlatformApi string
Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
EdgecenterStorageApi string
Storage API (define only if you want to override Storage API endpoint)
IgnoreCredsAuthError bool
Should be set to true when you are gonna to use storage resource with permanent API-token only.

Deprecated: Deprecated

Password string

Deprecated: Deprecated

PermanentApiToken string
A permanent API-token
UserName string

Deprecated: Deprecated

apiEndpoint String
A single API endpoint for all products. Will be used when specific product API url is not defined.
edgecenterApi String
Region API

Deprecated: Deprecated

edgecenterCdnApi String
CDN API (define only if you want to override CDN API endpoint)
edgecenterCloudApi String
Region API (define only if you want to override Region API endpoint)
edgecenterDnsApi String
DNS API (define only if you want to override DNS API endpoint)
edgecenterPlatform String
Platform URL is used for generate JWT

Deprecated: Deprecated

edgecenterPlatformApi String
Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
edgecenterStorageApi String
Storage API (define only if you want to override Storage API endpoint)
ignoreCredsAuthError Boolean
Should be set to true when you are gonna to use storage resource with permanent API-token only.

Deprecated: Deprecated

password String

Deprecated: Deprecated

permanentApiToken String
A permanent API-token
userName String

Deprecated: Deprecated

apiEndpoint string
A single API endpoint for all products. Will be used when specific product API url is not defined.
edgecenterApi string
Region API

Deprecated: Deprecated

edgecenterCdnApi string
CDN API (define only if you want to override CDN API endpoint)
edgecenterCloudApi string
Region API (define only if you want to override Region API endpoint)
edgecenterDnsApi string
DNS API (define only if you want to override DNS API endpoint)
edgecenterPlatform string
Platform URL is used for generate JWT

Deprecated: Deprecated

edgecenterPlatformApi string
Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
edgecenterStorageApi string
Storage API (define only if you want to override Storage API endpoint)
ignoreCredsAuthError boolean
Should be set to true when you are gonna to use storage resource with permanent API-token only.

Deprecated: Deprecated

password string

Deprecated: Deprecated

permanentApiToken string
A permanent API-token
userName string

Deprecated: Deprecated

api_endpoint str
A single API endpoint for all products. Will be used when specific product API url is not defined.
edgecenter_api str
Region API

Deprecated: Deprecated

edgecenter_cdn_api str
CDN API (define only if you want to override CDN API endpoint)
edgecenter_cloud_api str
Region API (define only if you want to override Region API endpoint)
edgecenter_dns_api str
DNS API (define only if you want to override DNS API endpoint)
edgecenter_platform str
Platform URL is used for generate JWT

Deprecated: Deprecated

edgecenter_platform_api str
Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
edgecenter_storage_api str
Storage API (define only if you want to override Storage API endpoint)
ignore_creds_auth_error bool
Should be set to true when you are gonna to use storage resource with permanent API-token only.

Deprecated: Deprecated

password str

Deprecated: Deprecated

permanent_api_token str
A permanent API-token
user_name str

Deprecated: Deprecated

apiEndpoint String
A single API endpoint for all products. Will be used when specific product API url is not defined.
edgecenterApi String
Region API

Deprecated: Deprecated

edgecenterCdnApi String
CDN API (define only if you want to override CDN API endpoint)
edgecenterCloudApi String
Region API (define only if you want to override Region API endpoint)
edgecenterDnsApi String
DNS API (define only if you want to override DNS API endpoint)
edgecenterPlatform String
Platform URL is used for generate JWT

Deprecated: Deprecated

edgecenterPlatformApi String
Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
edgecenterStorageApi String
Storage API (define only if you want to override Storage API endpoint)
ignoreCredsAuthError Boolean
Should be set to true when you are gonna to use storage resource with permanent API-token only.

Deprecated: Deprecated

password String

Deprecated: Deprecated

permanentApiToken String
A permanent API-token
userName String

Deprecated: Deprecated

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
edgecenter edge-center/terraform-provider-edgecenter
License
Notes
This Pulumi package is based on the edgecenter Terraform Provider.