temporalcloud.MetricsEndpoint
Explore with Pulumi AI
Configures a Temporal Cloud account’s metrics
Create MetricsEndpoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new MetricsEndpoint(name: string, args: MetricsEndpointArgs, opts?: CustomResourceOptions);
@overload
def MetricsEndpoint(resource_name: str,
args: MetricsEndpointArgs,
opts: Optional[ResourceOptions] = None)
@overload
def MetricsEndpoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
accepted_client_ca: Optional[str] = None,
timeouts: Optional[MetricsEndpointTimeoutsArgs] = None)
func NewMetricsEndpoint(ctx *Context, name string, args MetricsEndpointArgs, opts ...ResourceOption) (*MetricsEndpoint, error)
public MetricsEndpoint(string name, MetricsEndpointArgs args, CustomResourceOptions? opts = null)
public MetricsEndpoint(String name, MetricsEndpointArgs args)
public MetricsEndpoint(String name, MetricsEndpointArgs args, CustomResourceOptions options)
type: temporalcloud:MetricsEndpoint
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 MetricsEndpointArgs
- 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 MetricsEndpointArgs
- 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 MetricsEndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args MetricsEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args MetricsEndpointArgs
- 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 metricsEndpointResource = new Temporalcloud.MetricsEndpoint("metricsEndpointResource", new()
{
AcceptedClientCa = "string",
Timeouts = new Temporalcloud.Inputs.MetricsEndpointTimeoutsArgs
{
Create = "string",
Delete = "string",
Update = "string",
},
});
example, err := temporalcloud.NewMetricsEndpoint(ctx, "metricsEndpointResource", &temporalcloud.MetricsEndpointArgs{
AcceptedClientCa: pulumi.String("string"),
Timeouts: &.MetricsEndpointTimeoutsArgs{
Create: pulumi.String("string"),
Delete: pulumi.String("string"),
Update: pulumi.String("string"),
},
})
var metricsEndpointResource = new MetricsEndpoint("metricsEndpointResource", MetricsEndpointArgs.builder()
.acceptedClientCa("string")
.timeouts(MetricsEndpointTimeoutsArgs.builder()
.create("string")
.delete("string")
.update("string")
.build())
.build());
metrics_endpoint_resource = temporalcloud.MetricsEndpoint("metricsEndpointResource",
accepted_client_ca="string",
timeouts={
"create": "string",
"delete": "string",
"update": "string",
})
const metricsEndpointResource = new temporalcloud.MetricsEndpoint("metricsEndpointResource", {
acceptedClientCa: "string",
timeouts: {
create: "string",
"delete": "string",
update: "string",
},
});
type: temporalcloud:MetricsEndpoint
properties:
acceptedClientCa: string
timeouts:
create: string
delete: string
update: string
MetricsEndpoint 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 MetricsEndpoint resource accepts the following input properties:
- Accepted
Client stringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- Timeouts
Metrics
Endpoint Timeouts
- Accepted
Client stringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- Timeouts
Metrics
Endpoint Timeouts Args
- accepted
Client StringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- timeouts
Metrics
Endpoint Timeouts
- accepted
Client stringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- timeouts
Metrics
Endpoint Timeouts
- accepted_
client_ strca - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- timeouts
Metrics
Endpoint Timeouts Args
- accepted
Client StringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the MetricsEndpoint resource produces the following output properties:
Look up Existing MetricsEndpoint Resource
Get an existing MetricsEndpoint 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?: MetricsEndpointState, opts?: CustomResourceOptions): MetricsEndpoint
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
accepted_client_ca: Optional[str] = None,
timeouts: Optional[MetricsEndpointTimeoutsArgs] = None,
uri: Optional[str] = None) -> MetricsEndpoint
func GetMetricsEndpoint(ctx *Context, name string, id IDInput, state *MetricsEndpointState, opts ...ResourceOption) (*MetricsEndpoint, error)
public static MetricsEndpoint Get(string name, Input<string> id, MetricsEndpointState? state, CustomResourceOptions? opts = null)
public static MetricsEndpoint get(String name, Output<String> id, MetricsEndpointState state, CustomResourceOptions options)
resources: _: type: temporalcloud:MetricsEndpoint 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.
- Accepted
Client stringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- Timeouts
Metrics
Endpoint Timeouts - Uri string
- The Prometheus metrics endpoint URI
- Accepted
Client stringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- Timeouts
Metrics
Endpoint Timeouts Args - Uri string
- The Prometheus metrics endpoint URI
- accepted
Client StringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- timeouts
Metrics
Endpoint Timeouts - uri String
- The Prometheus metrics endpoint URI
- accepted
Client stringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- timeouts
Metrics
Endpoint Timeouts - uri string
- The Prometheus metrics endpoint URI
- accepted_
client_ strca - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- timeouts
Metrics
Endpoint Timeouts Args - uri str
- The Prometheus metrics endpoint URI
- accepted
Client StringCa - The Base64-encoded CA cert in PEM format used to authenticate clients connecting to the metrics endpoint.
- timeouts Property Map
- uri String
- The Prometheus metrics endpoint URI
Supporting Types
MetricsEndpointTimeouts, MetricsEndpointTimeoutsArgs
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- Delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- Update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- update string
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- update str
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- create String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
- delete String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs.
- update String
- A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).
Import
$ pulumi import temporalcloud:index/metricsEndpoint:MetricsEndpoint terraform terraform.account-11111-metrics
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- temporalcloud temporalio/terraform-provider-temporalcloud
- License
- Notes
- This Pulumi package is based on the
temporalcloud
Terraform Provider.