Data Source: oci_apm_config_configs

This data source provides the list of Configs in Oracle Cloud Infrastructure Apm Config service.

Returns all configuration items, which can optionally be filtered by configuration type.

Example Usage

data "oci_apm_config_configs" "test_configs" {
    #Required
    apm_domain_id = oci_apm_apm_domain.test_apm_domain.id

    #Optional
    config_type = var.config_config_type
    defined_tag_equals = var.config_defined_tag_equals
    defined_tag_exists = var.config_defined_tag_exists
    display_name = var.config_display_name
    freeform_tag_equals = var.config_freeform_tag_equals
    freeform_tag_exists = var.config_freeform_tag_exists
    options_group = var.config_options_group
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Config Reference

The following attributes are exported: