@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
25 lines (24 loc) • 2.1 kB
TypeScript
export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
export declare const getGroup: typeof import("./getGroup").getGroup;
export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
export { GetResourcePolicyArgs, GetResourcePolicyResult, GetResourcePolicyOutputArgs } from "./getResourcePolicy";
export declare const getResourcePolicy: typeof import("./getResourcePolicy").getResourcePolicy;
export declare const getResourcePolicyOutput: typeof import("./getResourcePolicy").getResourcePolicyOutput;
export { GetSamplingRuleArgs, GetSamplingRuleResult, GetSamplingRuleOutputArgs } from "./getSamplingRule";
export declare const getSamplingRule: typeof import("./getSamplingRule").getSamplingRule;
export declare const getSamplingRuleOutput: typeof import("./getSamplingRule").getSamplingRuleOutput;
export { GetTransactionSearchConfigArgs, GetTransactionSearchConfigResult, GetTransactionSearchConfigOutputArgs } from "./getTransactionSearchConfig";
export declare const getTransactionSearchConfig: typeof import("./getTransactionSearchConfig").getTransactionSearchConfig;
export declare const getTransactionSearchConfigOutput: typeof import("./getTransactionSearchConfig").getTransactionSearchConfigOutput;
export { GroupArgs } from "./group";
export type Group = import("./group").Group;
export declare const Group: typeof import("./group").Group;
export { ResourcePolicyArgs } from "./resourcePolicy";
export type ResourcePolicy = import("./resourcePolicy").ResourcePolicy;
export declare const ResourcePolicy: typeof import("./resourcePolicy").ResourcePolicy;
export { SamplingRuleArgs } from "./samplingRule";
export type SamplingRule = import("./samplingRule").SamplingRule;
export declare const SamplingRule: typeof import("./samplingRule").SamplingRule;
export { TransactionSearchConfigArgs } from "./transactionSearchConfig";
export type TransactionSearchConfig = import("./transactionSearchConfig").TransactionSearchConfig;
export declare const TransactionSearchConfig: typeof import("./transactionSearchConfig").TransactionSearchConfig;