interface LoggingConfigurationReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IVSChat.LoggingConfigurationReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivschat#LoggingConfigurationReference |
![]() | software.amazon.awscdk.services.ivschat.LoggingConfigurationReference |
![]() | aws_cdk.aws_ivschat.LoggingConfigurationReference |
![]() | aws-cdk-lib » aws_ivschat » LoggingConfigurationReference |
A reference to a LoggingConfiguration resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivschat as ivschat } from 'aws-cdk-lib';
const loggingConfigurationReference: ivschat.LoggingConfigurationReference = {
loggingConfigurationArn: 'loggingConfigurationArn',
};
Properties
Name | Type | Description |
---|---|---|
logging | string | The Arn of the LoggingConfiguration resource. |
loggingConfigurationArn
Type:
string
The Arn of the LoggingConfiguration resource.