@cloud-copilot/iam-simulate
Version:
Simulate evaluation of AWS IAM policies
10 lines • 463 B
TypeScript
import { AwsRequest } from '../request/request.js';
/**
* Get the resolved value of a condition string.
*
* @param value the string to resolve
* @param request the AWS request with context keys
* @returns if the resolved value is different from the input value, return the resolved value, otherwise return undefined
*/
export declare function resolvedValue(value: string, request: AwsRequest): string | undefined;
//# sourceMappingURL=conditionUtil.d.ts.map