@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)", date="2022-06-22T23:27:53.567Z") public interface IProfilingGroup extends IResource
Modifier and Type | Interface and Description |
---|---|
static interface |
IProfilingGroup.Jsii$Default
Internal default implementation for
IProfilingGroup . |
static class |
IProfilingGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getProfilingGroupName()
A name for the profiling group.
|
Grant |
grantPublish(IGrantable grantee)
Grant access to publish profiling information to the Profiling Group to the given identity.
|
Grant |
grantRead(IGrantable grantee)
Grant access to read profiling information from the Profiling Group to the given identity.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getProfilingGroupName()
Grant grantPublish(IGrantable grantee)
This will grant the following permissions:
grantee
- Principal to grant publish rights to. This parameter is required.Grant grantRead(IGrantable grantee)
This will grant the following permissions:
grantee
- Principal to grant read rights to. This parameter is required.