Get Access Log Subscription
vpclattice_get_access_log_subscription | R Documentation |
Retrieves information about the specified access log subscription¶
Description¶
Retrieves information about the specified access log subscription.
Usage¶
Arguments¶
accessLogSubscriptionIdentifier
[required] The ID or Amazon Resource Name (ARN) of the access log subscription.
Value¶
A list with the following syntax:
list(
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
destinationArn = "string",
id = "string",
lastUpdatedAt = as.POSIXct(
"2015-01-01"
),
resourceArn = "string",
resourceId = "string"
)