Interface CfnIntegrationPropsMixin.IResourceConfigProperty
This structure contains configuration details about an integration between CloudWatch Logs and another entity.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Logs
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnIntegrationPropsMixin.IResourceConfigProperty
Syntax (vb)
Public Interface CfnIntegrationPropsMixin.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.CfnPropertyMixins.AWS.Logs;
var resourceConfigProperty = new ResourceConfigProperty {
OpenSearchResourceConfig = new OpenSearchResourceConfigProperty {
ApplicationArn = "applicationArn",
DashboardViewerPrincipals = new [] { "dashboardViewerPrincipals" },
DataSourceRoleArn = "dataSourceRoleArn",
KmsKeyArn = "kmsKeyArn",
RetentionDays = 123
}
};
Synopsis
Properties
| OpenSearchResourceConfig | 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.
object? OpenSearchResourceConfig { get; }