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