aws-cdk-lib.aws_ivschat.CfnLoggingConfiguration.S3DestinationConfigurationProperty

interface S3DestinationConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.IVSChat.CfnLoggingConfiguration.S3DestinationConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsivschat#CfnLoggingConfiguration_S3DestinationConfigurationProperty
Javasoftware.amazon.awscdk.services.ivschat.CfnLoggingConfiguration.S3DestinationConfigurationProperty
Pythonaws_cdk.aws_ivschat.CfnLoggingConfiguration.S3DestinationConfigurationProperty
TypeScript aws-cdk-lib » aws_ivschat » CfnLoggingConfiguration » S3DestinationConfigurationProperty

The S3DestinationConfiguration property type specifies an S3 location where chat logs will be stored.

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 s3DestinationConfigurationProperty: ivschat.CfnLoggingConfiguration.S3DestinationConfigurationProperty = {
  bucketName: 'bucketName',
};

Properties

NameTypeDescription
bucketNamestringName of the Amazon S3 bucket where chat activity will be logged.

bucketName

Type: string

Name of the Amazon S3 bucket where chat activity will be logged.