@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)
32 lines (31 loc) • 3.33 kB
TypeScript
export { GetOrganizationCentralizationRuleArgs, GetOrganizationCentralizationRuleResult, GetOrganizationCentralizationRuleOutputArgs } from "./getOrganizationCentralizationRule";
export declare const getOrganizationCentralizationRule: typeof import("./getOrganizationCentralizationRule").getOrganizationCentralizationRule;
export declare const getOrganizationCentralizationRuleOutput: typeof import("./getOrganizationCentralizationRule").getOrganizationCentralizationRuleOutput;
export { GetOrganizationTelemetryRuleArgs, GetOrganizationTelemetryRuleResult, GetOrganizationTelemetryRuleOutputArgs } from "./getOrganizationTelemetryRule";
export declare const getOrganizationTelemetryRule: typeof import("./getOrganizationTelemetryRule").getOrganizationTelemetryRule;
export declare const getOrganizationTelemetryRuleOutput: typeof import("./getOrganizationTelemetryRule").getOrganizationTelemetryRuleOutput;
export { GetS3TableIntegrationArgs, GetS3TableIntegrationResult, GetS3TableIntegrationOutputArgs } from "./getS3TableIntegration";
export declare const getS3TableIntegration: typeof import("./getS3TableIntegration").getS3TableIntegration;
export declare const getS3TableIntegrationOutput: typeof import("./getS3TableIntegration").getS3TableIntegrationOutput;
export { GetTelemetryPipelinesArgs, GetTelemetryPipelinesResult, GetTelemetryPipelinesOutputArgs } from "./getTelemetryPipelines";
export declare const getTelemetryPipelines: typeof import("./getTelemetryPipelines").getTelemetryPipelines;
export declare const getTelemetryPipelinesOutput: typeof import("./getTelemetryPipelines").getTelemetryPipelinesOutput;
export { GetTelemetryRuleArgs, GetTelemetryRuleResult, GetTelemetryRuleOutputArgs } from "./getTelemetryRule";
export declare const getTelemetryRule: typeof import("./getTelemetryRule").getTelemetryRule;
export declare const getTelemetryRuleOutput: typeof import("./getTelemetryRule").getTelemetryRuleOutput;
export { OrganizationCentralizationRuleArgs } from "./organizationCentralizationRule";
export type OrganizationCentralizationRule = import("./organizationCentralizationRule").OrganizationCentralizationRule;
export declare const OrganizationCentralizationRule: typeof import("./organizationCentralizationRule").OrganizationCentralizationRule;
export { OrganizationTelemetryRuleArgs } from "./organizationTelemetryRule";
export type OrganizationTelemetryRule = import("./organizationTelemetryRule").OrganizationTelemetryRule;
export declare const OrganizationTelemetryRule: typeof import("./organizationTelemetryRule").OrganizationTelemetryRule;
export { S3TableIntegrationArgs } from "./s3tableIntegration";
export type S3TableIntegration = import("./s3tableIntegration").S3TableIntegration;
export declare const S3TableIntegration: typeof import("./s3tableIntegration").S3TableIntegration;
export { TelemetryPipelinesArgs } from "./telemetryPipelines";
export type TelemetryPipelines = import("./telemetryPipelines").TelemetryPipelines;
export declare const TelemetryPipelines: typeof import("./telemetryPipelines").TelemetryPipelines;
export { TelemetryRuleArgs } from "./telemetryRule";
export type TelemetryRule = import("./telemetryRule").TelemetryRule;
export declare const TelemetryRule: typeof import("./telemetryRule").TelemetryRule;
export * from "../types/enums/observabilityadmin";