Interface CfnProfilingGroup.AgentPermissionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProfilingGroup.AgentPermissionsProperty.Jsii$Proxy
- Enclosing class:
CfnProfilingGroup
@Stability(Stable)
public static interface CfnProfilingGroup.AgentPermissionsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.codeguruprofiler.*;
AgentPermissionsProperty agentPermissionsProperty = AgentPermissionsProperty.builder()
.principals(List.of("principals"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProfilingGroup.AgentPermissionsPropertystatic final classAn implementation forCfnProfilingGroup.AgentPermissionsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPrincipals
The principals for the agent permissions.- See Also:
-
builder
-