graphql-transformer-common
Version:
Common code and constants for AppSync Transformers
11 lines • 402 B
TypeScript
export declare class SyncResourceIDs {
static syncDataSourceID: string;
static syncTableName: string;
static syncPrimaryKey: string;
static syncRangeKey: string;
static syncIAMRoleID: string;
static syncIAMRoleName: string;
static syncFunctionRoleName: string;
static syncFunctionID(name: string, region?: string): string;
}
//# sourceMappingURL=SyncResourceIDs.d.ts.map