AWS::CodeGuruProfiler::ProfilingGroupThis resource schema represents the Profiling Group resource in the Amazon CodeGuru Profiler service.
5 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ProfilingGroupName | string | RequiredCreate-only |
AgentPermissions | object | |
AnomalyDetectionNotificationConfiguration | Array<Channel> | |
ComputePlatform | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the specified profiling group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CodeGuruProfiler::ProfilingGroup
Resources:
MyResource:
Type: AWS::CodeGuruProfiler::ProfilingGroup
Properties:
ProfilingGroupName: "my-profilinggroupname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sns:Publishcodeguru-profiler:AddNotificationChannelscodeguru-profiler:CreateProfilingGroupcodeguru-profiler:PutPermissioncodeguru-profiler:TagResourcecodeguru-profiler:DescribeProfilingGroupcodeguru-profiler:ListTagsForResourcecodeguru-profiler:GetNotificationConfigurationcodeguru-profiler:GetPolicysns:Publishcodeguru-profiler:DescribeProfilingGroupcodeguru-profiler:AddNotificationChannelscodeguru-profiler:GetNotificationConfigurationcodeguru-profiler:RemoveNotificationChannelcodeguru-profiler:PutPermissioncodeguru-profiler:RemovePermissioncodeguru-profiler:GetPolicycodeguru-profiler:DeleteProfilingGroupcodeguru-profiler:ListProfilingGroupscodeguru-profiler:ListTagsForResourcecodeguru-profiler:GetNotificationConfigurationcodeguru-profiler:GetPolicyOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterProfilingGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ProfilingGroupNameComputePlatform