ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getConfigAggregatorConfigurations
Explore with Pulumi AI
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:
- Instance
Id string - The GUID of the Configuration Aggregator instance.
- string
- Filter the resource configurations attached with the specified access tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- Config
Type string - The type of resource configuration that are to be retrieved.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- 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 is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- Region string
- The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
- Resource
Crn string - The crn of the resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- Resource
Group stringId - The resource group id of the resources.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Service
Name 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 is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- string
- Filter the resource configurations attached with the specified service tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- Sub
Account 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]
.
- Constraints: The length is
- string
- Filter the resource configurations attached with the specified user tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- Instance
Id string - The GUID of the Configuration Aggregator instance.
- string
- Filter the resource configurations attached with the specified access tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- Config
Type string - The type of resource configuration that are to be retrieved.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- 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 is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- Region string
- The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
- Resource
Crn string - The crn of the resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- Resource
Group stringId - The resource group id of the resources.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Service
Name 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 is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- string
- Filter the resource configurations attached with the specified service tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- Sub
Account 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]
.
- Constraints: The length is
- string
- Filter the resource configurations attached with the specified user tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- instance
Id String - The GUID of the Configuration Aggregator instance.
- String
- Filter the resource configurations attached with the specified access tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- config
Type String - The type of resource configuration that are to be retrieved.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- 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 is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- region String
- The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
- resource
Crn String - The crn of the resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- resource
Group StringId - The resource group id of the resources.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- service
Name 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 is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- String
- Filter the resource configurations attached with the specified service tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- sub
Account 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]
.
- Constraints: The length is
- String
- Filter the resource configurations attached with the specified user tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- instance
Id string - The GUID of the Configuration Aggregator instance.
- string
- Filter the resource configurations attached with the specified access tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- config
Type string - The type of resource configuration that are to be retrieved.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- 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 is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- region string
- The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
- resource
Crn string - The crn of the resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- resource
Group stringId - The resource group id of the resources.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- service
Name 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 is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- string
- Filter the resource configurations attached with the specified service tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- sub
Account 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]
.
- Constraints: The length is
- string
- Filter the resource configurations attached with the specified user tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- instance_
id str - The GUID of the Configuration Aggregator instance.
- str
- Filter the resource configurations attached with the specified access tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- config_
type str - The type of resource configuration that are to be retrieved.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- 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 is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- resource_
group_ strid - The resource group id of the resources.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- 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 is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- str
- Filter the resource configurations attached with the specified service tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- 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]
.
- Constraints: The length is
- str
- Filter the resource configurations attached with the specified user tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- instance
Id String - The GUID of the Configuration Aggregator instance.
- String
- Filter the resource configurations attached with the specified access tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- config
Type String - The type of resource configuration that are to be retrieved.
- Constraints: The maximum length is
1024
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- 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 is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- region String
- The region of the Configuration Aggregator instance. If not provided defaults to the region defined in the IBM provider configuration.
- resource
Crn String - The crn of the resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- resource
Group StringId - The resource group id of the resources.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- service
Name 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 is1
character. The value must match regular expression/^[a-zA-Z0-9 ,\\-_]+$/
.
- Constraints: The maximum length is
- String
- Filter the resource configurations attached with the specified service tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
- sub
Account 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]
.
- Constraints: The length is
- String
- Filter the resource configurations attached with the specified user tags.
- Constraints: The maximum length is
128
characters. The minimum length is1
character. The value must match regular expression[a-zA-Z0-9]
.
- Constraints: The maximum length is
getConfigAggregatorConfigurations Result
The following output properties are available:
- Configs
List<Get
Config Aggregator Configurations Config> - (List) Array of resource configurations.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The maximum length is
- Id string
- The unique identifier of the config_aggregator_configurations.
- Instance
Id string - Prevs
List<Get
Config Aggregator Configurations Prev> - (List) The reference to the previous page of entries. Nested schema for prev:
- Region string
- string
- Config
Type string - (String) The type of configuration of the retrieved resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- Location string
- (String) Location of the resource specified.
- Constraints: The maximum length is
1000
characters. The minimum length is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- Resource
Crn string - (String) The unique CRN of the IBM Cloud resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- Resource
Group stringId - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Service
Name string - (String) The name of the service to which the resources belongs.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- string
- Sub
Account string - string
- Configs
[]Get
Config Aggregator Configurations Config - (List) Array of resource configurations.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The maximum length is
- Id string
- The unique identifier of the config_aggregator_configurations.
- Instance
Id string - Prevs
[]Get
Config Aggregator Configurations Prev - (List) The reference to the previous page of entries. Nested schema for prev:
- Region string
- string
- Config
Type string - (String) The type of configuration of the retrieved resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- Location string
- (String) Location of the resource specified.
- Constraints: The maximum length is
1000
characters. The minimum length is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- Resource
Crn string - (String) The unique CRN of the IBM Cloud resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- Resource
Group stringId - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- Service
Name string - (String) The name of the service to which the resources belongs.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- string
- Sub
Account string - string
- configs
List<Get
Config Aggregator Configurations Config> - (List) Array of resource configurations.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The maximum length is
- id String
- The unique identifier of the config_aggregator_configurations.
- instance
Id String - prevs
List<Get
Config Aggregator Configurations Prev> - (List) The reference to the previous page of entries. Nested schema for prev:
- region String
- String
- config
Type String - (String) The type of configuration of the retrieved resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- location String
- (String) Location of the resource specified.
- Constraints: The maximum length is
1000
characters. The minimum length is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- resource
Crn String - (String) The unique CRN of the IBM Cloud resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- resource
Group StringId - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- service
Name String - (String) The name of the service to which the resources belongs.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- String
- sub
Account String - String
- configs
Get
Config Aggregator Configurations Config[] - (List) Array of resource configurations.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The maximum length is
- id string
- The unique identifier of the config_aggregator_configurations.
- instance
Id string - prevs
Get
Config Aggregator Configurations Prev[] - (List) The reference to the previous page of entries. Nested schema for prev:
- region string
- string
- config
Type string - (String) The type of configuration of the retrieved resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- location string
- (String) Location of the resource specified.
- Constraints: The maximum length is
1000
characters. The minimum length is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- resource
Crn string - (String) The unique CRN of the IBM Cloud resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- resource
Group stringId - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- service
Name string - (String) The name of the service to which the resources belongs.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- string
- sub
Account string - string
- configs
Sequence[Get
Config Aggregator Configurations Config] - (List) Array of resource configurations.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The maximum length is
- id str
- The unique identifier of the config_aggregator_configurations.
- instance_
id str - prevs
Sequence[Get
Config Aggregator Configurations Prev] - (List) The reference to the previous page of entries. Nested schema for prev:
- region str
- str
- config_
type str - (String) The type of configuration of the retrieved resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- location str
- (String) Location of the resource specified.
- Constraints: The maximum length is
1000
characters. The minimum length is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- resource_
crn str - (String) The unique CRN of the IBM Cloud resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- resource_
group_ strid - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- service_
name str - (String) The name of the service to which the resources belongs.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- str
- sub_
account str - str
- configs List<Property Map>
- (List) Array of resource configurations.
- Constraints: The maximum length is
100
items. The minimum length is0
items. Nested schema for configs:
- Constraints: The maximum length is
- id String
- The unique identifier of the config_aggregator_configurations.
- instance
Id String - prevs List<Property Map>
- (List) The reference to the previous page of entries. Nested schema for prev:
- region String
- String
- config
Type String - (String) The type of configuration of the retrieved resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- location String
- (String) Location of the resource specified.
- Constraints: The maximum length is
1000
characters. The minimum length is0
characters. The value must match regular expression/^$|[a-z]-[a-z]/
.
- Constraints: The maximum length is
- resource
Crn String - (String) The unique CRN of the IBM Cloud resource.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- resource
Group StringId - (String) The account ID.
- Constraints: The maximum length is
32
characters. The minimum length is0
characters. The value must match regular expression/^[a-zA-Z0-9-]*$/
.
- Constraints: The maximum length is
- service
Name String - (String) The name of the service to which the resources belongs.
- Constraints: The maximum length is
1000
characters. The minimum length is1
character. The value must match regular expression/^[a-zA-Z0-9.\\:\/-]+$/
.
- Constraints: The maximum length is
- String
- sub
Account String - String
Supporting Types
GetConfigAggregatorConfigurationsConfig
GetConfigAggregatorConfigurationsPrev
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.