VPCLattice / Client / get_access_log_subscription
get_access_log_subscription¶
- VPCLattice.Client.get_access_log_subscription(**kwargs)¶
- Retrieves information about the specified access log subscription. - See also: AWS API Documentation - Request Syntax- response = client.get_access_log_subscription( accessLogSubscriptionIdentifier='string' ) - Parameters:
- accessLogSubscriptionIdentifier (string) – - [REQUIRED] - The ID or ARN of the access log subscription. 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'id': 'string', 'arn': 'string', 'resourceId': 'string', 'resourceArn': 'string', 'destinationArn': 'string', 'serviceNetworkLogType': 'SERVICE'|'RESOURCE', 'createdAt': datetime(2015, 1, 1), 'lastUpdatedAt': datetime(2015, 1, 1) } - Response Structure- (dict) – - 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 network or service. 
- resourceArn (string) – - The Amazon Resource Name (ARN) of the service network or service. 
- destinationArn (string) – - The Amazon Resource Name (ARN) of the access log destination. 
- serviceNetworkLogType (string) – - The log type for 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. 
 
 
 - Exceptions- VPCLattice.Client.exceptions.ValidationException
- VPCLattice.Client.exceptions.AccessDeniedException
- VPCLattice.Client.exceptions.ResourceNotFoundException
- VPCLattice.Client.exceptions.ThrottlingException
- VPCLattice.Client.exceptions.InternalServerException