interface CloudWatchLogsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MSK.CfnCluster.CloudWatchLogsProperty |
![]() | software.amazon.awscdk.services.msk.CfnCluster.CloudWatchLogsProperty |
![]() | aws_cdk.aws_msk.CfnCluster.CloudWatchLogsProperty |
![]() | @aws-cdk/aws-msk » CfnCluster » CloudWatchLogsProperty |
Details of the CloudWatch Logs destination for broker logs.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as msk from '@aws-cdk/aws-msk';
const cloudWatchLogsProperty: msk.CfnCluster.CloudWatchLogsProperty = {
enabled: false,
// the properties below are optional
logGroup: 'logGroup',
};
Properties
Name | Type | Description |
---|---|---|
enabled | boolean | IResolvable | Specifies whether broker logs get sent to the specified CloudWatch Logs destination. |
log | string | The CloudWatch log group that is the destination for broker logs. |
enabled
Type:
boolean |
IResolvable
Specifies whether broker logs get sent to the specified CloudWatch Logs destination.
logGroup?
Type:
string
(optional)
The CloudWatch log group that is the destination for broker logs.