Returns the current grouping configuration for this account, including all custom grouping attribute definitions that have been configured
Source:R/cloudwatchapplicationsignals_operations.R
cloudwatchapplicationsignals_list_grou_attr_defi.RdReturns the current grouping configuration for this account, including all custom grouping attribute definitions that have been configured. These definitions determine how services are logically grouped based on telemetry attributes, Amazon Web Services tags, or predefined mappings.
See https://www.paws-r-sdk.com/docs/cloudwatchapplicationsignals_list_grouping_attribute_definitions/ for full documentation.
Usage
cloudwatchapplicationsignals_list_grouping_attribute_definitions(
NextToken = NULL,
AwsAccountId = NULL,
IncludeLinkedAccounts = NULL
)Arguments
- NextToken
Include this value, if it was returned by the previous operation, to get the next set of grouping attribute definitions.
- AwsAccountId
The Amazon Web Services account ID to retrieve grouping attribute definitions for. Use this when accessing grouping configurations from a different account in cross-account monitoring scenarios.
- IncludeLinkedAccounts
If you are using this operation in a monitoring account, specify
trueto include grouping attributes from source accounts in the returned data.