outscale.Provider
Explore with Pulumi AI
The provider type for the outscale 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,
             access_key_id: Optional[str] = None,
             config_file: Optional[str] = None,
             endpoints: Optional[Sequence[ProviderEndpointArgs]] = None,
             insecure: Optional[bool] = None,
             profile: Optional[str] = None,
             region: Optional[str] = None,
             secret_key_id: Optional[str] = None,
             x509_cert_path: Optional[str] = None,
             x509_key_path: 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:outscale
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:
- AccessKey stringId 
- The Access Key ID for API operations.
- ConfigFile string
- The path to your configuration file in which you have defined your credentials.
- Endpoints
List<ProviderEndpoint> 
- Insecure bool
- tls insecure connection
- Profile string
- The name of your profile in which you define your credencial
- Region string
- The Region for API operations.
- SecretKey stringId 
- The Secret Key ID for API operations.
- X509CertPath string
- The path to your x509 cert
- X509KeyPath string
- The path to your x509 key
- AccessKey stringId 
- The Access Key ID for API operations.
- ConfigFile string
- The path to your configuration file in which you have defined your credentials.
- Endpoints
[]ProviderEndpoint Args 
- Insecure bool
- tls insecure connection
- Profile string
- The name of your profile in which you define your credencial
- Region string
- The Region for API operations.
- SecretKey stringId 
- The Secret Key ID for API operations.
- X509CertPath string
- The path to your x509 cert
- X509KeyPath string
- The path to your x509 key
- accessKey StringId 
- The Access Key ID for API operations.
- configFile String
- The path to your configuration file in which you have defined your credentials.
- endpoints
List<ProviderEndpoint> 
- insecure Boolean
- tls insecure connection
- profile String
- The name of your profile in which you define your credencial
- region String
- The Region for API operations.
- secretKey StringId 
- The Secret Key ID for API operations.
- x509CertPath String
- The path to your x509 cert
- x509KeyPath String
- The path to your x509 key
- accessKey stringId 
- The Access Key ID for API operations.
- configFile string
- The path to your configuration file in which you have defined your credentials.
- endpoints
ProviderEndpoint[] 
- insecure boolean
- tls insecure connection
- profile string
- The name of your profile in which you define your credencial
- region string
- The Region for API operations.
- secretKey stringId 
- The Secret Key ID for API operations.
- x509CertPath string
- The path to your x509 cert
- x509KeyPath string
- The path to your x509 key
- access_key_ strid 
- The Access Key ID for API operations.
- config_file str
- The path to your configuration file in which you have defined your credentials.
- endpoints
Sequence[ProviderEndpoint Args] 
- insecure bool
- tls insecure connection
- profile str
- The name of your profile in which you define your credencial
- region str
- The Region for API operations.
- secret_key_ strid 
- The Secret Key ID for API operations.
- x509_cert_ strpath 
- The path to your x509 cert
- x509_key_ strpath 
- The path to your x509 key
- accessKey StringId 
- The Access Key ID for API operations.
- configFile String
- The path to your configuration file in which you have defined your credentials.
- endpoints List<Property Map>
- insecure Boolean
- tls insecure connection
- profile String
- The name of your profile in which you define your credencial
- region String
- The Region for API operations.
- secretKey StringId 
- The Secret Key ID for API operations.
- x509CertPath String
- The path to your x509 cert
- x509KeyPath String
- The path to your x509 key
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.
Supporting Types
ProviderEndpoint, ProviderEndpointArgs    
- Api string
- The Endpoints for API operations.
- Api string
- The Endpoints for API operations.
- api String
- The Endpoints for API operations.
- api string
- The Endpoints for API operations.
- api str
- The Endpoints for API operations.
- api String
- The Endpoints for API operations.
Package Details
- Repository
- outscale outscale/terraform-provider-outscale
- License
- Notes
- This Pulumi package is based on the outscaleTerraform Provider.