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:
- Access
Key stringId - The Access Key ID for API operations.
- Config
File string - The path to your configuration file in which you have defined your credentials.
- Endpoints
List<Provider
Endpoint> - 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.
- Secret
Key stringId - The Secret Key ID for API operations.
- X509Cert
Path string - The path to your x509 cert
- X509Key
Path string - The path to your x509 key
- Access
Key stringId - The Access Key ID for API operations.
- Config
File string - The path to your configuration file in which you have defined your credentials.
- Endpoints
[]Provider
Endpoint 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.
- Secret
Key stringId - The Secret Key ID for API operations.
- X509Cert
Path string - The path to your x509 cert
- X509Key
Path string - The path to your x509 key
- access
Key StringId - The Access Key ID for API operations.
- config
File String - The path to your configuration file in which you have defined your credentials.
- endpoints
List<Provider
Endpoint> - 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.
- secret
Key StringId - The Secret Key ID for API operations.
- x509Cert
Path String - The path to your x509 cert
- x509Key
Path String - The path to your x509 key
- access
Key stringId - The Access Key ID for API operations.
- config
File string - The path to your configuration file in which you have defined your credentials.
- endpoints
Provider
Endpoint[] - 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.
- secret
Key stringId - The Secret Key ID for API operations.
- x509Cert
Path string - The path to your x509 cert
- x509Key
Path 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[Provider
Endpoint 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
- access
Key StringId - The Access Key ID for API operations.
- config
File 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.
- secret
Key StringId - The Secret Key ID for API operations.
- x509Cert
Path String - The path to your x509 cert
- x509Key
Path 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
outscale
Terraform Provider.