Datadog v4.47.0 published on Thursday, Mar 20, 2025 by Pulumi
datadog.aws.getIntegrationLogsServices
Explore with Pulumi AI
Use this data source to retrieve all AWS log ready services.
Using getIntegrationLogsServices
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 getIntegrationLogsServices(opts?: InvokeOptions): Promise<GetIntegrationLogsServicesResult>
function getIntegrationLogsServicesOutput(opts?: InvokeOptions): Output<GetIntegrationLogsServicesResult>def get_integration_logs_services(opts: Optional[InvokeOptions] = None) -> GetIntegrationLogsServicesResult
def get_integration_logs_services_output(opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationLogsServicesResult]func GetIntegrationLogsServices(ctx *Context, opts ...InvokeOption) (*GetIntegrationLogsServicesResult, error)
func GetIntegrationLogsServicesOutput(ctx *Context, opts ...InvokeOption) GetIntegrationLogsServicesResultOutput> Note: This function is named GetIntegrationLogsServices in the Go SDK.
public static class GetIntegrationLogsServices 
{
    public static Task<GetIntegrationLogsServicesResult> InvokeAsync(InvokeOptions? opts = null)
    public static Output<GetIntegrationLogsServicesResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetIntegrationLogsServicesResult> getIntegrationLogsServices(InvokeOptions options)
public static Output<GetIntegrationLogsServicesResult> getIntegrationLogsServices(InvokeOptions options)
fn::invoke:
  function: datadog:aws/getIntegrationLogsServices:getIntegrationLogsServices
  arguments:
    # arguments dictionarygetIntegrationLogsServices Result
The following output properties are available:
- AwsLogs List<GetServices Integration Logs Services Aws Logs Service> 
- List of AWS log ready services.
- Id string
- The provider-assigned unique ID for this managed resource.
- AwsLogs []GetServices Integration Logs Services Aws Logs Service 
- List of AWS log ready services.
- Id string
- The provider-assigned unique ID for this managed resource.
- awsLogs List<GetServices Integration Logs Services Aws Logs Service> 
- List of AWS log ready services.
- id String
- The provider-assigned unique ID for this managed resource.
- awsLogs GetServices Integration Logs Services Aws Logs Service[] 
- List of AWS log ready services.
- id string
- The provider-assigned unique ID for this managed resource.
- aws_logs_ Sequence[Getservices Integration Logs Services Aws Logs Service] 
- List of AWS log ready services.
- id str
- The provider-assigned unique ID for this managed resource.
- awsLogs List<Property Map>Services 
- List of AWS log ready services.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
GetIntegrationLogsServicesAwsLogsService      
Package Details
- Repository
- Datadog pulumi/pulumi-datadog
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the datadogTerraform Provider.