interface CloudWatchLogDestinationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.APS.CfnWorkspacePropsMixin.CloudWatchLogDestinationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsaps#CfnWorkspacePropsMixin_CloudWatchLogDestinationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.aps.CfnWorkspacePropsMixin.CloudWatchLogDestinationProperty |
Python | aws_cdk.cfn_property_mixins.aws_aps.CfnWorkspacePropsMixin.CloudWatchLogDestinationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_aps » CfnWorkspacePropsMixin » CloudWatchLogDestinationProperty |
Configuration details for logging to CloudWatch Logs.
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.CfnWorkspacePropsMixin.CloudWatchLogDestinationProperty = {
logGroupArn: 'logGroupArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string | The ARN of the CloudWatch log group. |
logGroupArn?
Type:
string
(optional)
The ARN of the CloudWatch log group.

.NET
Go
Java
Python
TypeScript