VPCLattice / Client / list_access_log_subscriptions
list_access_log_subscriptions¶
- VPCLattice.Client.list_access_log_subscriptions(**kwargs)¶
- Lists the access log subscriptions for the specified service network or service. - See also: AWS API Documentation - Request Syntax- response = client.list_access_log_subscriptions( resourceIdentifier='string', maxResults=123, nextToken='string' ) - Parameters:
- resourceIdentifier (string) – - [REQUIRED] - The ID or ARN of the service network or service. 
- maxResults (integer) – The maximum number of results to return. 
- nextToken (string) – A pagination token for the next page of results. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'items': [ { 'id': 'string', 'arn': 'string', 'resourceId': 'string', 'resourceArn': 'string', 'destinationArn': 'string', 'serviceNetworkLogType': 'SERVICE'|'RESOURCE', 'createdAt': datetime(2015, 1, 1), 'lastUpdatedAt': datetime(2015, 1, 1) }, ], 'nextToken': 'string' } - Response Structure- (dict) – - items (list) – - Information about the access log subscriptions. - (dict) – - Summary information about an access log subscription. - id (string) – - The ID of the access log subscription. 
- arn (string) – - The Amazon Resource Name (ARN) of the access log subscription 
- resourceId (string) – - The ID of the service or service network. 
- resourceArn (string) – - The Amazon Resource Name (ARN) of the service or service network. 
- destinationArn (string) – - The Amazon Resource Name (ARN) of the destination. 
- serviceNetworkLogType (string) – - Log type of the service network. 
- createdAt (datetime) – - The date and time that the access log subscription was created, in ISO-8601 format. 
- lastUpdatedAt (datetime) – - The date and time that the access log subscription was last updated, in ISO-8601 format. 
 
 
- nextToken (string) – - A pagination token for the next page of results. 
 
 
 - Exceptions- VPCLattice.Client.exceptions.ValidationException
- VPCLattice.Client.exceptions.AccessDeniedException
- VPCLattice.Client.exceptions.ThrottlingException
- VPCLattice.Client.exceptions.InternalServerException