aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
2 lines (1 loc) • 2.2 kB
JavaScript
;Object.defineProperty(exports,"__esModule",{value:!0}),exports.RepositoryGrants=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var codecommit=()=>{var tmp=require("./codecommit.generated");return codecommit=()=>tmp,tmp},iam=()=>{var tmp=require("../../aws-iam");return iam=()=>tmp,tmp};class RepositoryGrants{static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_codecommit.RepositoryGrants",version:"2.233.0"};static fromRepository(resource){try{jsiiDeprecationWarnings().aws_cdk_lib_interfaces_aws_codecommit_IRepositoryRef(resource)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.fromRepository),error}return new RepositoryGrants({resource})}resource;constructor(props){this.resource=props.resource}pull(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.pull),error}const actions=["codecommit:GitPull"];return iam().Grant.addToPrincipal({actions,grantee,resourceArns:[codecommit().CfnRepository.arnForRepository(this.resource)]})}pullPush(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.pullPush),error}const actions=["codecommit:GitPull","codecommit:GitPush"];return iam().Grant.addToPrincipal({actions,grantee,resourceArns:[codecommit().CfnRepository.arnForRepository(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=["codecommit:GitPull","codecommit:EvaluatePullRequestApprovalRules","codecommit:Get*","codecommit:Describe*"];return iam().Grant.addToPrincipal({actions,grantee,resourceArns:[codecommit().CfnRepository.arnForRepository(this.resource)]})}}exports.RepositoryGrants=RepositoryGrants;