---
type: resource-type
title: LogsIntegration
description: aws resource type AWS::Logs::Integration
name: LogsIntegration
lexicon: aws
resource_type: AWS::Logs::Integration
---
`AWS::Logs::Integration`, a resource type of the aws lexicon.

## Properties

- `IntegrationName` (`string`, required): User provided identifier for integration, unique to the user account.
- `IntegrationType` (`"OPENSEARCH"`, required): The type of the Integration.
- `ResourceConfig` (`Record<string, unknown>`, required): OpenSearchResourceConfig for the given Integration
- `IntegrationStatus` (`"ACTIVE" | "FAILED" | "PROVISIONING"`, optional): Status of creation for the Integration and its resources

## Attributes

- `IntegrationStatus`
