aws-ddk-core
Version:
The AWS DataOps Development Kit is an open source development framework for customers that build data workflows and modern data architecture on AWS.
5 lines (4 loc) • 449 B
TypeScript
import * as iam from "aws-cdk-lib/aws-iam";
export declare function getCodeArtifactReadPolicyStatements(partition: string, region: string, account: string, domain: string, repository: string): iam.PolicyStatement[];
export declare function getCodeArtifactPublishPolicyStatements(partition: string, region: string, account: string, domain: string, repository: string): iam.PolicyStatement[];
export declare function toTitleCase(str: string): string;