Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ivschat-loggingconfiguration.json
Parent schema serverless-framework-configuration
Type: object

Resource type definition for AWS::IVSChat::LoggingConfiguration.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ivschat.git

Properties

DestinationConfiguration object required

Destination configuration for IVS Chat logging.

3 nested properties
CloudWatchLogs object

CloudWatch destination configuration for IVS Chat logging.

1 nested properties
LogGroupName string | Aws_CF_FunctionString required

Name of the Amazon CloudWatch Logs log group where chat activity will be logged.

Firehose object

Kinesis Firehose destination configuration for IVS Chat logging.

1 nested properties
DeliveryStreamName string | Aws_CF_FunctionString required

Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.

S3 object

S3 destination configuration for IVS Chat logging.

1 nested properties
BucketName string | Aws_CF_FunctionString required

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

Name string | Aws_CF_FunctionString

The name of the logging configuration. The value does not need to be unique.

Tags Tag[]

An array of key-value pairs to apply to this resource.

uniqueItems=true

Definitions

DestinationConfiguration object

Destination configuration for IVS Chat logging.

CloudWatchLogs object

CloudWatch destination configuration for IVS Chat logging.

1 nested properties
LogGroupName string | Aws_CF_FunctionString required

Name of the Amazon CloudWatch Logs log group where chat activity will be logged.

Firehose object

Kinesis Firehose destination configuration for IVS Chat logging.

1 nested properties
DeliveryStreamName string | Aws_CF_FunctionString required

Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.

S3 object

S3 destination configuration for IVS Chat logging.

1 nested properties
BucketName string | Aws_CF_FunctionString required

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

CloudWatchLogsDestinationConfiguration object

CloudWatch destination configuration for IVS Chat logging.

LogGroupName string | Aws_CF_FunctionString required

Name of the Amazon CloudWatch Logs log group where chat activity will be logged.

FirehoseDestinationConfiguration object

Kinesis Firehose destination configuration for IVS Chat logging.

DeliveryStreamName string | Aws_CF_FunctionString required

Name of the Amazon Kinesis Firehose delivery stream where chat activity will be logged.

S3DestinationConfiguration object

S3 destination configuration for IVS Chat logging.

BucketName string | Aws_CF_FunctionString required

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

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString required

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.