put_case_event_configuration
(**kwargs)¶API for adding case event publishing configuration
See also: AWS API Documentation
Request Syntax
response = client.put_case_event_configuration(
domainId='string',
eventBridge={
'enabled': True|False,
'includedData': {
'caseData': {
'fields': [
{
'id': 'string'
},
]
},
'relatedItemData': {
'includeContent': True|False
}
}
}
)
[REQUIRED]
The unique identifier of the Cases domain.
[REQUIRED]
Configuration to enable EventBridge case event delivery and determine what data is delivered.
Indicates whether the to broadcast case event data to the customer.
Details of what case and related item data is published through the case event stream.
Details of what case data is published through the case event stream.
List of field identifiers.
Object for unique identifier of a field.
Unique identifier of a field.
Details of what related item data is published through the case event stream.
Details of what related item data is published through the case event stream.
dict
Response Syntax
{}
Response Structure
Exceptions
ConnectCases.Client.exceptions.InternalServerException
ConnectCases.Client.exceptions.ResourceNotFoundException
ConnectCases.Client.exceptions.ValidationException
ConnectCases.Client.exceptions.ThrottlingException
ConnectCases.Client.exceptions.AccessDeniedException