Files
agent-claw/cdk/node_modules/aws-cdk-lib/aws-rds/lib/private/ref-utils.d.ts
2026-05-06 18:55:16 -05:00

8 lines
335 B
TypeScript

import type { IDBSubnetGroupRef } from '../rds.generated';
import type { ISubnetGroup } from '../subnet-group';
/**
* Convert an IBackupVaultRef to IBackupVault, throwing an error if the instance
* doesn't implement the full IBackupVault interface.
*/
export declare function toISubnetGroup(group: IDBSubnetGroupRef): ISubnetGroup;