aws-cdk-lib.aws_aps.CfnWorkspace.LoggingConfigurationProperty
interface LoggingConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.APS.CfnWorkspace.LoggingConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsaps#CfnWorkspace_LoggingConfigurationProperty |
![]() | software.amazon.awscdk.services.aps.CfnWorkspace.LoggingConfigurationProperty |
![]() | aws_cdk.aws_aps.CfnWorkspace.LoggingConfigurationProperty |
![]() | 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
Name | Type | Description |
---|---|---|
log | string | The 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.