UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

2 lines (1 loc) 2.4 kB
"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.VirtualNodeGrants=exports.VirtualGatewayGrants=void 0;var jsiiDeprecationWarnings=()=>{var tmp=require("../../.warnings.jsii.js");return jsiiDeprecationWarnings=()=>tmp,tmp};const JSII_RTTI_SYMBOL_1=Symbol.for("jsii.rtti");var appmesh=()=>{var tmp=require("./appmesh.generated");return appmesh=()=>tmp,tmp},iam=()=>{var tmp=require("../../aws-iam");return iam=()=>tmp,tmp};class VirtualGatewayGrants{static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_appmesh.VirtualGatewayGrants",version:"2.233.0"};static fromVirtualGateway(resource){try{jsiiDeprecationWarnings().aws_cdk_lib_interfaces_aws_appmesh_IVirtualGatewayRef(resource)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.fromVirtualGateway),error}return new VirtualGatewayGrants({resource})}resource;constructor(props){this.resource=props.resource}streamAggregatedResources(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.streamAggregatedResources),error}const actions=["appmesh:StreamAggregatedResources"];return iam().Grant.addToPrincipal({actions,grantee,resourceArns:[appmesh().CfnVirtualGateway.arnForVirtualGateway(this.resource)]})}}exports.VirtualGatewayGrants=VirtualGatewayGrants;class VirtualNodeGrants{static[JSII_RTTI_SYMBOL_1]={fqn:"aws-cdk-lib.aws_appmesh.VirtualNodeGrants",version:"2.233.0"};static fromVirtualNode(resource){try{jsiiDeprecationWarnings().aws_cdk_lib_interfaces_aws_appmesh_IVirtualNodeRef(resource)}catch(error){throw process.env.JSII_DEBUG!=="1"&&error.name==="DeprecationError"&&Error.captureStackTrace(error,this.fromVirtualNode),error}return new VirtualNodeGrants({resource})}resource;constructor(props){this.resource=props.resource}streamAggregatedResources(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.streamAggregatedResources),error}const actions=["appmesh:StreamAggregatedResources"];return iam().Grant.addToPrincipal({actions,grantee,resourceArns:[appmesh().CfnVirtualNode.arnForVirtualNode(this.resource)]})}}exports.VirtualNodeGrants=VirtualNodeGrants;