Datadog v4.36.1 published on Friday, Nov 15, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: datadog:aws/getIntegrationLogsServices:getIntegrationLogsServices
arguments:
# arguments dictionary
getIntegrationLogsServices Result
The following output properties are available:
- Aws
Logs 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.
- Aws
Logs []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 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.
- aws
Logs 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.
- aws
Logs 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
datadog
Terraform Provider.