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