AWS::Logs::IntegrationCreates an integration between CloudWatch Logs and another service in this account. Currently, only integrations with OpenSearch Service are supported, and currently you can have only one integration in your account. Integrating with OpenSearch Service makes it possible for you to create curated vended logs dashboards, powered by OpenSearch Service analytics. For more information, see [Vended log dashboards powered by Amazon OpenSearch Service](https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/CloudWatchLogs-OpenSearch-Dashboards.html) . You can use this operation only to create a new integration. You can't modify an existing integration.
import { CfnIntegration } from 'aws-cdk-lib/aws-logs';Or use the module namespace:
import * as logs from 'aws-cdk-lib/aws-logs';
// logs.CfnIntegrationConfiguration passed to the constructor as CfnIntegrationProps.
integrationNameRequiredstringThe name of this integration.
integrationTypeRequiredstringThe type of integration. Integrations with OpenSearch Service have the type `OPENSEARCH` .
resourceConfigRequiredIResolvable | ResourceConfigPropertyThis structure contains configuration details about an integration between CloudWatch Logs and another entity.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-logsAWS::Logs::Integration