Skip to content

Update Access Log Subscription

vpclattice_update_access_log_subscription R Documentation

Updates the specified access log subscription

Description

Updates the specified access log subscription.

Usage

vpclattice_update_access_log_subscription(
  accessLogSubscriptionIdentifier, destinationArn)

Arguments

accessLogSubscriptionIdentifier

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

destinationArn

[required] The Amazon Resource Name (ARN) of the access log destination.

Value

A list with the following syntax:

list(
  arn = "string",
  destinationArn = "string",
  id = "string",
  resourceArn = "string",
  resourceId = "string"
)

Request syntax

svc$update_access_log_subscription(
  accessLogSubscriptionIdentifier = "string",
  destinationArn = "string"
)