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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnProfilingGroup.AgentPermissionsProperty
static final class
An 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
-