interface CloudWatchMonitoringConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EMRContainers.CfnEndpoint.CloudWatchMonitoringConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsemrcontainers#CfnEndpoint_CloudWatchMonitoringConfigurationProperty |
Java | software.amazon.awscdk.services.emrcontainers.CfnEndpoint.CloudWatchMonitoringConfigurationProperty |
Python | aws_cdk.aws_emrcontainers.CfnEndpoint.CloudWatchMonitoringConfigurationProperty |
TypeScript | aws-cdk-lib » aws_emrcontainers » CfnEndpoint » CloudWatchMonitoringConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_emrcontainers as emrcontainers } from 'aws-cdk-lib';
const cloudWatchMonitoringConfigurationProperty: emrcontainers.CfnEndpoint.CloudWatchMonitoringConfigurationProperty = {
logGroupName: 'logGroupName',
// the properties below are optional
logStreamNamePrefix: 'logStreamNamePrefix',
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string | |
| log | string |
logGroupName
Type:
string
logStreamNamePrefix?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript