@Generated(value="jsii-pacmak/1.8.0 (build 4a047ac)", date="2020-07-09T13:05:14.000Z") @Stability(value=Experimental) public interface IProfilingGroup extends software.amazon.jsii.JsiiSerializable, IResource
EXPERIMENTAL
| Modifier and Type | Interface and Description |
|---|---|
static class |
IProfilingGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
getNode@Stability(value=Experimental) @NotNull String getProfilingGroupName()
EXPERIMENTAL
@Stability(value=Experimental) @NotNull Grant grantPublish(@NotNull IGrantable grantee)
This will grant the following permissions:
EXPERIMENTAL
grantee - Principal to grant publish rights to. This parameter is required.@Stability(value=Experimental) @NotNull Grant grantRead(@NotNull IGrantable grantee)
This will grant the following permissions:
EXPERIMENTAL
grantee - Principal to grant read rights to. This parameter is required.Copyright © 2020. All rights reserved.