Files
agent-claw/cdk/node_modules/aws-cdk-lib/aws-elasticsearch/lib/elasticsearch-grants.generated.js
2026-05-06 18:55:16 -05:00

2 lines
2.7 KiB
JavaScript

"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.DomainGrants=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var elasticsearch=()=>{var tmp=require("./elasticsearch.generated");return elasticsearch=()=>tmp,tmp},iam=()=>{var tmp=require("../../aws-iam");return iam=()=>tmp,tmp};class DomainGrants{static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_elasticsearch.DomainGrants",version:"2.252.0"};static fromDomain(resource){try{jsiiDeprecationWarnings().aws_cdk_lib_interfaces_aws_elasticsearch_IDomainRef(resource)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.fromDomain),error}return new DomainGrants({resource})}resource;constructor(props){this.resource=props.resource}actions(grantee,actions,options={}){try{jsiiDeprecationWarnings().aws_cdk_lib_aws_iam_IGrantable(grantee),jsiiDeprecationWarnings().aws_cdk_lib_PermissionsOptions(options)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.actions),error}return iam().Grant.addToPrincipal({actions,grantee,resourceArns:options.resourceArns??[elasticsearch().CfnDomain.arnForDomain(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=["es:ESHttpGet","es:ESHttpHead"];return this.actions(grantee,actions,{resourceArns:[elasticsearch().CfnDomain.arnForDomain(this.resource),elasticsearch().CfnDomain.arnForDomain(this.resource)+"/*"]})}write(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.write),error}const actions=["es:ESHttpDelete","es:ESHttpPost","es:ESHttpPut","es:ESHttpPatch"];return this.actions(grantee,actions,{resourceArns:[elasticsearch().CfnDomain.arnForDomain(this.resource),elasticsearch().CfnDomain.arnForDomain(this.resource)+"/*"]})}readWrite(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.readWrite),error}const actions=["es:ESHttpGet","es:ESHttpHead","es:ESHttpDelete","es:ESHttpPost","es:ESHttpPut","es:ESHttpPatch"];return this.actions(grantee,actions,{resourceArns:[elasticsearch().CfnDomain.arnForDomain(this.resource),elasticsearch().CfnDomain.arnForDomain(this.resource)+"/*"]})}}exports.DomainGrants=DomainGrants;