Skip to content

Describe Audit Stream Configuration

worklink_describe_audit_stream_configuration R Documentation

Describes the configuration for delivering audit streams to the customer account

Description

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

Usage

worklink_describe_audit_stream_configuration(FleetArn)

Arguments

FleetArn

[required] The ARN of the fleet.

Value

A list with the following syntax:

list(
  AuditStreamArn = "string"
)

Request syntax

svc$describe_audit_stream_configuration(
  FleetArn = "string"
)