Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-appsync/lib/eventapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export interface EventApiAttributes {
readonly apiName?: string;

/**
* an unique AWS AppSync Event API identifier
* a unique AWS AppSync Event API identifier
* i.e. 'lxz775lwdrgcndgz3nurvac7oa'
*/
readonly apiId: string;
Expand Down Expand Up @@ -579,7 +579,7 @@ export class EventApi extends EventApiBase {
}

/**
* an unique AWS AppSync Event API identifier
* a unique AWS AppSync Event API identifier
* i.e. 'lxz775lwdrgcndgz3nurvac7oa'
*/
public readonly apiId: string;
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-appsync/lib/graphqlapi-base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ export enum AuthorizationType {
export interface IGraphqlApi extends IResource, IGraphQLApiRef {

/**
* an unique AWS AppSync GraphQL API identifier
* a unique AWS AppSync GraphQL API identifier
* i.e. 'lxz775lwdrgcndgz3nurvac7oa'
*
* @attribute
Expand Down Expand Up @@ -352,7 +352,7 @@ export interface IGraphqlApi extends IResource, IGraphQLApiRef {
*/
export abstract class GraphqlApiBase extends Resource implements IGraphqlApi {
/**
* an unique AWS AppSync GraphQL API identifier
* a unique AWS AppSync GraphQL API identifier
* i.e. 'lxz775lwdrgcndgz3nurvac7oa'
*/
public abstract readonly apiId: string;
Expand Down
4 changes: 2 additions & 2 deletions packages/aws-cdk-lib/aws-appsync/lib/graphqlapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ export interface GraphqlApiProps {
*/
export interface GraphqlApiAttributes {
/**
* an unique AWS AppSync GraphQL API identifier
* a unique AWS AppSync GraphQL API identifier
* i.e. 'lxz775lwdrgcndgz3nurvac7oa'
*/
readonly graphqlApiId: string;
Expand Down Expand Up @@ -621,7 +621,7 @@ export class GraphqlApi extends GraphqlApiBase {
}

/**
* an unique AWS AppSync GraphQL API identifier
* a unique AWS AppSync GraphQL API identifier
* i.e. 'lxz775lwdrgcndgz3nurvac7oa'
*/
public readonly apiId: string;
Expand Down
Loading