VPCLattice / Client / update_access_log_subscription
update_access_log_subscription¶
- VPCLattice.Client.update_access_log_subscription(**kwargs)¶
- Updates the specified access log subscription. - See also: AWS API Documentation - Request Syntax- response = client.update_access_log_subscription( accessLogSubscriptionIdentifier='string', destinationArn='string' ) - Parameters:
- accessLogSubscriptionIdentifier (string) – - [REQUIRED] - The ID or ARN of the access log subscription. 
- destinationArn (string) – - [REQUIRED] - The Amazon Resource Name (ARN) of the access log destination. 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'id': 'string', 'arn': 'string', 'resourceId': 'string', 'resourceArn': 'string', 'destinationArn': 'string' } - 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 resource. 
- resourceArn (string) – - The Amazon Resource Name (ARN) of the access log subscription. 
- destinationArn (string) – - The Amazon Resource Name (ARN) of the access log destination. 
 
 
 - Exceptions- VPCLattice.Client.exceptions.ValidationException
- VPCLattice.Client.exceptions.AccessDeniedException
- VPCLattice.Client.exceptions.ConflictException
- VPCLattice.Client.exceptions.ResourceNotFoundException
- VPCLattice.Client.exceptions.ThrottlingException
- VPCLattice.Client.exceptions.InternalServerException