Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeguruprofiler-profilinggroup-agentpermissions.html

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[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codeguruprofiler-profilinggroup-agentpermissions.html#cfn-codeguruprofiler-profilinggroup-agentpermissions-principals

Back to top Generated by DocFX