CreateLoggingConfiguration
Creates a logging configuration that allows clients to store and record sent messages.
Request Syntax
POST /CreateLoggingConfiguration HTTP/1.1
Content-type: application/json
{
   "destinationConfiguration": { ... },
   "name": "string",
   "tags": { 
      "string" : "string" 
   }
}URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- destinationConfiguration
- 
               A complex type that contains a destination configuration for where chat content will be logged. There can be only one type of destination ( cloudWatchLogs,firehose, ors3) in adestinationConfiguration.Type: DestinationConfiguration object Note: This object is a Union. Only one member of this object can be specified or returned. Required: Yes 
- name
- 
               Logging-configuration name. The value does not need to be unique. Type: String Length Constraints: Minimum length of 0. Maximum length of 128. Pattern: [a-zA-Z0-9-_]*Required: No 
- 
               Tags to attach to the resource. Array of maps, each of the form string:string (key:value). See Best practices and strategies in Tagging AWS Resources and Tag Editor 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.Type: String to string map Map Entries: Minimum number of 0 items. Maximum number of 50 items. Key Length Constraints: Minimum length of 1. Maximum length of 128. Value Length Constraints: Minimum length of 0. Maximum length of 256. Required: No 
Response Syntax
HTTP/1.1 200
Content-type: application/json
{
   "arn": "string",
   "createTime": "string",
   "destinationConfiguration": { ... },
   "id": "string",
   "name": "string",
   "state": "string",
   "tags": { 
      "string" : "string" 
   },
   "updateTime": "string"
}Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- arn
- 
               Logging-configuration ARN, assigned by the system. Type: String Length Constraints: Minimum length of 1. Maximum length of 128. Pattern: arn:aws:ivschat:[a-z0-9-]+:[0-9]+:logging-configuration/[a-zA-Z0-9-]+
- createTime
- 
               Time when the logging configuration was created. This is an ISO 8601 timestamp; note that this is returned as a string. Type: Timestamp 
- destinationConfiguration
- 
               A complex type that contains a destination configuration for where chat content will be logged, from the request. There is only one type of destination ( cloudWatchLogs,firehose, ors3) in adestinationConfiguration.Type: DestinationConfiguration object Note: This object is a Union. Only one member of this object can be specified or returned. 
- id
- 
               Logging-configuration ID, generated by the system. This is a relative identifier, the part of the ARN that uniquely identifies the logging configuration. Type: String Length Constraints: Fixed length of 12. Pattern: [a-zA-Z0-9]+
- name
- 
               Logging-configuration name, from the request (if specified). Type: String Length Constraints: Minimum length of 0. Maximum length of 128. Pattern: [a-zA-Z0-9-_]*
- state
- 
               The state of the logging configuration. When the state is ACTIVE, the configuration is ready to log chat content.Type: String Valid Values: ACTIVE
- 
               Tags attached to the resource, from the request (if specified). Array of maps, each of the form string:string (key:value).Type: String to string map Map Entries: Minimum number of 0 items. Maximum number of 50 items. Key Length Constraints: Minimum length of 1. Maximum length of 128. Value Length Constraints: Minimum length of 0. Maximum length of 256. 
- updateTime
- 
               Time of the logging configuration’s last update. This is an ISO 8601 timestamp; note that this is returned as a string. Type: Timestamp 
Errors
For information about the errors that are common to all actions, see Common Errors.
- AccessDeniedException
- 
               
               HTTP Status Code: 403 
- ConflictException
- 
               
               - resourceId
- resourceType
 HTTP Status Code: 409 
- PendingVerification
- 
               
               HTTP Status Code: 403 
- ResourceNotFoundException
- 
               
               - resourceId
- resourceType
 HTTP Status Code: 404 
- ServiceQuotaExceededException
- 
               
               - limit
- resourceId
- resourceType
 HTTP Status Code: 402 
- ValidationException
- 
               
               - fieldList
- reason
 HTTP Status Code: 400 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: