AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IVSChat::LoggingConfiguration

CfnLoggingConfiguration

The `AWS::IVSChat::LoggingConfiguration` resource specifies an logging configuration that allows clients to store and record sent messages. For more information, see [CreateLoggingConfiguration](https://docs.aws.amazon.com/ivs/latest/ChatAPIReference/API_CreateLoggingConfiguration.html) in the *Amazon Interactive Video Service Chat API Reference* .

Import

import { CfnLoggingConfiguration } from 'aws-cdk-lib/aws-ivschat';

Or use the module namespace:

import * as ivschat from 'aws-cdk-lib/aws-ivschat';
// ivschat.CfnLoggingConfiguration

Properties

Configuration passed to the constructor as CfnLoggingConfigurationProps.

destinationConfigurationRequired
IResolvable | DestinationConfigurationProperty

The DestinationConfiguration is a complex type that contains information about where chat content will be logged.

nameOptional
string

Logging-configuration name. The value does not need to be unique.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource. For more information, see [Tag](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivschat-loggingconfiguration-tag.html) .

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-ivschat
CFN TypeAWS::IVSChat::LoggingConfiguration
Properties3

Related Constructs

External Links