@aws-amplify/amplify-dotnet-function-template-provider
Version:
.NET templates supplied by the Amplify Team
24 lines • 669 B
TypeScript
export declare function askAnalyticsCategoryKinesisQuestions(context: any): Promise<{
triggerEventSourceMappings: {
batchSize: number;
startingPosition: string;
eventSourceArn: {
Ref: string;
};
functionTemplateType: string;
functionTemplateName: string;
triggerPolicies: {
Effect: string;
Action: string[];
Resource: {
Ref: string;
};
}[];
}[];
dependsOn: {
category: string;
resourceName: any;
attributes: string[];
}[];
} | undefined>;
//# sourceMappingURL=analyticsWalkthrough.d.ts.map