Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-codeguruprofiler-profilinggroup.json
Parent schema serverless-framework-configuration
Type: object

This resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-codeguru-profiler

Properties

ProfilingGroupName string | Aws_CF_FunctionString required

The name of the profiling group.

ComputePlatform string | Aws_CF_FunctionString

The compute platform of the profiling group.

AgentPermissions object

The agent permissions attached to this profiling group.

1 nested properties
Principals IamArn[] required

The principals for the agent permissions.

AnomalyDetectionNotificationConfiguration Channel[]

Configuration for Notification Channels for Anomaly Detection feature in CodeGuru Profiler which enables customers to detect anomalies in the application profile for those methods that represent the highest proportion of CPU time or latency

Tags Tag[]

The tags associated with a profiling group.

maxItems=50uniqueItems=true

Definitions

ProfilingGroupArn string | Aws_CF_FunctionString
IamArn string | Aws_CF_FunctionString
Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. The allowed characters across services are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length. The allowed characters across services are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.

ChannelId string | Aws_CF_FunctionString

Unique identifier for each Channel in the notification configuration of a Profiling Group

ChannelUri string | Aws_CF_FunctionString

Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri.

Channel object

Notification medium for users to get alerted for events that occur in application profile. We support SNS topic as a notification channel.

channelUri string | Aws_CF_FunctionString required

Unique arn of the resource to be used for notifications. We support a valid SNS topic arn as a channel uri.

channelId string | Aws_CF_FunctionString

Unique identifier for each Channel in the notification configuration of a Profiling Group