@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
13 lines (12 loc) • 859 B
TypeScript
export { EncryptionConfigArgs, EncryptionConfigState } from "./encryptionConfig";
export type EncryptionConfig = import("./encryptionConfig").EncryptionConfig;
export declare const EncryptionConfig: typeof import("./encryptionConfig").EncryptionConfig;
export { GroupArgs, GroupState } from "./group";
export type Group = import("./group").Group;
export declare const Group: typeof import("./group").Group;
export { ResourcePolicyArgs, ResourcePolicyState } from "./resourcePolicy";
export type ResourcePolicy = import("./resourcePolicy").ResourcePolicy;
export declare const ResourcePolicy: typeof import("./resourcePolicy").ResourcePolicy;
export { SamplingRuleArgs, SamplingRuleState } from "./samplingRule";
export type SamplingRule = import("./samplingRule").SamplingRule;
export declare const SamplingRule: typeof import("./samplingRule").SamplingRule;