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
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();