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 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:
- Api
Endpoint string - A single API endpoint for all products. Will be used when specific product API url is not defined.
- Edgecenter
Api string - Region API
- Edgecenter
Cdn stringApi - CDN API (define only if you want to override CDN API endpoint)
- Edgecenter
Cloud stringApi - Region API (define only if you want to override Region API endpoint)
- Edgecenter
Dns stringApi - DNS API (define only if you want to override DNS API endpoint)
- Edgecenter
Platform string - Platform URL is used for generate JWT
- Edgecenter
Platform stringApi - Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
- Edgecenter
Storage stringApi - Storage API (define only if you want to override Storage API endpoint)
- Ignore
Creds boolAuth Error - Should be set to true when you are gonna to use storage resource with permanent API-token only.
- Password string
- Permanent
Api stringToken - A permanent API-token
- User
Name string
- Api
Endpoint string - A single API endpoint for all products. Will be used when specific product API url is not defined.
- Edgecenter
Api string - Region API
- Edgecenter
Cdn stringApi - CDN API (define only if you want to override CDN API endpoint)
- Edgecenter
Cloud stringApi - Region API (define only if you want to override Region API endpoint)
- Edgecenter
Dns stringApi - DNS API (define only if you want to override DNS API endpoint)
- Edgecenter
Platform string - Platform URL is used for generate JWT
- Edgecenter
Platform stringApi - Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
- Edgecenter
Storage stringApi - Storage API (define only if you want to override Storage API endpoint)
- Ignore
Creds boolAuth Error - Should be set to true when you are gonna to use storage resource with permanent API-token only.
- Password string
- Permanent
Api stringToken - A permanent API-token
- User
Name string
- api
Endpoint String - A single API endpoint for all products. Will be used when specific product API url is not defined.
- edgecenter
Api String - Region API
- edgecenter
Cdn StringApi - CDN API (define only if you want to override CDN API endpoint)
- edgecenter
Cloud StringApi - Region API (define only if you want to override Region API endpoint)
- edgecenter
Dns StringApi - DNS API (define only if you want to override DNS API endpoint)
- edgecenter
Platform String - Platform URL is used for generate JWT
- edgecenter
Platform StringApi - Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
- edgecenter
Storage StringApi - Storage API (define only if you want to override Storage API endpoint)
- ignore
Creds BooleanAuth Error - Should be set to true when you are gonna to use storage resource with permanent API-token only.
- password String
- permanent
Api StringToken - A permanent API-token
- user
Name String
- api
Endpoint string - A single API endpoint for all products. Will be used when specific product API url is not defined.
- edgecenter
Api string - Region API
- edgecenter
Cdn stringApi - CDN API (define only if you want to override CDN API endpoint)
- edgecenter
Cloud stringApi - Region API (define only if you want to override Region API endpoint)
- edgecenter
Dns stringApi - DNS API (define only if you want to override DNS API endpoint)
- edgecenter
Platform string - Platform URL is used for generate JWT
- edgecenter
Platform stringApi - Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
- edgecenter
Storage stringApi - Storage API (define only if you want to override Storage API endpoint)
- ignore
Creds booleanAuth Error - Should be set to true when you are gonna to use storage resource with permanent API-token only.
- password string
- permanent
Api stringToken - A permanent API-token
- user
Name string
- 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
- edgecenter_
cdn_ strapi - CDN API (define only if you want to override CDN API endpoint)
- edgecenter_
cloud_ strapi - Region API (define only if you want to override Region API endpoint)
- edgecenter_
dns_ strapi - DNS API (define only if you want to override DNS API endpoint)
- edgecenter_
platform str - Platform URL is used for generate JWT
- edgecenter_
platform_ strapi - Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
- edgecenter_
storage_ strapi - Storage API (define only if you want to override Storage API endpoint)
- ignore_
creds_ boolauth_ error - Should be set to true when you are gonna to use storage resource with permanent API-token only.
- password str
- permanent_
api_ strtoken - A permanent API-token
- user_
name str
- api
Endpoint String - A single API endpoint for all products. Will be used when specific product API url is not defined.
- edgecenter
Api String - Region API
- edgecenter
Cdn StringApi - CDN API (define only if you want to override CDN API endpoint)
- edgecenter
Cloud StringApi - Region API (define only if you want to override Region API endpoint)
- edgecenter
Dns StringApi - DNS API (define only if you want to override DNS API endpoint)
- edgecenter
Platform String - Platform URL is used for generate JWT
- edgecenter
Platform StringApi - Platform URL is used for generate JWT (define only if you want to override Platform API endpoint)
- edgecenter
Storage StringApi - Storage API (define only if you want to override Storage API endpoint)
- ignore
Creds BooleanAuth Error - Should be set to true when you are gonna to use storage resource with permanent API-token only.
- password String
- permanent
Api StringToken - A permanent API-token
- user
Name String
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.