interface ILoggingConfigurationRef
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IVSChat.ILoggingConfigurationRef |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsivschat#ILoggingConfigurationRef |
Java | software.amazon.awscdk.services.ivschat.ILoggingConfigurationRef |
Python | aws_cdk.aws_ivschat.ILoggingConfigurationRef |
TypeScript | aws-cdk-lib » aws_ivschat » ILoggingConfigurationRef |
Implemented by
Cfn
Indicates that this resource can be referenced as a LoggingConfiguration.
Properties
| Name | Type | Description |
|---|---|---|
| logging | Logging | A reference to a LoggingConfiguration resource. |
| node | Node | The tree node. |
loggingConfigurationRef
Type:
Logging
A reference to a LoggingConfiguration resource.
node
Type:
Node
The tree node.

.NET
Go
Java
Python
TypeScript