Skip to content

Commit

Permalink
update default values in docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
TonySherman committed Aug 22, 2024
1 parent 2f9d274 commit ab79342
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions packages/aws-cdk-lib/aws-appsync/lib/api-cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,25 +79,24 @@ export interface ApiCacheBaseProps {
/**
* At-rest encryption flag for cache
*
* @default - idk
* @default - at rest encryption is disabled
*/
readonly atRestEncryptionEnabled?: boolean;
/**
* Controls how cache health metrics will be emitted to CloudWatch
* Metrics will be recorded by API ID
*
* @default - idk
* @default - health metrics are disabled
*/
readonly healthMetricsConfig?: HealthMetrics;
/**
* Transit encryption flag when connecting to cache
*
* @default - idk
* @default - transit encryption is disabled
*/
readonly transitEncryptionEnabled?: boolean;
/**
* TTL in seconds for cache entries. Valid values are 1–3,600 seconds.
*
*/
readonly ttl: number;
/**
Expand Down

0 comments on commit ab79342

Please sign in to comment.