import type { CloudFormationValue } from "../../../CloudFormation/IntrinsicFunctions";
export interface Key {
    KeyId: CloudFormationValue;
}
