v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14179784.8 KB

Creates a logging configuration that allows clients to store and record sent messages.

post/CreateLoggingConfiguration

Request body

namestring

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

tagsobject

Tags to attach to the resource. Array of maps, each of the form <code>string:string (key:value)</code>. See <a href="https://docs.aws.amazon.com/tag-editor/latest/userguide/best-practices-and-strats.html">Best practices and strategies</a> in <i>Tagging Amazon Web Services Resources and Tag Editor</i> for details, including restrictions that apply to tags and "Tag naming limits and requirements"; Amazon IVS Chat has no constraints on tags beyond what is documented there.

Response

Success

arnstring

Logging-configuration ARN, assigned by the system.

idstring

Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration.

createTimestring date-time

Time when the logging configuration was created. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.

updateTimestring date-time

Time of the logging configuration’s last update. This is an ISO 8601 timestamp; <i>note that this is returned as a string</i>.

namestring

Logging-configuration name, from the request (if specified).

state'ACTIVE'

The state of the logging configuration. When the state is <code>ACTIVE</code>, the configuration is ready to log chat content.

tagsobject

Tags attached to the resource, from the request (if specified). Array of maps, each of the form <code>string:string (key:value)</code>.