Interface CfnProfilingGroupPropsMixin.IAgentPermissionsProperty
The agent permissions attached to this profiling group.
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeGuruProfiler.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnProfilingGroupPropsMixin.IAgentPermissionsProperty
Syntax (vb)
Public Interface CfnProfilingGroupPropsMixin.IAgentPermissionsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.CodeGuruProfiler.Mixins;
var agentPermissionsProperty = new AgentPermissionsProperty {
Principals = new [] { "principals" }
};
Synopsis
Properties
| Principals | The principals for the agent permissions. |
Properties
Principals
The principals for the agent permissions.
string[]? Principals { get; }
Property Value
string[]