Skip to content

Update Audit Stream Configuration

worklink_update_audit_stream_configuration R Documentation

Updates the audit stream configuration for the fleet

Description

Updates the audit stream configuration for the fleet.

Usage

worklink_update_audit_stream_configuration(FleetArn, AuditStreamArn)

Arguments

FleetArn

[required] The ARN of the fleet.

AuditStreamArn

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

Value

An empty list.

Request syntax

svc$update_audit_stream_configuration(
  FleetArn = "string",
  AuditStreamArn = "string"
)