We recommend new projects start with resources from the AWS provider.
aws-native.applicationsignals.GroupingConfiguration
We recommend new projects start with resources from the AWS provider.
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:
- Grouping
Attribute List<Pulumi.Definitions Aws Native. Application Signals. Inputs. 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.
- Grouping
Attribute []GroupingDefinitions Configuration Grouping Attribute Definition Args - An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
- 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.
- 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.
- grouping_
attribute_ Sequence[Groupingdefinitions Configuration Grouping Attribute Definition Args] - An array of grouping attribute definitions that specify how services should be grouped based on various attributes and source keys.
- 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.
Outputs
All input properties are implicitly available as output properties. Additionally, the GroupingConfiguration resource produces the following output properties:
- 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.
Supporting Types
GroupingConfigurationGroupingAttributeDefinition, GroupingConfigurationGroupingAttributeDefinitionArgs
- 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.
