interface ResourceConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Logs.CfnIntegrationPropsMixin.ResourceConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awslogs#CfnIntegrationPropsMixin_ResourceConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.logs.CfnIntegrationPropsMixin.ResourceConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_logs.CfnIntegrationPropsMixin.ResourceConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_logs » CfnIntegrationPropsMixin » ResourceConfigProperty |
This structure contains configuration details about an integration between CloudWatch Logs and another entity.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_logs as logs } from '@aws-cdk/cfn-property-mixins';
const resourceConfigProperty: logs.CfnIntegrationPropsMixin.ResourceConfigProperty = {
openSearchResourceConfig: {
applicationArn: 'applicationArn',
dashboardViewerPrincipals: ['dashboardViewerPrincipals'],
dataSourceRoleArn: 'dataSourceRoleArn',
kmsKeyArn: 'kmsKeyArn',
retentionDays: 123,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| open | IResolvable | Open | This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service. |
openSearchResourceConfig?
Type:
IResolvable | Open
(optional)
This structure contains configuration details about an integration between CloudWatch Logs and OpenSearch Service.

.NET
Go
Java
Python
TypeScript