@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
25 lines • 2.04 kB
TypeScript
export { ConnectionArgs, ConnectionState } from "./connection";
export type Connection = import("./connection").Connection;
export declare const Connection: typeof import("./connection").Connection;
export { CustomerGatewayArgs, CustomerGatewayState } from "./customerGateway";
export type CustomerGateway = import("./customerGateway").CustomerGateway;
export declare const CustomerGateway: typeof import("./customerGateway").CustomerGateway;
export { GatewayArgs, GatewayState } from "./gateway";
export type Gateway = import("./gateway").Gateway;
export declare const Gateway: typeof import("./gateway").Gateway;
export { GetConnectionArgs, GetConnectionResult, GetConnectionOutputArgs } from "./getConnection";
export declare const getConnection: typeof import("./getConnection").getConnection;
export declare const getConnectionOutput: typeof import("./getConnection").getConnectionOutput;
export { GetCustomerGatewayArgs, GetCustomerGatewayResult, GetCustomerGatewayOutputArgs } from "./getCustomerGateway";
export declare const getCustomerGateway: typeof import("./getCustomerGateway").getCustomerGateway;
export declare const getCustomerGatewayOutput: typeof import("./getCustomerGateway").getCustomerGatewayOutput;
export { GetGatewayArgs, GetGatewayResult, GetGatewayOutputArgs } from "./getGateway";
export declare const getGateway: typeof import("./getGateway").getGateway;
export declare const getGatewayOutput: typeof import("./getGateway").getGatewayOutput;
export { GetRoutingPolicyArgs, GetRoutingPolicyResult, GetRoutingPolicyOutputArgs } from "./getRoutingPolicy";
export declare const getRoutingPolicy: typeof import("./getRoutingPolicy").getRoutingPolicy;
export declare const getRoutingPolicyOutput: typeof import("./getRoutingPolicy").getRoutingPolicyOutput;
export { RoutingPolicyArgs, RoutingPolicyState } from "./routingPolicy";
export type RoutingPolicy = import("./routingPolicy").RoutingPolicy;
export declare const RoutingPolicy: typeof import("./routingPolicy").RoutingPolicy;
//# sourceMappingURL=index.d.ts.map