List Service Network Vpc Endpoint Associations
| vpclattice_list_service_network_vpc_endpoint_associations | R Documentation | 
Lists the associations between a service network and a VPC endpoint¶
Description¶
Lists the associations between a service network and a VPC endpoint.
Usage¶
vpclattice_list_service_network_vpc_endpoint_associations(maxResults,
  nextToken, serviceNetworkIdentifier)
Arguments¶
maxResults | 
The maximum page size.  | 
nextToken | 
If there are additional results, a pagination token for the next page of results.  | 
serviceNetworkIdentifier | 
[required] The ID of the service network associated with the VPC endpoint.  | 
Value¶
A list with the following syntax:
list(
  items = list(
    list(
      createdAt = as.POSIXct(
        "2015-01-01"
      ),
      id = "string",
      serviceNetworkArn = "string",
      state = "string",
      vpcEndpointId = "string",
      vpcEndpointOwnerId = "string",
      vpcId = "string"
    )
  ),
  nextToken = "string"
)
Request syntax¶
svc$list_service_network_vpc_endpoint_associations(
  maxResults = 123,
  nextToken = "string",
  serviceNetworkIdentifier = "string"
)