public static final class IProfilingGroup.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements IProfilingGroup
software.amazon.jsii.JsiiObject.InitializationModeIProfilingGroup.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
ConstructNode |
getNode()
The construct tree node for this construct.
|
String |
getProfilingGroupName()
A name for the profiling group.
|
Stack |
getStack()
The stack in which this resource is defined.
|
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.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet@Stability(value=Experimental) @NotNull public String getProfilingGroupName()
EXPERIMENTAL
getProfilingGroupName in interface IProfilingGroup@Stability(value=Stable) @NotNull public Stack getStack()
@Stability(value=Stable) @NotNull public ConstructNode getNode()
@Stability(value=Experimental) @NotNull public Grant grantPublish(@NotNull IGrantable grantee)
This will grant the following permissions:
EXPERIMENTAL
grantPublish in interface IProfilingGroupgrantee - Principal to grant publish rights to. This parameter is required.@Stability(value=Experimental) @NotNull public Grant grantRead(@NotNull IGrantable grantee)
This will grant the following permissions:
EXPERIMENTAL
grantRead in interface IProfilingGroupgrantee - Principal to grant read rights to. This parameter is required.Copyright © 2020. All rights reserved.