1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. applicationsignals
  5. GroupingConfiguration

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.GroupingConfiguration

Start a Neo task
Explain and create an aws-native.applicationsignals.GroupingConfiguration resource
aws-native logo

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

    Create GroupingConfiguration Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new GroupingConfiguration(name: string, args: GroupingConfigurationArgs, opts?: CustomResourceOptions);
    @overload
    def GroupingConfiguration(resource_name: str,
                              args: GroupingConfigurationArgs,
                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def GroupingConfiguration(resource_name: str,
                              opts: Optional[ResourceOptions] = None,
                              grouping_attribute_definitions: Optional[Sequence[GroupingConfigurationGroupingAttributeDefinitionArgs]] = None)
    func NewGroupingConfiguration(ctx *Context, name string, args GroupingConfigurationArgs, opts ...ResourceOption) (*GroupingConfiguration, error)
    public GroupingConfiguration(string name, GroupingConfigurationArgs args, CustomResourceOptions? opts = null)
    public GroupingConfiguration(String name, GroupingConfigurationArgs args)
    public GroupingConfiguration(String name, GroupingConfigurationArgs args, CustomResourceOptions options)
    
    type: aws-native:applicationsignals:GroupingConfiguration
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args GroupingConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args GroupingConfigurationArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args GroupingConfigurationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args GroupingConfigurationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args GroupingConfigurationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    GroupingConfiguration Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The GroupingConfiguration resource accepts the following input properties:

    GroupingAttributeDefinitions List<Pulumi.AwsNative.ApplicationSignals.Inputs.GroupingConfigurationGroupingAttributeDefinition>
    An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
    GroupingAttributeDefinitions []GroupingConfigurationGroupingAttributeDefinitionArgs
    An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
    groupingAttributeDefinitions List<GroupingConfigurationGroupingAttributeDefinition>
    An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
    groupingAttributeDefinitions GroupingConfigurationGroupingAttributeDefinition[]
    An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
    grouping_attribute_definitions Sequence[GroupingConfigurationGroupingAttributeDefinitionArgs]
    An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
    groupingAttributeDefinitions List<Property Map>
    An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the GroupingConfiguration resource produces the following output properties:

    AccountId string
    The 12 digit AWS Account ID for the account.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt 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.
    AccountId string
    The 12 digit AWS Account ID for the account.
    Id string
    The provider-assigned unique ID for this managed resource.
    UpdatedAt 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.
    accountId String
    The 12 digit AWS Account ID for the account.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt 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.
    accountId string
    The 12 digit AWS Account ID for the account.
    id string
    The provider-assigned unique ID for this managed resource.
    updatedAt 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.
    id str
    The provider-assigned unique ID for this managed resource.
    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.
    accountId String
    The 12 digit AWS Account ID for the account.
    id String
    The provider-assigned unique ID for this managed resource.
    updatedAt 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, GroupingConfigurationGroupingAttributeDefinitionArgs

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    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
      Meet Neo: Your AI Platform Teammate