aws-cdk-lib.aws_aps.CfnWorkspace.LoggingConfigurationProperty

interface LoggingConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.APS.CfnWorkspace.LoggingConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnWorkspace_LoggingConfigurationProperty
Javasoftware.amazon.awscdk.services.aps.CfnWorkspace.LoggingConfigurationProperty
Pythonaws_cdk.aws_aps.CfnWorkspace.LoggingConfigurationProperty
TypeScript aws-cdk-lib » aws_aps » CfnWorkspace » LoggingConfigurationProperty

The LoggingConfiguration attribute sets the logging configuration for the workspace.

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-lib';
const loggingConfigurationProperty: aps.CfnWorkspace.LoggingConfigurationProperty = {
  logGroupArn: 'logGroupArn',
};

Properties

NameTypeDescription
logGroupArn?stringThe Amazon Resource Name (ARN) of the CloudWatch log group the logs are emitted to.

logGroupArn?

Type: string (optional)

The Amazon Resource Name (ARN) of the CloudWatch log group the logs are emitted to.