ovh.CloudProjectDatabase.PostgresSqlConnectionPool
Explore with Pulumi AI
Import
OVHcloud Managed PostgreSQL clusters connection pools can be imported using the service_name
, cluster_id
and id
of the connection pool, separated by “/” E.g.,
bash
$ pulumi import ovh:CloudProjectDatabase/postgresSqlConnectionPool:PostgresSqlConnectionPool my_connection_pool service_name/cluster_id/id
Create PostgresSqlConnectionPool Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PostgresSqlConnectionPool(name: string, args: PostgresSqlConnectionPoolArgs, opts?: CustomResourceOptions);
@overload
def PostgresSqlConnectionPool(resource_name: str,
args: PostgresSqlConnectionPoolArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PostgresSqlConnectionPool(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_id: Optional[str] = None,
database_id: Optional[str] = None,
mode: Optional[str] = None,
service_name: Optional[str] = None,
size: Optional[int] = None,
name: Optional[str] = None,
user_id: Optional[str] = None)
func NewPostgresSqlConnectionPool(ctx *Context, name string, args PostgresSqlConnectionPoolArgs, opts ...ResourceOption) (*PostgresSqlConnectionPool, error)
public PostgresSqlConnectionPool(string name, PostgresSqlConnectionPoolArgs args, CustomResourceOptions? opts = null)
public PostgresSqlConnectionPool(String name, PostgresSqlConnectionPoolArgs args)
public PostgresSqlConnectionPool(String name, PostgresSqlConnectionPoolArgs args, CustomResourceOptions options)
type: ovh:CloudProjectDatabase:PostgresSqlConnectionPool
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 PostgresSqlConnectionPoolArgs
- 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 PostgresSqlConnectionPoolArgs
- 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 PostgresSqlConnectionPoolArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args PostgresSqlConnectionPoolArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args PostgresSqlConnectionPoolArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var postgresSqlConnectionPoolResource = new Ovh.CloudProjectDatabase.PostgresSqlConnectionPool("postgresSqlConnectionPoolResource", new()
{
ClusterId = "string",
DatabaseId = "string",
Mode = "string",
ServiceName = "string",
Size = 0,
Name = "string",
UserId = "string",
});
example, err := CloudProjectDatabase.NewPostgresSqlConnectionPool(ctx, "postgresSqlConnectionPoolResource", &CloudProjectDatabase.PostgresSqlConnectionPoolArgs{
ClusterId: pulumi.String("string"),
DatabaseId: pulumi.String("string"),
Mode: pulumi.String("string"),
ServiceName: pulumi.String("string"),
Size: pulumi.Int(0),
Name: pulumi.String("string"),
UserId: pulumi.String("string"),
})
var postgresSqlConnectionPoolResource = new PostgresSqlConnectionPool("postgresSqlConnectionPoolResource", PostgresSqlConnectionPoolArgs.builder()
.clusterId("string")
.databaseId("string")
.mode("string")
.serviceName("string")
.size(0)
.name("string")
.userId("string")
.build());
postgres_sql_connection_pool_resource = ovh.cloud_project_database.PostgresSqlConnectionPool("postgresSqlConnectionPoolResource",
cluster_id="string",
database_id="string",
mode="string",
service_name="string",
size=0,
name="string",
user_id="string")
const postgresSqlConnectionPoolResource = new ovh.cloudprojectdatabase.PostgresSqlConnectionPool("postgresSqlConnectionPoolResource", {
clusterId: "string",
databaseId: "string",
mode: "string",
serviceName: "string",
size: 0,
name: "string",
userId: "string",
});
type: ovh:CloudProjectDatabase:PostgresSqlConnectionPool
properties:
clusterId: string
databaseId: string
mode: string
name: string
serviceName: string
size: 0
userId: string
PostgresSqlConnectionPool Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The PostgresSqlConnectionPool resource accepts the following input properties:
- Cluster
Id string - Cluster ID.
- Database
Id string - Database ID for a database that belongs to the Database cluster given above.
- Mode string
- Connection mode to the connection pool Available modes:
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - Size int
- Size of the connection pool.
- Name string
- Name of the connection pool.
- User
Id string - Database user authorized to connect to the pool, if none all the users are allowed.
- Cluster
Id string - Cluster ID.
- Database
Id string - Database ID for a database that belongs to the Database cluster given above.
- Mode string
- Connection mode to the connection pool Available modes:
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - Size int
- Size of the connection pool.
- Name string
- Name of the connection pool.
- User
Id string - Database user authorized to connect to the pool, if none all the users are allowed.
- cluster
Id String - Cluster ID.
- database
Id String - Database ID for a database that belongs to the Database cluster given above.
- mode String
- Connection mode to the connection pool Available modes:
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - size Integer
- Size of the connection pool.
- name String
- Name of the connection pool.
- user
Id String - Database user authorized to connect to the pool, if none all the users are allowed.
- cluster
Id string - Cluster ID.
- database
Id string - Database ID for a database that belongs to the Database cluster given above.
- mode string
- Connection mode to the connection pool Available modes:
- service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - size number
- Size of the connection pool.
- name string
- Name of the connection pool.
- user
Id string - Database user authorized to connect to the pool, if none all the users are allowed.
- cluster_
id str - Cluster ID.
- database_
id str - Database ID for a database that belongs to the Database cluster given above.
- mode str
- Connection mode to the connection pool Available modes:
- service_
name str - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - size int
- Size of the connection pool.
- name str
- Name of the connection pool.
- user_
id str - Database user authorized to connect to the pool, if none all the users are allowed.
- cluster
Id String - Cluster ID.
- database
Id String - Database ID for a database that belongs to the Database cluster given above.
- mode String
- Connection mode to the connection pool Available modes:
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - size Number
- Size of the connection pool.
- name String
- Name of the connection pool.
- user
Id String - Database user authorized to connect to the pool, if none all the users are allowed.
Outputs
All input properties are implicitly available as output properties. Additionally, the PostgresSqlConnectionPool resource produces the following output properties:
Look up Existing PostgresSqlConnectionPool Resource
Get an existing PostgresSqlConnectionPool resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: PostgresSqlConnectionPoolState, opts?: CustomResourceOptions): PostgresSqlConnectionPool
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cluster_id: Optional[str] = None,
database_id: Optional[str] = None,
mode: Optional[str] = None,
name: Optional[str] = None,
port: Optional[int] = None,
service_name: Optional[str] = None,
size: Optional[int] = None,
ssl_mode: Optional[str] = None,
uri: Optional[str] = None,
user_id: Optional[str] = None) -> PostgresSqlConnectionPool
func GetPostgresSqlConnectionPool(ctx *Context, name string, id IDInput, state *PostgresSqlConnectionPoolState, opts ...ResourceOption) (*PostgresSqlConnectionPool, error)
public static PostgresSqlConnectionPool Get(string name, Input<string> id, PostgresSqlConnectionPoolState? state, CustomResourceOptions? opts = null)
public static PostgresSqlConnectionPool get(String name, Output<String> id, PostgresSqlConnectionPoolState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Cluster
Id string - Cluster ID.
- Database
Id string - Database ID for a database that belongs to the Database cluster given above.
- Mode string
- Connection mode to the connection pool Available modes:
- Name string
- Name of the connection pool.
- Port int
- Port of the connection pool.
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - Size int
- Size of the connection pool.
- Ssl
Mode string - Ssl connection mode for the pool.
- Uri string
- Connection URI to the pool.
- User
Id string - Database user authorized to connect to the pool, if none all the users are allowed.
- Cluster
Id string - Cluster ID.
- Database
Id string - Database ID for a database that belongs to the Database cluster given above.
- Mode string
- Connection mode to the connection pool Available modes:
- Name string
- Name of the connection pool.
- Port int
- Port of the connection pool.
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - Size int
- Size of the connection pool.
- Ssl
Mode string - Ssl connection mode for the pool.
- Uri string
- Connection URI to the pool.
- User
Id string - Database user authorized to connect to the pool, if none all the users are allowed.
- cluster
Id String - Cluster ID.
- database
Id String - Database ID for a database that belongs to the Database cluster given above.
- mode String
- Connection mode to the connection pool Available modes:
- name String
- Name of the connection pool.
- port Integer
- Port of the connection pool.
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - size Integer
- Size of the connection pool.
- ssl
Mode String - Ssl connection mode for the pool.
- uri String
- Connection URI to the pool.
- user
Id String - Database user authorized to connect to the pool, if none all the users are allowed.
- cluster
Id string - Cluster ID.
- database
Id string - Database ID for a database that belongs to the Database cluster given above.
- mode string
- Connection mode to the connection pool Available modes:
- name string
- Name of the connection pool.
- port number
- Port of the connection pool.
- service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - size number
- Size of the connection pool.
- ssl
Mode string - Ssl connection mode for the pool.
- uri string
- Connection URI to the pool.
- user
Id string - Database user authorized to connect to the pool, if none all the users are allowed.
- cluster_
id str - Cluster ID.
- database_
id str - Database ID for a database that belongs to the Database cluster given above.
- mode str
- Connection mode to the connection pool Available modes:
- name str
- Name of the connection pool.
- port int
- Port of the connection pool.
- service_
name str - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - size int
- Size of the connection pool.
- ssl_
mode str - Ssl connection mode for the pool.
- uri str
- Connection URI to the pool.
- user_
id str - Database user authorized to connect to the pool, if none all the users are allowed.
- cluster
Id String - Cluster ID.
- database
Id String - Database ID for a database that belongs to the Database cluster given above.
- mode String
- Connection mode to the connection pool Available modes:
- name String
- Name of the connection pool.
- port Number
- Port of the connection pool.
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - size Number
- Size of the connection pool.
- ssl
Mode String - Ssl connection mode for the pool.
- uri String
- Connection URI to the pool.
- user
Id String - Database user authorized to connect to the pool, if none all the users are allowed.
Package Details
- Repository
- ovh ovh/pulumi-ovh
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ovh
Terraform Provider.