UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 1.91 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.ProfilingGroupGrants=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var codeguruprofiler=()=>{var tmp=require("./codeguruprofiler.generated");return codeguruprofiler=()=>tmp,tmp},iam=()=>{var tmp=require("../../aws-iam");return iam=()=>tmp,tmp};class ProfilingGroupGrants{static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_codeguruprofiler.ProfilingGroupGrants",version:"2.233.0"};static fromProfilingGroup(resource){try{jsiiDeprecationWarnings().aws_cdk_lib_interfaces_aws_codeguruprofiler_IProfilingGroupRef(resource)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.fromProfilingGroup),error}return new ProfilingGroupGrants({resource})}resource;constructor(props){this.resource=props.resource}publish(grantee){try{jsiiDeprecationWarnings().aws_cdk_lib_aws_iam_IGrantable(grantee)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.publish),error}const actions=["codeguru-profiler:ConfigureAgent","codeguru-profiler:PostAgentProfile"];return iam().Grant.addToPrincipal({actions,grantee,resourceArns:[codeguruprofiler().CfnProfilingGroup.arnForProfilingGroup(this.resource)]})}read(grantee){try{jsiiDeprecationWarnings().aws_cdk_lib_aws_iam_IGrantable(grantee)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.read),error}const actions=["codeguru-profiler:GetProfile","codeguru-profiler:DescribeProfilingGroup"];return iam().Grant.addToPrincipal({actions,grantee,resourceArns:[codeguruprofiler().CfnProfilingGroup.arnForProfilingGroup(this.resource)]})}}exports.ProfilingGroupGrants=ProfilingGroupGrants;