get_app_instance_streaming_configurations
(**kwargs)¶Gets the streaming settings for an AppInstance
.
See also: AWS API Documentation
Request Syntax
response = client.get_app_instance_streaming_configurations(
AppInstanceArn='string'
)
[REQUIRED]
The ARN of the AppInstance
.
{
'AppInstanceStreamingConfigurations': [
{
'AppInstanceDataType': 'Channel'|'ChannelMessage',
'ResourceArn': 'string'
},
]
}
Response Structure
The streaming settings.
The details of the streaming configuration of an AppInstance
.
The type of data to be streamed.
The resource ARN.
Exceptions
Chime.Client.exceptions.BadRequestException
Chime.Client.exceptions.ForbiddenException
Chime.Client.exceptions.NotFoundException
Chime.Client.exceptions.UnauthorizedClientException
Chime.Client.exceptions.ThrottledClientException
Chime.Client.exceptions.ServiceUnavailableException
Chime.Client.exceptions.ServiceFailureException