We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 331d7a5 commit b481b1cCopy full SHA for b481b1c
packages/aws-cdk-lib/aws-appsync/lib/eventapi.ts
@@ -414,7 +414,8 @@ export class EventApi extends EventApiBase {
414
public readonly defaultSubscribeModeTypes: AppSyncAuthorizationType[];
415
416
/**
417
- * the configured API keys, if present
+ * The configured API keys, if present.
418
+ * The key of this object is an apiKey name (apiKeyConfig.name) if specified, `Default` otherwise.
419
*
420
* @default - no api key
421
* @attribute ApiKeys
0 commit comments