This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::CodeGuruProfiler::ProfilingGroup AgentPermissions
The agent permissions attached to a profiling group. Granting AgentPermissions
to a role or user allows that role or user to perform actions required by the profiling
agent, ConfigureAgent and PostAgentProfile. For more
information, see Resource-based policies
in CodeGuru Profiler in the Amazon CodeGuru Profiler User
Guide.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "Principals" :[ String, ... ]}
YAML
Principals:- String
Properties
Principals-
A list of string ARNs for the roles and users you want to grant access to the profiling group. Wildcards are not supported in the ARNs. You are allowed to provide up to 50 ARNs. An empty list is not permitted.
Required: Yes
Type: Array of String
Update requires: No interruption