Skip to content

Delete Access Log Subscription

vpclattice_delete_access_log_subscription R Documentation

Deletes the specified access log subscription

Description

Deletes the specified access log subscription.

Usage

vpclattice_delete_access_log_subscription(
  accessLogSubscriptionIdentifier)

Arguments

accessLogSubscriptionIdentifier

[required] The ID or Amazon Resource Name (ARN) of the access log subscription.

Value

An empty list.

Request syntax

svc$delete_access_log_subscription(
  accessLogSubscriptionIdentifier = "string"
)