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¶
vpclattice_get_access_log_subscription(accessLogSubscriptionIdentifier)
Arguments¶
accessLogSubscriptionIdentifier | 
[required] The ID or 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",
  serviceNetworkLogType = "SERVICE"|"RESOURCE"
)
Request syntax¶
svc$get_access_log_subscription(
  accessLogSubscriptionIdentifier = "string"
)