UNPKG

@altostra/core

Version:

Core library for shared types and logic

7 lines (6 loc) 216 B
import type { CloudFormationValue } from "../../CloudFormation/IntrinsicFunctions"; export interface EventBridgePutEventsPolicy { EventBridgePutEventsPolicy: { EventBusName: CloudFormationValue; }; }