@cloud-copilot/iam-simulate
Version:
Simulate evaluation of AWS IAM policies
12 lines • 445 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArnEquals = void 0;
const ArnLike_js_1 = require("./ArnLike.js");
exports.ArnEquals = {
name: 'ArnEquals',
matches: ArnLike_js_1.ArnLike.matches,
allowsVariables: ArnLike_js_1.ArnLike.allowsVariables,
allowsWildcards: ArnLike_js_1.ArnLike.allowsWildcards,
isNegative: ArnLike_js_1.ArnLike.isNegative
};
//# sourceMappingURL=ArnEquals.js.map