Oracle Cloud Infrastructure v2.33.0 published on Thursday, May 1, 2025 by Pulumi
oci.ApmConfig.getConfig
Explore with Pulumi AI
This data source provides details about a specific Config resource in Oracle Cloud Infrastructure Apm Config service.
Gets the configuration item identified by the OCID.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as oci from "@pulumi/oci";
const testConfig = oci.ApmConfig.getConfig({
    apmDomainId: testApmDomain.id,
    configId: testConfigOciApmConfigConfig.id,
});
import pulumi
import pulumi_oci as oci
test_config = oci.ApmConfig.get_config(apm_domain_id=test_apm_domain["id"],
    config_id=test_config_oci_apm_config_config["id"])
package main
import (
	"github.com/pulumi/pulumi-oci/sdk/v2/go/oci/apmconfig"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := apmconfig.GetConfig(ctx, &apmconfig.GetConfigArgs{
			ApmDomainId: testApmDomain.Id,
			ConfigId:    testConfigOciApmConfigConfig.Id,
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Oci = Pulumi.Oci;
return await Deployment.RunAsync(() => 
{
    var testConfig = Oci.ApmConfig.GetConfig.Invoke(new()
    {
        ApmDomainId = testApmDomain.Id,
        ConfigId = testConfigOciApmConfigConfig.Id,
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.oci.ApmConfig.ApmConfigFunctions;
import com.pulumi.oci.ApmConfig.inputs.GetConfigArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }
    public static void stack(Context ctx) {
        final var testConfig = ApmConfigFunctions.getConfig(GetConfigArgs.builder()
            .apmDomainId(testApmDomain.id())
            .configId(testConfigOciApmConfigConfig.id())
            .build());
    }
}
variables:
  testConfig:
    fn::invoke:
      function: oci:ApmConfig:getConfig
      arguments:
        apmDomainId: ${testApmDomain.id}
        configId: ${testConfigOciApmConfigConfig.id}
Using getConfig
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getConfig(args: GetConfigArgs, opts?: InvokeOptions): Promise<GetConfigResult>
function getConfigOutput(args: GetConfigOutputArgs, opts?: InvokeOptions): Output<GetConfigResult>def get_config(apm_domain_id: Optional[str] = None,
               config_id: Optional[str] = None,
               opts: Optional[InvokeOptions] = None) -> GetConfigResult
def get_config_output(apm_domain_id: Optional[pulumi.Input[str]] = None,
               config_id: Optional[pulumi.Input[str]] = None,
               opts: Optional[InvokeOptions] = None) -> Output[GetConfigResult]func LookupConfig(ctx *Context, args *LookupConfigArgs, opts ...InvokeOption) (*LookupConfigResult, error)
func LookupConfigOutput(ctx *Context, args *LookupConfigOutputArgs, opts ...InvokeOption) LookupConfigResultOutput> Note: This function is named LookupConfig in the Go SDK.
public static class GetConfig 
{
    public static Task<GetConfigResult> InvokeAsync(GetConfigArgs args, InvokeOptions? opts = null)
    public static Output<GetConfigResult> Invoke(GetConfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetConfigResult> getConfig(GetConfigArgs args, InvokeOptions options)
public static Output<GetConfigResult> getConfig(GetConfigArgs args, InvokeOptions options)
fn::invoke:
  function: oci:ApmConfig/getConfig:getConfig
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ApmDomain stringId 
- The APM Domain ID the request is intended for.
- ConfigId string
- The OCID of the configuration item.
- ApmDomain stringId 
- The APM Domain ID the request is intended for.
- ConfigId string
- The OCID of the configuration item.
- apmDomain StringId 
- The APM Domain ID the request is intended for.
- configId String
- The OCID of the configuration item.
- apmDomain stringId 
- The APM Domain ID the request is intended for.
- configId string
- The OCID of the configuration item.
- apm_domain_ strid 
- The APM Domain ID the request is intended for.
- config_id str
- The OCID of the configuration item.
- apmDomain StringId 
- The APM Domain ID the request is intended for.
- configId String
- The OCID of the configuration item.
getConfig Result
The following output properties are available:
- ApmDomain stringId 
- ConfigId string
- ConfigType string
- The type of configuration item.
- CreatedBy string
- The OCID of a user.
- Dictionary<string, string>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- A description of the metric.
- Dimensions
List<GetConfig Dimension> 
- A list of dimensions for the metric. This variable should not be used.
- DisplayName string
- The name by which a configuration entity is displayed to the end user.
- Etag string
- For optimistic concurrency control. See if-match.
- FilterId string
- The OCID of a Span Filter. The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created.
- FilterText string
- The string that defines the Span Filter expression.
- Dictionary<string, string>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Group string
- A string that specifies the group that an OPTIONS item belongs to.
- Id string
- The OCID of the configuration item. An OCID is generated when the item is created.
- InUse List<GetBies Config In Use By> 
- The list of configuration items that reference the span filter.
- Metrics
List<GetConfig Metric> 
- The list of metrics in this group.
- Namespace string
- The namespace to which the metrics are published. It must be one of several predefined namespaces.
- OpcDry stringRun 
- Options string
- The options are stored here as JSON.
- Rules
List<GetConfig Rule> 
- TimeCreated string
- The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
- TimeUpdated string
- The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
- UpdatedBy string
- The OCID of a user.
- ApmDomain stringId 
- ConfigId string
- ConfigType string
- The type of configuration item.
- CreatedBy string
- The OCID of a user.
- map[string]string
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- Description string
- A description of the metric.
- Dimensions
[]GetConfig Dimension 
- A list of dimensions for the metric. This variable should not be used.
- DisplayName string
- The name by which a configuration entity is displayed to the end user.
- Etag string
- For optimistic concurrency control. See if-match.
- FilterId string
- The OCID of a Span Filter. The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created.
- FilterText string
- The string that defines the Span Filter expression.
- map[string]string
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- Group string
- A string that specifies the group that an OPTIONS item belongs to.
- Id string
- The OCID of the configuration item. An OCID is generated when the item is created.
- InUse []GetBies Config In Use By 
- The list of configuration items that reference the span filter.
- Metrics
[]GetConfig Metric 
- The list of metrics in this group.
- Namespace string
- The namespace to which the metrics are published. It must be one of several predefined namespaces.
- OpcDry stringRun 
- Options string
- The options are stored here as JSON.
- Rules
[]GetConfig Rule 
- TimeCreated string
- The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
- TimeUpdated string
- The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
- UpdatedBy string
- The OCID of a user.
- apmDomain StringId 
- configId String
- configType String
- The type of configuration item.
- createdBy String
- The OCID of a user.
- Map<String,String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- A description of the metric.
- dimensions
List<GetConfig Dimension> 
- A list of dimensions for the metric. This variable should not be used.
- displayName String
- The name by which a configuration entity is displayed to the end user.
- etag String
- For optimistic concurrency control. See if-match.
- filterId String
- The OCID of a Span Filter. The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created.
- filterText String
- The string that defines the Span Filter expression.
- Map<String,String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- group String
- A string that specifies the group that an OPTIONS item belongs to.
- id String
- The OCID of the configuration item. An OCID is generated when the item is created.
- inUse List<GetBies Config In Use By> 
- The list of configuration items that reference the span filter.
- metrics
List<GetConfig Metric> 
- The list of metrics in this group.
- namespace String
- The namespace to which the metrics are published. It must be one of several predefined namespaces.
- opcDry StringRun 
- options String
- The options are stored here as JSON.
- rules
List<GetConfig Rule> 
- timeCreated String
- The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
- timeUpdated String
- The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
- updatedBy String
- The OCID of a user.
- apmDomain stringId 
- configId string
- configType string
- The type of configuration item.
- createdBy string
- The OCID of a user.
- {[key: string]: string}
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description string
- A description of the metric.
- dimensions
GetConfig Dimension[] 
- A list of dimensions for the metric. This variable should not be used.
- displayName string
- The name by which a configuration entity is displayed to the end user.
- etag string
- For optimistic concurrency control. See if-match.
- filterId string
- The OCID of a Span Filter. The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created.
- filterText string
- The string that defines the Span Filter expression.
- {[key: string]: string}
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- group string
- A string that specifies the group that an OPTIONS item belongs to.
- id string
- The OCID of the configuration item. An OCID is generated when the item is created.
- inUse GetBies Config In Use By[] 
- The list of configuration items that reference the span filter.
- metrics
GetConfig Metric[] 
- The list of metrics in this group.
- namespace string
- The namespace to which the metrics are published. It must be one of several predefined namespaces.
- opcDry stringRun 
- options string
- The options are stored here as JSON.
- rules
GetConfig Rule[] 
- timeCreated string
- The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
- timeUpdated string
- The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
- updatedBy string
- The OCID of a user.
- apm_domain_ strid 
- config_id str
- config_type str
- The type of configuration item.
- created_by str
- The OCID of a user.
- Mapping[str, str]
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description str
- A description of the metric.
- dimensions
Sequence[GetConfig Dimension] 
- A list of dimensions for the metric. This variable should not be used.
- display_name str
- The name by which a configuration entity is displayed to the end user.
- etag str
- For optimistic concurrency control. See if-match.
- filter_id str
- The OCID of a Span Filter. The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created.
- filter_text str
- The string that defines the Span Filter expression.
- Mapping[str, str]
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- group str
- A string that specifies the group that an OPTIONS item belongs to.
- id str
- The OCID of the configuration item. An OCID is generated when the item is created.
- in_use_ Sequence[Getbies Config In Use By] 
- The list of configuration items that reference the span filter.
- metrics
Sequence[GetConfig Metric] 
- The list of metrics in this group.
- namespace str
- The namespace to which the metrics are published. It must be one of several predefined namespaces.
- opc_dry_ strrun 
- options str
- The options are stored here as JSON.
- rules
Sequence[GetConfig Rule] 
- time_created str
- The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
- time_updated str
- The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
- updated_by str
- The OCID of a user.
- apmDomain StringId 
- configId String
- configType String
- The type of configuration item.
- createdBy String
- The OCID of a user.
- Map<String>
- Defined tags for this resource. Each key is predefined and scoped to a namespace. Example: {"foo-namespace.bar-key": "value"}
- description String
- A description of the metric.
- dimensions List<Property Map>
- A list of dimensions for the metric. This variable should not be used.
- displayName String
- The name by which a configuration entity is displayed to the end user.
- etag String
- For optimistic concurrency control. See if-match.
- filterId String
- The OCID of a Span Filter. The filterId is mandatory for the creation of MetricGroups. A filterId is generated when a Span Filter is created.
- filterText String
- The string that defines the Span Filter expression.
- Map<String>
- Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only. Example: {"bar-key": "value"}
- group String
- A string that specifies the group that an OPTIONS item belongs to.
- id String
- The OCID of the configuration item. An OCID is generated when the item is created.
- inUse List<Property Map>Bies 
- The list of configuration items that reference the span filter.
- metrics List<Property Map>
- The list of metrics in this group.
- namespace String
- The namespace to which the metrics are published. It must be one of several predefined namespaces.
- opcDry StringRun 
- options String
- The options are stored here as JSON.
- rules List<Property Map>
- timeCreated String
- The time the resource was created, expressed in RFC 3339 timestamp format. Example: 2020-02-12T22:47:12.613Z
- timeUpdated String
- The time the resource was updated, expressed in RFC 3339 timestamp format. Example: 2020-02-13T22:47:12.613Z
- updatedBy String
- The OCID of a user.
Supporting Types
GetConfigDimension  
- Name string
- The name of the metric. This must be a known metric name.
- ValueSource string
- This must not be set.
- Name string
- The name of the metric. This must be a known metric name.
- ValueSource string
- This must not be set.
- name String
- The name of the metric. This must be a known metric name.
- valueSource String
- This must not be set.
- name string
- The name of the metric. This must be a known metric name.
- valueSource string
- This must not be set.
- name str
- The name of the metric. This must be a known metric name.
- value_source str
- This must not be set.
- name String
- The name of the metric. This must be a known metric name.
- valueSource String
- This must not be set.
GetConfigInUseBy    
- ConfigType string
- The type of configuration item.
- DisplayName string
- The name by which a configuration entity is displayed to the end user.
- Id string
- The OCID of the configuration item. An OCID is generated when the item is created.
- OptionsGroup string
- A string that specifies the group that an OPTIONS item belongs to.
- ConfigType string
- The type of configuration item.
- DisplayName string
- The name by which a configuration entity is displayed to the end user.
- Id string
- The OCID of the configuration item. An OCID is generated when the item is created.
- OptionsGroup string
- A string that specifies the group that an OPTIONS item belongs to.
- configType String
- The type of configuration item.
- displayName String
- The name by which a configuration entity is displayed to the end user.
- id String
- The OCID of the configuration item. An OCID is generated when the item is created.
- optionsGroup String
- A string that specifies the group that an OPTIONS item belongs to.
- configType string
- The type of configuration item.
- displayName string
- The name by which a configuration entity is displayed to the end user.
- id string
- The OCID of the configuration item. An OCID is generated when the item is created.
- optionsGroup string
- A string that specifies the group that an OPTIONS item belongs to.
- config_type str
- The type of configuration item.
- display_name str
- The name by which a configuration entity is displayed to the end user.
- id str
- The OCID of the configuration item. An OCID is generated when the item is created.
- options_group str
- A string that specifies the group that an OPTIONS item belongs to.
- configType String
- The type of configuration item.
- displayName String
- The name by which a configuration entity is displayed to the end user.
- id String
- The OCID of the configuration item. An OCID is generated when the item is created.
- optionsGroup String
- A string that specifies the group that an OPTIONS item belongs to.
GetConfigMetric  
- Description string
- A description of the metric.
- Name string
- The name of the metric. This must be a known metric name.
- Unit string
- The unit of the metric.
- ValueSource string
- This must not be set.
- Description string
- A description of the metric.
- Name string
- The name of the metric. This must be a known metric name.
- Unit string
- The unit of the metric.
- ValueSource string
- This must not be set.
- description String
- A description of the metric.
- name String
- The name of the metric. This must be a known metric name.
- unit String
- The unit of the metric.
- valueSource String
- This must not be set.
- description string
- A description of the metric.
- name string
- The name of the metric. This must be a known metric name.
- unit string
- The unit of the metric.
- valueSource string
- This must not be set.
- description str
- A description of the metric.
- name str
- The name of the metric. This must be a known metric name.
- unit str
- The unit of the metric.
- value_source str
- This must not be set.
- description String
- A description of the metric.
- name String
- The name of the metric. This must be a known metric name.
- unit String
- The unit of the metric.
- valueSource String
- This must not be set.
GetConfigRule  
- DisplayName string
- The name by which a configuration entity is displayed to the end user.
- FilterText string
- The string that defines the Span Filter expression.
- IsApply boolTo Error Spans 
- Specifies whether an Apdex score should be computed for error spans. Setting it to "true" means that the Apdex score is computed in the usual way. Setting it to "false" skips the Apdex computation and sets the Apdex score to "frustrating" regardless of the configured thresholds. The default is "false".
- IsEnabled bool
- Specifies whether the Apdex score should be computed for spans matching the rule. This can be used to disable Apdex score for spans that do not need or require it. The default is "true".
- Priority int
- The priority controls the order in which multiple rules in a rule set are applied. Lower values indicate higher priorities. Rules with higher priority are applied first, and once a match is found, the rest of the rules are ignored. Rules within the same rule set cannot have the same priority.
- SatisfiedResponse intTime 
- The maximum response time in milliseconds that is considered "satisfactory" for the end user.
- ToleratingResponse intTime 
- The maximum response time in milliseconds that is considered "tolerable" for the end user. A response time beyond this threshold is considered "frustrating". This value cannot be lower than "satisfiedResponseTime".
- DisplayName string
- The name by which a configuration entity is displayed to the end user.
- FilterText string
- The string that defines the Span Filter expression.
- IsApply boolTo Error Spans 
- Specifies whether an Apdex score should be computed for error spans. Setting it to "true" means that the Apdex score is computed in the usual way. Setting it to "false" skips the Apdex computation and sets the Apdex score to "frustrating" regardless of the configured thresholds. The default is "false".
- IsEnabled bool
- Specifies whether the Apdex score should be computed for spans matching the rule. This can be used to disable Apdex score for spans that do not need or require it. The default is "true".
- Priority int
- The priority controls the order in which multiple rules in a rule set are applied. Lower values indicate higher priorities. Rules with higher priority are applied first, and once a match is found, the rest of the rules are ignored. Rules within the same rule set cannot have the same priority.
- SatisfiedResponse intTime 
- The maximum response time in milliseconds that is considered "satisfactory" for the end user.
- ToleratingResponse intTime 
- The maximum response time in milliseconds that is considered "tolerable" for the end user. A response time beyond this threshold is considered "frustrating". This value cannot be lower than "satisfiedResponseTime".
- displayName String
- The name by which a configuration entity is displayed to the end user.
- filterText String
- The string that defines the Span Filter expression.
- isApply BooleanTo Error Spans 
- Specifies whether an Apdex score should be computed for error spans. Setting it to "true" means that the Apdex score is computed in the usual way. Setting it to "false" skips the Apdex computation and sets the Apdex score to "frustrating" regardless of the configured thresholds. The default is "false".
- isEnabled Boolean
- Specifies whether the Apdex score should be computed for spans matching the rule. This can be used to disable Apdex score for spans that do not need or require it. The default is "true".
- priority Integer
- The priority controls the order in which multiple rules in a rule set are applied. Lower values indicate higher priorities. Rules with higher priority are applied first, and once a match is found, the rest of the rules are ignored. Rules within the same rule set cannot have the same priority.
- satisfiedResponse IntegerTime 
- The maximum response time in milliseconds that is considered "satisfactory" for the end user.
- toleratingResponse IntegerTime 
- The maximum response time in milliseconds that is considered "tolerable" for the end user. A response time beyond this threshold is considered "frustrating". This value cannot be lower than "satisfiedResponseTime".
- displayName string
- The name by which a configuration entity is displayed to the end user.
- filterText string
- The string that defines the Span Filter expression.
- isApply booleanTo Error Spans 
- Specifies whether an Apdex score should be computed for error spans. Setting it to "true" means that the Apdex score is computed in the usual way. Setting it to "false" skips the Apdex computation and sets the Apdex score to "frustrating" regardless of the configured thresholds. The default is "false".
- isEnabled boolean
- Specifies whether the Apdex score should be computed for spans matching the rule. This can be used to disable Apdex score for spans that do not need or require it. The default is "true".
- priority number
- The priority controls the order in which multiple rules in a rule set are applied. Lower values indicate higher priorities. Rules with higher priority are applied first, and once a match is found, the rest of the rules are ignored. Rules within the same rule set cannot have the same priority.
- satisfiedResponse numberTime 
- The maximum response time in milliseconds that is considered "satisfactory" for the end user.
- toleratingResponse numberTime 
- The maximum response time in milliseconds that is considered "tolerable" for the end user. A response time beyond this threshold is considered "frustrating". This value cannot be lower than "satisfiedResponseTime".
- display_name str
- The name by which a configuration entity is displayed to the end user.
- filter_text str
- The string that defines the Span Filter expression.
- is_apply_ boolto_ error_ spans 
- Specifies whether an Apdex score should be computed for error spans. Setting it to "true" means that the Apdex score is computed in the usual way. Setting it to "false" skips the Apdex computation and sets the Apdex score to "frustrating" regardless of the configured thresholds. The default is "false".
- is_enabled bool
- Specifies whether the Apdex score should be computed for spans matching the rule. This can be used to disable Apdex score for spans that do not need or require it. The default is "true".
- priority int
- The priority controls the order in which multiple rules in a rule set are applied. Lower values indicate higher priorities. Rules with higher priority are applied first, and once a match is found, the rest of the rules are ignored. Rules within the same rule set cannot have the same priority.
- satisfied_response_ inttime 
- The maximum response time in milliseconds that is considered "satisfactory" for the end user.
- tolerating_response_ inttime 
- The maximum response time in milliseconds that is considered "tolerable" for the end user. A response time beyond this threshold is considered "frustrating". This value cannot be lower than "satisfiedResponseTime".
- displayName String
- The name by which a configuration entity is displayed to the end user.
- filterText String
- The string that defines the Span Filter expression.
- isApply BooleanTo Error Spans 
- Specifies whether an Apdex score should be computed for error spans. Setting it to "true" means that the Apdex score is computed in the usual way. Setting it to "false" skips the Apdex computation and sets the Apdex score to "frustrating" regardless of the configured thresholds. The default is "false".
- isEnabled Boolean
- Specifies whether the Apdex score should be computed for spans matching the rule. This can be used to disable Apdex score for spans that do not need or require it. The default is "true".
- priority Number
- The priority controls the order in which multiple rules in a rule set are applied. Lower values indicate higher priorities. Rules with higher priority are applied first, and once a match is found, the rest of the rules are ignored. Rules within the same rule set cannot have the same priority.
- satisfiedResponse NumberTime 
- The maximum response time in milliseconds that is considered "satisfactory" for the end user.
- toleratingResponse NumberTime 
- The maximum response time in milliseconds that is considered "tolerable" for the end user. A response time beyond this threshold is considered "frustrating". This value cannot be lower than "satisfiedResponseTime".
Package Details
- Repository
- oci pulumi/pulumi-oci
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the ociTerraform Provider.