interface AgentPermissionsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CodeGuruProfiler.CfnProfilingGroupPropsMixin.AgentPermissionsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscodeguruprofiler#CfnProfilingGroupPropsMixin_AgentPermissionsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.codeguruprofiler.CfnProfilingGroupPropsMixin.AgentPermissionsProperty |
Python | aws_cdk.cfn_property_mixins.aws_codeguruprofiler.CfnProfilingGroupPropsMixin.AgentPermissionsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_codeguruprofiler » CfnProfilingGroupPropsMixin » 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/cfn-property-mixins';
const agentPermissionsProperty: codeguruprofiler.CfnProfilingGroupPropsMixin.AgentPermissionsProperty = {
principals: ['principals'],
};
Properties
| Name | Type | Description |
|---|---|---|
| principals? | (string | IRole)[] | The principals for the agent permissions. |
principals?
Type:
(string | IRole)[]
(optional)
The principals for the agent permissions.

.NET
Go
Java
Python
TypeScript