import * as pulumi from "@pulumi/pulumi"; /** * Use this data source to retrieve all AWS log ready services. This is the list of allowed values for `logs_config.lambda_forwarder.sources` in `datadog.aws.IntegrationAccount` resource. */ export declare function getIntegrationAvailableLogsServices(opts?: pulumi.InvokeOptions): Promise; /** * A collection of values returned by getIntegrationAvailableLogsServices. */ export interface GetIntegrationAvailableLogsServicesResult { /** * List of AWS log ready services. */ readonly awsLogsServices: string[]; /** * The ID of this resource. */ readonly id: string; } /** * Use this data source to retrieve all AWS log ready services. This is the list of allowed values for `logs_config.lambda_forwarder.sources` in `datadog.aws.IntegrationAccount` resource. */ export declare function getIntegrationAvailableLogsServicesOutput(opts?: pulumi.InvokeOutputOptions): pulumi.Output;