List Resource Endpoint Associations
vpclattice_list_resource_endpoint_associations | R Documentation |
Lists the associations for the specified VPC endpoint¶
Description¶
Lists the associations for the specified VPC endpoint.
Usage¶
vpclattice_list_resource_endpoint_associations(maxResults, nextToken,
resourceConfigurationIdentifier, resourceEndpointAssociationIdentifier,
vpcEndpointId, vpcEndpointOwner)
Arguments¶
maxResults
The maximum page size.
nextToken
A pagination token for the next page of results.
resourceConfigurationIdentifier
[required] The ID for the resource configuration associated with the VPC endpoint.
resourceEndpointAssociationIdentifier
The ID of the association.
vpcEndpointId
The ID of the VPC endpoint in the association.
vpcEndpointOwner
The owner of the VPC endpoint in the association.
Value¶
A list with the following syntax:
list(
items = list(
list(
arn = "string",
createdAt = as.POSIXct(
"2015-01-01"
),
createdBy = "string",
id = "string",
resourceConfigurationArn = "string",
resourceConfigurationId = "string",
resourceConfigurationName = "string",
vpcEndpointId = "string",
vpcEndpointOwner = "string"
)
),
nextToken = "string"
)