ovh.CloudProjectDatabase.MongoDbPrometheus
Explore with Pulumi AI
Import
OVHcloud Managed MongoDB clusters prometheus can be imported using the service_name
and cluster_id
, separated by “/” E.g.,
bash
$ pulumi import ovh:CloudProjectDatabase/mongoDbPrometheus:MongoDbPrometheus my_prometheus service_name/engine/cluster_id
Create MongoDbPrometheus Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MongoDbPrometheus(name: string, args: MongoDbPrometheusArgs, opts?: CustomResourceOptions);
@overload
def MongoDbPrometheus(resource_name: str,
args: MongoDbPrometheusArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MongoDbPrometheus(resource_name: str,
opts: Optional[ResourceOptions] = None,
cluster_id: Optional[str] = None,
service_name: Optional[str] = None,
password_reset: Optional[str] = None)
func NewMongoDbPrometheus(ctx *Context, name string, args MongoDbPrometheusArgs, opts ...ResourceOption) (*MongoDbPrometheus, error)
public MongoDbPrometheus(string name, MongoDbPrometheusArgs args, CustomResourceOptions? opts = null)
public MongoDbPrometheus(String name, MongoDbPrometheusArgs args)
public MongoDbPrometheus(String name, MongoDbPrometheusArgs args, CustomResourceOptions options)
type: ovh:CloudProjectDatabase:MongoDbPrometheus
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 MongoDbPrometheusArgs
- 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 MongoDbPrometheusArgs
- 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 MongoDbPrometheusArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MongoDbPrometheusArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MongoDbPrometheusArgs
- 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 mongoDbPrometheusResource = new Ovh.CloudProjectDatabase.MongoDbPrometheus("mongoDbPrometheusResource", new()
{
ClusterId = "string",
ServiceName = "string",
PasswordReset = "string",
});
example, err := CloudProjectDatabase.NewMongoDbPrometheus(ctx, "mongoDbPrometheusResource", &CloudProjectDatabase.MongoDbPrometheusArgs{
ClusterId: pulumi.String("string"),
ServiceName: pulumi.String("string"),
PasswordReset: pulumi.String("string"),
})
var mongoDbPrometheusResource = new MongoDbPrometheus("mongoDbPrometheusResource", MongoDbPrometheusArgs.builder()
.clusterId("string")
.serviceName("string")
.passwordReset("string")
.build());
mongo_db_prometheus_resource = ovh.cloud_project_database.MongoDbPrometheus("mongoDbPrometheusResource",
cluster_id="string",
service_name="string",
password_reset="string")
const mongoDbPrometheusResource = new ovh.cloudprojectdatabase.MongoDbPrometheus("mongoDbPrometheusResource", {
clusterId: "string",
serviceName: "string",
passwordReset: "string",
});
type: ovh:CloudProjectDatabase:MongoDbPrometheus
properties:
clusterId: string
passwordReset: string
serviceName: string
MongoDbPrometheus 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 MongoDbPrometheus resource accepts the following input properties:
- Cluster
Id string - Cluster ID.
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - Password
Reset string - Arbitrary string to change to trigger a password update
- Cluster
Id string - Cluster ID.
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - Password
Reset string - Arbitrary string to change to trigger a password update
- cluster
Id String - Cluster ID.
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - password
Reset String - Arbitrary string to change to trigger a password update
- cluster
Id string - Cluster ID.
- service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - password
Reset string - Arbitrary string to change to trigger a password update
- cluster_
id str - Cluster ID.
- service_
name str - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - password_
reset str - Arbitrary string to change to trigger a password update
- cluster
Id String - Cluster ID.
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - password
Reset String - Arbitrary string to change to trigger a password update
Outputs
All input properties are implicitly available as output properties. Additionally, the MongoDbPrometheus resource produces the following output properties:
- id str
- The provider-assigned unique ID for this managed resource.
- password str
- (Sensitive) Password of the user.
- srv_
domain str - Name of the srv domain endpoint.
- username str
- name of the prometheus user.
Look up Existing MongoDbPrometheus Resource
Get an existing MongoDbPrometheus 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?: MongoDbPrometheusState, opts?: CustomResourceOptions): MongoDbPrometheus
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
cluster_id: Optional[str] = None,
password: Optional[str] = None,
password_reset: Optional[str] = None,
service_name: Optional[str] = None,
srv_domain: Optional[str] = None,
username: Optional[str] = None) -> MongoDbPrometheus
func GetMongoDbPrometheus(ctx *Context, name string, id IDInput, state *MongoDbPrometheusState, opts ...ResourceOption) (*MongoDbPrometheus, error)
public static MongoDbPrometheus Get(string name, Input<string> id, MongoDbPrometheusState? state, CustomResourceOptions? opts = null)
public static MongoDbPrometheus get(String name, Output<String> id, MongoDbPrometheusState state, CustomResourceOptions options)
resources: _: type: ovh:CloudProjectDatabase:MongoDbPrometheus get: id: ${id}
- 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.
- Password string
- (Sensitive) Password of the user.
- Password
Reset string - Arbitrary string to change to trigger a password update
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - Srv
Domain string - Name of the srv domain endpoint.
- Username string
- name of the prometheus user.
- Cluster
Id string - Cluster ID.
- Password string
- (Sensitive) Password of the user.
- Password
Reset string - Arbitrary string to change to trigger a password update
- Service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - Srv
Domain string - Name of the srv domain endpoint.
- Username string
- name of the prometheus user.
- cluster
Id String - Cluster ID.
- password String
- (Sensitive) Password of the user.
- password
Reset String - Arbitrary string to change to trigger a password update
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - srv
Domain String - Name of the srv domain endpoint.
- username String
- name of the prometheus user.
- cluster
Id string - Cluster ID.
- password string
- (Sensitive) Password of the user.
- password
Reset string - Arbitrary string to change to trigger a password update
- service
Name string - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - srv
Domain string - Name of the srv domain endpoint.
- username string
- name of the prometheus user.
- cluster_
id str - Cluster ID.
- password str
- (Sensitive) Password of the user.
- password_
reset str - Arbitrary string to change to trigger a password update
- service_
name str - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - srv_
domain str - Name of the srv domain endpoint.
- username str
- name of the prometheus user.
- cluster
Id String - Cluster ID.
- password String
- (Sensitive) Password of the user.
- password
Reset String - Arbitrary string to change to trigger a password update
- service
Name String - The id of the public cloud project. If omitted,
the
OVH_CLOUD_PROJECT_SERVICE
environment variable is used. - srv
Domain String - Name of the srv domain endpoint.
- username String
- name of the prometheus user.
Package Details
- Repository
- ovh ovh/pulumi-ovh
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
ovh
Terraform Provider.