the-ldk
Version:
Welcome to the LDK! A collection of custom AWS CDK constructs to help you build serverless applications faster.
10 lines • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IAMUserSchema = void 0;
const zod_1 = require("zod");
exports.IAMUserSchema = zod_1.z.object({
stage: zod_1.z.string(),
userName: zod_1.z.string().optional(),
generateAccessKeys: zod_1.z.boolean().optional(),
});
//# sourceMappingURL=IAMUser.type.js.map