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¶
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"
)