describe_audit_stream_configuration

WorkLink.Client.describe_audit_stream_configuration(**kwargs)

Describes the configuration for delivering audit streams to the customer account.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.describe_audit_stream_configuration(
    FleetArn='string'
)
Parameters
FleetArn (string) --

[REQUIRED]

The ARN of the fleet.

Return type
dict
Returns
Response Syntax
{
    'AuditStreamArn': 'string'
}

Response Structure

  • (dict) --
    • AuditStreamArn (string) --

      The ARN of the Amazon Kinesis data stream that will receive the audit events.

Exceptions

  • WorkLink.Client.exceptions.UnauthorizedException
  • WorkLink.Client.exceptions.InternalServerErrorException
  • WorkLink.Client.exceptions.InvalidRequestException
  • WorkLink.Client.exceptions.ResourceNotFoundException
  • WorkLink.Client.exceptions.TooManyRequestsException