1. Packages
  2. Ibm Provider
  3. API Docs
  4. getConfigAggregatorConfigurations
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

ibm.getConfigAggregatorConfigurations

Explore with Pulumi AI

ibm logo
ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud

    Provides a read-only data source to retrieve information about config_aggregator_configurations. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as ibm from "@pulumi/ibm";
    
    const configAggregatorConfigurations = ibm.getConfigAggregatorConfigurations({
        instanceId: _var.instance_id,
        region: _var.region,
    });
    
    import pulumi
    import pulumi_ibm as ibm
    
    config_aggregator_configurations = ibm.get_config_aggregator_configurations(instance_id=var["instance_id"],
        region=var["region"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-terraform-provider/sdks/go/ibm/ibm"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := ibm.GetConfigAggregatorConfigurations(ctx, &ibm.GetConfigAggregatorConfigurationsArgs{
    			InstanceId: _var.Instance_id,
    			Region:     pulumi.StringRef(_var.Region),
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Ibm = Pulumi.Ibm;
    
    return await Deployment.RunAsync(() => 
    {
        var configAggregatorConfigurations = Ibm.GetConfigAggregatorConfigurations.Invoke(new()
        {
            InstanceId = @var.Instance_id,
            Region = @var.Region,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.ibm.IbmFunctions;
    import com.pulumi.ibm.inputs.GetConfigAggregatorConfigurationsArgs;
    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 configAggregatorConfigurations = IbmFunctions.getConfigAggregatorConfigurations(GetConfigAggregatorConfigurationsArgs.builder()
                .instanceId(var_.instance_id())
                .region(var_.region())
                .build());
    
        }
    }
    
    variables:
      configAggregatorConfigurations:
        fn::invoke:
          function: ibm:getConfigAggregatorConfigurations
          arguments:
            instanceId: ${var.instance_id}
            region: ${var.region}
    

    Using getConfigAggregatorConfigurations

    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 getConfigAggregatorConfigurations(args: GetConfigAggregatorConfigurationsArgs, opts?: InvokeOptions): Promise<GetConfigAggregatorConfigurationsResult>
    function getConfigAggregatorConfigurationsOutput(args: GetConfigAggregatorConfigurationsOutputArgs, opts?: InvokeOptions): Output<GetConfigAggregatorConfigurationsResult>
    def get_config_aggregator_configurations(access_tags: Optional[str] = None,
                                             config_type: Optional[str] = None,
                                             id: Optional[str] = None,
                                             instance_id: Optional[str] = None,
                                             location: Optional[str] = None,
                                             region: Optional[str] = None,
                                             resource_crn: Optional[str] = None,
                                             resource_group_id: Optional[str] = None,
                                             service_name: Optional[str] = None,
                                             service_tags: Optional[str] = None,
                                             sub_account: Optional[str] = None,
                                             user_tags: Optional[str] = None,
                                             opts: Optional[InvokeOptions] = None) -> GetConfigAggregatorConfigurationsResult
    def get_config_aggregator_configurations_output(access_tags: Optional[pulumi.Input[str]] = None,
                                             config_type: Optional[pulumi.Input[str]] = None,
                                             id: Optional[pulumi.Input[str]] = None,
                                             instance_id: Optional[pulumi.Input[str]] = None,
                                             location: Optional[pulumi.Input[str]] = None,
                                             region: Optional[pulumi.Input[str]] = None,
                                             resource_crn: Optional[pulumi.Input[str]] = None,
                                             resource_group_id: Optional[pulumi.Input[str]] = None,
                                             service_name: Optional[pulumi.Input[str]] = None,
                                             service_tags: Optional[pulumi.Input[str]] = None,
                                             sub_account: Optional[pulumi.Input[str]] = None,
                                             user_tags: Optional[pulumi.Input[str]] = None,
                                             opts: Optional[InvokeOptions] = None) -> Output[GetConfigAggregatorConfigurationsResult]
    func GetConfigAggregatorConfigurations(ctx *Context, args *GetConfigAggregatorConfigurationsArgs, opts ...InvokeOption) (*GetConfigAggregatorConfigurationsResult, error)
    func GetConfigAggregatorConfigurationsOutput(ctx *Context, args *GetConfigAggregatorConfigurationsOutputArgs, opts ...InvokeOption) GetConfigAggregatorConfigurationsResultOutput

    > Note: This function is named GetConfigAggregatorConfigurations in the Go SDK.

    public static class GetConfigAggregatorConfigurations 
    {
        public static Task<GetConfigAggregatorConfigurationsResult> InvokeAsync(GetConfigAggregatorConfigurationsArgs args, InvokeOptions? opts = null)
        public static Output<GetConfigAggregatorConfigurationsResult> Invoke(GetConfigAggregatorConfigurationsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConfigAggregatorConfigurationsResult> getConfigAggregatorConfigurations(GetConfigAggregatorConfigurationsArgs args, InvokeOptions options)
    public static Output<GetConfigAggregatorConfigurationsResult> getConfigAggregatorConfigurations(GetConfigAggregatorConfigurationsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: ibm:index/getConfigAggregatorConfigurations:getConfigAggregatorConfigurations
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    The GUID of the Configuration Aggregator instance.
    AccessTags string
    Filter the resource configurations attached with the specified access tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    ConfigType string
    The type of resource configuration that are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    Id string
    The unique identifier of the config_aggregator_configurations.
    Location string
    The location or region in which the resources are created.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    Region string
    The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
    ResourceCrn string
    The crn of the resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    ResourceGroupId string
    The resource group id of the resources.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    ServiceName string
    The name of the IBM Cloud service for which resources are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    ServiceTags string
    Filter the resource configurations attached with the specified service tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    SubAccount string
    Filter the resource configurations from the specified sub-account in an enterprise hierarchy. Used for fetching enterprise child accounts configurations.

    • Constraints: The length is 32 characters. The value must match regular expression [a-zA-Z0-9].
    UserTags string
    Filter the resource configurations attached with the specified user tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    InstanceId string
    The GUID of the Configuration Aggregator instance.
    AccessTags string
    Filter the resource configurations attached with the specified access tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    ConfigType string
    The type of resource configuration that are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    Id string
    The unique identifier of the config_aggregator_configurations.
    Location string
    The location or region in which the resources are created.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    Region string
    The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
    ResourceCrn string
    The crn of the resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    ResourceGroupId string
    The resource group id of the resources.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    ServiceName string
    The name of the IBM Cloud service for which resources are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    ServiceTags string
    Filter the resource configurations attached with the specified service tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    SubAccount string
    Filter the resource configurations from the specified sub-account in an enterprise hierarchy. Used for fetching enterprise child accounts configurations.

    • Constraints: The length is 32 characters. The value must match regular expression [a-zA-Z0-9].
    UserTags string
    Filter the resource configurations attached with the specified user tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    instanceId String
    The GUID of the Configuration Aggregator instance.
    accessTags String
    Filter the resource configurations attached with the specified access tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    configType String
    The type of resource configuration that are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    id String
    The unique identifier of the config_aggregator_configurations.
    location String
    The location or region in which the resources are created.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    region String
    The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
    resourceCrn String
    The crn of the resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    resourceGroupId String
    The resource group id of the resources.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    serviceName String
    The name of the IBM Cloud service for which resources are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    serviceTags String
    Filter the resource configurations attached with the specified service tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    subAccount String
    Filter the resource configurations from the specified sub-account in an enterprise hierarchy. Used for fetching enterprise child accounts configurations.

    • Constraints: The length is 32 characters. The value must match regular expression [a-zA-Z0-9].
    userTags String
    Filter the resource configurations attached with the specified user tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    instanceId string
    The GUID of the Configuration Aggregator instance.
    accessTags string
    Filter the resource configurations attached with the specified access tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    configType string
    The type of resource configuration that are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    id string
    The unique identifier of the config_aggregator_configurations.
    location string
    The location or region in which the resources are created.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    region string
    The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
    resourceCrn string
    The crn of the resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    resourceGroupId string
    The resource group id of the resources.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    serviceName string
    The name of the IBM Cloud service for which resources are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    serviceTags string
    Filter the resource configurations attached with the specified service tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    subAccount string
    Filter the resource configurations from the specified sub-account in an enterprise hierarchy. Used for fetching enterprise child accounts configurations.

    • Constraints: The length is 32 characters. The value must match regular expression [a-zA-Z0-9].
    userTags string
    Filter the resource configurations attached with the specified user tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    instance_id str
    The GUID of the Configuration Aggregator instance.
    access_tags str
    Filter the resource configurations attached with the specified access tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    config_type str
    The type of resource configuration that are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    id str
    The unique identifier of the config_aggregator_configurations.
    location str
    The location or region in which the resources are created.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    region str
    The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
    resource_crn str
    The crn of the resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    resource_group_id str
    The resource group id of the resources.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    service_name str
    The name of the IBM Cloud service for which resources are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    service_tags str
    Filter the resource configurations attached with the specified service tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    sub_account str
    Filter the resource configurations from the specified sub-account in an enterprise hierarchy. Used for fetching enterprise child accounts configurations.

    • Constraints: The length is 32 characters. The value must match regular expression [a-zA-Z0-9].
    user_tags str
    Filter the resource configurations attached with the specified user tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    instanceId String
    The GUID of the Configuration Aggregator instance.
    accessTags String
    Filter the resource configurations attached with the specified access tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    configType String
    The type of resource configuration that are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    id String
    The unique identifier of the config_aggregator_configurations.
    location String
    The location or region in which the resources are created.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    region String
    The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
    resourceCrn String
    The crn of the resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    resourceGroupId String
    The resource group id of the resources.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    serviceName String
    The name of the IBM Cloud service for which resources are to be retrieved.

    • Constraints: The maximum length is 1024 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9 ,\\-_]+$/.
    serviceTags String
    Filter the resource configurations attached with the specified service tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].
    subAccount String
    Filter the resource configurations from the specified sub-account in an enterprise hierarchy. Used for fetching enterprise child accounts configurations.

    • Constraints: The length is 32 characters. The value must match regular expression [a-zA-Z0-9].
    userTags String
    Filter the resource configurations attached with the specified user tags.

    • Constraints: The maximum length is 128 characters. The minimum length is 1 character. The value must match regular expression [a-zA-Z0-9].

    getConfigAggregatorConfigurations Result

    The following output properties are available:

    Configs List<GetConfigAggregatorConfigurationsConfig>
    (List) Array of resource configurations.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for configs:
    Id string
    The unique identifier of the config_aggregator_configurations.
    InstanceId string
    Prevs List<GetConfigAggregatorConfigurationsPrev>
    (List) The reference to the previous page of entries. Nested schema for prev:
    Region string
    AccessTags string
    ConfigType string
    (String) The type of configuration of the retrieved resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    Location string
    (String) Location of the resource specified.

    • Constraints: The maximum length is 1000 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    ResourceCrn string
    (String) The unique CRN of the IBM Cloud resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    ResourceGroupId string
    (String) The account ID.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    ServiceName string
    (String) The name of the service to which the resources belongs.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    ServiceTags string
    SubAccount string
    UserTags string
    Configs []GetConfigAggregatorConfigurationsConfig
    (List) Array of resource configurations.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for configs:
    Id string
    The unique identifier of the config_aggregator_configurations.
    InstanceId string
    Prevs []GetConfigAggregatorConfigurationsPrev
    (List) The reference to the previous page of entries. Nested schema for prev:
    Region string
    AccessTags string
    ConfigType string
    (String) The type of configuration of the retrieved resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    Location string
    (String) Location of the resource specified.

    • Constraints: The maximum length is 1000 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    ResourceCrn string
    (String) The unique CRN of the IBM Cloud resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    ResourceGroupId string
    (String) The account ID.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    ServiceName string
    (String) The name of the service to which the resources belongs.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    ServiceTags string
    SubAccount string
    UserTags string
    configs List<GetConfigAggregatorConfigurationsConfig>
    (List) Array of resource configurations.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for configs:
    id String
    The unique identifier of the config_aggregator_configurations.
    instanceId String
    prevs List<GetConfigAggregatorConfigurationsPrev>
    (List) The reference to the previous page of entries. Nested schema for prev:
    region String
    accessTags String
    configType String
    (String) The type of configuration of the retrieved resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    location String
    (String) Location of the resource specified.

    • Constraints: The maximum length is 1000 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    resourceCrn String
    (String) The unique CRN of the IBM Cloud resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    resourceGroupId String
    (String) The account ID.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    serviceName String
    (String) The name of the service to which the resources belongs.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    serviceTags String
    subAccount String
    userTags String
    configs GetConfigAggregatorConfigurationsConfig[]
    (List) Array of resource configurations.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for configs:
    id string
    The unique identifier of the config_aggregator_configurations.
    instanceId string
    prevs GetConfigAggregatorConfigurationsPrev[]
    (List) The reference to the previous page of entries. Nested schema for prev:
    region string
    accessTags string
    configType string
    (String) The type of configuration of the retrieved resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    location string
    (String) Location of the resource specified.

    • Constraints: The maximum length is 1000 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    resourceCrn string
    (String) The unique CRN of the IBM Cloud resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    resourceGroupId string
    (String) The account ID.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    serviceName string
    (String) The name of the service to which the resources belongs.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    serviceTags string
    subAccount string
    userTags string
    configs Sequence[GetConfigAggregatorConfigurationsConfig]
    (List) Array of resource configurations.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for configs:
    id str
    The unique identifier of the config_aggregator_configurations.
    instance_id str
    prevs Sequence[GetConfigAggregatorConfigurationsPrev]
    (List) The reference to the previous page of entries. Nested schema for prev:
    region str
    access_tags str
    config_type str
    (String) The type of configuration of the retrieved resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    location str
    (String) Location of the resource specified.

    • Constraints: The maximum length is 1000 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    resource_crn str
    (String) The unique CRN of the IBM Cloud resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    resource_group_id str
    (String) The account ID.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    service_name str
    (String) The name of the service to which the resources belongs.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    service_tags str
    sub_account str
    user_tags str
    configs List<Property Map>
    (List) Array of resource configurations.

    • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for configs:
    id String
    The unique identifier of the config_aggregator_configurations.
    instanceId String
    prevs List<Property Map>
    (List) The reference to the previous page of entries. Nested schema for prev:
    region String
    accessTags String
    configType String
    (String) The type of configuration of the retrieved resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    location String
    (String) Location of the resource specified.

    • Constraints: The maximum length is 1000 characters. The minimum length is 0 characters. The value must match regular expression /^$|[a-z]-[a-z]/.
    resourceCrn String
    (String) The unique CRN of the IBM Cloud resource.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    resourceGroupId String
    (String) The account ID.

    • Constraints: The maximum length is 32 characters. The minimum length is 0 characters. The value must match regular expression /^[a-zA-Z0-9-]*$/.
    serviceName String
    (String) The name of the service to which the resources belongs.

    • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression /^[a-zA-Z0-9.\\:\/-]+$/.
    serviceTags String
    subAccount String
    userTags String

    Supporting Types

    GetConfigAggregatorConfigurationsConfig

    About string
    (Map) The basic metadata fetched from the query API. Nested schema for about:
    Config string
    (String) The configuration of the resource. Nested schema for config:
    About string
    (Map) The basic metadata fetched from the query API. Nested schema for about:
    Config string
    (String) The configuration of the resource. Nested schema for config:
    about String
    (Map) The basic metadata fetched from the query API. Nested schema for about:
    config String
    (String) The configuration of the resource. Nested schema for config:
    about string
    (Map) The basic metadata fetched from the query API. Nested schema for about:
    config string
    (String) The configuration of the resource. Nested schema for config:
    about str
    (Map) The basic metadata fetched from the query API. Nested schema for about:
    config str
    (String) The configuration of the resource. Nested schema for config:
    about String
    (Map) The basic metadata fetched from the query API. Nested schema for about:
    config String
    (String) The configuration of the resource. Nested schema for config:

    GetConfigAggregatorConfigurationsPrev

    Href string
    (String) The reference to the previous page of entries.
    Start string
    (String) the start string for the query to view the page.
    Href string
    (String) The reference to the previous page of entries.
    Start string
    (String) the start string for the query to view the page.
    href String
    (String) The reference to the previous page of entries.
    start String
    (String) the start string for the query to view the page.
    href string
    (String) The reference to the previous page of entries.
    start string
    (String) the start string for the query to view the page.
    href str
    (String) The reference to the previous page of entries.
    start str
    (String) the start string for the query to view the page.
    href String
    (String) The reference to the previous page of entries.
    start String
    (String) the start string for the query to view the page.

    Package Details

    Repository
    ibm ibm-cloud/terraform-provider-ibm
    License
    Notes
    This Pulumi package is based on the ibm Terraform Provider.
    ibm logo
    ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud