interface CloudWatchLogDestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.APS.Mixins.CfnScraperPropsMixin.CloudWatchLogDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsaps/mixins#CfnScraperPropsMixin_CloudWatchLogDestinationProperty |
Java | software.amazon.awscdk.mixins.preview.services.aps.mixins.CfnScraperPropsMixin.CloudWatchLogDestinationProperty |
Python | aws_cdk.mixins_preview.aws_aps.mixins.CfnScraperPropsMixin.CloudWatchLogDestinationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_aps » mixins » 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 { mixins as aps_mixins } from '@aws-cdk/mixins-preview/aws-aps';
const cloudWatchLogDestinationProperty: aps_mixins.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