AWS::Logs::Integration - AWS CloudFormation

AWS::Logs::Integration

Creates 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.

You can use this operation only to create a new integration. You can't modify an existing integration.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Logs::Integration", "Properties" : { "IntegrationName" : String, "IntegrationType" : String, "ResourceConfig" : ResourceConfig } }

YAML

Type: AWS::Logs::Integration Properties: IntegrationName: String IntegrationType: String ResourceConfig: ResourceConfig

Properties

IntegrationName

The name of this integration.

Required: Yes

Type: String

Pattern: [\.\-_/#A-Za-z0-9]+

Minimum: 1

Maximum: 50

Update requires: Replacement

IntegrationType

The type of integration. Integrations with OpenSearch Service have the type OPENSEARCH.

Required: Yes

Type: String

Allowed values: OPENSEARCH

Update requires: Replacement

ResourceConfig

This structure contains configuration details about an integration between CloudWatch Logs and another entity.

Required: Yes

Type: ResourceConfig

Update requires: Replacement

Return values

Ref

Fn::GetAtt

IntegrationStatus

Property description not available.