UNPKG

@cloud-copilot/iam-simulate

Version:
12 lines 270 B
export class RequestPrincipalImpl { constructor(rawValue) { this.rawValue = rawValue; } accountId() { return this.value().split(':').at(4); } value() { return this.rawValue; } } //# sourceMappingURL=requestPrincipal.js.map