Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mazyu36 committed Sep 10, 2024
1 parent 226bffb commit 43f2184
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/@aws-cdk/aws-amplify-alpha/lib/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ export interface AppProps {
*
* @default CacheConfig.AMPLIFY_MANAGED
*/
readonly cacheConfigType?: CacheConfig;
readonly cacheConfigType?: CacheConfigType;
}

/**
Expand Down Expand Up @@ -566,7 +566,7 @@ export enum Platform {
/**
* The type of cache configuration to use for an Amplify app.
*/
export enum CacheConfig {
export enum CacheConfigType {
/**
* AMPLIFY_MANAGED - Automatically applies an optimized cache configuration
* for your app based on its platform, routing rules, and rewrite rules.
Expand Down

0 comments on commit 43f2184

Please sign in to comment.