agent-claw: automated task changes
This commit is contained in:
11
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/appsync-target.d.ts
generated
vendored
Normal file
11
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/appsync-target.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { GraphqlApi } from '../../aws-appsync';
|
||||
import type { AliasRecordTargetConfig, IAliasRecordTarget, IHostedZone, IRecordSet } from '../../aws-route53';
|
||||
/**
|
||||
* Defines an AppSync Graphql API as the alias target. Requires that the domain
|
||||
* name will be defined through `GraphqlApiProps.domainName`.
|
||||
*/
|
||||
export declare class AppSyncTarget implements IAliasRecordTarget {
|
||||
private readonly graphqlApi;
|
||||
constructor(graphqlApi: GraphqlApi);
|
||||
bind(_record: IRecordSet, _zone?: IHostedZone): AliasRecordTargetConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user