interface S3DestinationConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IVSChat.Mixins.CfnLoggingConfigurationPropsMixin.S3DestinationConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsivschat/mixins#CfnLoggingConfigurationPropsMixin_S3DestinationConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.ivschat.mixins.CfnLoggingConfigurationPropsMixin.S3DestinationConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_ivschat.mixins.CfnLoggingConfigurationPropsMixin.S3DestinationConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_ivschat » mixins » CfnLoggingConfigurationPropsMixin » 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 { mixins as ivschat_mixins } from '@aws-cdk/mixins-preview/aws-ivschat';
const s3DestinationConfigurationProperty: ivschat_mixins.CfnLoggingConfigurationPropsMixin.S3DestinationConfigurationProperty = {
bucketName: 'bucketName',
};
Properties
| Name | Type | Description |
|---|---|---|
| bucket | string | Name of the Amazon S3 bucket where chat activity will be logged. |
bucketName?
Type:
string
(optional)
Name of the Amazon S3 bucket where chat activity will be logged.

.NET
Go
Java
Python
TypeScript