1. Packages
  2. Datadog Provider
  3. API Docs
  4. aws
  5. getIntegrationAvailableLogsServices
Datadog v4.47.0 published on Thursday, Mar 20, 2025 by Pulumi

datadog.aws.getIntegrationAvailableLogsServices

Explore with Pulumi AI

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.

Using getIntegrationAvailableLogsServices

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getIntegrationAvailableLogsServices(opts?: InvokeOptions): Promise<GetIntegrationAvailableLogsServicesResult>
function getIntegrationAvailableLogsServicesOutput(opts?: InvokeOptions): Output<GetIntegrationAvailableLogsServicesResult>
Copy
def get_integration_available_logs_services(opts: Optional[InvokeOptions] = None) -> GetIntegrationAvailableLogsServicesResult
def get_integration_available_logs_services_output(opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationAvailableLogsServicesResult]
Copy
func GetIntegrationAvailableLogsServices(ctx *Context, opts ...InvokeOption) (*GetIntegrationAvailableLogsServicesResult, error)
func GetIntegrationAvailableLogsServicesOutput(ctx *Context, opts ...InvokeOption) GetIntegrationAvailableLogsServicesResultOutput
Copy

> Note: This function is named GetIntegrationAvailableLogsServices in the Go SDK.

public static class GetIntegrationAvailableLogsServices 
{
    public static Task<GetIntegrationAvailableLogsServicesResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetIntegrationAvailableLogsServicesResult> Invoke(InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetIntegrationAvailableLogsServicesResult> getIntegrationAvailableLogsServices(InvokeOptions options)
public static Output<GetIntegrationAvailableLogsServicesResult> getIntegrationAvailableLogsServices(InvokeOptions options)
Copy
fn::invoke:
  function: datadog:aws/getIntegrationAvailableLogsServices:getIntegrationAvailableLogsServices
  arguments:
    # arguments dictionary
Copy

getIntegrationAvailableLogsServices Result

The following output properties are available:

AwsLogsServices List<string>
List of AWS log ready services.
Id string
The ID of this resource.
AwsLogsServices []string
List of AWS log ready services.
Id string
The ID of this resource.
awsLogsServices List<String>
List of AWS log ready services.
id String
The ID of this resource.
awsLogsServices string[]
List of AWS log ready services.
id string
The ID of this resource.
aws_logs_services Sequence[str]
List of AWS log ready services.
id str
The ID of this resource.
awsLogsServices List<String>
List of AWS log ready services.
id String
The ID of this resource.

Package Details

Repository
Datadog pulumi/pulumi-datadog
License
Apache-2.0
Notes
This Pulumi package is based on the datadog Terraform Provider.