UNPKG

@altostra/core

Version:

Core library for shared types and logic

9 lines (8 loc) 299 B
import type { CloudFormationValue } from "../../../CloudFormation/IntrinsicFunctions"; import type { Table } from "./common"; export interface DynamoDBStreamReadPolicy { DynamoDBStreamReadPolicy: TableStream; } export interface TableStream extends Table { StreamName: CloudFormationValue; }