Interface CfnIntegration.IResourceConfigProperty
This structure contains configuration details about an integration between CloudWatch Logs and another entity.
Namespace: Amazon.CDK.AWS.Logs
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IResourceConfigProperty
Syntax (vb)
Public Interface IResourceConfigProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Logs;
var resourceConfigProperty = new ResourceConfigProperty {
OpenSearchResourceConfig = new OpenSearchResourceConfigProperty {
DashboardViewerPrincipals = new [] { "dashboardViewerPrincipals" },
DataSourceRoleArn = "dataSourceRoleArn",
// the properties below are optional
ApplicationArn = "applicationArn",
KmsKeyArn = "kmsKeyArn",
RetentionDays = 123
}
};
Synopsis
Properties
Open |
This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service. |
Properties
OpenSearchResourceConfig
This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.
virtual object OpenSearchResourceConfig { get; }
Property Value
System.