interface CloudWatchLogDestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.APS.CfnScraperPropsMixin.CloudWatchLogDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsaps#CfnScraperPropsMixin_CloudWatchLogDestinationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.aps.CfnScraperPropsMixin.CloudWatchLogDestinationProperty |
Python | aws_cdk.cfn_property_mixins.aws_aps.CfnScraperPropsMixin.CloudWatchLogDestinationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_aps » CfnScraperPropsMixin » CloudWatchLogDestinationProperty |
Represents a cloudwatch logs destination for scraper logging.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_aps as aps } from '@aws-cdk/cfn-property-mixins';
const cloudWatchLogDestinationProperty: aps.CfnScraperPropsMixin.CloudWatchLogDestinationProperty = {
logGroupArn: 'logGroupArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string | ARN of the CloudWatch log group. |
logGroupArn?
Type:
string
(optional)
ARN of the CloudWatch log group.

.NET
Go
Java
Python
TypeScript