interface CloudWatchMonitoringConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers.CfnEndpointPropsMixin.CloudWatchMonitoringConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsemrcontainers#CfnEndpointPropsMixin_CloudWatchMonitoringConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnEndpointPropsMixin.CloudWatchMonitoringConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_emrcontainers.CfnEndpointPropsMixin.CloudWatchMonitoringConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_emrcontainers » CfnEndpointPropsMixin » 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/cfn-property-mixins';
const cloudWatchMonitoringConfigurationProperty: emrcontainers.CfnEndpointPropsMixin.CloudWatchMonitoringConfigurationProperty = {
logGroupName: 'logGroupName',
logStreamNamePrefix: 'logStreamNamePrefix',
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string | |
| log | string |
logGroupName?
Type:
string
(optional)
logStreamNamePrefix?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript