We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
aws-native.applicationsignals.getGroupingConfiguration
Start a Neo task
Explain and create an aws-native.applicationsignals.getGroupingConfiguration resource
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
Resource Type definition for AWS::ApplicationSignals::GroupingConfiguration
Using getGroupingConfiguration
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 getGroupingConfiguration(args: GetGroupingConfigurationArgs, opts?: InvokeOptions): Promise<GetGroupingConfigurationResult>
function getGroupingConfigurationOutput(args: GetGroupingConfigurationOutputArgs, opts?: InvokeOptions): Output<GetGroupingConfigurationResult>def get_grouping_configuration(account_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGroupingConfigurationResult
def get_grouping_configuration_output(account_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGroupingConfigurationResult]func LookupGroupingConfiguration(ctx *Context, args *LookupGroupingConfigurationArgs, opts ...InvokeOption) (*LookupGroupingConfigurationResult, error)
func LookupGroupingConfigurationOutput(ctx *Context, args *LookupGroupingConfigurationOutputArgs, opts ...InvokeOption) LookupGroupingConfigurationResultOutput> Note: This function is named LookupGroupingConfiguration in the Go SDK.
public static class GetGroupingConfiguration
{
public static Task<GetGroupingConfigurationResult> InvokeAsync(GetGroupingConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetGroupingConfigurationResult> Invoke(GetGroupingConfigurationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGroupingConfigurationResult> getGroupingConfiguration(GetGroupingConfigurationArgs args, InvokeOptions options)
public static Output<GetGroupingConfigurationResult> getGroupingConfiguration(GetGroupingConfigurationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:applicationsignals:getGroupingConfiguration
arguments:
# arguments dictionaryThe following arguments are supported:
- Account
Id string - The 12 digit AWS Account ID for the account.
- Account
Id string - The 12 digit AWS Account ID for the account.
- account
Id String - The 12 digit AWS Account ID for the account.
- account
Id string - The 12 digit AWS Account ID for the account.
- account_
id str - The 12 digit AWS Account ID for the account.
- account
Id String - The 12 digit AWS Account ID for the account.
getGroupingConfiguration Result
The following output properties are available:
- Account
Id string - The 12 digit AWS Account ID for the account.
- Grouping
Attribute List<Pulumi.Definitions Aws Native. Application Signals. Outputs. Grouping Configuration Grouping Attribute Definition> - An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
- Updated
At string - The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
- Account
Id string - The 12 digit AWS Account ID for the account.
- Grouping
Attribute []GroupingDefinitions Configuration Grouping Attribute Definition - An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
- Updated
At string - The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
- account
Id String - The 12 digit AWS Account ID for the account.
- grouping
Attribute List<GroupingDefinitions Configuration Grouping Attribute Definition> - An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
- updated
At String - The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
- account
Id string - The 12 digit AWS Account ID for the account.
- grouping
Attribute GroupingDefinitions Configuration Grouping Attribute Definition[] - An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
- updated
At string - The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
- account_
id str - The 12 digit AWS Account ID for the account.
- grouping_
attribute_ Sequence[Groupingdefinitions Configuration Grouping Attribute Definition] - An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
- updated_
at str - The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
- account
Id String - The 12 digit AWS Account ID for the account.
- grouping
Attribute List<Property Map>Definitions - An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
- updated
At String - The timestamp when this grouping configuration was last updated. When used in a raw HTTP Query API, it is formatted as epoch time in seconds.
Supporting Types
GroupingConfigurationGroupingAttributeDefinition
- Grouping
Name string - Grouping
Source List<string>Keys - Default
Grouping stringValue
- Grouping
Name string - Grouping
Source []stringKeys - Default
Grouping stringValue
- grouping
Name String - grouping
Source List<String>Keys - default
Grouping StringValue
- grouping
Name string - grouping
Source string[]Keys - default
Grouping stringValue
- grouping_
name str - grouping_
source_ Sequence[str]keys - default_
grouping_ strvalue
- grouping
Name String - grouping
Source List<String>Keys - default
Grouping StringValue
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.38.0 published on Wednesday, Nov 5, 2025 by Pulumi
