UNPKG

aws-rfdk

Version:

Package for core render farm constructs

7 lines (6 loc) 266 B
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0 */ import { Stack } from 'aws-cdk-lib'; export declare function resourcePropertiesCountIs(stack: Stack, type: string, props: any, count: number): void;