@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:56.595Z") @Stability(value=Experimental) public interface IProfilingGroup extends software.amazon.jsii.JsiiSerializable, 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 |
|---|---|
String |
getProfilingGroupName()
(experimental) A name for the profiling group.
|
Grant |
grantPublish(IGrantable grantee)
(experimental) Grant access to publish profiling information to the Profiling Group to the given identity.
|
Grant |
grantRead(IGrantable grantee)
(experimental) Grant access to read profiling information from the Profiling Group to the given identity.
|
@Stability(value=Experimental) @NotNull String getProfilingGroupName()
@Stability(value=Experimental) @NotNull Grant grantPublish(@NotNull IGrantable grantee)
This will grant the following permissions:
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:
grantee - Principal to grant read rights to. This parameter is required.Copyright © 2021. All rights reserved.