@cloud-copilot/iam-simulate
Version:
Simulate evaluation of AWS IAM policies
9 lines • 314 B
JavaScript
import { ArnNotLike } from './ArnNotLike.js';
export const ArnNotEquals = {
name: 'ArnNotEquals',
matches: ArnNotLike.matches,
allowsVariables: ArnNotLike.allowsVariables,
allowsWildcards: ArnNotLike.allowsWildcards,
isNegative: ArnNotLike.isNegative
};
//# sourceMappingURL=ArnNotEquals.js.map