Interface IProfilingGroup.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IProfilingGroup,IProfilingGroupRef,IProfilingGroupRef.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IProfilingGroup.Jsii$Proxy
- Enclosing interface:
IProfilingGroup
@Internal
public static interface IProfilingGroup.Jsii$Default
extends IProfilingGroup, IResource.Jsii$Default, IProfilingGroupRef.Jsii$Default
Internal default implementation for
IProfilingGroup.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.codeguruprofiler.IProfilingGroup
IProfilingGroup.Jsii$Default, IProfilingGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.codeguruprofiler.IProfilingGroupRef
IProfilingGroupRef.Jsii$Default, IProfilingGroupRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault StringThe ARN of the profiling group.default StringThe name of the profiling group.default GrantgrantPublish(IGrantable grantee) Grant access to publish profiling information to the Profiling Group to the given identity.default GrantgrantRead(IGrantable grantee) Grant access to read profiling information from the Profiling Group to the given identity.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.codeguruprofiler.IProfilingGroupRef.Jsii$Default
getProfilingGroupRefMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProfilingGroupArn
The ARN of the profiling group.- Specified by:
getProfilingGroupArnin interfaceIProfilingGroup
-
getProfilingGroupName
The name of the profiling group.- Specified by:
getProfilingGroupNamein interfaceIProfilingGroup
-
grantPublish
Grant access to publish profiling information to the Profiling Group to the given identity.This will grant the following permissions:
- codeguru-profiler:ConfigureAgent
- codeguru-profiler:PostAgentProfile
- Specified by:
grantPublishin interfaceIProfilingGroup- Parameters:
grantee- Principal to grant publish rights to. This parameter is required.
-
grantRead
Grant access to read profiling information from the Profiling Group to the given identity.This will grant the following permissions:
- codeguru-profiler:GetProfile
- codeguru-profiler:DescribeProfilingGroup
- Specified by:
grantReadin interfaceIProfilingGroup- Parameters:
grantee- Principal to grant read rights to. This parameter is required.
-