@pulumiverse/scaleway
Version:
A Pulumi package for creating and managing Scaleway cloud resources.
34 lines • 3.15 kB
TypeScript
export { BucketArgs, BucketState } from "./bucket";
export type Bucket = import("./bucket").Bucket;
export declare const Bucket: typeof import("./bucket").Bucket;
export { BucketAclArgs, BucketAclState } from "./bucketAcl";
export type BucketAcl = import("./bucketAcl").BucketAcl;
export declare const BucketAcl: typeof import("./bucketAcl").BucketAcl;
export { BucketLockConfigurationArgs, BucketLockConfigurationState } from "./bucketLockConfiguration";
export type BucketLockConfiguration = import("./bucketLockConfiguration").BucketLockConfiguration;
export declare const BucketLockConfiguration: typeof import("./bucketLockConfiguration").BucketLockConfiguration;
export { BucketPolicyArgs, BucketPolicyState } from "./bucketPolicy";
export type BucketPolicy = import("./bucketPolicy").BucketPolicy;
export declare const BucketPolicy: typeof import("./bucketPolicy").BucketPolicy;
export { BucketServerSideEncryptionConfigurationArgs, BucketServerSideEncryptionConfigurationState } from "./bucketServerSideEncryptionConfiguration";
export type BucketServerSideEncryptionConfiguration = import("./bucketServerSideEncryptionConfiguration").BucketServerSideEncryptionConfiguration;
export declare const BucketServerSideEncryptionConfiguration: typeof import("./bucketServerSideEncryptionConfiguration").BucketServerSideEncryptionConfiguration;
export { BucketWebsiteConfigurationArgs, BucketWebsiteConfigurationState } from "./bucketWebsiteConfiguration";
export type BucketWebsiteConfiguration = import("./bucketWebsiteConfiguration").BucketWebsiteConfiguration;
export declare const BucketWebsiteConfiguration: typeof import("./bucketWebsiteConfiguration").BucketWebsiteConfiguration;
export { GetArgs, GetResult, GetOutputArgs } from "./get";
export declare const get: typeof import("./get").get;
export declare const getOutput: typeof import("./get").getOutput;
export { GetBucketArgs, GetBucketResult, GetBucketOutputArgs } from "./getBucket";
export declare const getBucket: typeof import("./getBucket").getBucket;
export declare const getBucketOutput: typeof import("./getBucket").getBucketOutput;
export { GetBucketPolicyArgs, GetBucketPolicyResult, GetBucketPolicyOutputArgs } from "./getBucketPolicy";
export declare const getBucketPolicy: typeof import("./getBucketPolicy").getBucketPolicy;
export declare const getBucketPolicyOutput: typeof import("./getBucketPolicy").getBucketPolicyOutput;
export { GetBucketServerSideEncryptionConfigurationArgs, GetBucketServerSideEncryptionConfigurationResult, GetBucketServerSideEncryptionConfigurationOutputArgs } from "./getBucketServerSideEncryptionConfiguration";
export declare const getBucketServerSideEncryptionConfiguration: typeof import("./getBucketServerSideEncryptionConfiguration").getBucketServerSideEncryptionConfiguration;
export declare const getBucketServerSideEncryptionConfigurationOutput: typeof import("./getBucketServerSideEncryptionConfiguration").getBucketServerSideEncryptionConfigurationOutput;
export { ItemArgs, ItemState } from "./item";
export type Item = import("./item").Item;
export declare const Item: typeof import("./item").Item;
//# sourceMappingURL=index.d.ts.map