@volcengine/pulumi
Version:
A Pulumi package for creating and managing volcengine cloud resources.
61 lines (60 loc) • 4.64 kB
TypeScript
export { AccountArgs, AccountState } from "./account";
export type Account = import("./account").Account;
export declare const Account: typeof import("./account").Account;
export { AccountsArgs, AccountsResult, AccountsOutputArgs } from "./accounts";
export declare const accounts: typeof import("./accounts").accounts;
export declare const accountsOutput: typeof import("./accounts").accountsOutput;
export { AllowlistArgs, AllowlistState } from "./allowlist";
export type Allowlist = import("./allowlist").Allowlist;
export declare const Allowlist: typeof import("./allowlist").Allowlist;
export { AllowlistAssociateArgs, AllowlistAssociateState } from "./allowlistAssociate";
export type AllowlistAssociate = import("./allowlistAssociate").AllowlistAssociate;
export declare const AllowlistAssociate: typeof import("./allowlistAssociate").AllowlistAssociate;
export { AllowlistsArgs, AllowlistsResult, AllowlistsOutputArgs } from "./allowlists";
export declare const allowlists: typeof import("./allowlists").allowlists;
export declare const allowlistsOutput: typeof import("./allowlists").allowlistsOutput;
export { BackupArgs, BackupState } from "./backup";
export type Backup = import("./backup").Backup;
export declare const Backup: typeof import("./backup").Backup;
export { BackupsArgs, BackupsResult, BackupsOutputArgs } from "./backups";
export declare const backups: typeof import("./backups").backups;
export declare const backupsOutput: typeof import("./backups").backupsOutput;
export { DatabaseArgs, DatabaseState } from "./database";
export type Database = import("./database").Database;
export declare const Database: typeof import("./database").Database;
export { DatabasesArgs, DatabasesResult, DatabasesOutputArgs } from "./databases";
export declare const databases: typeof import("./databases").databases;
export declare const databasesOutput: typeof import("./databases").databasesOutput;
export { EndpointArgs, EndpointState } from "./endpoint";
export type Endpoint = import("./endpoint").Endpoint;
export declare const Endpoint: typeof import("./endpoint").Endpoint;
export { EndpointPublicAddressArgs, EndpointPublicAddressState } from "./endpointPublicAddress";
export type EndpointPublicAddress = import("./endpointPublicAddress").EndpointPublicAddress;
export declare const EndpointPublicAddress: typeof import("./endpointPublicAddress").EndpointPublicAddress;
export { EndpointsArgs, EndpointsResult, EndpointsOutputArgs } from "./endpoints";
export declare const endpoints: typeof import("./endpoints").endpoints;
export declare const endpointsOutput: typeof import("./endpoints").endpointsOutput;
export { GetAccountsArgs, GetAccountsResult, GetAccountsOutputArgs } from "./getAccounts";
export declare const getAccounts: typeof import("./getAccounts").getAccounts;
export declare const getAccountsOutput: typeof import("./getAccounts").getAccountsOutput;
export { GetAllowlistsArgs, GetAllowlistsResult, GetAllowlistsOutputArgs } from "./getAllowlists";
export declare const getAllowlists: typeof import("./getAllowlists").getAllowlists;
export declare const getAllowlistsOutput: typeof import("./getAllowlists").getAllowlistsOutput;
export { GetBackupsArgs, GetBackupsResult, GetBackupsOutputArgs } from "./getBackups";
export declare const getBackups: typeof import("./getBackups").getBackups;
export declare const getBackupsOutput: typeof import("./getBackups").getBackupsOutput;
export { GetDatabasesArgs, GetDatabasesResult, GetDatabasesOutputArgs } from "./getDatabases";
export declare const getDatabases: typeof import("./getDatabases").getDatabases;
export declare const getDatabasesOutput: typeof import("./getDatabases").getDatabasesOutput;
export { GetEndpointsArgs, GetEndpointsResult, GetEndpointsOutputArgs } from "./getEndpoints";
export declare const getEndpoints: typeof import("./getEndpoints").getEndpoints;
export declare const getEndpointsOutput: typeof import("./getEndpoints").getEndpointsOutput;
export { GetInstancesArgs, GetInstancesResult, GetInstancesOutputArgs } from "./getInstances";
export declare const getInstances: typeof import("./getInstances").getInstances;
export declare const getInstancesOutput: typeof import("./getInstances").getInstancesOutput;
export { InstanceArgs, InstanceState } from "./instance";
export type Instance = import("./instance").Instance;
export declare const Instance: typeof import("./instance").Instance;
export { InstancesArgs, InstancesResult, InstancesOutputArgs } from "./instances";
export declare const instances: typeof import("./instances").instances;
export declare const instancesOutput: typeof import("./instances").instancesOutput;