AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the PutIntegration operation. 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.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchLogs.AmazonCloudWatchLogsRequest
      Amazon.CloudWatchLogs.Model.PutIntegrationRequest

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z

Syntax

C#
public class PutIntegrationRequest : AmazonCloudWatchLogsRequest
         IAmazonWebServiceRequest

The PutIntegrationRequest type exposes the following members

Constructors

NameDescription
Public Method PutIntegrationRequest()

Properties

NameTypeDescription
Public Property IntegrationName System.String

Gets and sets the property IntegrationName.

A name for the integration.

Public Property IntegrationType Amazon.CloudWatchLogs.IntegrationType

Gets and sets the property IntegrationType.

The type of integration. Currently, the only supported type is OPENSEARCH.

Public Property ResourceConfig Amazon.CloudWatchLogs.Model.ResourceConfig

Gets and sets the property ResourceConfig.

A structure that contains configuration information for the integration that you are creating.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5