interface AgentPermissionsProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CodeGuruProfiler.CfnProfilingGroup.AgentPermissionsProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscodeguruprofiler#CfnProfilingGroup_AgentPermissionsProperty |
Java | software.amazon.awscdk.services.codeguruprofiler.CfnProfilingGroup.AgentPermissionsProperty |
Python | aws_cdk.aws_codeguruprofiler.CfnProfilingGroup.AgentPermissionsProperty |
TypeScript | aws-cdk-lib » aws_codeguruprofiler » CfnProfilingGroup » AgentPermissionsProperty |
The agent permissions attached to this profiling group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_codeguruprofiler as codeguruprofiler } from 'aws-cdk-lib';
const agentPermissionsProperty: codeguruprofiler.CfnProfilingGroup.AgentPermissionsProperty = {
principals: ['principals'],
};
Properties
Name | Type | Description |
---|---|---|
principals | string[] | The principals for the agent permissions. |
principals
Type:
string[]
The principals for the agent permissions.