VPCLattice / Client / list_resource_endpoint_associations
list_resource_endpoint_associations#
- VPCLattice.Client.list_resource_endpoint_associations(**kwargs)#
Lists the associations for the specified VPC endpoint.
See also: AWS API Documentation
Request Syntax
response = client.list_resource_endpoint_associations( maxResults=123, nextToken='string', resourceConfigurationIdentifier='string', resourceEndpointAssociationIdentifier='string', vpcEndpointId='string', vpcEndpointOwner='string' )
- Parameters:
maxResults (integer) – The maximum page size.
nextToken (string) – A pagination token for the next page of results.
resourceConfigurationIdentifier (string) –
[REQUIRED]
The ID for the resource configuration associated with the VPC endpoint.
resourceEndpointAssociationIdentifier (string) – The ID of the association.
vpcEndpointId (string) – The ID of the VPC endpoint in the association.
vpcEndpointOwner (string) – The owner of the VPC endpoint in the association.
- Return type:
dict
- Returns:
Response Syntax
{ 'items': [ { 'arn': 'string', 'createdAt': datetime(2015, 1, 1), 'createdBy': 'string', 'id': 'string', 'resourceConfigurationArn': 'string', 'resourceConfigurationId': 'string', 'resourceConfigurationName': 'string', 'vpcEndpointId': 'string', 'vpcEndpointOwner': 'string' }, ], 'nextToken': 'string' }
Response Structure
(dict) –
items (list) –
Information about the VPC endpoint associations.
(dict) –
Summary information about a VPC endpoint association.
arn (string) –
The Amazon Resource Name (ARN) of the VPC endpoint association.
createdAt (datetime) –
The date and time that the VPC endpoint association was created, in ISO-8601 format.
createdBy (string) –
The account that created the association.
id (string) –
The ID of the VPC endpoint association.
resourceConfigurationArn (string) –
The Amazon Resource Name (ARN) of the resource configuration.
resourceConfigurationId (string) –
The ID of the resource configuration.
resourceConfigurationName (string) –
The name of the resource configuration.
vpcEndpointId (string) –
The ID of the VPC endpoint.
vpcEndpointOwner (string) –
The owner of the VPC endpoint.
nextToken (string) –
If there are additional results, a pagination token for the next page of results.
Exceptions